summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Grammar and spelling fixes. [Patch 1018486]dkf2004-08-311-11/+119
* two bugs fixed in filesystem docs and testsvincentdarley2004-08-311-147/+153
* Fix a crash caused by sharing in [string map]. [Bug 1018562]dkf2004-08-301-5/+22
* Make [namespace which] use newer option parsing code for more flexibility.dkf2004-08-271-27/+21
* Minor fixesdkf2004-08-271-114/+100
* Fix [Bug 1017022] by factorizing out the ensemble lookup code and fixing once.dkf2004-08-271-26/+62
* * tests/timer.test (timer-10.1): Test for Bug 1016167.dgp2004-08-251-3/+9
* Fixes to ensemble -unknown handler processing to stop [namespace import] fromdkf2004-08-251-15/+5
* * generic/tclProc.c: The routine TclProcInterpProc was a s...dgp2004-08-255-173/+29
* update out of date commentdgp2004-08-241-2/+2
* Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011...dkf2004-08-191-10/+5
* silence compiler warning on systems without mktimeKevin B Kenny2004-08-181-6/+6
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-184-301/+612
* fix for [Bug 1008314]Miguel Sofer2004-08-162-6/+48
* Plug leak and clarify codedkf2004-08-031-10/+9
* Add field initialization to fix [Bug 989298]. D'oh!dkf2004-08-031-1/+2
* TIP#207 IMPLEMENTATIONdgp2004-08-025-77/+158
* * generic/tclLiteral.c (TclCleanupLiteralTable): Correcteddgp2004-08-021-21/+42
* * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalizedgp2004-07-301-24/+24
* * generic/tclVar.c: simplify tclLocalVarNameType, removing theMiguel Sofer2004-07-231-68/+39
* * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-213-5/+67
* 2004-07-21 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2004-07-213-3/+59
* cd infinite loop bug fixedvincentdarley2004-07-171-18/+37
* * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in theandreas_kupries2004-07-161-3/+3
* Added new fix for the Tcl Bug #770053. Now we conditionaly performvasiljevic2004-07-151-2/+14
* * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set inandreas_kupries2004-07-152-2/+55
* * generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to theandreas_kupries2004-07-151-2/+2
* Stuffed memory leak incurred by re-initializing of TSD slotsvasiljevic2004-07-151-6/+19
* * generic/tclLiteral.c (TclReleaseLiteral): Removed unusedKevin B Kenny2004-07-151-2/+1
* * generic/tclCompile.c (TclCompileScript):Miguel Sofer2004-07-152-20/+9
* Removed initialization of TSD for the new thread in NewThreadProc sincevasiljevic2004-07-151-10/+1
* Removed unused variable in NewThreadProc()vasiljevic2004-07-151-2/+3
* Backout of changes to fix the Tcl Bug #770053.vasiljevic2004-07-151-5/+9
* * generic/tclBasic.c (Tcl_EvalEx): leak fix by dgp, releaseMiguel Sofer2004-07-121-1/+2
* * generic/tclParse.c (Tcl_SubstObj): leak fix by dgp, releaseMiguel Sofer2004-07-121-1/+2
* Another leak fix for [Bug 989093]dkf2004-07-111-1/+9
* Stop [dict unset] from leaking objects. [Bug 989093 in part]dkf2004-07-111-2/+4
* * generic/tclExecute.c (TEBC): fixed leak of expandNestList objsMiguel Sofer2004-07-111-1/+15
* cd fix in vfsvincentdarley2004-07-111-12/+19
* Modified the logic of literal table cleanup at interp deletion time,Miguel Sofer2004-07-083-32/+45
* * generic/tclCompile.c (TclCompileScript): fix for [Bug 458361].Miguel Sofer2004-07-071-1/+10
* * generic.tclCmdMZ.c (TclMergeReturnOptions): Simplified logic anddgp2004-07-071-15/+22
* Add missing objTypes to catalogdkf2004-07-072-2/+6
* * tests/cmdMZ.test (cmdMZ-return-2.17): Added a test that a worddgp2004-07-061-4/+5
* * generic/tclBasic.c (DeleteInterpProc): fix for [Bug 983660],Miguel Sofer2004-07-052-20/+22
* added support for wide integers to round(); [Bug 908375], reported byMiguel Sofer2004-07-031-40/+36
* Moved declaration of TclCompEvalObj() from tclCompile.h to the internalMiguel Sofer2004-07-034-4/+28
* * generic/regcomp.c (stid): correct minor pointer size errorhobbs2004-07-021-2/+2
* * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patchhobbs2004-07-021-15/+36
* Fix missed references to 8.4, spotted by Theo Verelst.dkf2004-07-011-3/+3