summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclHash.c (HashStringKey): move string++ lower to savehobbs2002-11-121-2/+2
* * generic/tclVar.c (DisposeTraceResult, CallVarTraces): add properhobbs2002-11-121-3/+3
* Corrected indentation of the new language. Oops.Kevin B Kenny2002-11-111-1/+2
* Corrected indentation of the new language. Oops.Kevin B Kenny2002-11-112-2/+6
* Added language to the Endekalogue to make it clearKevin B Kenny2002-11-102-1/+15
* * changes: Note TclInExit TclInThreadExit changes.mdejong2002-11-072-1/+7
* * generic/tclEvent.c (TclInExit, TclInThreadExit):mdejong2002-11-0711-29/+75
* * unix/configure: Regen.mdejong2002-11-065-81/+117
* * win/tclAppInit.c: Calls Registry_Init() and Dde_Init() whendavygrvy2002-11-045-32/+161
* 2002-11-01 David Gravereaux <davygrvy@pobox.com>davygrvy2002-11-031-0/+5
* Updated Tcl_PkgProvide() line in Registry_Init() to use "1.1" instead of "1.0"davygrvy2002-11-021-2/+2
* * library/word.tcl: Changed $tcl_platform to $::tcl_platform toandreas_kupries2002-11-012-2/+7
* comments addedvincentdarley2002-10-293-2/+31
* Typo correctiondgp2002-10-291-1/+1
* * unix/tclLoadDyld.c (Tcl_PackageInitProc): pass all dyld errordas2002-10-292-1/+11
* * library/dde/pkgIndex.tcl:andreas_kupries2002-10-283-2/+8
* * library/auto.tcl: Converted the Mac-specific [package unknown]dgp2002-10-285-55/+126
* no messagedavygrvy2002-10-261-0/+5
* xcopy on NT 4.0 doesn't support the /Y switch (overwrite). Added logicdavygrvy2002-10-261-30/+40
* Removed obsolete history-related structures.dkf2002-10-232-39/+7
* updated for 8.4.1 releasecore_8_4_1hobbs2002-10-222-3/+78
* * win/Makefile.in: removed @MEM_DEBUG_FLAGS@ subst.hobbs2002-10-224-120/+112
* * library/auto.tcl (tcl_findLibrary):das2002-10-225-8/+86
* Documentation didn't say that the UTF-8-rep of a Tcl_Obj was UTF-8 (sans NUL)!dkf2002-10-223-12/+25
* * macosx/Tcl.pbproj/project.pbxproj: bumped version to 8.4.1das2002-10-213-3/+11
* note 1.1 version updatehobbs2002-10-191-3/+4
* * library/reg/pkgIndex.tcl:hobbs2002-10-187-21/+36
* * doc/registry.n: Added support for broadcasting changes tohobbs2002-10-183-19/+112
* * unix/Makefile.in (dist): add any mac/tcl*.sea.hqx fileshobbs2002-10-181-2/+2
* * generic/tclVar.c: Fixed code that check for proper # of args todgp2002-10-173-4/+13