aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-04-11[tailcall] command addedantirez1-0/+16
2005-04-11Fixes for this two bugs:antirez1-0/+17
2005-04-10Fix for [return -code eval]antirez1-0/+11
2005-04-09Experimental verison of JIM_EVAL retcode in order to implementantirez1-0/+5
2005-04-09TODO updated, spurious free changed into Jim_Free().antirez1-0/+13
2005-04-07Fixed a typo that prevented compilation with JIM_ANSICantirez1-0/+7
2005-04-07The ** expr operator, thanks to Richard Suchenwirth.antirez1-0/+5
2005-04-06Modified jimsh.c in order to put the directory of the Jim executableantirez1-0/+30
2005-04-06Generic API implementing the Stack data structure exported toantirez1-0/+5
2005-04-05Disabled from jim-win32.c commands that need include <psapi.h>antirez1-0/+5
2005-04-05[scope] command removed. Will be added later with the [let] name andantirez1-0/+4
2005-04-05minor rlprompt fix.antirez1-0/+8
2005-04-05.jimrc support (or jimrc.tcl). Minimal readline extension, just enoughantirez1-0/+5
2005-04-04Fixed a memory leak introduced some day ago.antirez1-0/+7
2005-04-04[memoize] is now inside the Jim Standard Library!antirez1-0/+4
2005-04-04Version marked as "0.51".antirez1-0/+7
2005-04-04Some change in the standard library, a bug about [info body/args]antirez1-0/+6
2005-04-02Committed the sqlite extension and documentation.antirez1-0/+4
2005-04-02minor docs updateantirez1-0/+5
2005-04-02Added a very immature start of a Jim standard library.antirez1-0/+5
2005-04-02Changes to Makefile to reflect that now libraries must have the versionantirez1-0/+4
2005-04-02win32 opendir() and related compatibility API.antirez1-0/+4
2005-04-02fix for win32antirez1-0/+5
2005-04-02[package require] + Makefile changes about libraries currently not working...antirez1-0/+6
2005-03-31Implemented the C API "background" for the packages system of Jim.antirez1-0/+4
2005-03-29[info args] addedantirez1-0/+5
2005-03-29Fixed [range] for the case of unique element possible as output.antirez1-0/+6
2005-03-29random number generator fixed. Was a problem with the initializationantirez1-0/+5
2005-03-29First fix for [rand]. More later as there is an evident bias due toantirez1-0/+6
2005-03-29A number of fix for commands optimizing a bit too much objectsantirez1-0/+5
2005-03-28The behaviour of [scope] modified a bit. Test updated accordingly.antirez1-0/+4
2005-03-28[scope] command + testsantirez1-0/+5
2005-03-26some GFX primitive to SDL extension. Minor changes to jim.cantirez1-0/+5
2005-03-25SetReturnCodeFromAny() modified to accept numerical codes.antirez1-0/+4
2005-03-24[range] command + testsantirez1-0/+5
2005-03-24A simple SDL extension for Jim.antirez1-0/+4
2005-03-22Fix for short circuit in expr.antirez1-0/+4
2005-03-22expr's || and && operators are now lazy.antirez1-0/+10
2005-03-21Modified test.tcl to report the list of failed tests at the end.antirez1-0/+37
2005-03-19Jim_GetIndex() bug fixed (SS)antirez1-0/+5
2005-03-19[finalize] command and relative C API added (SS).antirez1-0/+5
2005-03-18now [setref] returns the value assigned to the reference instead ofantirez1-0/+4
2005-03-18Fixed an EXPR bug.antirez1-0/+4
2005-03-17[lreverse]antirez1-0/+4
2005-03-17TODO file updated, things already done removed.antirez1-0/+6
2005-03-17Applied PATCH #389antirez1-0/+4
2005-03-17Objects hash function changed.antirez1-0/+4
2005-03-17[source] command added.antirez1-0/+7
2005-03-17The interactive prompt can now used to type/paste multi line scripts.antirez1-0/+8
2005-03-16[env] modified to just be able to read a specified var nameantirez1-0/+9