aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-07expr: fix crash on invalid ternary orderSteve Bennett2-1/+10
2017-04-07Fix / command: divide by zeroSteve Bennett2-1/+11
2017-03-16linenoise.c: Use <poll.h> instead of <sys/poll.h>Steve Bennett1-1/+1
2017-03-11Fix buffer overrun in utf8_index()HummyPkg1-1/+1
2017-03-03Fix some declarations after codeSteve Bennett3-5/+7
2017-02-13aio: Fix stdio error detectionSteve Bennett1-1/+1
2016-11-19build: remove jimtcl.pc on distcleanSteve Bennett1-0/+1
2016-11-14dict: Fix [dict values] with duplicate valuesSteve Bennett5-48/+38
2016-10-26build: update autosetup for LIBS/LDFLAGS fixSteve Bennett1-4/+9
2016-10-26build: On NetBSD backtrace is in -lexecinfoSteve Bennett1-1/+5
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