aboutsummaryrefslogtreecommitdiff
path: root/bench.tcl
AgeCommit message (Collapse)AuthorFilesLines
2005-03-10Some fix to bench.tcl to make it able to run in Tcl7.6.antirez1-3/+3
README update.
2005-03-09Improved formatting for normal outputpatthoyts1-2/+5
2005-03-09New test added to the benchmarkantirez1-0/+208
2005-03-09An initial [format] command.antirez1-1/+22
2005-03-08JIM_VERSION is to be an integer value which we present as MAJOR.MINOR topatthoyts1-1/+8
users. MAJOR is JIM_VERSION / 100
2005-03-08Added [info patchlevel] and setup argv0 and argv variables in jimsh.patthoyts1-5/+22
Changed Jim_InteractivePrompt to take a pre-initialized interpreter.
2005-03-07[lsort] command and list sorting low-level functions (Pat Thoyts).antirez1-3/+7
Speedup for floating point math (me).
2005-03-06A specializing version of [for] that appears able to match theantirez1-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-04Small README change to reflect LIBS Makefile var.antirez1-22/+22
2005-03-04more benchmarks. Initial size of hashtables modified.antirez1-3/+56
Some documentation change.
2005-03-02one more benchmarkantirez1-0/+17
2005-03-02non local literal sharing disabled.antirez1-3/+4
bench.tcl modified to be more verbose.
2005-03-02Improved the [time] resolution on windows.patthoyts1-1/+2
2005-02-27Pat's patch for [load] on win32!antirez1-0/+11
Pat's match for nan/inf modified a bit.
2005-02-26Initial revisionantirez1-0/+188