summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* TIP#188 implementation. Thanks to KBK! [Patch 940915]dkf2004-06-301-8/+54
* Oops!dkf2004-06-241-5/+3
* Style and whitespace fixesdkf2004-06-241-443/+544
* * generic/tclThreadStorage.c: Corrected type casting errors that leddgp2004-06-241-3/+3
* Version 5 of [Patch 976496]Joe Mistachkin2004-06-245-5/+1249
* Version of [Patch 746578] that works with Linux and is likely to work elsewheredkf2004-06-231-1/+2
* * generic/tclEvent.c (NewThreadProc): Fixed broken build onKevin B Kenny2004-06-221-1/+4
* Integrated fix for Tcl Bug #770053 from core-8-4-branchvasiljevic2004-06-222-3/+97
* Make [Bug 975895] less likely to be hitdkf2004-06-211-257/+274
* * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings.dgp2004-06-183-15/+19
* Fixed [Bug 886231] properly this time rather than with a broken version thatdkf2004-06-182-63/+69
* Fix tclWinInit.c for KBK, adding comments as I go. :^)dkf2004-06-182-16/+168
* Updated comments to agree with recent revisions.dgp2004-06-171-7/+8