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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-21
Add the [scan] command and the Jim_ScanString function + tests.
chi
1
-3
/
+507
2005-03-19
Jim_GetIndex() bug fixed (SS)
antirez
1
-3
/
+3
2005-03-19
[finalize] command and relative C API added (SS).
antirez
1
-4
/
+52
2005-03-18
now [setref] returns the value assigned to the reference instead of
antirez
1
-3
/
+3
2005-03-18
Fixed an EXPR bug.
antirez
1
-4
/
+7
2005-03-17
[lreverse]
antirez
1
-2
/
+23
2005-03-17
Applied PATCH #389
antirez
1
-2
/
+3
2005-03-17
Objects hash function changed.
antirez
1
-44
/
+15
2005-03-17
[source] command added.
antirez
1
-4
/
+21
2005-03-17
The interactive prompt can now used to type/paste multi line scripts.
antirez
1
-12
/
+39
2005-03-16
[env] modified to just be able to read a specified var name
antirez
1
-44
/
+17
2005-03-16
Added interpreter pointer to the command delete proc.
patthoyts
1
-5
/
+5
2005-03-16
Added the [env] command
antirez
1
-3
/
+64
2005-03-16
added CVS ID info in the banner.
antirez
1
-1
/
+2
2005-03-16
more GC fixes.
antirez
1
-5
/
+5
2005-03-16
Fixed a bug introduced in the Gargage Collection code some commit ago.
antirez
1
-2
/
+6
2005-03-15
A first version of [info complete].
antirez
1
-80
/
+124
2005-03-15
[info level ?level?] fixed. Tests uncommented.
antirez
1
-3
/
+49
2005-03-14
const police
patthoyts
1
-3
/
+3
2005-03-14
'iterator' argument modified to 'iter' for C++ STL safety.
antirez
1
-17
/
+17
2005-03-14
more fixes to allow inclusion of jim.h into C++ programs.
antirez
1
-4
/
+5
2005-03-14
Removed the inclusion of a not-needed header file "sys/time.h"
antirez
1
-5
/
+1
2005-03-14
[lmap] command.
antirez
1
-9
/
+42
2005-03-13
[string first]. Tests still not added, until [string] is not (almost instead)
antirez
1
-8
/
+57
2005-03-13
[string index] implemented
antirez
1
-28
/
+24
2005-03-12
Jim_GetEnum() will now sort the options in the error message (ss)
antirez
1
-2
/
+15
2005-03-12
Added the ability to compile with -DJIM_ANSIC to use only ANSI-C
antirez
1
-6
/
+7
2005-03-12
Added the Jim_FreeNewObj() macro to free objects with refcount == 0
antirez
1
-32
/
+17
2005-03-12
It's now possible to exclude compilation of dynamic loaded
antirez
1
-3
/
+17
2005-03-12
Modified Jim_Free() to be more strict, now it panics if the
antirez
1
-3
/
+3
2005-03-11
Converted some free() call to Jim_Free(). Actually Jim_Free
antirez
1
-7
/
+7
2005-03-11
[lambda] modified to be 'statics' capable.
antirez
1
-3
/
+3
2005-03-11
Fix about [rename] against procedures with statics.
antirez
1
-1
/
+3
2005-03-11
more static fixes (me)
antirez
1
-6
/
+13
2005-03-11
tons of static var fixes...
antirez
1
-14
/
+22
2005-03-11
static variables support
antirez
1
-23
/
+113
2005-03-10
lrange command (me)
antirez
1
-28
/
+80
2005-03-10
Some fix to bench.tcl to make it able to run in Tcl7.6.
antirez
1
-1
/
+14
2005-03-09
[linsert] command added (Clemens Hintze).
antirez
1
-2
/
+83
2005-03-09
An initial [format] command.
antirez
1
-2
/
+78
2005-03-08
Did some fix in jimsh.c, exported some more API function to set
antirez
1
-3
/
+30
2005-03-08
JIM_VERSION is to be an integer value which we present as MAJOR.MINOR to
patthoyts
1
-9
/
+8
2005-03-08
Added [info patchlevel] and setup argv0 and argv variables in jimsh.
patthoyts
1
-7
/
+5
2005-03-08
aesthetic changes to source code (SS)
antirez
1
-175
/
+80
2005-03-08
Removed an useless #if0 ... #endif block of code.
antirez
1
-42
/
+1
2005-03-08
Info exists + tests (Clemens Hintze).
antirez
1
-4
/
+15
2005-03-08
Applied patch about unset a(x) against non existing 'a' variable
antirez
1
-17
/
+6
2005-03-07
Fixed a memory leak introduced with the last callframe caching code
antirez
1
-1
/
+3
2005-03-07
Faster procedure calls (obtained caching the hashtable, and with
antirez
1
-18
/
+48
2005-03-07
Added "increasing", "decreasing", "ascii", "nocase" options
antirez
1
-10
/
+53
[next]