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
2023-07-04
aio: change to use unix io, not stdio
Steve Bennett
1
-26
/
+36
2023-06-21
core: Display errors in a more "pythonesque" way
Steve Bennett
1
-167
/
+116
2023-06-21
core: improve eval frame handling
Steve Bennett
1
-108
/
+59
2023-05-25
core: support multi-level while, break from loops
Steve Bennett
1
-16
/
+61
2023-05-09
core: avoid rare crash on shutdown
Steve Bennett
1
-14
/
+11
2023-05-06
jim: info frame improvements
Steve Bennett
1
-10
/
+31
2023-03-20
Add support for ./configure --disable-introspection
Steve Bennett
1
-12
/
+33
2023-03-20
build: define _GNU_SOURCE only on the command line
Steve Bennett
1
-3
/
+0
2023-02-25
jim: fix crash on infinite eval recursion
0.82
Steve Bennett
1
-2
/
+2
2023-02-24
dict with: return script result
Steve Bennett
1
-5
/
+13
2023-02-13
clock millis, time: now use monotonic raw time if possible
Steve Bennett
1
-13
/
+33
2023-02-13
core: New timerate command
Steve Bennett
1
-0
/
+66
2023-02-13
Tcl-compatible 'info frame'
Steve Bennett
1
-39
/
+174
2023-02-13
jim: make the Jim memory allocator replaceable
Steve Bennett
1
-12
/
+13
2023-02-13
Jim_StrDupLen: minor optimisation
Steve Bennett
1
-2
/
+2
2023-02-10
Optimisation for Jim_GetWideExpr()
Steve Bennett
1
-0
/
+4
2023-02-09
build: fix check for isinf/isnan
Steve Bennett
1
-2
/
+2
2023-02-03
Convert some errant malloc/free to Jim_Alloc()/Jim_Free()
Steve Bennett
1
-1
/
+1
2023-02-01
Silence compiler warning
prpr19xx
1
-1
/
+1
2022-12-26
jim: garbage collection fix
Steve Bennett
1
-26
/
+38
2022-09-18
build: isinf and isnan are macros in C
Steve Bennett
1
-2
/
+2
2022-07-31
jim: fix sometimes overly zealous garbage collection
Steve Bennett
1
-3
/
+6
2022-07-25
unset: don't return a result with -nocomplain
Steve Bennett
1
-0
/
+2
2022-07-25
jim.c: minor comment fixups
Steve Bennett
1
-8
/
+2
2022-04-14
try: add support for trap
Steve Bennett
1
-34
/
+64
2022-04-12
getref, setref: No need to allow for leading, trailing space
Steve Bennett
1
-15
/
+6
2022-04-11
getref, setref: reference may be qualified
Steve Bennett
1
-0
/
+4
2021-12-16
dict: consider dummy entries when determining when to expand hash table
Steve Bennett
1
-1
/
+7
2021-12-13
dict: Fix possible duplicate entries when setting
Steve Bennett
1
-5
/
+10
2021-11-08
core: avoid some gcc 11 warnings
Steve Bennett
1
-0
/
+2
2021-07-08
collect: correctly handle references as globally scoped names
Steve Bennett
1
-3
/
+11
2021-04-03
expr: allow existing multiple argument support with --compat
Steve Bennett
1
-3
/
+23
2021-03-19
core: Fix memory leak replacing existing commands
Steve Bennett
1
-3
/
+11
2021-03-09
expr: TIP 526, only support a single arg
Steve Bennett
1
-18
/
+3
2021-02-20
jim.c: Fix compiler warning
Steve Bennett
1
-0
/
+2
2021-02-05
build: quieten compiler warnings
Steve Bennett
1
-0
/
+2
2021-01-30
lsearch, lsort: support for -stride and -index
Steve Bennett
1
-62
/
+223
2021-01-10
package: add ABI version checking
Steve Bennett
1
-0
/
+13
2021-01-09
Add the [xtrace] command
Steve Bennett
1
-10
/
+80
2021-01-03
bootstrap jimsh: pass all tests
Steve Bennett
1
-0
/
+1
2021-01-03
core: fix parsing of booleans
Steve Bennett
1
-35
/
+23
2021-01-02
build: Fix bootstrap build
Steve Bennett
1
-2
/
+2
2020-12-27
core: combine JimParseBoolean() and JimParseExprBoolean()
Steve Bennett
1
-29
/
+34
2020-12-26
try: reimplement in C
Steve Bennett
1
-36
/
+150
2020-12-26
loop: Allow start value to be omitted
Steve Bennett
1
-7
/
+16
2020-12-26
core: commands that take an index now use integer expressions
Steve Bennett
1
-25
/
+27
2020-12-26
Jim_GetWideExpr() now evaluates "safe" expressions
Steve Bennett
1
-3
/
+22
2020-12-26
core: support integer expressions in various commands
Steve Bennett
1
-16
/
+38
2020-12-26
Revert "core: remove procargs and procbody from callframe"
Steve Bennett
1
-0
/
+10
2020-12-14
core: remove procargs and procbody from callframe
Steve Bennett
1
-10
/
+0
[next]