aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-06Added Jim_GetEnum() API function. StringCoreCommand and AIO extensionantirez6-30/+88
2005-03-05Free an objects internal representation before freeing the string rep.patthoyts1-3/+3
2005-03-05more AIO file methods.antirez2-2/+46
2005-03-05ANSI I/O seek method implemented.antirez2-1/+35
2005-03-05Solved a problem with Jim_Length()antirez3-3/+20
2005-03-05Initial version of AIO (ANSI C I/O) extension added.antirez5-5/+206
2005-03-05delProc callback added to Jim_CreateCommand().antirez6-18/+36
2005-03-05extern int errno declaration removed from the posix extension.antirez2-3/+13
2005-03-05Added Jim_GetAssocData api. This for permitting packages to register apatthoyts2-3/+64
2005-03-05removed strcasecmp() and isascii(). Now the Jim core is fullyantirez3-10/+22
2005-03-05[switch] command contributed by Clemens Hintze, modified toantirez6-78/+472
2005-03-04Added ole32.foreach command, changed creation to ole32.create.patthoyts3-49/+133
2005-03-04Removed two unused parts of code resulting in warnings compilingantirez1-57/+1
2005-03-04Fix for [info local], at top level an empty list is now returned.antirez2-1/+33
2005-03-04binary safe parsers for scripts,lists,expr,subst.antirez1-96/+125
2005-03-04Fixed a bug in Jim_Collect() thanks to Colin McPhail that reported it.antirez1-2/+2
2005-03-04JIM_NOTUSED moved after var declarations blocks.antirez4-17/+17
2005-03-04[info locals/vars/globals]antirez1-3/+56
2005-03-04jim::libpath renamed into jim.libpath. Also there was a bug listedantirez5-9/+33
2005-03-04$id: ..$ strings addedantirez7-0/+43
2005-03-04Added a 'commit' makefile target to generate ChangeLog + cvs commit.antirez2-0/+8
2005-03-04ChangeLog file added, generated using cvs2clantirez1-0/+407
2005-03-04Added JIM_NOTUSED macro. Macro used where appropriate.antirez5-35/+61
2005-03-04Small README change to reflect LIBS Makefile var.antirez4-27/+104
2005-03-04Use command line vars in the Makefile.patthoyts4-38/+55
2005-03-04[split] command added + tests.antirez2-20/+129
2005-03-04Embedder-HOWTO addedantirez2-8/+118
2005-03-04more benchmarks. Initial size of hashtables modified.antirez5-6/+91
2005-03-03[string map ?-nocase? ...] implemented. tests added.antirez2-0/+138
2005-03-03Missing functions exportedantirez2-0/+10
2005-03-03RegisterCoreCommands now exported (broken in the last commit)antirez2-0/+2
2005-03-03Added preliminary support for using typelibrary informationpatthoyts1-13/+36