aboutsummaryrefslogtreecommitdiff
path: root/jim.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-01Function strcasecmp() requires strings.h.Wojciech A. Koszek1-0/+1
2010-02-01stdint.h is necessary on GNU/Linux systems.Wojciech A. Koszek1-1/+2
2010-02-01Make jim.c clean enough to be able to build it with -pedantic onWojciech A. Koszek1-8/+12
2010-01-31Instead of making Jim on FreeBSD friendly, make it Cygwin andWojciech A. Koszek1-6/+4
2010-01-31If three arguments are passed to 'puts' and the second isn't -nonewline,Wojciech A. Koszek1-1/+1
2010-01-22freebsd: make it compileWojciech A. Koszek1-0/+19
2010-01-14errors: improve stack traces for return -code errorSteve Bennett1-17/+19
2009-10-19Fix eCos compatiblity problems with autotools.oyvind1-13/+17
2009-10-082009-10-08 Øyvind Harboeoharboe1-764/+751
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-7/+15
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-5/+9
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-2/+6
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-6/+6
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-2/+2
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-6/+14
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-3/+9
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