| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | no message | davygrvy | 2002-11-19 | 1 | -0/+8 |
|
|
* | * win/tclWinThrd.c (Tcl_CreateThread/TclpThreadExit): Fixed | davygrvy | 2002-11-19 | 1 | -3/+3 |
|
|
* | Added missing .BE [Bug 629330] | dkf | 2002-11-15 | 4 | -4/+8 |
|
|
* | * generic/regexpComp.test: added tests 22.* | hobbs | 2002-11-14 | 3 | -32/+73 |
|
|
* | 3 small fixes | vincentdarley | 2002-11-13 | 8 | -19/+261 |
|
|
* | TclUtfToUniChar optimizations | hobbs | 2002-11-12 | 1 | -0/+48 |
|
|
* | * generic/tclUtil.c (Tcl_Backslash): use TclUtfToUniChar. | hobbs | 2002-11-12 | 1 | -25/+57 |
|
|
* | * generic/tclUtf.c: make use of TclUtfToUniChar macro throughout | hobbs | 2002-11-12 | 1 | -22/+31 |
|
|
* | * generic/tclStringObj.c (Tcl_GetCharLength): optimize for the | hobbs | 2002-11-12 | 1 | -5/+19 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): improve INST_STR_CMP | hobbs | 2002-11-12 | 1 | -10/+19 |
|
|
* | * generic/tclEncoding.c (UtfToUtfProc, UtfToUnicodeProc): | hobbs | 2002-11-12 | 1 | -8/+26 |
|
|
* | * tests/split.test: added 1-char string split tests | hobbs | 2002-11-12 | 2 | -16/+65 |
|
|
* | * generic/tclInt.h: add macro version of Tcl_UtfToUniChar | hobbs | 2002-11-12 | 1 | -1/+20 |
|
|
* | * generic/tcl.h (TCL_PATCH_LEVEL): bump to 8.4.1.1 for patchlevel | hobbs | 2002-11-12 | 1 | -2/+2 |
|
|
* | * generic/tclHash.c (HashStringKey): move string++ lower to save | hobbs | 2002-11-12 | 1 | -2/+2 |
|
|
* | * generic/tclVar.c (DisposeTraceResult, CallVarTraces): add proper | hobbs | 2002-11-12 | 1 | -3/+3 |
|
|
* | Corrected indentation of the new language. Oops. | Kevin B Kenny | 2002-11-11 | 1 | -1/+2 |
|
|
* | Corrected indentation of the new language. Oops. | Kevin B Kenny | 2002-11-11 | 2 | -2/+6 |
|
|
* | Added language to the Endekalogue to make it clear | Kevin B Kenny | 2002-11-10 | 2 | -1/+15 |
|
|
* | * changes: Note TclInExit TclInThreadExit changes. | mdejong | 2002-11-07 | 2 | -1/+7 |
|
|
* | * generic/tclEvent.c (TclInExit, TclInThreadExit): | mdejong | 2002-11-07 | 11 | -29/+75 |
|
|
* | * unix/configure: Regen. | mdejong | 2002-11-06 | 5 | -81/+117 |
|
|
* | * win/tclAppInit.c: Calls Registry_Init() and Dde_Init() when | davygrvy | 2002-11-04 | 5 | -32/+161 |
|
|
* | 2002-11-01 David Gravereaux <davygrvy@pobox.com> | davygrvy | 2002-11-03 | 1 | -0/+5 |
|
|
* | Updated Tcl_PkgProvide() line in Registry_Init() to use "1.1" instead of "1.0" | davygrvy | 2002-11-02 | 1 | -2/+2 |
|
|
* | * library/word.tcl: Changed $tcl_platform to $::tcl_platform to | andreas_kupries | 2002-11-01 | 2 | -2/+7 |
|
|
* | comments added | vincentdarley | 2002-10-29 | 3 | -2/+31 |
|
|
* | Typo correction | dgp | 2002-10-29 | 1 | -1/+1 |
|
|
* | * unix/tclLoadDyld.c (Tcl_PackageInitProc): pass all dyld error | das | 2002-10-29 | 2 | -1/+11 |
|
|