summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAge
* More credits in the AUTHORS fileantirez2005-03-15
* '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
* Some change to make jim.h more C++ friendly, still not workingantirez2005-03-14
* Removed the inclusion of a not-needed header file "sys/time.h"antirez2005-03-14
* [lmap] command.antirez2005-03-14
* Max nesting depth modified to 10000antirez2005-03-13
* [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
* default Makefile optimization level set to -O2 again.antirez2005-03-11
* Fix about [rename] against procedures with statics.antirez2005-03-11
* more static fixes (me)antirez2005-03-11
* static variables supportantirez2005-03-11
* lrange command (me)antirez2005-03-10
* [linsert] command added (Clemens Hintze).antirez2005-03-09
* New test added to the benchmarkantirez2005-03-09
* An initial [format] command.antirez2005-03-09
* Did some fix in jimsh.c, exported some more API function to setantirez2005-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
* specializing version of while (still not complete, but alreadyantirez2005-03-07
* TODO changesantirez2005-03-07
* Fixed a race condition in the garbage collection code.antirez2005-03-06
* AIO doc updateantirez2005-03-06
* Documentation for the AIO extension addedantirez2005-03-06
* Added support for stdin/stdout/stderr to AIOantirez2005-03-06
* Added Jim_GetEnum() API function. StringCoreCommand and AIO extensionantirez2005-03-06
* more AIO file methods.antirez2005-03-05
* ANSI I/O seek method implemented.antirez2005-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
* extern int errno declaration removed from the posix extension.antirez2005-03-05
* removed strcasecmp() and isascii(). Now the Jim core is fullyantirez2005-03-05
* [switch] command contributed by Clemens Hintze, modified toantirez2005-03-05
* Fix for [info local], at top level an empty list is now returned.antirez2005-03-04
* jim::libpath renamed into jim.libpath. Also there was a bug listedantirez2005-03-04