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
2010-11-19
Avoid crash when references are disabled
Steve Bennett
1
-0
/
+2
2010-11-17
Bug fix: [split] string with leading null
Steve Bennett
1
-2
/
+4
2010-11-17
For ctype macros, cast to unsigned char
Steve Bennett
1
-14
/
+14
2010-11-17
Fix a bug in the UTF-8 implementation of string last
Steve Bennett
1
-1
/
+1
2010-11-17
Add UTF-8 support to Jim
Steve Bennett
1
-691
/
+572
2010-11-17
[source] now opens the script file in text mode
Steve Bennett
1
-6
/
+8
2010-11-08
Don't hardcode /lib/jim
Steve Bennett
1
-1
/
+1
2010-10-30
Allow extensions to be built/installed as modules
Steve Bennett
1
-1
/
+1
2010-10-30
Determine platform_tcl() settings with configure
Steve Bennett
1
-0
/
+3
2010-10-30
Add 'info channels'
Steve Bennett
1
-8
/
+33
2010-10-20
Declare some internal functions static
Steve Bennett
1
-18
/
+18
2010-10-20
Add support for 'dict keys'
Steve Bennett
1
-2
/
+39
2010-10-20
Add support for lsort -index
Steve Bennett
1
-43
/
+90
2010-10-20
Fix a parse error on trailine newline
Steve Bennett
1
-6
/
+3
2010-10-15
Licence wording updates.
Steve Bennett
1
-2
/
+0
2010-10-15
If three arguments are passed to 'puts' and the second isn't -nonewline, retu...
Wojciech A. Koszek
1
-1
/
+1
2010-10-15
Fix a concat bug
Steve Bennett
1
-1
/
+7
2010-10-15
Fix error message for deleting nonexistent proc
Steve Bennett
1
-4
/
+8
2010-10-15
Fix some problems with global and upvar
Steve Bennett
1
-13
/
+25
2010-10-15
Fix -Wshadow warnings
Steve Bennett
1
-84
/
+83
2010-10-15
Some systems insist that ctype macros use unsigned
Steve Bennett
1
-17
/
+17
2010-10-15
Portability fixes
Steve Bennett
1
-0
/
+2
2010-10-15
Add stubs in case of compiled-out package, aio
Steve Bennett
1
-8
/
+13
2010-10-15
Remove dependence of jim core on stderr
Steve Bennett
1
-29
/
+5
2010-10-15
Avoid over-aggressive optimisation in Jim_EvalObj()
Steve Bennett
1
-54
/
+55
2010-10-15
Simplify dict creation
Steve Bennett
1
-99
/
+32
2010-10-15
More simplification of Jim_EvalObj()
Steve Bennett
1
-122
/
+96
2010-10-15
Fix bug when renaming the current proc
Steve Bennett
1
-24
/
+16
2010-10-15
Fix reference counting of stack trace in 'error'
Steve Bennett
1
-0
/
+1
2010-10-15
Make jim more reentrant
Steve Bennett
1
-1
/
+2
2010-10-15
string trimright now always removes nulls
Steve Bennett
1
-3
/
+2
2010-10-15
Minor cleanups and fixes
Steve Bennett
1
-14
/
+12
2010-10-15
Improvements to script internal rep
Steve Bennett
1
-65
/
+52
2010-10-15
eventloop improvements and enhancements
Steve Bennett
1
-36
/
+0
2010-10-15
Fix some eventloop bugs
Steve Bennett
1
-5
/
+13
2010-10-15
Clean up some debugging
Steve Bennett
1
-70
/
+48
2010-10-15
Source info was lost when converting source to list
Steve Bennett
1
-2
/
+18
2010-10-15
Make sure all static data is marked read-only
Steve Bennett
1
-15
/
+13
2010-10-15
Better internal script representation
Steve Bennett
1
-309
/
+295
2010-10-15
Add support for 'info references'
Steve Bennett
1
-5
/
+32
2010-10-15
Fix crash on expand of empty arg
Steve Bennett
1
-6
/
+6
2010-10-15
Fix a crash during list parsing
Steve Bennett
1
-1
/
+6
2010-10-15
It was possible to create a bad ref
Steve Bennett
1
-2
/
+2
2010-10-15
Fix a bug with 'time' if the count is 0
Steve Bennett
1
-3
/
+5
2010-10-15
Reduce excessive stack usage
Steve Bennett
1
-1
/
+5
2010-10-15
Set $::errorCode from exec
Steve Bennett
1
-1
/
+21
2010-10-15
Use setjmp to better handle lsort errors
Steve Bennett
1
-15
/
+15
2010-10-15
Fix some eventloop problems
Steve Bennett
1
-1
/
+1
2010-10-15
Add 'string is' to Jim
Steve Bennett
1
-12
/
+104
2010-10-15
Clean up the indentation mess
Steve Bennett
1
-2917
/
+3442
[next]