| Commit message (Expand) | Author | Age | Files | Lines |
* | * Bumped HEAD to version 8.4b2 so we can distinguish it from | dgp | 2002-07-14 | 1 | -6/+3 |
|
|
* | ckalloc() et al take 'unsigned int' sizes, so print them with '%ud' not '%d' | dkf | 2002-07-11 | 1 | -8/+8 |
|
|
* | tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED f... | Miguel Sofer | 2002-07-11 | 2 | -7/+7 |
|
|
* | Fix for bug 579284; registered math funcs can now correctly return wide-ints. | dkf | 2002-07-10 | 1 | -4/+8 |
|
|
* | no zero refcount in Tcl_FS | vincentdarley | 2002-07-08 | 1 | -1/+12 |
|
|
* | fs cleanup | vincentdarley | 2002-07-08 | 2 | -4/+4 |
|
|
* | fs cleanup | vincentdarley | 2002-07-08 | 4 | -15/+55 |
|
|
* | * generic/tclClock.c (FormatClock): Convert the format string to | rmax | 2002-07-05 | 1 | -3/+6 |
|
|
* | * generic/tclCompCmds.c (TclCompileCatchCmd): return | Miguel Sofer | 2002-07-03 | 1 | -7/+2 |
|
|
* | clearer error msgs for file link | vincentdarley | 2002-07-02 | 1 | -2/+2 |
|
|
* | * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test. | dgp | 2002-07-01 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.h: modified the macro TclEmitPush | Miguel Sofer | 2002-06-28 | 1 | -5/+8 |
|
|
* | empty path name error msgs | vincentdarley | 2002-06-26 | 1 | -1/+19 |
|
|
* | Surface fix for bug #533364; TclGetIntForIndex no longer assumes an unshared | dkf | 2002-06-25 | 1 | -4/+12 |
|
|
* | Resynch... | dkf | 2002-06-22 | 1 | -3/+3 |
|
|
* | Bumped version number to b1 in preparation for release. | dkf | 2002-06-21 | 1 | -5/+5 |
|
|
* | LogSyntaxError() should reset the interpreter result | jenglish | 2002-06-21 | 2 | -2/+4 |
|
|
* | tip99 | vincentdarley | 2002-06-21 | 5 | -20/+125 |
|
|
* | fix for [Bug 571385] | Miguel Sofer | 2002-06-20 | 1 | -9/+12 |
|
|
* | * generic/tclExecute.c (TclCompEvalObj): clarified and simplified the | Miguel Sofer | 2002-06-20 | 1 | -49/+39 |
|
|
* | Added parens for clarity | dgp | 2002-06-20 | 2 | -5/+6 |
|
|
* | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): get the resultPtr again | hobbs | 2002-06-19 | 1 | -1/+4 |
|
|
* | generic/tclExecute.c (TEBC): removing unused "for(;;)" loop; improved | Miguel Sofer | 2002-06-19 | 1 | -2581/+2562 |
|
|
* | * generic/tclExecute.c (TEBC): elimination of duplicated code in the | Miguel Sofer | 2002-06-18 | 1 | -545/+416 |
|
|
* | generic/tclExecute.c (TEBC, INST_DONE): small bug in the panic code | Miguel Sofer | 2002-06-18 | 1 | -1/+2 |
|
|
* | Trims to support the removal of RESOURCE_INCLUDED from rc | davygrvy | 2002-06-18 | 1 | -11/+11 |
|
|
* | * doc/CrtTrace.3: Added TIP#62 implementation of command | hobbs | 2002-06-17 | 10 | -166/+984 |
|
|
* | generic/tcl.h: #ifdef logic for K&R C backwards compatibility | jenglish | 2002-06-17 | 1 | -78/+47 |
|
|
* | a better algorithm for the previous bug fix. | Miguel Sofer | 2002-06-17 | 1 | -29/+23 |
|
|
* | [Bug 569438] in the processing of dollar variables | Miguel Sofer | 2002-06-16 | 1 | -12/+27 |
|
|
* | bug in the consolidation of the INCR_..._STK instructions | Miguel Sofer | 2002-06-16 | 1 | -2/+3 |
|
|
* | runtime peep-hole optimisation of variables (INST_STORE, INST_INCR) | Miguel Sofer | 2002-06-14 | 1 | -10/+45 |
|
|
* | runtime peep-hole optimisation of comparisons. | Miguel Sofer | 2002-06-14 | 1 | -17/+43 |
|
|
* | BC-engine: runtime peep-hole optimisation of INST_FOREACH | Miguel Sofer | 2002-06-14 | 1 | -10/+21 |
|
|
* | TIP#102 implementation: 'trace list' becomes 'trace info' | dkf | 2002-06-14 | 1 | -15/+15 |
|
|
* | consolidated code for the conditional branch instructions. | Miguel Sofer | 2002-06-13 | 1 | -53/+34 |
|
|
* | fixed the previous patch - wouldn't compile with TCL_COMPILE_DEBUG set. | Miguel Sofer | 2002-06-13 | 1 | -13/+13 |
|
|
* | TclExecuteByteCode: consolidated exception handling of INST_INVOKE, | Miguel Sofer | 2002-06-13 | 1 | -201/+260 |
|
|
* | consolidated opcodes in the bytecode engine, eliminating duplicated | Miguel Sofer | 2002-06-13 | 2 | -487/+217 |
|
|
* | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 7 | -19/+93 |
|
|
* | fixed [Bug 568123] | Miguel Sofer | 2002-06-12 | 1 | -2/+2 |
|
|
* | fs clarification and windows fixes | vincentdarley | 2002-06-12 | 3 | -25/+58 |
|
|
* | optimised read access to local variables created at run-time | Miguel Sofer | 2002-06-11 | 4 | -139/+14 |
|
|
* | Fix for [info locals] bug #567386; added compile functions for | Miguel Sofer | 2002-06-11 | 4 | -8/+188 |
|
|
* | generic/tclExecute.c: optimised algorithm for exception range lookup | Miguel Sofer | 2002-06-11 | 1 | -15/+24 |
|
|
* | fs fixed commit | vincentdarley | 2002-06-10 | 1 | -3/+3 |
|
|
* | small fs fixes | vincentdarley | 2002-06-10 | 1 | -11/+43 |
|
|
* | Cleaned up inclusion of float.h; that's really tcl<platform>Port.h's job | dkf | 2002-06-07 | 1 | -25/+38 |
|
|
* | * unix/tclUnixThrd.c (TclpReaddir, TclpLocaltime, TclpGmtime): | das | 2002-06-06 | 1 | -1/+7 |
|
|
* | * generic/tclFileName.c (TclGlob): mac specific fix to | das | 2002-06-05 | 1 | -2/+12 |
|
|