aboutsummaryrefslogtreecommitdiff
path: root/jim.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-072008-11-06 Steve Bennett <steveb@workware.net.au>oharboe1-9/+13
2008-11-072008-11-06 Steve Bennett <steveb@workware.net.au>oharboe1-13/+43
2008-11-07 * jim.c, jim.h: Prevent infinite recursion if an unknown command isoharboe1-0/+11
2008-11-05* jim.c: add support for proc default arguments to jimoharboe1-10/+53
2008-11-052008-11-05 Steve Bennett <steveb@workware.net.au>oharboe1-1/+1
2008-11-042008-11-04 Steve Bennett <steveb@workware.net.au>oharboe1-11/+15
2008-11-042008-11-03 Steve Bennett <steveb@workware.net.au>oharboe1-15/+73
2008-09-01 * jim.c, jim.h: more text formatting fixes, improved error messagesoharboe1-17/+64
2008-08-25 * jim.c, jim.h: name value pair and formatting fixesoharboe1-3/+458
2008-07-23Uwe Klein:oharboe1-1/+0
2008-07-23 * jim.c: reduce stack usage. Important for embedded devices withoutoharboe1-6/+16
2008-07-21 * src/jim.c: very slightly improved error messages.oharboe1-4/+12
2008-07-17Switched core files to FreeBSD licenseoharboe1-17/+37
2008-07-142008-07-13 Uwe Klein <uklein@klein-messgeraete.de>oharboe1-0/+7
2008-07-08 * src/jim.c: remove bogus return value from if {[expr]} {xx} whenoharboe1-1/+4
2008-07-072008-07-07 Duane Ellis <openocd@duaneellis.com>oharboe1-2/+40
2008-07-07src/Jim.coharboe1-54/+311
2008-06-16 * retire CVS keyword expansion. Plays havoc with patches.oharboe1-7/+2
2008-06-16* ChangeLog, jim.c: fixed parsing in "expr 0x1234".oharboe1-5/+13
2008-06-15 * ChangeLog, jim.c, jim.h, jim-aio.c: Support for eCos.oharboe1-2/+9
2008-06-15 * ChangeLog, jim.c: realloc/malloc(0) fix. Convertoharboe1-4/+10
2007-01-31Fixed the stdio declarations to work on Windows and likely on Solaris.patthoyts1-36/+45
2006-11-06Fixed a bug with proc lookup caching. Now the proc epoch is updated when aantirez1-6/+13
2006-11-06Jim_GetStdin/out/err API removed, now Jim-SetStdin/out/err returns the old va...antirez1-31/+41
2006-11-05{*} as alias for {expand} like in recent Tcl 8.5 versionsantirez1-4/+6
2006-11-02Ability to configure file descriptors for standard input, output, error.antirez1-58/+84
2006-11-01Minor change to (hopefully) avoid a warning with some (non-gcc) compiler.antirez1-3/+3
2006-11-01Fixed error message when trying to access a non existing key in dictionaryantirez1-6/+2
2006-11-01Fix to expr parsing (now hex digits work as literals).antirez1-11/+26
2005-09-19Updated BUGS, fixed some minor problem with GCC 4.x compilation.antirez1-5/+5
2005-04-18First version of the Jim eventloop extension, exportingantirez1-5/+49
2005-04-12string tolower/toupper supportantirez1-4/+38
2005-04-11- Remove the '%lu' scan format specification. The largest possible typechi1-9/+13
2005-04-11RHS/Nem vision about [tailcall] implementation/behaviour is now Jim'santirez1-11/+10
2005-04-11[tailcall] command addedantirez1-3/+16
2005-04-11Fixes for this two bugs:antirez1-3/+5
2005-04-10Rework of the [scan] command finished. It does not any longer usechi1-82/+215
2005-04-10Fix for [return -code eval]antirez1-6/+8
2005-04-09Experimental verison of JIM_EVAL retcode in order to implementantirez1-6/+19
2005-04-09TODO updated, spurious free changed into Jim_Free().antirez1-3/+12
2005-04-08Fix win32 buildpatthoyts1-3/+6
2005-04-07The ** expr operator, thanks to Richard Suchenwirth.antirez1-32/+36
2005-04-06Modified jimsh.c in order to put the directory of the Jim executableantirez1-31/+4
2005-04-06Add the executable file location into jim_libpath for finding packages.patthoyts1-3/+32
2005-04-06Shhhhh. Silenced a number of warnings when using MSVC.patthoyts1-6/+6
2005-04-06Generic API implementing the Stack data structure exported toantirez1-8/+9
2005-04-05[scope] command removed. Will be added later with the [let] name andantirez1-46/+2
2005-04-05.jimrc support (or jimrc.tcl). Minimal readline extension, just enoughantirez1-8/+7
2005-04-04Fixed a memory leak introduced some day ago.antirez1-101/+3
2005-04-04Some change in the standard library, a bug about [info body/args]antirez1-10/+112