summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverted temporary changedgp2004-06-171-2/+2
* * generic/tclObj.c: Added missing space in panic message.dgp2004-06-171-2/+2
* temporarily removed unset of ::tclDefaultLibrary for sake of testing.dgp2004-06-171-2/+2
* * win/Makefile.in: Corrected compilation flags for tclPkgConfig.cKevin B Kenny2004-06-141-4/+2
* * doc/Encoding.3: Removed bogus claims about tcl_libPath.dgp2004-06-111-16/+23
* * generic/tclInterp.c: Updated [tclInit] to make $env(TCL_LIBRARY) andgp2004-06-111-2/+6
* Restored Eng. Manual Styledgp2004-06-111-66/+66
* * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile()dgp2004-06-113-115/+198
* * unix/configure.in: Updated TCL_PACKAGE_PATH value todgp2004-06-111-9/+10
* Fixed Tcl_FSChdir not to forcefully update private cwd cached copy.vasiljevic2004-06-101-2/+16
* * generic/tclPathObj.c: Corrected [file tail] results when operatingdgp2004-06-101-1/+16
* Partially corrected [Bug 932314]vasiljevic2004-06-091-5/+12
* * generic/tclCompile.c:Miguel Sofer2004-06-082-5/+9
* Silence compiler warnings.dgp2004-06-081-2/+3
* Fix variable usage warning. [Bug 969068]dkf2004-06-081-5/+3
* Re-commit after a `make genstubs` on a unix system, to restore unix line endingsdgp2004-06-075-9505/+9505
* * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-057-9498/+9519
* * generic/tcl.h: Restored #include <stdio.h> to tcl.h,dgp2004-06-041-1/+12
* * generic/tclIO.c (Tcl_SetChannelOption): Took out the rangedavygrvy2004-06-011-9/+1
* * generic/tclIO.c (Tcl_SetChannelOption): Invalid settingsdavygrvy2004-06-011-3/+14
* Limits documentation and style improvementsdkf2004-05-303-46/+496
* better (?) #ifdeferry for the last fixMiguel Sofer2004-05-272-2/+12
* * generic/tclExecute.c:Miguel Sofer2004-05-272-7/+9