aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-01linenoise: Add ^Z (SUSP) supportSteve Bennett1-0/+14
2017-12-31utf8: Update UnicodeData.txt and EastAsianWidth.txt to 10.0.0Steve Bennett2-24/+1094
2017-12-31utf8: Fix merging of adjacent wide character rangesSteve Bennett1-14/+25
2017-12-31linenoise: Update to fix potential buffer overflowSteve Bennett1-6/+6
2017-12-31utf8: Be more strict at rejecting invalid UTF-8 sequences.Steve Bennett3-23/+17
2017-12-31regexp: Implement class shorthand escapes in bracketsSteve Bennett2-11/+30
2017-12-02jim.c: Various minor cleanupsSteve Bennett1-69/+67
2017-11-29tests: clock.test needs cmd clockSteve Bennett1-0/+2
2017-11-27build: Fix out-of-tree buildsSteve Bennett1-1/+1
2017-11-26tests: Make the failing SIGPIPE tests go away on AppVeyorSteve Bennett1-1/+7
2017-11-26build: Support --silent-rulesSteve Bennett2-42/+115
2017-11-26Update autosetup to v0.6.7-17-gb5a0e85Steve Bennett11-110/+311
2017-11-25tests: remove debugging from event.testSteve Bennett1-2/+0
2017-11-25tests: If ipv6 sockets can't be bound, don't testSteve Bennett1-2/+15