Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-25 | SetReturnCodeFromAny() modified to accept numerical codes. | antirez | 1 | -0/+27 | |
2005-03-10 | Some fix to bench.tcl to make it able to run in Tcl7.6. | antirez | 1 | -3/+3 | |
README update. | |||||
2005-03-09 | Improved formatting for normal output | patthoyts | 1 | -2/+5 | |
2005-03-09 | New test added to the benchmark | antirez | 1 | -0/+208 | |
2005-03-09 | An initial [format] command. | antirez | 1 | -1/+22 | |
2005-03-08 | JIM_VERSION is to be an integer value which we present as MAJOR.MINOR to | patthoyts | 1 | -1/+8 | |
users. MAJOR is JIM_VERSION / 100 | |||||
2005-03-08 | Added [info patchlevel] and setup argv0 and argv variables in jimsh. | patthoyts | 1 | -5/+22 | |
Changed Jim_InteractivePrompt to take a pre-initialized interpreter. | |||||
2005-03-07 | [lsort] command and list sorting low-level functions (Pat Thoyts). | antirez | 1 | -3/+7 | |
Speedup for floating point math (me). | |||||
2005-03-06 | A specializing version of [for] that appears able to match the | antirez | 1 | -5/+18 | |
performaces of Tcl8.4 for the specialized forms. The implementation is a bit complex so may contain bugs... to handle with care. Also a [for] bug about [continue] was fixed and the regression test added. | |||||
2005-03-04 | Small README change to reflect LIBS Makefile var. | antirez | 1 | -22/+22 | |
2005-03-04 | more benchmarks. Initial size of hashtables modified. | antirez | 1 | -3/+56 | |
Some documentation change. | |||||
2005-03-02 | one more benchmark | antirez | 1 | -0/+17 | |
2005-03-02 | non local literal sharing disabled. | antirez | 1 | -3/+4 | |
bench.tcl modified to be more verbose. | |||||
2005-03-02 | Improved the [time] resolution on windows. | patthoyts | 1 | -1/+2 | |
2005-02-27 | Pat's patch for [load] on win32! | antirez | 1 | -0/+11 | |
Pat's match for nan/inf modified a bit. | |||||
2005-02-26 | Initial revision | antirez | 1 | -0/+188 | |