aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-03-15More credits in the AUTHORS fileantirez2-0/+35
2005-03-14Added a bunch of cursor handling apispatthoyts1-2/+221
2005-03-14const policepatthoyts1-3/+3
2005-03-14'iterator' argument modified to 'iter' for C++ STL safety.antirez3-19/+24
2005-03-14more fixes to allow inclusion of jim.h into C++ programs.antirez3-8/+16
2005-03-14Some change to make jim.h more C++ friendly, still not workingantirez2-4/+15
2005-03-14Removed the inclusion of a not-needed header file "sys/time.h"antirez3-5/+7
2005-03-14[lmap] command.antirez3-10/+47
2005-03-13Max nesting depth modified to 10000antirez2-2/+7
2005-03-13[string first]. Tests still not added, until [string] is not (almost instead)antirez2-8/+61
2005-03-13[string index] implementedantirez2-28/+29
2005-03-12Jim_GetEnum() will now sort the options in the error message (ss)antirez2-2/+20
2005-03-12Added the ability to compile with -DJIM_ANSIC to use only ANSI-Cantirez3-8/+17
2005-03-12Added the Jim_FreeNewObj() macro to free objects with refcount == 0antirez3-33/+33
2005-03-12It's now possible to exclude compilation of dynamic loadedantirez3-3/+30
2005-03-12Modified Jim_Free() to be more strict, now it panics if theantirez2-3/+10
2005-03-11Converted some free() call to Jim_Free(). Actually Jim_Freeantirez2-7/+11
2005-03-11[lambda] modified to be 'statics' capable.antirez2-3/+8
2005-03-11default Makefile optimization level set to -O2 again.antirez2-1/+7
2005-03-11Fix about [rename] against procedures with statics.antirez3-2/+23
2005-03-11more static fixes (me)antirez2-6/+21
2005-03-11tons of static var fixes...antirez1-14/+22
2005-03-11static variables supportantirez3-27/+123
2005-03-10lrange command (me)antirez4-30/+183
2005-03-10Some fix to bench.tcl to make it able to run in Tcl7.6.antirez5-7/+51
2005-03-09Add profile optionpatthoyts1-1/+29
2005-03-09Improved formatting for normal outputpatthoyts1-2/+5
2005-03-09New file to tabulate accumulated benchmark data from bench.tcl -batchpatthoyts1-0/+48
2005-03-09[linsert] command added (Clemens Hintze).antirez4-4/+181
2005-03-09New test added to the benchmarkantirez2-0/+212
2005-03-09An initial [format] command.antirez4-15/+115
2005-03-08Did some fix in jimsh.c, exported some more API function to setantirez4-12/+81
2005-03-08JIM_VERSION is to be an integer value which we present as MAJOR.MINOR topatthoyts3-14/+18
2005-03-08Added [info patchlevel] and setup argv0 and argv variables in jimsh.patthoyts4-27/+53
2005-03-08aesthetic changes to source code (SS)antirez2-175/+85
2005-03-08Removed an useless #if0 ... #endif block of code.antirez2-42/+5
2005-03-08Info exists + tests (Clemens Hintze).antirez3-5/+263
2005-03-08Applied patch about unset a(x) against non existing 'a' variableantirez3-17/+21
2005-03-07Fixed a memory leak introduced with the last callframe caching codeantirez2-1/+9
2005-03-07Faster procedure calls (obtained caching the hashtable, and withantirez3-20/+57
2005-03-07Added "increasing", "decreasing", "ascii", "nocase" optionsantirez2-10/+59
2005-03-07[lsort] command and list sorting low-level functions (Pat Thoyts).antirez4-20/+58
2005-03-07Refactored the [info] command and added body and version to the command.patthoyts2-60/+139
2005-03-07specializing version of while (still not complete, but alreadyantirez2-4/+197
2005-03-07TODO changesantirez2-0/+18
2005-03-06A specializing version of [for] that appears able to match theantirez4-18/+648
2005-03-06Fixed a race condition in the garbage collection code.antirez4-6/+15
2005-03-06AIO doc updateantirez2-1/+8
2005-03-06Documentation for the AIO extension addedantirez2-0/+84
2005-03-06Added support for stdin/stdout/stderr to AIOantirez2-7/+38