index
:
riscv-openocd/jimtcl.git
bootstrap-jimsh
cmd-register
exec-tip424
expr-glob-regexp-op
kos-fixes
leval
master
master-next
msvc-fix-322
taint-support
tip424-exec
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jim.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-15
Implement some new features
Steve Bennett
1
-1
/
+9
2010-10-15
Simplify use of eventloop
Steve Bennett
1
-1
/
+1
2010-10-15
Fix crash in subst
oharboe
1
-1
/
+2
2010-10-15
Remove declarations for some functions which are gone
Steve Bennett
1
-5
/
+0
2010-10-15
Convert package to use jim-subcmd
Steve Bennett
1
-6
/
+5
2010-10-15
Lots of improvements
Steve Bennett
1
-6
/
+15
2010-10-15
More static extension stuff
Steve Bennett
1
-0
/
+1
2010-10-15
Add file and exec (along with subcmd support)
Steve Bennett
1
-174
/
+126
2010-10-15
Split package and load out of jim.c
Steve Bennett
1
-0
/
+2
2010-10-15
Strip out unneeded junk from Jim
Steve Bennett
1
-593
/
+127
2010-10-15
Cutover to new workware fork of Jim Tcl
Steve Bennett
1
-123
/
+146
2010-06-07
ecos: eCos has 64 bit integers
Øyvind Harboe
1
-2
/
+2
2010-02-01
Make jim.c clean enough to be able to build it with -pedantic on
Wojciech A. Koszek
1
-1
/
+3
2009-10-19
Fix eCos compatiblity problems with autotools.
oyvind
1
-3
/
+3
2009-10-08
2009-10-08 Øyvind Harboe
oharboe
1
-145
/
+119
2009-08-16
2009-08-16 Steve Bennett <steveb@workware.net.au>
oharboe
1
-1
/
+2
2008-11-07
2008-11-06 Steve Bennett <steveb@workware.net.au>
oharboe
1
-0
/
+1
2008-11-07
* jim.c, jim.h: Prevent infinite recursion if an unknown command is
oharboe
1
-0
/
+2
2008-09-01
* jim.c, jim.h: more text formatting fixes, improved error messages
oharboe
1
-0
/
+7
2008-08-25
* jim.c, jim.h: name value pair and formatting fixes
oharboe
1
-3
/
+335
2008-07-23
Uwe Klein:
oharboe
1
-0
/
+1
2008-07-21
* src/jim.c: very slightly improved error messages.
oharboe
1
-1
/
+1
2008-07-17
Switched core files to FreeBSD license
oharboe
1
-16
/
+37
2008-07-07
src/Jim.c
oharboe
1
-6
/
+27
2008-06-16
* retire CVS keyword expansion. Plays havoc with patches.
oharboe
1
-2
/
+0
2007-01-31
Fixed the stdio declarations to work on Windows and likely on Solaris.
patthoyts
1
-5
/
+17
2006-11-06
Jim_GetStdin/out/err API removed, now Jim-SetStdin/out/err returns the old va...
antirez
1
-10
/
+11
2006-11-02
Ability to configure file descriptors for standard input, output, error.
antirez
1
-3
/
+20
2006-11-01
Fix to expr parsing (now hex digits work as literals).
antirez
1
-1
/
+4
2005-04-18
First version of the Jim eventloop extension, exporting
antirez
1
-1
/
+14
2005-04-10
Fix for [return -code eval]
antirez
1
-3
/
+3
2005-04-09
Experimental verison of JIM_EVAL retcode in order to implement
antirez
1
-1
/
+4
2005-04-06
Shhhhh. Silenced a number of warnings when using MSVC.
patthoyts
1
-2
/
+2
2005-04-06
Generic API implementing the Stack data structure exported to
antirez
1
-1
/
+27
2005-04-05
.jimrc support (or jimrc.tcl). Minimal readline extension, just enough
antirez
1
-1
/
+4
2005-04-04
Version marked as "0.51".
antirez
1
-2
/
+2
2005-04-02
[package require] + Makefile changes about libraries currently not working...
antirez
1
-2
/
+3
2005-03-31
Implemented the C API "background" for the packages system of Jim.
antirez
1
-5
/
+16
2005-03-29
A number of fix for commands optimizing a bit too much objects
antirez
1
-1
/
+8
2005-03-21
Add copyright notice within jim.c & jim.h to acknowledge Jim's license.
chi
1
-1
/
+2
2005-03-21
Add the [scan] command and the Jim_ScanString function + tests.
chi
1
-3
/
+6
2005-03-19
[finalize] command and relative C API added (SS).
antirez
1
-1
/
+5
2005-03-17
Objects hash function changed.
antirez
1
-1
/
+3
2005-03-17
[source] command added.
antirez
1
-2
/
+2
2005-03-17
The interactive prompt can now used to type/paste multi line scripts.
antirez
1
-4
/
+5
2005-03-16
[env] modified to just be able to read a specified var name
antirez
1
-3
/
+2
2005-03-16
Added interpreter pointer to the command delete proc.
patthoyts
1
-3
/
+4
2005-03-15
A first version of [info complete].
antirez
1
-1
/
+3
2005-03-14
'iterator' argument modified to 'iter' for C++ STL safety.
antirez
1
-2
/
+2
2005-03-14
more fixes to allow inclusion of jim.h into C++ programs.
antirez
1
-4
/
+6
[next]