summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclPipe.c (TclCleanupChildren):davygrvy2002-12-175-10/+219
* * unix/configure.in: Updated configure of CVS snapshots to reflectdgp2002-12-135-6/+14
* * generic/tclProc.c (ProcessProcResultCode): Fix failure todgp2002-12-113-3/+16
* * generic/tclParseExpr.c (TclParseInteger): Return 1 for thedgp2002-12-113-3/+18
* * win/tclWinThrd.c (TclpMasterUnlock):hobbs2002-12-103-39/+30
* * win/tclWinSock.c (SocketThreadExitHandler, InitSockets): Checkdavygrvy2002-12-082-15/+26
* * generic/tclStubInit.c: regenhobbs2002-12-066-5/+88
* * generic/tclIOUtil.c (TclFinalizeFilesystem): reset statics tohobbs2002-12-061-2/+13
* * win/tclWinPipe.c: reverted back to -r1.27 due to numerous testdavygrvy2002-12-052-67/+13
* * win/tclWinPipe.c (Tcl_WaitPid): When a process exits with andavygrvy2002-12-042-6/+67
* filesystem cleanup fix, virtual filesystem load fixvincentdarley2002-12-044-22/+53
* * generic/tclStubLib.c (Tcl_InitStubs): prevent the cached check ofhobbs2002-12-042-11/+21
* unset path to make it work for singleproc runshobbs2002-12-041-2/+2
* * win/tclWinPipe.c (PipeClose2Proc): Changed CTRL_C_EVENTdavygrvy2002-12-041-0/+5
* * win/tclWinPipe.c (PipeClose2Proc): Changed CTRL_C_EVENTdavygrvy2002-12-041-2/+2
* * win/tclAppInit.c (sigHandler): Protect from trying to close adavygrvy2002-12-043-6/+42
* * win/tclWinChan.c (Tcl_MakeFileChannel): return ofdavygrvy2002-11-272-2/+5
* * win/tclWinSock.c: WSAStartup() loaded version comparisondavygrvy2002-11-272-7/+28
* * win/tclWinSock.c: Removed shutdown() from the functiondavygrvy2002-11-272-12/+11
* * win/tclWinPort.h: Don't turn off winsock prototypes!davygrvy2002-11-272-6/+8
* Missed a couple left-overs from my TcpAccept hack. Now fixed. Sorry for thedavygrvy2002-11-271-33/+16
* * generic/tclInterp.c (AliasCreate): preserve/release interps tohobbs2002-11-272-14/+35
* * generic/tclEncoding.c (TclFinalizeEncodingSubsystem): properlyhobbs2002-11-271-2/+4
* add simple valgrind targethobbs2002-11-271-1/+6
* unset path var to allow singleproc testinghobbs2002-11-271-2/+2
* missed a patch item reference.davygrvy2002-11-271-4/+4
* adjusted some commentary to be more accurate.davygrvy2002-11-271-5/+6
* Incorrect local edit of this file was previously committed that included adavygrvy2002-11-271-108/+61
* small typo.davygrvy2002-11-271-1/+1
* * win/tclWinPort.h:davygrvy2002-11-273-403/+608
* added a missing comment line to show that use of TerminateThread is evil.davygrvy2002-11-261-1/+3
* * win/tclWinConsole.c:davygrvy2002-11-267-128/+314
* * win/README: Update msys build env URL. Thismdejong2002-11-262-2/+7
* * library/init.tcl: code cleanup to reduce use ofhobbs2002-11-233-41/+26
* * tests/interp.test: interp-14.4hobbs2002-11-233-6/+29
* * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offsethobbs2002-11-196-26/+88
* no messagedavygrvy2002-11-191-0/+8
* * win/tclWinThrd.c (Tcl_CreateThread/TclpThreadExit): Fixeddavygrvy2002-11-191-3/+3
* Added missing .BE [Bug 629330]dkf2002-11-154-4/+8
* * generic/regexpComp.test: added tests 22.*hobbs2002-11-143-32/+73
* 3 small fixesvincentdarley2002-11-138-19/+261
* TclUtfToUniChar optimizationshobbs2002-11-121-0/+48
* * generic/tclUtil.c (Tcl_Backslash): use TclUtfToUniChar.hobbs2002-11-121-25/+57
* * generic/tclUtf.c: make use of TclUtfToUniChar macro throughouthobbs2002-11-121-22/+31
* * generic/tclStringObj.c (Tcl_GetCharLength): optimize for thehobbs2002-11-121-5/+19
* * generic/tclExecute.c (TclExecuteByteCode): improve INST_STR_CMPhobbs2002-11-121-10/+19
* * generic/tclEncoding.c (UtfToUtfProc, UtfToUnicodeProc):hobbs2002-11-121-8/+26
* * tests/split.test: added 1-char string split testshobbs2002-11-122-16/+65
* * generic/tclInt.h: add macro version of Tcl_UtfToUniCharhobbs2002-11-121-1/+20
* * generic/tcl.h (TCL_PATCH_LEVEL): bump to 8.4.1.1 for patchlevelhobbs2002-11-121-2/+2