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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-05
tests: Fix some tests when certain features are disabled
Steve Bennett
3
-7
/
+13
2020-06-05
core: improve performance through negative command caching
Steve Bennett
2
-14
/
+49
2020-06-05
core: command (proc) names may now contained embedded nulls
Steve Bennett
7
-189
/
+173
2020-06-05
core: string match and other glob matching support embedded nulls
Steve Bennett
3
-29
/
+79
2020-06-05
core: variable names may now contain embedded nulls
Steve Bennett
7
-121
/
+167
2020-06-05
windows: struct _stat64 should be struct __stat64
Steve Bennett
1
-1
/
+1
2020-05-30
apply: handle the JIM_RETURN return code
Steve Bennett
1
-15
/
+15
2020-05-28
test(aio,socket,tty): match musl error messages
D. Bohdan
3
-5
/
+5
2020-05-27
lsearch: handle too few args with -command
Steve Bennett
2
-0
/
+10
2020-05-23
oo: Fix super invocation
Steve Bennett
1
-1
/
+1
2020-05-07
tests: interactive.tests requires socket pty support
Steve Bennett
1
-0
/
+1
2020-05-07
tests: Add interactive mode tests
Steve Bennett
2
-0
/
+368
2020-05-07
lsearch, switch: fix -regexp case with option-like pattern
Steve Bennett
4
-12
/
+41
2020-05-06
tests: socket.test check for ipv6 support
Steve Bennett
1
-4
/
+18
2020-05-06
aio: Add socket pty
Steve Bennett
3
-2
/
+45
2020-05-06
tests: jimsh.tests additional tests
Steve Bennett
1
-0
/
+16
2020-05-06
tests: ssl.test: Enable SNI and test verify
Steve Bennett
1
-4
/
+8
2020-05-06
aio: ssl: Allow SNI to be specified
Steve Bennett
5
-63
/
+88
2020-05-06
aio: Fix eventloop and eof for ssl connections
Steve Bennett
4
-44
/
+131
2020-05-06
tests: add ssl.test
Steve Bennett
3
-0
/
+168
2020-05-06
tests: add socket.tests
Steve Bennett
1
-0
/
+367
2020-05-06
tests/runall.tcl: support tests that fork
Steve Bennett
1
-0
/
+7
2020-05-06
exit: Set the exit code as the interp result
Steve Bennett
3
-3
/
+4
2020-05-05
file: stat: Fixes for 64 bit times on Windows
Steve Bennett
2
-28
/
+36
2020-05-04
tests: Fixes to recent tests for windows
Steve Bennett
7
-20
/
+34
2020-05-04
jim.c: Fix UpdateStringOfIndex()
Steve Bennett
2
-1
/
+9
2020-05-04
exec: remove useless initialisation
Steve Bennett
1
-3
/
+0
2020-05-04
aio: Improve ipv6 error message
Steve Bennett
1
-1
/
+1
2020-05-04
scan: Fix a utf-8 bug for string length
Steve Bennett
2
-12
/
+20
2020-05-04
regsub: Fix regsub -all with \A
Steve Bennett
3
-11
/
+18
2020-05-04
regexp: Improved error message
Steve Bennett
3
-9
/
+23
2020-05-04
signal check: fix error return
Steve Bennett
2
-5
/
+3
2020-05-04
unpack: consistent error messages
Steve Bennett
2
-23
/
+17
2020-05-04
file readlink: change error message to match Tcl
Steve Bennett
2
-2
/
+2
2020-05-04
file: rootname, dirname fixes to match Tcl
Steve Bennett
2
-9
/
+16
2020-05-04
tests: Add many new additional tests for code coverage
Steve Bennett
24
-52
/
+1589
2020-05-04
aio: remove leftover debugging
Steve Bennett
1
-1
/
+0
2020-05-04
build: Improve coverage support
Steve Bennett
2
-7
/
+22
2020-04-28
tests: namespace.test
Steve Bennett
1
-0
/
+25
2020-04-28
tests: debug.test
Evan Hunter
2
-12
/
+128
2020-04-28
jim.c: Fix malloc -> Jim_Alloc
Steve Bennett
1
-1
/
+1
2020-04-17
tests: file tempfile: don't do path/template tests on windows
Steve Bennett
1
-3
/
+8
2020-04-17
tests: improve code coverage
Steve Bennett
6
-0
/
+175
2020-04-17
tcltest: Add support for the -template option
Steve Bennett
1
-6
/
+38
2020-04-17
local, rename: don't allow renaming a local proc with upcall
Steve Bennett
2
-10
/
+37
2020-04-17
parsing: Fix error with missing quote
Steve Bennett
2
-0
/
+24
2020-04-17
env: Fix error in case of too many arguments
Steve Bennett
2
-1
/
+16
2020-04-17
build: Add ./configure --coverage
Steve Bennett
3
-2
/
+41
2020-04-17
apply: ignore the current namespace
Steve Bennett
2
-24
/
+25
2020-04-17
expr: avoid memory leak due to shimmering
Steve Bennett
2
-7
/
+29
[next]