summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-103-6/+101
* * macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replacedas2009-04-102-8/+84
* Improved HTTP/1.1 support and added specific HTTP/1.1 testing.patthoyts2009-04-1010-136/+997
* Fix for immediate problem in [Bug 2089279].dkf2009-04-102-17/+23
* Specific check for [Bug 26245326]patthoyts2009-04-103-3/+34
* Olson's tzdata2009eKevin B Kenny2009-04-0913-483/+861
* * library/http/http.tcl: Handle incomplete lines in thedgp2009-04-092-2/+8
* * library/platform/platform.tcl: Extended the darwin sections toandreas_kupries2009-04-086-11/+59
* * library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) todgp2009-04-085-17/+24
* * generic/tclStringObj.c: Correction so that value ofdgp2009-04-072-2/+7
* Fix [Bug 1910136].dkf2009-04-042-12/+39
* * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263]dgp2009-03-302-2/+6
* * generic/tclPathObj.c (TclPathPart): TclPathPart() was computingdgp2009-03-273-4/+49
* typodgp2009-03-261-1/+1
* Some small improvements to the last exampledkf2009-03-261-7/+13
* bring doc and tools in line with http://wiki.tcl.tk/812nijtmans2009-03-251-1/+1
* bring doc and tools in line with http://wiki.tcl.tk/812nijtmans2009-03-255-7/+14
* Documented [coroutine] and [yield]. [Bug 2152285]dkf2009-03-252-0/+113
* Fix [Bug 2704302]dkf2009-03-244-19/+39
* Fix [Bug 2673163]dkf2009-03-244-121/+161
* * generic/tclBasic.c: NR-enable the handling of unknown commandsMiguel Sofer2009-03-222-19/+49
* removed extra cleanupTests callMiguel Sofer2009-03-211-5/+1
* forgot one file :}Miguel Sofer2009-03-211-2/+25
* * generic/tclBasic.c: fixed "leaks" in aliases, imports andMiguel Sofer2009-03-215-5/+21
* * tclInt.h: commentsMiguel Sofer2009-03-213-6/+96
* * tests/nre.test: [foreach] has been NR-enabled for a while, theMiguel Sofer2009-03-212-2/+5
* * generic/tclBasic.c: Fix for (among others) [Bug 2699087]Miguel Sofer2009-03-216-34/+99
* * generic/tclExecute.c: proper fix for [Bug 2415422]. ReenabledMiguel Sofer2009-03-213-9/+34
* * generic/tclExecute.c: fix both test and code for tailcallMiguel Sofer2009-03-213-5/+18
* * tests/stringObj.test: Test stringObj-6.9 checks thatdgp2009-03-212-1/+11
* * tests/tailcall.test: slightly improved testsMiguel Sofer2009-03-212-5/+31
* * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflowdgp2009-03-202-5/+22
* * generic/tcl.h:Miguel Sofer2009-03-198-594/+609
* Added documentation for tailcall.dkf2009-03-192-0/+73
* * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak.dgp2009-03-182-2/+15
* * generic/tclVar.c (TclLookupSimpleVar): Shift all calls todgp2009-03-182-7/+9
* Fix [Bug 2688063]dkf2009-03-162-27/+39
* revise fix for [Bug 2687952]Joe Mistachkin2009-03-163-7/+10
* Fix [Bug 2687952]dkf2009-03-153-5/+24
* Added support for SIGINFO. [Patch 1513655]dkf2009-03-152-1/+12
* regendkf2009-03-141-1/+2
* Added support for reporting TEA-like info via pkg-config.dkf2009-03-144-6/+35
* * generic/tclBasic.c (TclNRCoroutineObjCmd): fix Tcl_Obj leak.Miguel Sofer2009-03-112-2/+6
* Move the implementation of [try] from Tcl to C. Not yet bytecoded.dkf2009-03-096-204/+524
* Related correctionsdkf2009-03-042-4/+5
* Fix bug 2662434dkf2009-03-043-4/+14
* [Bug 218977] Tcl_DbCkfree needs a return valuenijtmans2009-02-278-45/+51
* * generic/tclUtil.c (TclStringMatchObj): Revised the branchingdgp2009-02-252-3/+10
* * generic/tclCmdMZ.c: Since Tcl_GetCharLength() has its owndgp2009-02-253-27/+16
* General minor documentation improvements.dkf2009-02-249-60/+82