aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-19[finalize] command and relative C API added (SS).antirez5-6/+72
2005-03-18now [setref] returns the value assigned to the reference instead ofantirez2-3/+7
2005-03-18Fixed an EXPR bug.antirez3-5/+12
2005-03-17[lreverse]antirez4-3/+29
2005-03-17TODO file updated, things already done removed.antirez2-14/+11
2005-03-17Applied PATCH #389antirez2-2/+7
2005-03-17Objects hash function changed.antirez3-45/+22
2005-03-17[source] command added.antirez3-6/+30
2005-03-17The interactive prompt can now used to type/paste multi line scripts.antirez5-17/+66
2005-03-16[env] modified to just be able to read a specified var nameantirez4-49/+31
2005-03-16Added interpreter pointer to the command delete proc.patthoyts2-8/+9
2005-03-16Added the [env] commandantirez2-3/+68
2005-03-16added CVS ID info in the banner.antirez2-1/+6
2005-03-16more GC fixes.antirez2-5/+10
2005-03-16Fixed a bug introduced in the Gargage Collection code some commit ago.antirez2-2/+11