summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correction to patch from 2001-01-18dgp2001-03-262-3/+8
* Removed tclWinTCharEncoding (static variable in win/tclWin32Dll.c)dkf2001-03-262-2/+6
* see changeshobbs2001-03-241-0/+8
* * generic/tclNamesp.c (Tcl_Import): Correctly freed a DString.hobbs2001-03-241-1/+3
* * generic/tclVar.c (Tcl_ArrayObjCmd): Corrected retrieval ofhobbs2001-03-241-2/+9
* Error behaviour of [unset] was changed to agree with documentation, sodkf2001-03-152-14/+9
* * library/package.tcl (pkg_mkIndex): Added patch from Vincedgp2001-03-142-1/+27
* Improved documentation for [info hostname].dkf2001-03-132-1/+15
* Made [unset] command behave as documented when no arguments present.dkf2001-03-132-2/+11
* A missing return was causing memory corruption in [string map].dkf2001-03-132-1/+5
* Added some casts to ClientData that are apparently needed on somedkf2001-03-132-5/+11
* Fixed some string test numberings and added a test.dkf2001-03-122-3/+12
* Added SF bug/patch numbers to recent log messages.dgp2001-03-061-1/+2
* Fixed two faults with [unset -nocomplain]; one with a possible overrundkf2001-03-064-18/+34
* Fixed bug that could leave saved data for [info level] pointing intodkf2001-03-022-10/+41
* Corrected earlier missing change log entry for 'clock' documentation.Kevin B Kenny2001-02-251-0/+6
* Added test in execute.test for evaluation of an expression in aMiguel Sofer2001-02-231-0/+4
* *** empty log message ***Miguel Sofer2001-02-231-0/+6
* added test for evaluation of an expression in a variable; evals onceMiguel Sofer2001-02-231-1/+7
* Updated documentation to reflect the addition of compat/strftime.c,Kevin B Kenny2001-02-181-27/+85
* [split $string ""] now shares character strings in the resulting list,dkf2001-02-162-2/+30
* Spelling fix.dgp2001-02-021-2/+2
* D'oh! The checkbook problem! It's 200*1* now, you fool!dgp2001-02-011-3/+3
* 2000-01-31 Don Porter <dgp@users.sourceforge.net>dgp2001-01-312-3/+7
* 2000-01-30 Don Porter <dgp@users.sourceforge.net>dgp2001-01-302-11/+23
* Clarified last log entry.dgp2001-01-191-1/+2
* 2000-01-18 Andreas Kupries <a.kupries@westend.com>andreas_kupries2001-01-189-67/+98
* Added missing nroff directive.dkf2001-01-161-1/+2
* Fixes tests when spaces exist in install pathnames.dkf2001-01-124-6/+15
* 2001-01-04 Don Porter <dgp@users.sourceforge.net>dgp2001-01-044-16/+55
* 2000-12-14 Don Porter <dgp@users.sourceforge.net>dgp2000-12-143-22/+50
* 2000-12-10 Don Porter <dgp@users.sourceforge.net>dgp2000-12-116-22/+36
* * docs/scan.n:hobbs2000-12-103-32/+45
* added change noteshobbs2000-12-101-0/+14
* * docs/scan.n:hobbs2000-12-101-10/+12
* * win/tclWinTime.c (CalibrationThread): added lint return value tohobbs2000-12-101-3/+4
* * library/init.tcl: Added support for PATHEXT variable inhobbs2000-12-092-3/+15
* Fixing bug #119417 using patch #102496.andreas_kupries2000-12-082-10/+32
* Why do you always find stupid typos after committing? <sigh>dkf2000-12-081-2/+2
* Applied patch #102680 after review and approval by several TCT membersdkf2000-12-082-2/+21
* * generic/tcl.h (attemptckalloc): Fixed typo for #define ofericm2000-12-083-3/+134
* see change noteshobbs2000-12-081-0/+9
* * library/dde/pkgIndex.tcl: updated to use 84 version to reflecthobbs2000-12-071-2/+2
* * generic/tcl.h: added note about need to updatedhobbs2000-12-071-2/+3
* Logical negation "!" can now handle string booleans, provided thosedkf2000-11-242-2/+12
* Added test to detect bug #119153; the string forms of boolean valuesdkf2000-11-242-1/+9
* Missed a few spots with the previous checkin. Now onlydkf2000-11-244-32/+36
* [glob] uses -directory instead of unsafe [file join] to stop problemsdkf2000-11-243-6/+11
* Fixed bug #119082.dkf2000-11-241-0/+11
* Now correctly test for (and fix) Bug #119082.dkf2000-11-244-11/+98