aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-16aio tempname: Fix a crash when the template is invalidSteve Bennett1-2/+2
2017-09-22scan: make some structure members constSteve Bennett1-2/+2
2017-09-21examples/tip.tcl: Use 'writable' when sending outputSteve Bennett1-7/+39
2017-09-21configure: Remove reference to ensemble extensionSteve Bennett1-1/+0
2017-09-21configure: --with-mod and --with-ext allow commasSteve Bennett1-6/+17
2017-09-21configure: Improve module selectionSteve Bennett2-15/+26
2017-09-21auto.def: tclprefix should not be enabled by defaultSteve Bennett1-1/+1
2017-09-21prefix.test: Use the correct package nameSteve Bennett1-1/+1
2017-09-21tcltest: Support 'needs package xxx'Steve Bennett1-0/+6
2017-09-21tcl::prefix: respect -message when no valid optionsSteve Bennett1-4/+4
2017-09-21jim.c: minor code cleanups in [switch]Steve Bennett1-24/+16
2017-09-16perf: cache the result of successful subcmd lookupSteve Bennett1-0/+27
2017-09-16remove special regexpValue internal repSteve Bennett2-11/+10
2017-09-16Simplify error reporting in jim-subcmdSteve Bennett1-13/+4