summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls withdgp2007-03-272-17/+24
* Thread exit handler marks the current thread as un-initialized.vasiljevic2007-03-242-12/+14
* * generic/tclBasic.c (DeleteInterpProc): pop the root frameMiguel Sofer2007-03-232-3/+9
* * win/Makefile.in: Added code to keep a Cygwin path name fromKevin B Kenny2007-03-232-3/+8
* Reduce number of StackAlloc and StackFree calls.dgp2007-03-231-26/+16
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arraysdgp2007-03-222-39/+32
* * generic/tclExecute.c: Revised GrowEvaluationStack to take andgp2007-03-222-30/+38
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-216-66/+45
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-213-47/+44
* Minor comment formatting changedkf2007-03-211-3/+2
* * generic/tclEnv.c: Some more ckalloc -> ckrealloc replacements.dgp2007-03-203-19/+14
* 2007-03-20 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2007-03-2021-1713/+1237
* Introduce modern formatting standards; no need for rebuild of tclDate.cdkf2007-03-201-640/+684
* Fix trivial error in comment.dkf2007-03-201-2/+2
* * generic/tclCompile.c: Revise the various expansion routines fordgp2007-03-202-67/+64
* * generic/tclBinary.c (Tcl_SetByteArrayLength): Replaced ckalloc() /dgp2007-03-192-9/+8
* * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced somedgp2007-03-196-13/+20
* Fixed bug in regsub example.dkf2007-03-192-24/+27
* * win/tclWinReg.c (GetKeyNames): Size the buffer for enumeratingKevin B Kenny2007-03-173-24/+94
* added missing panicdgp2007-03-171-1/+4
* fix warningsdas2007-03-162-3/+5
* * generic/tclIOUtil.c (Tcl_Stat): Reimplement workaroundmdejong2007-03-162-17/+27
* * win/Makefile.in: Fully qualify LIBRARY_DIR somdejong2007-03-152-2/+9
* * tests/parse.test: Add two backslash newline parse tests.mdejong2007-03-152-1/+11
* Added test for [Bug 1675044].dgp2007-03-131-1/+18
* Fix documentation typospatthoyts2007-03-121-6/+6
* * generic/tclExecute.c (INST_FOREACH_STEP4): Make private copydgp2007-03-123-4/+23
* * generic/tclEvent.c (HandleBgErrors): Make efficient private copydgp2007-03-123-6/+33
* * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficientdgp2007-03-123-3/+25
* * generic/tclVar.c (TclArraySet): Make efficient private copy ofdgp2007-03-123-4/+25
* Fix [Bug 1679072]dkf2007-03-122-36/+51
* Plug a leak of encodingsdkf2007-03-121-27/+27
* Tightening up declaration scopes, improving some comments with xrefs to bugDBdkf2007-03-121-44/+49
* Fix [Bug 1675044]dkf2007-03-112-6/+24
* Move 'return' in TclListObjSetElement into correct place!dkf2007-03-101-31/+27
* * generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116]Miguel Sofer2007-03-102-10/+18
* * library/platform/shell.tcl: Made more robust if an older platformandreas_kupries2007-03-095-8/+28
* Fix [Bug 1675116]dkf2007-03-093-21/+38
* Modified test initialisation to use theKevin B Kenny2007-03-092-4/+12
* * library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance toKevin B Kenny2007-03-093-6/+239
* * generic/tclListObj.c (TclLsetList): Rewrite so that the routinedgp2007-03-082-70/+32
* Moved [lindex] guts to tclListObj.c, same as [lset] guts.dkf2007-03-083-188/+195
* Tidy up formattingdkf2007-03-081-11/+12
* * library/clock.tcl: Further tweaks to the Windows time zone tableKevin B Kenny2007-03-083-147/+320
* various "const" additions in implementationnijtmans2007-03-081-20/+19
* * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks.das2007-03-077-18/+90
* * generic/tclCmdIL.c (TclLindex*): Rewrites to make efficient pr...dgp2007-03-072-180/+73
* various "const" additions in implementationnijtmans2007-03-071-22/+22
* Add missing constraintsdgp2007-03-071-2/+2
* * generic/tclObj.c (Tcl_AppendAllObjTypes): Converted to simplerdgp2007-03-072-4/+8