summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Make [regexp -about] produce its result using Tcl_Objs instead of strings.dkf2007-03-072-36/+41
* Minor comment cleaning updkf2007-03-071-42/+41
* New US DST rules on Windows; Olson's tzdata2007cKevin B Kenny2007-03-076-238/+497
* * library/platform/shell.tcl (::platform::shell::RUN): In the caseandreas_kupries2007-03-055-11/+21
* Split the ChangeLog to separate out the (static) 2005 entriesdkf2007-03-032-3814/+3823
* Added macro to conceal at least some of the pointer hackery.dkf2007-03-032-62/+75
* * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missingdgp2007-03-023-2/+10
* Added comments warning against certain optimizationsdgp2007-03-022-2/+19
* * generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementationdgp2007-03-022-20/+14
* * generic/tclCmdIL.c (Info*Cmd): Code simplifications anddgp2007-03-022-28/+25
* D'uh! Forgot to save the ChangeLog...dkf2007-03-021-1/+1
* Added a scheme to allow aux-data to be printed out for debugging. For this to...dkf2007-03-026-73/+304
* * generic/tclCmdIL.c (Tcl_LinsertObjCmd): Code simplificationsdgp2007-03-012-15/+9
* * generic/tclCmdIL.c (Tcl_LreplaceObjCmd): Code simplificationsdgp2007-03-012-19/+8
* Remove line with no effectdgp2007-03-011-2/+1
* * generic/tclCmdIL.c (Tcl_LrangeObjCmd): Rewrite in the samedgp2007-03-012-47/+27
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing awaydgp2007-03-013-8/+15
* * generic/tclCmdIL.c (Tcl_LassignObjCmd): Rewrite to make andgp2007-03-012-63/+33
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Rewrite to makedgp2007-03-012-26/+34
* Fix [Bug 1671138]dkf2007-03-013-30/+56
* typodgp2007-02-281-1/+1
* A few more very minor changesdkf2007-02-271-20/+11
* Assorted cleanup, mostly of comments.dkf2007-02-271-195/+227
* Stop using C++ keywords...dkf2007-02-271-25/+25
* * generic/tclIORChan.c (FreeReflectedChannel): Added the missingandreas_kupries2007-02-262-1/+16
* * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Removed surplus copyingdgp2007-02-262-33/+12
* * generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so thatdgp2007-02-244-31/+66
* correct bogus changedgp2007-02-241-2/+2