Age | Commit message (Expand) | Author | Files | Lines |
2008-09-01 | * jim.c, jim.h: more text formatting fixes, improved error messages | oharboe | 1 | -17/+64 |
2008-08-25 | * jim.c, jim.h: name value pair and formatting fixes | oharboe | 1 | -3/+458 |
2008-07-23 | Uwe Klein: | oharboe | 1 | -1/+0 |
2008-07-23 | * jim.c: reduce stack usage. Important for embedded devices without | oharboe | 1 | -6/+16 |
2008-07-21 | * src/jim.c: very slightly improved error messages. | oharboe | 1 | -4/+12 |
2008-07-17 | Switched core files to FreeBSD license | oharboe | 1 | -17/+37 |
2008-07-14 | 2008-07-13 Uwe Klein <uklein@klein-messgeraete.de> | oharboe | 1 | -0/+7 |
2008-07-08 | * src/jim.c: remove bogus return value from if {[expr]} {xx} when | oharboe | 1 | -1/+4 |
2008-07-07 | 2008-07-07 Duane Ellis <openocd@duaneellis.com> | oharboe | 1 | -2/+40 |
2008-07-07 | src/Jim.c | oharboe | 1 | -54/+311 |
2008-06-16 | * retire CVS keyword expansion. Plays havoc with patches. | oharboe | 1 | -7/+2 |
2008-06-16 | * ChangeLog, jim.c: fixed parsing in "expr 0x1234". | oharboe | 1 | -5/+13 |
2008-06-15 | * ChangeLog, jim.c, jim.h, jim-aio.c: Support for eCos. | oharboe | 1 | -2/+9 |
2008-06-15 | * ChangeLog, jim.c: realloc/malloc(0) fix. Convert | oharboe | 1 | -4/+10 |
2007-01-31 | Fixed the stdio declarations to work on Windows and likely on Solaris. | patthoyts | 1 | -36/+45 |
2006-11-06 | Fixed a bug with proc lookup caching. Now the proc epoch is updated when a | antirez | 1 | -6/+13 |
2006-11-06 | Jim_GetStdin/out/err API removed, now Jim-SetStdin/out/err returns the old va... | antirez | 1 | -31/+41 |
2006-11-05 | {*} as alias for {expand} like in recent Tcl 8.5 versions | antirez | 1 | -4/+6 |
2006-11-02 | Ability to configure file descriptors for standard input, output, error. | antirez | 1 | -58/+84 |
2006-11-01 | Minor change to (hopefully) avoid a warning with some (non-gcc) compiler. | antirez | 1 | -3/+3 |
2006-11-01 | Fixed error message when trying to access a non existing key in dictionary | antirez | 1 | -6/+2 |
2006-11-01 | Fix to expr parsing (now hex digits work as literals). | antirez | 1 | -11/+26 |
2005-09-19 | Updated BUGS, fixed some minor problem with GCC 4.x compilation. | antirez | 1 | -5/+5 |
2005-04-18 | First version of the Jim eventloop extension, exporting | antirez | 1 | -5/+49 |
2005-04-12 | string tolower/toupper support | antirez | 1 | -4/+38 |
2005-04-11 | - Remove the '%lu' scan format specification. The largest possible type | chi | 1 | -9/+13 |
2005-04-11 | RHS/Nem vision about [tailcall] implementation/behaviour is now Jim's | antirez | 1 | -11/+10 |
2005-04-11 | [tailcall] command added | antirez | 1 | -3/+16 |
2005-04-11 | Fixes for this two bugs: | antirez | 1 | -3/+5 |
2005-04-10 | Rework of the [scan] command finished. It does not any longer use | chi | 1 | -82/+215 |
2005-04-10 | Fix for [return -code eval] | antirez | 1 | -6/+8 |
2005-04-09 | Experimental verison of JIM_EVAL retcode in order to implement | antirez | 1 | -6/+19 |
2005-04-09 | TODO updated, spurious free changed into Jim_Free(). | antirez | 1 | -3/+12 |
2005-04-08 | Fix win32 build | patthoyts | 1 | -3/+6 |
2005-04-07 | The ** expr operator, thanks to Richard Suchenwirth. | antirez | 1 | -32/+36 |
2005-04-06 | Modified jimsh.c in order to put the directory of the Jim executable | antirez | 1 | -31/+4 |
2005-04-06 | Add the executable file location into jim_libpath for finding packages. | patthoyts | 1 | -3/+32 |
2005-04-06 | Shhhhh. Silenced a number of warnings when using MSVC. | patthoyts | 1 | -6/+6 |
2005-04-06 | Generic API implementing the Stack data structure exported to | antirez | 1 | -8/+9 |
2005-04-05 | [scope] command removed. Will be added later with the [let] name and | antirez | 1 | -46/+2 |
2005-04-05 | .jimrc support (or jimrc.tcl). Minimal readline extension, just enough | antirez | 1 | -8/+7 |
2005-04-04 | Fixed a memory leak introduced some day ago. | antirez | 1 | -101/+3 |
2005-04-04 | Some change in the standard library, a bug about [info body/args] | antirez | 1 | -10/+112 |
2005-04-02 | Added a very immature start of a Jim standard library. | antirez | 1 | -4/+15 |
2005-04-02 | win32 opendir() and related compatibility API. | antirez | 1 | -6/+94 |
2005-04-02 | fix for win32 | antirez | 1 | -6/+8 |
2005-04-02 | [package require] + Makefile changes about libraries currently not working... | antirez | 1 | -26/+224 |
2005-03-31 | Implemented the C API "background" for the packages system of Jim. | antirez | 1 | -3/+137 |
2005-03-29 | [info args] added | antirez | 1 | -6/+11 |
2005-03-29 | Fixed [range] for the case of unique element possible as output. | antirez | 1 | -4/+4 |