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
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
2005-03-14
Some change to make jim.h more C++ friendly, still not working
antirez
1
-4
/
+9
2005-03-13
Max nesting depth modified to 10000
antirez
1
-2
/
+2
2005-03-12
Added the ability to compile with -DJIM_ANSIC to use only ANSI-C
antirez
1
-2
/
+2
2005-03-12
Added the Jim_FreeNewObj() macro to free objects with refcount == 0
antirez
1
-1
/
+10
2005-03-11
static variables support
antirez
1
-4
/
+6
2005-03-10
lrange command (me)
antirez
1
-1
/
+4
2005-03-09
[linsert] command added (Clemens Hintze).
antirez
1
-1
/
+4
2005-03-08
Did some fix in jimsh.c, exported some more API function to set
antirez
1
-1
/
+10
2005-03-08
JIM_VERSION is to be an integer value which we present as MAJOR.MINOR to
patthoyts
1
-4
/
+2
2005-03-08
Added [info patchlevel] and setup argv0 and argv variables in jimsh.
patthoyts
1
-2
/
+2
2005-03-07
Faster procedure calls (obtained caching the hashtable, and with
antirez
1
-2
/
+2
2005-03-07
Refactored the [info] command and added body and version to the command.
patthoyts
1
-6
/
+7
2005-03-06
Fixed a race condition in the garbage collection code.
antirez
1
-2
/
+2
2005-03-06
Added Jim_GetEnum() API function. StringCoreCommand and AIO extension
antirez
1
-1
/
+4
2005-03-05
Solved a problem with Jim_Length()
antirez
1
-2
/
+3
2005-03-05
Initial version of AIO (ANSI C I/O) extension added.
antirez
1
-2
/
+6
2005-03-05
delProc callback added to Jim_CreateCommand().
antirez
1
-2
/
+5
2005-03-05
Added Jim_GetAssocData api. This for permitting packages to register a
patthoyts
1
-1
/
+12
2005-03-05
removed strcasecmp() and isascii(). Now the Jim core is fully
antirez
1
-1
/
+5
2005-03-05
[switch] command contributed by Clemens Hintze, modified to
antirez
1
-3
/
+3
2005-03-04
jim::libpath renamed into jim.libpath. Also there was a bug listed
antirez
1
-1
/
+7
2005-03-04
$id: ..$ strings added
antirez
1
-0
/
+2
2005-03-04
Added JIM_NOTUSED macro. Macro used where appropriate.
antirez
1
-0
/
+3
2005-03-04
Use command line vars in the Makefile.
patthoyts
1
-1
/
+1
2005-03-04
more benchmarks. Initial size of hashtables modified.
antirez
1
-1
/
+1
2005-03-03
Missing functions exported
antirez
1
-0
/
+5
2005-03-03
RegisterCoreCommands now exported (broken in the last commit)
antirez
1
-0
/
+1
2005-03-03
Made exporting of symbols to the API less error prone
antirez
1
-77
/
+81
2005-03-03
improtant fix! jim error message visualization was broken
antirez
1
-1
/
+1
2005-03-03
changes to the reference system. Now references string rep
antirez
1
-1
/
+4
[next]