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
2024-04-02
fix a memory leak on interp shutdown
Steve Bennett
1
-1
/
+2
2024-04-02
lsort: don't try to sort a list of length 0 or 1
Steve Bennett
1
-3
/
+9
2024-04-02
expr: explicit error on empty expression
Steve Bennett
1
-2
/
+9
2024-04-02
lreplace: avoid memmove() with NULL pointer
Steve Bennett
1
-0
/
+5
2024-03-13
generate source info for error messages at top level
Steve Bennett
1
-10
/
+21
2024-02-15
subst: don't ignore vars after first failed var
Steve Bennett
1
-3
/
+5
2024-02-02
expr: better error message on nested $()
Steve Bennett
1
-0
/
+8
2024-02-02
xtrace: fix core dump if tracing Jim_EvalObjVector()
Steve Bennett
1
-3
/
+9
2023-07-31
core: fix error level in try/catch
Steve Bennett
1
-4
/
+4
2023-07-13
core: Fix 'for' with JIM_OPTIMIZATION disabled
Steve Bennett
1
-7
/
+12
2023-07-10
info script: return real current source file
Steve Bennett
1
-3
/
+36
2023-07-04
core: add support for proc statics by reference
Steve Bennett
1
-87
/
+150
2023-07-04
debug: convert to use subcmd
Steve Bennett
1
-140
/
+124
2023-07-04
info: convert to use subcmd
Steve Bennett
1
-97
/
+92
2023-07-04
dict: convert to use subcmd
Steve Bennett
1
-75
/
+66
2023-07-04
string: convert to subcmd
Steve Bennett
1
-100
/
+89
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
[next]