| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * generic/tcl.h: Skip Tcl's define of CHAR, | mdejong | 2003-01-13 | 5 | -31/+122 |
|
|
* | * win/configure: Regen. | mdejong | 2003-01-13 | 4 | -27/+163 |
|
|
* | WinTcl crash on exit fix | vincentdarley | 2003-01-10 | 5 | -11/+30 |
|
|
* | * generic/tclCompCmds.c (TclCompilerReturnCmd): Corrected off-by-one | dgp | 2003-01-09 | 2 | -5/+13 |
|
|
* | non-ascii chars in file mtime fix | vincentdarley | 2003-01-09 | 9 | -37/+129 |
|
|
* | remove unused variable | vincentdarley | 2003-01-09 | 17 | -19/+6 |
|
|
* | * generic/tclExecute.c (TclExprFloatError): Use the IS_NAN macro | dgp | 2003-01-08 | 2 | -2/+7 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): | dgp | 2003-01-08 | 3 | -3/+55 |
|
|
* | no message | davygrvy | 2003-01-05 | 1 | -0/+17 |
|
|
* | * win/makefile.vc: | davygrvy | 2003-01-05 | 2 | -30/+43 |
|
|
* | Corrected and expanded documentation for rand() and srand() functions. | dgp | 2003-01-03 | 1 | -7/+10 |
|
|
* | * win/makefile.vc: some uses of xcopy swapped to the @$(CPY) macro. | davygrvy | 2002-12-18 | 1 | -1/+6 |
|
|
* | * win/makefile.vc: some uses of xcopy swapped to the @$(CPY) macro | davygrvy | 2002-12-18 | 1 | -6/+6 |
|
|
* | * generic/tclNotify.c (TclFinalizeNotifier, Tcl_SetServiceMode): | hobbs | 2002-12-17 | 2 | -4/+16 |
|
|
* | * generic/tclPipe.c (TclCleanupChildren): | davygrvy | 2002-12-17 | 5 | -10/+219 |
|
|
* | * unix/configure.in: Updated configure of CVS snapshots to reflect | dgp | 2002-12-13 | 5 | -6/+14 |
|
|
* | * generic/tclProc.c (ProcessProcResultCode): Fix failure to | dgp | 2002-12-11 | 3 | -3/+16 |
|
|
* | * generic/tclParseExpr.c (TclParseInteger): Return 1 for the | dgp | 2002-12-11 | 3 | -3/+18 |
|
|
* | * win/tclWinThrd.c (TclpMasterUnlock): | hobbs | 2002-12-10 | 3 | -39/+30 |
|
|
* | * win/tclWinSock.c (SocketThreadExitHandler, InitSockets): Check | davygrvy | 2002-12-08 | 2 | -15/+26 |
|
|
* | * generic/tclStubInit.c: regen | hobbs | 2002-12-06 | 6 | -5/+88 |
|
|
* | * generic/tclIOUtil.c (TclFinalizeFilesystem): reset statics to | hobbs | 2002-12-06 | 1 | -2/+13 |
|
|
* | * win/tclWinPipe.c: reverted back to -r1.27 due to numerous test | davygrvy | 2002-12-05 | 2 | -67/+13 |
|
|
* | * win/tclWinPipe.c (Tcl_WaitPid): When a process exits with an | davygrvy | 2002-12-04 | 2 | -6/+67 |
|
|
* | filesystem cleanup fix, virtual filesystem load fix | vincentdarley | 2002-12-04 | 4 | -22/+53 |
|
|
* | * generic/tclStubLib.c (Tcl_InitStubs): prevent the cached check of | hobbs | 2002-12-04 | 2 | -11/+21 |
|
|
* | unset path to make it work for singleproc runs | hobbs | 2002-12-04 | 1 | -2/+2 |
|
|
* | * win/tclWinPipe.c (PipeClose2Proc): Changed CTRL_C_EVENT | davygrvy | 2002-12-04 | 1 | -0/+5 |
|
|
* | * win/tclWinPipe.c (PipeClose2Proc): Changed CTRL_C_EVENT | davygrvy | 2002-12-04 | 1 | -2/+2 |
|
|
* | * win/tclAppInit.c (sigHandler): Protect from trying to close a | davygrvy | 2002-12-04 | 3 | -6/+42 |
|
|
* | * win/tclWinChan.c (Tcl_MakeFileChannel): return of | davygrvy | 2002-11-27 | 2 | -2/+5 |
|
|
* | * win/tclWinSock.c: WSAStartup() loaded version comparison | davygrvy | 2002-11-27 | 2 | -7/+28 |
|
|
* | * win/tclWinSock.c: Removed shutdown() from the function | davygrvy | 2002-11-27 | 2 | -12/+11 |
|
|
* | * win/tclWinPort.h: Don't turn off winsock prototypes! | davygrvy | 2002-11-27 | 2 | -6/+8 |
|
|
* | Missed a couple left-overs from my TcpAccept hack. Now fixed. Sorry for the | davygrvy | 2002-11-27 | 1 | -33/+16 |
|
|
* | * generic/tclInterp.c (AliasCreate): preserve/release interps to | hobbs | 2002-11-27 | 2 | -14/+35 |
|
|
* | * generic/tclEncoding.c (TclFinalizeEncodingSubsystem): properly | hobbs | 2002-11-27 | 1 | -2/+4 |
|
|
* | add simple valgrind target | hobbs | 2002-11-27 | 1 | -1/+6 |
|
|
* | unset path var to allow singleproc testing | hobbs | 2002-11-27 | 1 | -2/+2 |
|
|
* | missed a patch item reference. | davygrvy | 2002-11-27 | 1 | -4/+4 |
|
|
* | adjusted some commentary to be more accurate. | davygrvy | 2002-11-27 | 1 | -5/+6 |
|
|
* | Incorrect local edit of this file was previously committed that included a | davygrvy | 2002-11-27 | 1 | -108/+61 |
|
|
* | small typo. | davygrvy | 2002-11-27 | 1 | -1/+1 |
|
|
* | * win/tclWinPort.h: | davygrvy | 2002-11-27 | 3 | -403/+608 |
|
|
* | added a missing comment line to show that use of TerminateThread is evil. | davygrvy | 2002-11-26 | 1 | -1/+3 |
|
|
* | * win/tclWinConsole.c: | davygrvy | 2002-11-26 | 7 | -128/+314 |
|
|
* | * win/README: Update msys build env URL. This | mdejong | 2002-11-26 | 2 | -2/+7 |
|
|
* | * library/init.tcl: code cleanup to reduce use of | hobbs | 2002-11-23 | 3 | -41/+26 |
|
|
* | * tests/interp.test: interp-14.4 | hobbs | 2002-11-23 | 3 | -6/+29 |
|
|
* | * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offset | hobbs | 2002-11-19 | 6 | -26/+88 |
|
|