summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Convert mutex-protected global state into thread-local state. [FRQ 1077210]dkf2004-12-021-9/+18
* * generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scopedgp2004-12-021-50/+58
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-018-120/+130
* * generic/tclEncoding.c: Moved TclpSetInitialEncodings()dgp2004-12-011-3/+2
* Patch 976520 reworks several of the details involved withdgp2004-11-3012-559/+1006
* Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/dkf2004-11-252-4/+32
* * generic/tclPort.h: Relative include of tclWinPort.h returned as it was requ...davygrvy2004-11-241-2/+2
* * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in newdgp2004-11-241-6/+8
* Remove call to Tcl_GetStringResult to speed up processing of [$canv postscript]dkf2004-11-231-1/+13
* * generic/tclInterp.c: Restored several directories to the searchdgp2004-11-221-11/+29
* fix to windows file join bugvincentdarley2004-11-221-4/+12
* * tests/interp.test (interp-36.*): [interp bgerror] tests.dgp2004-11-181-5/+3
* * generic/tclEvent.c (HandleBgErrors): Simplified program flow.dgp2004-11-181-14/+10
* * tests/basic.test: Updated functional (not testing) uses ofdgp2004-11-181-2/+2
* * unix/configure.in: The change below reveals that the publicdgp2004-11-173-7/+9
* * generic/tclIOUtil.c (TclFSEpochOk): There were two code pathsdgp2004-11-171-8/+2
* * generic/tcl.h:das2004-11-161-2/+2
* * generic/tclInt.h: Added comment warning that the olddgp2004-11-152-88/+41
* TIP #221 IMPLEMENTATIONdgp2004-11-1314-222/+481
* * generic/tclEncoding.c (TableFromUtfProc): correct crashhobbs2004-11-121-2/+13
* ChangeLog reformat.dgp2004-11-121-4/+1
* * generic/tcl.h:das2004-11-122-6/+6
* * unix/Makefile.in: Be sure -I{BUILD_DIR} comes first so thatdgp2004-11-121-1/+4
* * generic/tclInt.h: Moved verification of ptrdiff_t typedef fromdgp2004-11-123-15/+8
* * unix/config.h.in:rmax2004-11-121-2/+2
* Adapt Tcl so it uses a config.h header instead of stuffing all #defs on thedkf2004-11-121-1/+5
* * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() insteaddas2004-11-112-17/+12
* Janitorial whitespace/style fixes.dkf2004-11-091-1423/+1455
* * generic/tclCompile.h: Removed extrainious reset ofdavygrvy2004-11-031-4/+1
* * generic/tcl.h: Moved the preprocessor logicdavygrvy2004-11-036-29/+66
* * generic/tclTrace.c (TclCallVarTraces): Improved ability to debugdgp2004-11-031-7/+34
* * generic/tclRegexp.h: manipulating TCL_STORAGE_CLASS unnecessary.davygrvy2004-11-031-6/+1
* * generic/tclFileSystem.h: Added use of MODULE_SCOPE on protos.davygrvy2004-11-031-34/+58
* * generic/tclCompile.h: Exchanged use of the EXTERN macro to the new MODULE_S...davygrvy2004-11-031-71/+66
* * generic/tclInt.h: added a check for #ifdef __cplusplus around the #definedavygrvy2004-11-021-2/+6
* Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch.dkf2004-11-021-10/+62
* Make core less eager to spew its guts all over the place; core symbols indkf2004-11-021-514/+616
* Remove unused labeldkf2004-11-011-2/+1
* Fix for [Bug 761471]; NaN is now *never* equal to NaN...dkf2004-11-011-19/+5
* Cleaning up of the namespace guts.dkf2004-11-011-551/+546
* Cleaning up; mostly whitespace and comment fixes.dkf2004-11-011-242/+236
* Improved comments on selected flags in tcl.hdkf2004-11-011-3/+13
* Make [info globals ::foo] work. [Bug 1057461]dkf2004-10-311-1/+9
* replaced WIN32 with __WIN32__ [Bug 1054357] (Gravereaux)Kevin B Kenny2004-10-301-2/+2
* Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-298-121/+263
* fix for execution stack corruption [Bug 1055676]. Credit dgp for detectiveMiguel Sofer2004-10-281-1/+3
* * generic/tcl.h: Removed the file level 'extern "C" {' and thedavygrvy2004-10-271-17/+1
* * generic/tclInt.decls: The following 9 functions were moved fromdavygrvy2004-10-274-21/+145
* * generic/tclParse.c (Tcl_SubstObj): Fix for failed subst-12.3 test.dgp2004-10-261-2/+2
* * generic/tclPipe.c (TclCleanupChildren): bad cast of resolvedPid causeddavygrvy2004-10-261-3/+3