aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-28regexp: Fix -indices in the utf-8 caseSteve Bennett1-1/+1
2019-10-27regexp -indices should return character indicesSteve Bennett2-8/+11
2019-10-27regexp, regsub: -start is a character indexSteve Bennett2-2/+10
2019-10-18file: Add file splitSteve Bennett3-4/+47
2019-10-18file: Better support for trailing slashes in pathnamesSteve Bennett3-91/+201
2019-09-06signal: Add 'signal block' supportSteve Bennett3-24/+65
2019-09-06exec: Don't force SIGPIPE to be enabledSteve Bennett1-17/+0
2019-08-14aio: Significantly improve the speed of copytoSteve Bennett1-4/+10
2019-08-14jim.c, jim.h: Remove unused Jim_ResizeHashTableSteve Bennett2-12/+0
2019-08-14jim-history: Remove unused allocationSteve Bennett1-15/+1
2019-08-14aio: minor code improvementSteve Bennett1-2/+1
2019-07-31aio: Add support for lock -waitSteve Bennett3-13/+36
2019-07-26docs: Fix typo in unix domain datagram supportSteve Bennett1-1/+1
2019-07-01Update autosetup to v0.6.9Steve Bennett7-1588/+1881
2019-07-01docs: aio: Document unix domain datagram supportSteve Bennett1-48/+70
2019-07-01aio: Add dgram unix socket supportSteve Bennett5-275/+512
2019-07-01Jim_SubstObj: Add an assertion if ref count is zeroSteve Bennett1-1/+5
2019-06-10linenoise: Update to rev d1a245f4a75747a1c4a1c08Steve Bennett1-4/+7
2019-05-20docs: clock: Document the -gmt flagSteve Bennett1-3/+7
2019-05-20clock scan: Implement timegm() locallySteve Bennett2-19/+16
2019-05-20clock scan: Unspecified fields use the current date/timeSteve Bennett1-5/+2
2018-11-26appveyor.yml: update OpenSSL DLL pathsdbohdan1-1/+1
2018-11-24aio: Prefer TLS_method() over TLSv1_2_method()Steve Bennett2-1/+9
2018-11-23aio: Don't use FD_CLOEXEC with JIM_ANSICSteve Bennett1-3/+3
2018-10-26appveyor.yml: fix missing zlib1.dll in jimsh.zipdbohdan1-1/+1
2018-09-21lreplace: Implement TIP #505Steve Bennett2-15/+88
2018-09-21file: Add microsecond resolution for mtime: mtimeusSteve Bennett3-16/+78
2018-09-04bootstrap package supportSteve Bennett1-3/+7
2018-09-04Tidy some signed/unsigned comparisonsSteve Bennett6-9/+9
2018-07-28distclean: Remove generated tests/MakefileSteve Bennett1-1/+1
2018-07-27linenoise: Update for optimised delete charSteve Bennett1-10/+46
2018-07-26jim-interp.c: fix compile warning with GCC 8.1.1Antonio Borneo1-1/+1
2018-07-25linenoise: Update for optimised insertSteve Bennett1-33/+75
2018-07-25Update autosetup to v0.6.8Steve Bennett11-521/+636
2018-07-09exec: Finally get the environ rightSteve Bennett1-3/+7
2018-07-08exec: Fix environment for windowsSteve Bennett1-4/+3
2018-07-08foreach: Avoid memory leak in case of errorSteve Bennett1-1/+2
2018-07-08exec: Better adhere to possible vfork restrictionsSteve Bennett1-11/+40
2018-07-08remove some unused variable assignmentsSteve Bennett2-2/+1
2018-07-08build-jim-ext: Improvements when cross compiling, TclSteve Bennett2-74/+65
2018-07-08linenoise.c: Minor update to fix compiler warningSteve Bennett1-1/+1
2018-07-08aio: Fall back to stdio error if no ssl errorSteve Bennett1-3/+3
2018-07-08aio: Always set error message on I/O errorSteve Bennett1-5/+10
2018-07-05expr: Fix compiler warning on older gccSteve Bennett1-1/+1
2018-07-01Bump version to 0.780.78Steve Bennett4-66/+298
2018-06-30oo: Fix 'methods' for superclassesSteve Bennett1-1/+1
2018-06-08jim.c: Allow Jim_WrongNumArgs() to accept NULL for msgSteve Bennett1-1/+1
2018-06-03jim.c: Jim_Length/Jim_String internal checksSteve Bennett1-5/+2
2018-03-25linenoise: Update to support multiline mode.Steve Bennett5-707/+1613
2018-01-18expr: prevent stack overflowSteve Bennett1-1/+4