aboutsummaryrefslogtreecommitdiff
path: root/jim.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Lots of improvementsSteve Bennett1-361/+288
2010-10-15Add more tcl6 compatibilitiesSteve Bennett1-26/+158
2010-10-15Split package and load out of jim.cSteve Bennett1-461/+1
2010-10-15Strip out unneeded junk from JimSteve Bennett1-785/+56
2010-10-15Cutover to new workware fork of Jim TclSteve Bennett1-801/+755
2010-10-04lists: fix crash in ListInsertElements0.51Øyvind Harboe1-0/+1
2010-02-01Bring corrected license as mentioned in freebsd/...Wojciech A. Koszek1-2/+1
2010-02-01Revert "Bring correct license -- I think freebsd/ directory has an agreements"Wojciech A. Koszek1-1/+2
2010-02-01Bring correct license -- I think freebsd/ directory has an agreementsWojciech A. Koszek1-2/+1
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