summaryrefslogtreecommitdiff
path: root/jim.c
Commit message (Expand)AuthorAge
* const policepatthoyts2005-03-14
* 'iterator' argument modified to 'iter' for C++ STL safety.antirez2005-03-14
* more fixes to allow inclusion of jim.h into C++ programs.antirez2005-03-14
* Removed the inclusion of a not-needed header file "sys/time.h"antirez2005-03-14
* [lmap] command.antirez2005-03-14
* [string first]. Tests still not added, until [string] is not (almost instead)antirez2005-03-13
* [string index] implementedantirez2005-03-13
* Jim_GetEnum() will now sort the options in the error message (ss)antirez2005-03-12
* Added the ability to compile with -DJIM_ANSIC to use only ANSI-Cantirez2005-03-12
* Added the Jim_FreeNewObj() macro to free objects with refcount == 0antirez2005-03-12
* It's now possible to exclude compilation of dynamic loadedantirez2005-03-12
* Modified Jim_Free() to be more strict, now it panics if theantirez2005-03-12
* Converted some free() call to Jim_Free(). Actually Jim_Freeantirez2005-03-11
* [lambda] modified to be 'statics' capable.antirez2005-03-11
* Fix about [rename] against procedures with statics.antirez2005-03-11
* more static fixes (me)antirez2005-03-11
* tons of static var fixes...antirez2005-03-11
* static variables supportantirez2005-03-11
* lrange command (me)antirez2005-03-10
* Some fix to bench.tcl to make it able to run in Tcl7.6.antirez2005-03-10
* [linsert] command added (Clemens Hintze).antirez2005-03-09
* An initial [format] command.antirez2005-03-09
* Did some fix in jimsh.c, exported some more API function to setantirez2005-03-08
* JIM_VERSION is to be an integer value which we present as MAJOR.MINOR topatthoyts2005-03-08
* Added [info patchlevel] and setup argv0 and argv variables in jimsh.patthoyts2005-03-08
* aesthetic changes to source code (SS)antirez2005-03-08
* Removed an useless #if0 ... #endif block of code.antirez2005-03-08
* Info exists + tests (Clemens Hintze).antirez2005-03-08
* Applied patch about unset a(x) against non existing 'a' variableantirez2005-03-08
* Fixed a memory leak introduced with the last callframe caching codeantirez2005-03-07
* Faster procedure calls (obtained caching the hashtable, and withantirez2005-03-07
* Added "increasing", "decreasing", "ascii", "nocase" optionsantirez2005-03-07
* [lsort] command and list sorting low-level functions (Pat Thoyts).antirez2005-03-07
* Refactored the [info] command and added body and version to the command.patthoyts2005-03-07
* specializing version of while (still not complete, but alreadyantirez2005-03-07
* A specializing version of [for] that appears able to match theantirez2005-03-06
* Fixed a race condition in the garbage collection code.antirez2005-03-06
* Added Jim_GetEnum() API function. StringCoreCommand and AIO extensionantirez2005-03-06
* Free an objects internal representation before freeing the string rep.patthoyts2005-03-05
* Solved a problem with Jim_Length()antirez2005-03-05
* Initial version of AIO (ANSI C I/O) extension added.antirez2005-03-05
* delProc callback added to Jim_CreateCommand().antirez2005-03-05
* Added Jim_GetAssocData api. This for permitting packages to register apatthoyts2005-03-05
* removed strcasecmp() and isascii(). Now the Jim core is fullyantirez2005-03-05
* [switch] command contributed by Clemens Hintze, modified toantirez2005-03-05
* Added ole32.foreach command, changed creation to ole32.create.patthoyts2005-03-04
* Removed two unused parts of code resulting in warnings compilingantirez2005-03-04
* Fix for [info local], at top level an empty list is now returned.antirez2005-03-04
* binary safe parsers for scripts,lists,expr,subst.antirez2005-03-04
* Fixed a bug in Jim_Collect() thanks to Colin McPhail that reported it.antirez2005-03-04