summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Performance updates to http::mapReply [1020491] and fix version numbering.dkf2005-01-065-32/+34
* Move emacs mode comment to end of file to stop problems with old man.dkf2005-01-053-4/+16
* * tests/winDde.test: Fixed broken test result.patthoyts2005-01-052-2/+6
* Move #include of tclConfig.h to right place.dkf2005-01-053-6/+13
* * tests/fCmd.test (fCmd-18.10): Added notNetworkFilesystem constraint.dgp2005-01-042-2/+7
* * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-303-17/+31
* bugs 1090413, 1092789 fixedKevin B Kenny2004-12-291-0/+17
* bugs 1090413, 1092789 fixedKevin B Kenny2004-12-296-114/+149
* Avoid sharing cmdName literals accross namespaces, and generalise usage ofMiguel Sofer2004-12-247-37/+85
* fix for last commit; thanks dgp and tclguy for catch/classify/throwMiguel Sofer2004-12-202-5/+7
* * generic/tclCompile.c: moved TclInitCompiledLocals to tclProc.cMiguel Sofer2004-12-203-170/+242
* Upgrade the capabilities of time limits by allowing them to fire in the midstdkf2004-12-166-21/+188
* * generic/tclTest.c: Added two new functions to allocate memoryMiguel Sofer2004-12-159-33/+247
* bad date in ChangelogMiguel Sofer2004-12-141-1/+1
* changing the isProcCallFrame field of the CallFrame struct from a 0/1 fieldMiguel Sofer2004-12-145-23/+36
* * unix/configure.in: Added special processing to remove "$U"dgp2004-12-143-17/+14
* * generic/tcl.h: Restored extern "C" guards so that C++ codedgp2004-12-132-1/+21
* * generic/tclEncoding.c: Plugged some memory leaks. Thanks todgp2004-12-133-3/+10
* Add note to clock.n disclaiming full ISO8601 supportKevin B Kenny2004-12-132-2/+12
* * generic/tclVar.c (TclArrayObjCmd - ARRAY_NAMES): leaking an object [BugMiguel Sofer2004-12-132-1/+7
* * generic/tclObj.c (TclSetCmdNameObj): special handling for fully qualifiedMiguel Sofer2004-12-122-1/+24
* converting the static function GetNamespaceFromObj() to MODULE_SCOPEMiguel Sofer2004-12-113-13/+21
* ran autoconf-2.57dgp2004-12-111-1/+1
* Bump to a3 to prevent confusion with a2 release.dkf2004-12-108-14/+21
* optimised loops that initialise a proc's arguments and compiled localMiguel Sofer2004-12-105-114/+170
* Make ensemble API available to rest of Tcl core.dkf2004-12-103-36/+40
* Provide an internal API for manipulating ensembles.dkf2004-12-092-133/+640
* regen with autoconf 2.57das2004-12-091-193/+206
* Minor doc fixesdkf2004-12-092-6/+11
* * tests/unixInit.test (2.1-4): Added constraints so that when adgp2004-12-082-5/+21
* add library/tzdata,msgs to dist targetcore_8_5_a2hobbs2004-12-072-3/+11
* Some HTML converters prefer distances in inches to ems. [Bug 1078760]dkf2004-12-072-2/+7
* see ChangeLoghobbs2004-12-071-0/+9
* * unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBitshobbs2004-12-071-2/+2
* minor nroff typoshobbs2004-12-073-16/+15
* * tests/msgcat.test: makeFile/removeFile cleanup [1079117]dgp2004-12-062-4/+5
* * tests/safe.test: Trim auto_path to improve performance [1080039]dgp2004-12-063-5/+12
* * generic/tclEncoding.c: Different fix for [Bug 1077005].dgp2004-12-046-11/+34
* updated changes for 8.5a2 releasehobbs2004-12-042-14/+59
* * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the casedgp2004-12-023-6/+16
* filesystem, glob, tilde fixvincentdarley2004-12-023-1/+74
* workaround for a bug in cygpath that made safe-8.5-8.7 failKevin B Kenny2004-12-022-2/+8
* Remove a global mutex/state by using lists instead of hashtables to store thedkf2004-12-022-50/+56
* Upgrade more of the file to tcltest2, and collect constraint definitions to t...dkf2004-12-021-51/+53
* Convert mutex-protected global state into thread-local state. [FRQ 1077210]dkf2004-12-022-9/+23
* * generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scopedgp2004-12-022-50/+61
* .dgp2004-12-011-0/+23
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-0112-193/+163
* added comment about freewrap difficultiesdgp2004-12-011-1/+5
* * generic/tclEncoding.c: Moved TclpSetInitialEncodings()dgp2004-12-012-3/+11