summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* general tidy updkf2008-07-271-214/+208
* formatting onlynijtmans2008-07-271-13/+13
* Remove unnecessary hack.dkf2008-07-272-8/+7
* * doc/Object.3 CONSTified 3 functions usingnijtmans2008-07-2710-52/+70
* * test/info.test: More work on singleTestInterp usability. Thisandreas_kupries2008-07-252-51/+58
* * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-256-39/+152
* * tests/info.test (info-37.0): Add !singleTestInterp constraint;das2008-07-252-22/+29
* just a few const -> CONST (in header files and .decls files)nijtmans2008-07-2411-107/+107
* Oops, wrong datenijtmans2008-07-241-2/+2
* CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which isnijtmans2008-07-2413-51/+73
* Added relative speed test for pure byte array concats.ferrieux2008-07-232-2/+15
* Added relative speed test for lrange, checking fro in-place optimization.ferrieux2008-07-232-2/+12
* * tests/info.test: Reordered the tests to have monotonouslyandreas_kupries2008-07-232-154/+157
* Rename new test to avoid duplicate test name.andreas_kupries2008-07-231-2/+2
* * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-235-29/+69
* * generic/tclBasic.c (GetCommandSource): added comment withMiguel Sofer2008-07-232-1/+14
* make genstubsdas2008-07-222-6/+11
* fix TclNRInterpProc stub table declaration (broke 'make checkstubs')das2008-07-221-2/+3
* fix line-endingsdas2008-07-229-12294/+12294
* Added missing function comments.andreas_kupries2008-07-222-2/+43
* fix warning; formattingdas2008-07-221-46/+52
* * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreas_kupries2008-07-223-16/+19
* * generic/tclBasic.c: Ansified the new functions.andreas_kupries2008-07-222-9/+13
* * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-226-63/+171
* * generic/tclBasic.c: Added numLevels field to CommandFrame,Miguel Sofer2008-07-224-5/+16
* fix warning, formatting, whitespacedas2008-07-211-68/+80
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-2110-69/+403
* fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-219-23/+30
* formatting, whitespacedas2008-07-211-18/+21
* whitespacedas2008-07-211-22/+22
* stack-3.1 no longer fails when testsuite is run from Xcodedas2008-07-211-2/+2
* Added test for file rename with inode collision on windowspatthoyts2008-07-212-1/+40
* fix warnings, formattingdas2008-07-211-18/+17
* fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-2114-86/+86
* Resync with recent ?arg ...? normalizationferrieux2008-07-212-4/+4
* TIP #304 implementationferrieux2008-07-2118-12300/+12518
* use TclEvalObjv instead of Tcl_EvalObjv at selected spotsMiguel Sofer2008-07-212-7/+7
* * generic/tcl.decls: Changed the implementation ofMiguel Sofer2008-07-219-75/+106
* Inode numbers on Windows are not unique so avoid the inode check on this plat...patthoyts2008-07-212-5/+11
* ChangeLog fixMiguel Sofer2008-07-211-1/+1
* fix uninited and unused var warningsMiguel Sofer2008-07-211-3/+2
* * generic/tclBasic.c: NRE: enabled calling NR commandsMiguel Sofer2008-07-217-254/+373
* add cleanup to fix subsequent test failures with -singleproc 1das2008-07-201-14/+36
* * tests/fileName.test: Repaired the failing test fileName-15.7Kevin B Kenny2008-07-202-2/+7
* Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot.dkf2008-07-203-12/+63
* Reduce obscurity of tests by eliminating many [catch]es through use of tcltest2dkf2008-07-202-624/+556
* Finish cleaning up this file (move cleanup actions out of test bodies, etc.)dkf2008-07-201-96/+124
* fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-1941-110/+110
* Fix a gcc warning when compiling Tcl with mingw32nijtmans2008-07-191-4/+4
* Fix miguel's problem with env failures; need LANG to get [encoding system]dkf2008-07-192-30/+36