aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-03-15More credits in the AUTHORS fileantirez1-0/+13
2005-03-14'iterator' argument modified to 'iter' for C++ STL safety.antirez1-0/+5
2005-03-14more fixes to allow inclusion of jim.h into C++ programs.antirez1-0/+5
2005-03-14Some change to make jim.h more C++ friendly, still not workingantirez1-0/+6
2005-03-14Removed the inclusion of a not-needed header file "sys/time.h"antirez1-0/+4
2005-03-14[lmap] command.antirez1-0/+4
2005-03-13Max nesting depth modified to 10000antirez1-0/+5
2005-03-13[string first]. Tests still not added, until [string] is not (almost instead)antirez1-0/+4
2005-03-13[string index] implementedantirez1-0/+5
2005-03-12Jim_GetEnum() will now sort the options in the error message (ss)antirez1-0/+5
2005-03-12Added the ability to compile with -DJIM_ANSIC to use only ANSI-Cantirez1-0/+8
2005-03-12Added the Jim_FreeNewObj() macro to free objects with refcount == 0antirez1-0/+6
2005-03-12It's now possible to exclude compilation of dynamic loadedantirez1-0/+7
2005-03-12Modified Jim_Free() to be more strict, now it panics if theantirez1-0/+7
2005-03-11Converted some free() call to Jim_Free(). Actually Jim_Freeantirez1-0/+4
2005-03-11[lambda] modified to be 'statics' capable.antirez1-0/+5
2005-03-11default Makefile optimization level set to -O2 again.antirez1-0/+6
2005-03-11Fix about [rename] against procedures with statics.antirez1-0/+4
2005-03-11more static fixes (me)antirez1-0/+8
2005-03-11static variables supportantirez1-0/+4
2005-03-10lrange command (me)antirez1-0/+26
2005-03-09[linsert] command added (Clemens Hintze).antirez1-0/+4
2005-03-09New test added to the benchmarkantirez1-0/+4
2005-03-09An initial [format] command.antirez1-0/+7
2005-03-08Did some fix in jimsh.c, exported some more API function to setantirez1-0/+16
2005-03-08aesthetic changes to source code (SS)antirez1-0/+5
2005-03-08Removed an useless #if0 ... #endif block of code.antirez1-0/+4
2005-03-08Info exists + tests (Clemens Hintze).antirez1-0/+6
2005-03-08Applied patch about unset a(x) against non existing 'a' variableantirez1-0/+5
2005-03-07Fixed a memory leak introduced with the last callframe caching codeantirez1-0/+6
2005-03-07Faster procedure calls (obtained caching the hashtable, and withantirez1-0/+7
2005-03-07Added "increasing", "decreasing", "ascii", "nocase" optionsantirez1-0/+6
2005-03-07[lsort] command and list sorting low-level functions (Pat Thoyts).antirez1-0/+12
2005-03-07specializing version of while (still not complete, but alreadyantirez1-0/+4
2005-03-07TODO changesantirez1-0/+15
2005-03-06Fixed a race condition in the garbage collection code.antirez1-0/+4
2005-03-06AIO doc updateantirez1-0/+5
2005-03-06Documentation for the AIO extension addedantirez1-0/+5
2005-03-06Added support for stdin/stdout/stderr to AIOantirez1-0/+10
2005-03-06Added Jim_GetEnum() API function. StringCoreCommand and AIO extensionantirez1-0/+9
2005-03-05more AIO file methods.antirez1-0/+4
2005-03-05ANSI I/O seek method implemented.antirez1-0/+4
2005-03-05Solved a problem with Jim_Length()antirez1-0/+6
2005-03-05Initial version of AIO (ANSI C I/O) extension added.antirez1-0/+6
2005-03-05delProc callback added to Jim_CreateCommand().antirez1-0/+5
2005-03-05extern int errno declaration removed from the posix extension.antirez1-0/+12
2005-03-05removed strcasecmp() and isascii(). Now the Jim core is fullyantirez1-0/+7
2005-03-05[switch] command contributed by Clemens Hintze, modified toantirez1-0/+16
2005-03-04Fix for [info local], at top level an empty list is now returned.antirez1-0/+27
2005-03-04jim::libpath renamed into jim.libpath. Also there was a bug listedantirez1-0/+5