summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * win/tclWinTime.c: If the Tcl_ExitProc (StopCalibration) isdavygrvy2004-04-231-2/+6
* speling errors correcteddavygrvy2004-04-231-1/+1
* no messagedavygrvy2004-04-231-0/+7
* TclSetLibraryPath's use of caching the stringrep of the pathPtr object todavygrvy2004-04-231-3/+15
* Improvements to examples by DKFdkf2004-04-222-26/+52
* Documentation clarification from David Welton.dkf2004-04-222-1/+6
* Spelling... :^/dkf2004-04-221-3/+3
* More examples, this time from Arjen Markus and Donal Fellows.dkf2004-04-222-2/+87
* Added note about a safe and useful mode of update to a hash being iterated over.dkf2004-04-212-3/+9
* Added example from David Welton. [Patch 939473]dkf2004-04-212-1/+21
* Added examples from David Welton. [Patch 938820]dkf2004-04-212-1/+42
* no messagedavygrvy2004-04-201-0/+4
* Added FreeEncoding(systemEncoding) in TclFinalizeEncodingSubsystemdavygrvy2004-04-201-1/+2
* no messagedavygrvy2004-04-201-0/+5
* Added an exit handler in tclWinInit() so tclWinTCharEncoding could be freeddavygrvy2004-04-201-1/+30
* Added example from David Welton. [Patch 938056]dkf2004-04-192-1/+15
* Corrected "short circuit" conversion of int to double. Reported by Kevin B Kenny2004-04-192-1/+8
* Add more examples to documentation along the lines of David Welton's project.dkf2004-04-166-5/+110
* Corrected type error in synopsis.dgp2004-04-161-2/+2
* fix to utime documentationvincentdarley2004-04-162-4/+10
* Added example from [Patch 936245] from David Welton.dkf2004-04-162-3/+30
* Added example based on [Patch 935911] from David Welton.dkf2004-04-162-1/+18
* Fix minor fault in [clock clicks] error message.dkf2004-04-153-3/+11
* * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CEhobbs2004-04-076-47/+80
* * win/configure: define TCL_LIB_FLAG, TCL_BUILD_LIB_SPEC,hobbs2004-04-073-26/+55
* fix to comment (bug 931148)vincentdarley2004-04-071-4/+4
* Patch 922727 committed. Implements three changes:dgp2004-04-062-73/+0
* Patch 922727 committed. Implements three changes:dgp2004-04-0686-228/+142
* * tests/unixInit.test (unixInit-3.1): Default encoding on Darwindgp2004-04-062-2/+9
* root interacts badly with access(...,X_OK) [Bug 929892]dkf2004-04-062-2/+8
* add thanksdgp2004-04-021-1/+1
* * generic/tclCompile.c:Miguel Sofer2004-04-023-21/+29
* * generic/tclCompile.h: removed redundant #ifdef _TCLINTMiguel Sofer2004-04-022-3/+6
* * tests/tcltest.test: Corrected constraint typos: "nonRoot" ->dgp2004-04-022-4/+9
* * generic/tclInt.h: Removed obsolete tclBlockTime* declarations.dgp2004-04-012-3/+6
* cross-filesystem boundary glob fixvincentdarley2004-04-012-2/+26
* date fixdgp2004-03-311-1/+1
* * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457]dgp2004-03-312-11/+25
* Add comment for TCL_TOKEN_EXPAND_WORD flagdgp2004-03-311-1/+6
* * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457]dgp2004-03-312-3/+4
* * library/msgcat/msgcat.tcl: Updated internals to make use ofdgp2004-03-313-36/+61
* More hash function cleaning up.dkf2004-03-303-10/+9
* Fixed object hashing bozo-ness. The code as it stood looked like adkf2004-03-302-28/+24
* * generic/tclExecute.c (TEBC): reverting to the previous methodMiguel Sofer2004-03-302-14/+42
* * generic/tclCompile.c: New instruction code INST_START_CMDMiguel Sofer2004-03-307-42/+97
* Corrected case: Filesystem.h -> FileSystem.hdgp2004-03-301-2/+2
* fix to glob with volume relative paths, bug 898238vincentdarley2004-03-305-8/+100
* fix to Tcl bug 918320vincentdarley2004-03-303-20/+45
* overlooked update to tests.dgp2004-03-292-6/+6
* * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only todgp2004-03-292-17/+23