| Commit message (Expand) | Author | Age | Files | Lines |
* | * unix/configure: Regen. | mdejong | 2002-11-06 | 1 | -0/+10 |
|
|
* | * win/tclAppInit.c: Calls Registry_Init() and Dde_Init() when | davygrvy | 2002-11-04 | 1 | -0/+14 |
|
|
* | 2002-11-01 David Gravereaux <davygrvy@pobox.com> | davygrvy | 2002-11-03 | 1 | -0/+5 |
|
|
* | * library/word.tcl: Changed $tcl_platform to $::tcl_platform to | andreas_kupries | 2002-11-01 | 1 | -0/+5 |
|
|
* | comments added | vincentdarley | 2002-10-29 | 1 | -0/+8 |
|
|
* | Typo correction | dgp | 2002-10-29 | 1 | -1/+1 |
|
|
* | * unix/tclLoadDyld.c (Tcl_PackageInitProc): pass all dyld error | das | 2002-10-29 | 1 | -0/+5 |
|
|
* | * library/dde/pkgIndex.tcl: | andreas_kupries | 2002-10-28 | 1 | -0/+6 |
|
|
* | * library/auto.tcl: Converted the Mac-specific [package unknown] | dgp | 2002-10-28 | 1 | -0/+7 |
|
|
* | no message | davygrvy | 2002-10-26 | 1 | -0/+5 |
|
|
* | Removed obsolete history-related structures. | dkf | 2002-10-23 | 1 | -0/+6 |
|
|
* | updated for 8.4.1 releasecore_8_4_1 | hobbs | 2002-10-22 | 1 | -2/+14 |
|
|
* | * library/auto.tcl (tcl_findLibrary): | das | 2002-10-22 | 1 | -0/+13 |
|
|
* | Documentation didn't say that the UTF-8-rep of a Tcl_Obj was UTF-8 (sans NUL)! | dkf | 2002-10-22 | 1 | -0/+6 |
|
|
* | * macosx/Tcl.pbproj/project.pbxproj: bumped version to 8.4.1 | das | 2002-10-21 | 1 | -0/+6 |
|
|
* | * library/reg/pkgIndex.tcl: | hobbs | 2002-10-18 | 1 | -0/+15 |
|
|
* | * generic/tclVar.c: Fixed code that check for proper # of args to | dgp | 2002-10-17 | 1 | -0/+5 |
|
|
* | * win/configure: add workaround for cygwin windres | hobbs | 2002-10-17 | 1 | -0/+5 |
|
|
* | * README: added archives.tcl.tk note | hobbs | 2002-10-16 | 1 | -2/+4 |
|
|
* | * unix/configure: | hobbs | 2002-10-15 | 1 | -0/+6 |
|
|
* | execution trace fix | vincentdarley | 2002-10-15 | 1 | -1/+7 |
|
|
* | * generic/tclEnv.c (Tcl_PutEnv): correct possible mem leak. | hobbs | 2002-10-14 | 1 | -0/+5 |
|
|
* | * generic/tcl.h: Need a different strategy through the maze of | dkf | 2002-10-11 | 1 | -0/+6 |
|
|
* | * win/configure: | hobbs | 2002-10-11 | 1 | -0/+8 |
|
|
* | * doc/Tcl.n: Clarified that namespace separators are legal in | dgp | 2002-10-10 | 1 | -1/+4 |
|
|
* | * doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826] | dgp | 2002-10-10 | 1 | -0/+4 |
|
|
* | load fixes for Bug 611108 | vincentdarley | 2002-10-10 | 1 | -0/+14 |
|
|
* | * unix/README: doc'ed --enable-symbols options. | hobbs | 2002-10-10 | 1 | -0/+9 |
|
|
* | * win/tclWinTime.c: Added code to set an exit handler that | Kevin B Kenny | 2002-10-09 | 1 | -0/+7 |
|
|
* | More clarification of [binary scan]'s behaviour. | dkf | 2002-10-09 | 1 | -0/+4 |
|
|
* | * generic/tclIntDecls.h: fixed botched regen. | das | 2002-10-09 | 1 | -0/+4 |
|
|
* | * generic/tclInt.decls: made TclSetPreInitScript() declaration | das | 2002-10-09 | 1 | -0/+32 |
|
|
* | * doc/Alloc.3: Added a note to mention that attempting to allocate | dkf | 2002-10-09 | 1 | -0/+5 |
|
|
* | * doc/binary.n: Doc improvements [Patch 616480] | dkf | 2002-10-04 | 1 | -0/+2 |
|
|
* | [file exist] -> [file exists]... | dkf | 2002-10-04 | 1 | -0/+6 |
|
|
* | * doc/tcltest.n: fixed typo [Bug 618018]. Thanks to "JJM". | dgp | 2002-10-03 | 1 | -0/+4 |
|
|
* | [info exist]->[info exists]. [Bug 602566] | dkf | 2002-10-03 | 1 | -0/+6 |
|
|
* | Improved [lsearch] docs; -sorted interaction with other options. [Bug 617816] | dkf | 2002-10-03 | 1 | -0/+5 |
|
|
* | * generic/tclProc.c (TclCreateProc): mask out VAR_UNDEFINED for | hobbs | 2002-10-02 | 1 | -0/+6 |
|
|
* | Mentioned that [socket] takes service names as well as port numbers. | dkf | 2002-10-01 | 1 | -0/+5 |
|
|
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): correct the | hobbs | 2002-09-30 | 1 | -0/+6 |
|
|
* | Added proper exiting conditions using Win32 console signals. This handles | davygrvy | 2002-09-30 | 1 | -0/+7 |
|
|
* | no message | davygrvy | 2002-09-29 | 1 | -0/+6 |
|
|
* | * README: Bumped to version 8.4.1 to avoid confusion | dgp | 2002-09-27 | 1 | -0/+12 |
|
|
* | * unix/configure: regen. | hobbs | 2002-09-27 | 1 | -0/+6 |
|
|
* | 2002-09-18 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2002-09-27 | 1 | -0/+31 |
|
|
* | * library/encoding/koi8-u.enc: removed extraneous spaces that | hobbs | 2002-09-26 | 1 | -0/+8 |
|
|
* | * macosx/Makefile: preserve environment value of INSTALL_ROOT. | das | 2002-09-26 | 1 | -0/+13 |
|
|
* | * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Yet more robust 64-bit value | dkf | 2002-09-24 | 1 | -0/+3 |
|
|
* | Removing more CONST-related warnings. | dkf | 2002-09-24 | 1 | -0/+5 |
|
|