summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * tests/error.test (error-15.9.*): More coverage tests for [try].dgp2009-09-282-2/+16
* * tests/error.test (error-15.8.*): Coverage tests illustratingdgp2009-09-282-1/+23
* Added dummy tclooConfig.sh files for easier cross-version building. [2026844]dkf2009-09-268-9/+67
* TIP #356 IMPLEMENTATIONdgp2009-09-247-12/+39
* * doc/namespace.n: the description of [namespace unknown] failedMiguel Sofer2009-09-232-2/+8
* editdgp2009-09-221-2/+2
* * tests/regexp.test: Added check for error message frommdejong2009-09-212-1/+19
* * generic/tclCompile.c: Correct botch in the conversion ofdgp2009-09-212-2/+9
* * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simpledgp2009-09-175-107/+77
* need to remember to save before commit...das2009-09-171-2/+2
* typodas2009-09-171-2/+2
* fix string buffer sizes for pointer printingdas2009-09-171-42/+30
* Extended ::tcl::unsupported::representation.ferrieux2009-09-162-6/+50
* fix warningdas2009-09-121-2/+2
* * generic/tclBasic.c: Completed the NR-enabling of [subst].dgp2009-09-118-30/+215
* Clean up http tokens properly.dkf2009-09-112-107/+167
* Correct handling of quoted charset names. [Bug 2849860]dkf2009-09-102-12/+23
* * generic/tclParse.c Corrected line counting error in multi-commanddgp2009-09-073-1/+15
* Added another test case, "known bug" because of [Bug 2314561] incompletenessdkf2009-09-071-4/+8
* Basic test of yielding inside a substdkf2009-09-071-38/+10
* * generic/tclExecute.c: fix potential uninitialized variable use anddas2009-09-079-39/+65
* make support for clang static analyzer safer & cleanerdas2009-09-071-7/+9
* Fixed up error in stack requirement estimation that made debug buildsdgp2009-09-041-1/+11
* Patched up flaw in option syntax checkingdgp2009-09-041-6/+3
* * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-0412-132/+616
* Improve consistency of formatting of comments and function declsdkf2009-09-041-45/+47
* Added suggestions for how to handle the multithreaded case. [Bug 2844962]dkf2009-09-032-19/+34
* Add xref to script-level documentationdkf2009-09-031-1/+3
* * generic/tclIORTrans.c (ReflectInput): Remove error response toandreas_kupries2009-09-012-5/+11
* * library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revisiondgp2009-09-015-9/+16
* add "error:" to -verbose line test failure output to satisfy stricter log par...das2009-08-301-2/+2
* workaround llvm LTO bug on ppcdas2009-08-281-1/+2
* * generic/tclStringObj.c: A few more string overflow cases indgp2009-08-272-3/+18
* guard clang analyzer Tcl_Panic annotation with #ifndef USE_TCL_STUBSdas2009-08-251-2/+5
* fix warningsdas2009-08-252-3/+3
* * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-2512-110/+1288
* Better formattingdkf2009-08-241-5/+5
* * generic/tclInt.h: Annotate Tcl_Panic as noreturn for clang staticdas2009-08-242-4/+5
* * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loopsdas2009-08-242-26/+57
* Typo found by Andreas Kupriesdkf2009-08-221-2/+2
* * generic/tclFileName.c: Correct regression in [Bug 2837800] fix.dgp2009-08-212-2/+7
* regression testsdgp2009-08-211-1/+29
* * generic/tclFileName.c: Correct result from [glob */test] when *dgp2009-08-202-2/+33
* * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of stringsdgp2009-08-202-149/+89
* Use the Tcl value stack more, simplify exit paths in [lsearch]dkf2009-08-201-75/+40
* Small tweaksdkf2009-08-201-43/+39
* Close off memory leak in [lsort].dkf2009-08-202-74/+69
* Interpreted [if] is now fully NRE-enabled. [Bug 2823276]dkf2009-08-192-36/+83
* another testdgp2009-08-191-1/+11
* Make interpreted [for] and [while] NRE-safe. [Bug 2823276]dkf2009-08-192-63/+128