aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-25build: During install, make sure pkgconfig dir existsSteve Bennett1-0/+1
2017-11-08docs: Bring README.utf-8 up-to-dateSteve Bennett1-12/+15
2017-11-08tclcompat.tcl: minor comment updatesSteve Bennett1-3/+4
2017-11-04interp: command should be created in the global namespaceSteve Bennett1-1/+1
2017-11-04tests: exec2-3.2 now passes on OpenBSDSteve Bennett1-3/+3
2017-10-21tests: Use a more explicit approach to test SIGPIPESteve Bennett1-2/+8
2017-10-21aio: No need to create a new channel for sslSteve Bennett2-21/+12
2017-10-21doc: Update remaining references to os.waitSteve Bennett5-5/+5
2017-10-21file: __MSYS__ signifies windows tooSteve Bennett1-1/+1
2017-10-17tests: Try to fix exec2-3.2 on WindowsSteve Bennett1-2/+2
2017-10-17signal, exec, wait, pid: improvements, especially to execSteve Bennett19-768/+845
2017-10-16jim: cmdPrivData needs to be saved and restoredSteve Bennett1-0/+3
2017-10-16after: Need to initialise 'ms'Steve Bennett1-1/+3
2017-10-16eventloop: remove leftover debuggingSteve Bennett1-2/+0
2017-10-16eventloop: support sub-millisecond timer resolutionSteve Bennett2-33/+48