| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclExecute.c: fix [Bug 2030670] that cause | Miguel Sofer | 2008-07-29 | 2 | -5/+10 |
|
|
* | fix macro | Miguel Sofer | 2008-07-29 | 1 | -2/+2 |
|
|
* | changelog entry | Miguel Sofer | 2008-07-29 | 1 | -0/+16 |
|
|
* | Completely revamped NRE implementation, with (almost) unchanged API. | Miguel Sofer | 2008-07-29 | 16 | -1199/+641 |
|
|
* | it's tip #27, not #24 | nijtmans | 2008-07-28 | 1 | -3/+3 |
|
|
* | * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystem | nijtmans | 2008-07-28 | 8 | -127/+141 |
|
|
* | * generic/tclBasic.c: Added missing ref count when creating an | andreas_kupries | 2008-07-28 | 2 | -2/+10 |
|
|
* | general tidy up | dkf | 2008-07-27 | 1 | -214/+208 |
|
|
* | formatting only | nijtmans | 2008-07-27 | 1 | -13/+13 |
|
|
* | Remove unnecessary hack. | dkf | 2008-07-27 | 2 | -8/+7 |
|
|
* | * doc/Object.3 CONSTified 3 functions using | nijtmans | 2008-07-27 | 10 | -52/+70 |
|
|
* | * test/info.test: More work on singleTestInterp usability. This | andreas_kupries | 2008-07-25 | 2 | -51/+58 |
|
|
* | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-25 | 6 | -39/+152 |
|
|
* | * tests/info.test (info-37.0): Add !singleTestInterp constraint; | das | 2008-07-25 | 2 | -22/+29 |
|
|
* | just a few const -> CONST (in header files and .decls files) | nijtmans | 2008-07-24 | 11 | -107/+107 |
|
|
* | Oops, wrong date | nijtmans | 2008-07-24 | 1 | -2/+2 |
|
|
* | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which is | nijtmans | 2008-07-24 | 13 | -51/+73 |
|
|
* | Added relative speed test for pure byte array concats. | ferrieux | 2008-07-23 | 2 | -2/+15 |
|
|
* | Added relative speed test for lrange, checking fro in-place optimization. | ferrieux | 2008-07-23 | 2 | -2/+12 |
|
|
* | * tests/info.test: Reordered the tests to have monotonously | andreas_kupries | 2008-07-23 | 2 | -154/+157 |
|
|
* | Rename new test to avoid duplicate test name. | andreas_kupries | 2008-07-23 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 5 | -29/+69 |
|
|
* | * generic/tclBasic.c (GetCommandSource): added comment with | Miguel Sofer | 2008-07-23 | 2 | -1/+14 |
|
|
* | make genstubs | das | 2008-07-22 | 2 | -6/+11 |
|
|
* | fix TclNRInterpProc stub table declaration (broke 'make checkstubs') | das | 2008-07-22 | 1 | -2/+3 |
|
|
* | fix line-endings | das | 2008-07-22 | 9 | -12294/+12294 |
|
|
* | Added missing function comments. | andreas_kupries | 2008-07-22 | 2 | -2/+43 |
|
|
* | fix warning; formatting | das | 2008-07-22 | 1 | -46/+52 |
|
|
* | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex | andreas_kupries | 2008-07-22 | 3 | -16/+19 |
|
|
* | * generic/tclBasic.c: Ansified the new functions. | andreas_kupries | 2008-07-22 | 2 | -9/+13 |
|
|
* | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 6 | -63/+171 |
|
|
* | * generic/tclBasic.c: Added numLevels field to CommandFrame, | Miguel Sofer | 2008-07-22 | 4 | -5/+16 |
|
|
* | fix warning, formatting, whitespace | das | 2008-07-21 | 1 | -68/+80 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 10 | -69/+403 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 9 | -23/+30 |
|
|
* | formatting, whitespace | das | 2008-07-21 | 1 | -18/+21 |
|
|
* | whitespace | das | 2008-07-21 | 1 | -22/+22 |
|
|
* | stack-3.1 no longer fails when testsuite is run from Xcode | das | 2008-07-21 | 1 | -2/+2 |
|
|
* | Added test for file rename with inode collision on windows | patthoyts | 2008-07-21 | 2 | -1/+40 |
|
|
* | fix warnings, formatting | das | 2008-07-21 | 1 | -18/+17 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 14 | -86/+86 |
|
|
* | Resync with recent ?arg ...? normalization | ferrieux | 2008-07-21 | 2 | -4/+4 |
|
|
* | TIP #304 implementation | ferrieux | 2008-07-21 | 18 | -12300/+12518 |
|
|
* | use TclEvalObjv instead of Tcl_EvalObjv at selected spots | Miguel Sofer | 2008-07-21 | 2 | -7/+7 |
|
|
* | * generic/tcl.decls: Changed the implementation of | Miguel Sofer | 2008-07-21 | 9 | -75/+106 |
|
|
* | Inode numbers on Windows are not unique so avoid the inode check on this plat... | patthoyts | 2008-07-21 | 2 | -5/+11 |
|
|
* | ChangeLog fix | Miguel Sofer | 2008-07-21 | 1 | -1/+1 |
|
|
* | fix uninited and unused var warnings | Miguel Sofer | 2008-07-21 | 1 | -3/+2 |
|
|
* | * generic/tclBasic.c: NRE: enabled calling NR commands | Miguel Sofer | 2008-07-21 | 7 | -254/+373 |
|
|
* | add cleanup to fix subsequent test failures with -singleproc 1 | das | 2008-07-20 | 1 | -14/+36 |
|
|