aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-04-11[tailcall] command addedantirez2-3/+32
2005-04-11Fixes for this two bugs:antirez3-8/+29
2005-04-10Rework of the [scan] command finished. It does not any longer usechi2-84/+218
2005-04-10Fix for [return -code eval]antirez3-9/+22
2005-04-09Experimental verison of JIM_EVAL retcode in order to implementantirez3-7/+28
2005-04-09TODO updated, spurious free changed into Jim_Free().antirez3-3/+29
2005-04-08Do not add cursorinfo if build target cannot cope.patthoyts1-2/+7
2005-04-08Fix win32 buildpatthoyts2-4/+13
2005-04-07Fixed a typo that prevented compilation with JIM_ANSICantirez2-2/+9
2005-04-07The ** expr operator, thanks to Richard Suchenwirth.antirez2-32/+41
2005-04-06Modified jimsh.c in order to put the directory of the Jim executableantirez3-33/+107
2005-04-06Add the executable file location into jim_libpath for finding packages.patthoyts2-10/+39
2005-04-06Fix a problem with usie of mingw gcc and remove some gcc warnings.patthoyts1-4/+10
2005-04-06Use __stdcall for mingwpatthoyts1-2/+2
2005-04-06Shhhhh. Silenced a number of warnings when using MSVC.patthoyts2-8/+8
2005-04-06Made GetPerformanceInfo dynamically available at runtime only if thepatthoyts2-21/+74
2005-04-06Generic API implementing the Stack data structure exported toantirez3-9/+41
2005-04-05Disabled from jim-win32.c commands that need include <psapi.h>antirez2-3/+11
2005-04-05[scope] command removed. Will be added later with the [let] name andantirez3-47/+9
2005-04-05minor rlprompt fix.antirez2-1/+9
2005-04-05.jimrc support (or jimrc.tcl). Minimal readline extension, just enoughantirez7-11/+146
2005-04-04Fixed a memory leak introduced some day ago.antirez3-108/+18
2005-04-04[memoize] is now inside the Jim Standard Library!antirez2-1/+12
2005-04-04Version marked as "0.51".antirez2-2/+9
2005-04-04Some change in the standard library, a bug about [info body/args]antirez4-12/+128
2005-04-02Committed the sqlite extension and documentation.antirez6-2/+485
2005-04-02minor docs updateantirez3-5/+14
2005-04-02Added a very immature start of a Jim standard library.antirez4-5/+62
2005-04-02Changes to Makefile to reflect that now libraries must have the versionantirez2-15/+22
2005-04-02win32 opendir() and related compatibility API.antirez2-6/+98
2005-04-02fix for win32antirez2-6/+13
2005-04-02[package require] + Makefile changes about libraries currently not working...antirez5-39/+272
2005-03-31Implemented the C API "background" for the packages system of Jim.antirez10-21/+201
2005-03-29[info args] addedantirez3-7/+39
2005-03-29Fixed [range] for the case of unique element possible as output.antirez2-4/+10
2005-03-29random number generator fixed. Was a problem with the initializationantirez2-5/+18
2005-03-29First fix for [rand]. More later as there is an evident bias due toantirez2-3/+9
2005-03-29A number of fix for commands optimizing a bit too much objectsantirez4-22/+137
2005-03-28The behaviour of [scope] modified a bit. Test updated accordingly.antirez3-10/+16
2005-03-28[scope] command + testsantirez3-6/+105
2005-03-26some GFX primitive to SDL extension. Minor changes to jim.cantirez4-135/+96
2005-03-25SetReturnCodeFromAny() modified to accept numerical codes.antirez3-4/+38
2005-03-24[range] command + testsantirez3-3/+156
2005-03-24A simple SDL extension for Jim.antirez4-2/+249
2005-03-22Fix for short circuit in expr.antirez2-3/+7
2005-03-22expr's || and && operators are now lazy.antirez2-81/+257
2005-03-21Add copyright notice within jim.c & jim.h to acknowledge Jim's license.chi2-3/+5
2005-03-21Modified test.tcl to report the list of failed tests at the end.antirez3-51/+92
2005-03-21Add the [scan] command and the Jim_ScanString function + tests.chi3-7/+1115
2005-03-19Jim_GetIndex() bug fixed (SS)antirez3-19/+28