Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-15 | More static extension stuff | Steve Bennett | 2 | -16/+2 | |
2010-10-15 | Add autoconf-based build | Steve Bennett | 5 | -237/+117 | |
Signed-off-by: Steve Bennett <steveb@workware.net.au> | |||||
2010-10-15 | Remove old Makefile | Steve Bennett | 1 | -155/+48 | |
2010-10-15 | Make static extensions build | Steve Bennett | 13 | -148/+132 | |
Also clean up some white space | |||||
2010-10-15 | Add stdio read command | Steve Bennett | 1 | -1/+4 | |
2010-10-15 | Add more tcl6 compatibilities | Steve Bennett | 1 | -26/+158 | |
- string trim, trimleft, trimright - lsort -command, -integer - fix 'unset ::var' | |||||
2010-10-15 | Import various tinytcl compatibility packages | Steve Bennett | 5 | -1/+409 | |
Also fix 'file type' | |||||
2010-10-15 | Add clock command | Steve Bennett | 2 | -0/+112 | |
2010-10-15 | Simplify package command to ignore versions | Steve Bennett | 1 | -237/+25 | |
Also remove win32 support | |||||
2010-10-15 | Add file and exec (along with subcmd support) | Steve Bennett | 8 | -180/+2003 | |
2010-10-15 | Split package and load out of jim.c | Steve Bennett | 5 | -461/+476 | |
2010-10-15 | Strip out unneeded junk from Jim | Steve Bennett | 14 | -1516/+308 | |
Nvp, getopt, move interactive processing to jim-interactive.c | |||||
2010-10-15 | Remove unnecessary ecos stuff | Steve Bennett | 17 | -19878/+0 | |
Also win32 and hwio | |||||
2010-10-15 | Cutover to new workware fork of Jim Tcl | Steve Bennett | 38 | -18272/+17559 | |
Note that this commit removes some files and undoes some commits which will be reapplied later. This is the easiest way to switch across. Signed-off-by: Steve Bennett <steveb@workware.net.au> | |||||
2010-10-04 | lists: fix crash in ListInsertElements0.51 | Øyvind Harboe | 4 | -6/+3 | |
It wasn't added to the API list => NPE JIM_REGISTER_API(ListInsertElements); Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> | |||||
2010-06-07 | ecos: eCos has 64 bit integers | Øyvind Harboe | 3 | -5/+5 | |
jim_wide is now 64 bit under eCos. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> | |||||
2010-02-21 | retire changelog, now handled by git | Øyvind Harboe | 1 | -1556/+0 | |
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> | |||||
2010-02-21 | dos2unix: convert to unix line endings | Øyvind Harboe | 4 | -839/+839 | |
To ease rebasing Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> | |||||
2010-02-01 | Bring corrected license as mentioned in freebsd/... | Wojciech A. Koszek | 16 | -142/+253 | |
Remove "FreeBSD license" statements, since it's not a correct term I believe. Small cleanup while being here. | |||||
2010-02-01 | ecos: update eCos copy. | Øyvind Harboe | 2 | -13/+38 | |
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> | |||||
2010-02-01 | Revert "Bring correct license -- I think freebsd/ directory has an agreements" | Wojciech A. Koszek | 16 | -253/+142 | |
This reverts commit 1e2fdd7d9e877fbe2c88a4c32f098ce1e575dc1d. | |||||
2010-02-01 | Bring correct license -- I think freebsd/ directory has an agreements | Wojciech A. Koszek | 16 | -142/+253 | |
for relicensing all files within Jim project. "FreeBSD license" isn't correct term, so basically remove it. Try to make the whole place consistent. | |||||
2010-02-01 | Bring some notes about how Jim project works. | Wojciech A. Koszek | 1 | -0/+93 | |
2010-02-01 | Make this target work on FreeBSD and GNU/Linux actually. | Wojciech A. Koszek | 1 | -1/+1 | |
2010-02-01 | Correct the way in which we build shared library. This should silence all | Wojciech A. Koszek | 1 | -3/+6 | |
warnings on GNU/Linux systems. While being here, make "libjim" a meta target and generate a library in "libjim.so" target. | |||||
2010-02-01 | Function strcasecmp() requires strings.h. | Wojciech A. Koszek | 1 | -0/+1 | |
2010-02-01 | stdint.h is necessary on GNU/Linux systems. | Wojciech A. Koszek | 1 | -1/+2 | |
2010-02-01 | Make jim.c clean enough to be able to build it with -pedantic on | Wojciech A. Koszek | 3 | -10/+16 | |
FreeBSD. Added uintptr_t for eCos. | |||||
2010-01-31 | Given that COPYING and LICENSE are the same, simply remove | Wojciech A. Koszek | 1 | -40/+0 | |
copying, as "LICENSE" means more to me. | |||||
2010-01-31 | Perform dos2unix(1) convertion of newline characters. | Wojciech A. Koszek | 1 | -40/+40 | |
2010-01-31 | Instead of making Jim on FreeBSD friendly, make it Cygwin and | Wojciech A. Koszek | 1 | -6/+4 | |
GNU/Linux friendly as well. | |||||
2010-01-31 | Bring some examples for Jim API usage. | Wojciech A. Koszek | 9 | -0/+578 | |
2010-01-31 | If three arguments are passed to 'puts' and the second isn't -nonewline, | Wojciech A. Koszek | 1 | -1/+1 | |
return JIM_ERR instead of JIM_OK. | |||||
2010-01-22 | makefile: target to implement Jim as a shared library | Wojciech A. Koszek | 1 | -1/+6 | |
Useful when developing Jim-based sample applications. Tested on FreeBSD. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> | |||||
2010-01-22 | docs: Minor stylistic tweaks | Wojciech A. Koszek | 3 | -7/+7 | |
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> | |||||
2010-01-22 | freebsd: make it compile | Wojciech A. Koszek | 1 | -0/+19 | |
Casts to (void) are in order to silent GCC about unused variables. I didn't want to break ABI for the sake of clean compilation Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> | |||||
2010-01-14 | ecos: update to latest version | Øyvind Harboe | 1 | -17/+19 | |
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> | |||||
2010-01-14 | errors: improve stack traces for return -code error | Steve Bennett | 1 | -17/+19 | |
the file and line number for return -code error's are now added to the dumped stack trace. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> | |||||
2009-10-19 | Fix eCos compatiblity problems with autotools. | oyvind | 7 | -106/+95 | |
2009-10-14 | Switch to git. testing | oyvind | 1 | -0/+4 | |
2009-10-08 | 2009-10-08 Øyvind Harboe | oharboe | 10 | -16586/+16527 | |
* jim.c/h: bring in changes from OpenOCD. Warnings and some bug fixes. Copyright list updated in jim.c | |||||
2009-08-16 | 2009-08-16 Steve Bennett <steveb@workware.net.au> | oharboe | 2 | -7/+16 | |
* jim.c: Comparison of doubles is a boolean, not a double. expr {0.5 < 1.0} | |||||
2009-08-16 | 2009-08-16 Steve Bennett <steveb@workware.net.au> | oharboe | 2 | -6/+11 | |
* jim.c: If an error occurs when {expand} is in operation, the line number is wrong. | |||||
2009-08-16 | 2009-08-16 Steve Bennett <steveb@workware.net.au> | oharboe | 3 | -3/+9 | |
* jim.c/h: If an object is used in subst, then source, a crash will result | |||||
2009-08-16 | 2009-08-16 Steve Bennett <steveb@workware.net.au> | oharboe | 2 | -0/+10 | |
* jimsh.c: A script exiting with 'exit 0' would not give a return code of 0 | |||||
2009-08-16 | 2009-08-16 Steve Bennett <steveb@workware.net.au> | oharboe | 2 | -6/+7 | |
* jim.c: Make [format %c 0] work (embedded nulls) | |||||
2009-08-16 | * jim-array-1.0.tcl: array unset was broken | oharboe | 2 | -1/+2 | |
2009-08-16 | 2009-08-16 Steve Bennett <steveb@workware.net.au> | oharboe | 2 | -2/+3 | |
* jim.c: Some recursion in unknown is OK, just not infinite recursion. | |||||
2009-08-16 | * jimsh.c: $argv0 should be the name of the script | oharboe | 2 | -1/+3 | |
2009-08-16 | 2009-08-16 Steve Bennett <steveb@workware.net.au> | oharboe | 2 | -7/+16 | |
* jim.c: Should be able to compare strings for order in expr |