aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-26examples/tip.tcl: Gracefully handle serial port being removedSteve Bennett1-2/+9
2016-10-19examples/tip.tcl: Lock the deviceSteve Bennett1-0/+5
2016-10-18aio tty: clear ICRNL for raw input modeSteve Bennett1-0/+2
2016-10-17Add pkg-config support: jimtcl.pcSteve Bennett4-1/+21
2016-10-14build: update autosetup for Tcl 8.5 compatibilitySteve Bennett1-20/+16
2016-10-13Fix distclean of jimsh0 when building not in source dirEvan Hunter1-1/+1
2016-10-12signal: restore default signal handlingSteve Bennett1-1/+20
2016-10-12Array fixes and testsEvan Hunter4-15/+84
2016-10-11Fix warnings when building win32 module and add module to appveyor buildEvan Hunter2-4/+4
2016-10-11build: remove -Werror when running ./configureSteve Bennett1-0/+6
2016-10-11improve example autocompletion function to complete partially typed argumentsHummyPkg1-2/+4
2016-10-11Separate out Jim specific testsEvan Hunter3-10/+36
2016-10-09docs: Only try to build Tcl.html if asciidoc is foundSteve Bennett2-11/+35
2016-10-09Add more tests for zlibEvan Hunter1-0/+21
2016-10-09Fix C++ compatibilityEvan Hunter2-4/+4
2016-10-09exec: Fix windows exec with empty or unset envSteve Bennett1-5/+32
2016-10-09jim.c: Fix Object leak in zlib supportSteve Bennett2-5/+11
2016-10-09Avoid re-defining _GNU_SOURCEEvan Hunter3-0/+6
2016-10-06Fix makefile dependenciesEvan Hunter1-1/+1
2016-10-06eventloop: Don't assume unistd.h and sys/time.hSteve Bennett1-4/+8
2016-10-06Fix for systems without umaskSteve Bennett4-10/+25
2016-10-06jim-exec: use exec false on failed exec in --maintainer modeSteve Bennett1-0/+7
2016-10-06jim.c: Use UCHAR() with isxxx() functionsSteve Bennett1-1/+1
2016-10-06Fix test target for out-of-tree buildsEvan Hunter1-1/+1
2016-10-06autocomplete: add global $tcl::autocomplete_commandsSteve Bennett1-1/+4
2016-10-06add filename completion for source commandHummyPkg1-0/+7
2016-10-05dict: dict replace with one arg is not stableSteve Bennett1-1/+1
2016-10-02Add some tests for paths identified as untested by gcov.Evan Hunter4-2/+19
2016-10-02jim-win32compat.h: Use snprintf rather than _snprintfSteve Bennett1-1/+0
2016-10-02exec: ensure closed fd is -1Steve Bennett1-0/+1
2016-09-29jimsh: Scriptable command-line completion supportSteve Bennett5-13/+90
2016-09-29Add support for "-commands" to many commandsSteve Bennett5-18/+57
2016-09-29jimsh: add support for "jimsh -"Steve Bennett1-7/+11
2016-09-29configure: allow "--full" options to be explicitly disabledSteve Bennett1-5/+19
2016-09-29Update autosetup to v0.6.6Steve Bennett6-67/+162
2016-09-28tcltest: print test description on SKIP if verboseSteve Bennett1-1/+1
2016-09-28jim.c: Replace 'dict with' with a C versionSteve Bennett2-21/+66
2016-09-28file: update file stat to use Jim_DictMerge()Steve Bennett2-8/+11
2016-09-28jim.c: replace 'dict merge' with a C versionSteve Bennett2-18/+35
2016-09-28tests/runall: don't abort if signal.test exitsSteve Bennett1-1/+3
2016-09-28tcltest: do a better job of cleanup up after testsSteve Bennett2-36/+23
2016-09-28sqlite3: Ensure all allocation goes through Jim_Alloc, Jim_Realloc & Jim_FreeEvan Hunter1-2/+2
2016-09-09utf8: Extract wide char data from EastAsianWidth.txtSteve Bennett3-27/+2377
2016-09-09utf8: Update UnicodeData.txt to 9.0.0Steve Bennett1-166/+8929
2016-09-09Add examples/tip.tclSteve Bennett1-0/+148
2016-09-09aio: Document aio ttySteve Bennett1-1/+40
2016-09-09aio: add tty settings support (via termios)Steve Bennett4-1/+418
2016-09-09signal: Remove the signal command from child interpretersSteve Bennett3-25/+40
2016-09-07build: fix warnings on mingwSteve Bennett1-0/+4
2016-09-07parse-unidata: build fixSteve Bennett1-1/+1