aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-12format: Validate too many flags in format stringSteve Bennett2-1/+7
2017-05-12exec: Fix check for | and |&Steve Bennett2-4/+10
2017-05-12scan: error on missing conversion charSteve Bennett2-1/+11
2017-05-12exec: Validate that a command is givenSteve Bennett1-0/+6
2017-05-12jim: Fix ref count problem with interpolated dict substSteve Bennett2-17/+18
2017-05-12lsort: Fix a refcount issueSteve Bennett2-2/+11
2017-04-22build: Update autosetup to v0.6.6-8-g062d650Steve Bennett16-2323/+2670
2017-04-21configure: fix --docdir optionSteve Bennett1-1/+1
2017-04-20aio: Only allow TCP_NODELAY if sockets are supportedSteve Bennett1-2/+2
2017-04-20aio: Add support for TCP_NODELAYSteve Bennett2-0/+29
2017-04-20zlib: compression may need some additional free spaceSteve Bennett1-0/+6
2017-04-19zlib: deflate: free correct pointer on errorSteve Bennett1-2/+2
2017-04-18clock: Fix clock format on mingw platformsSteve Bennett2-6/+8
2017-04-18clock: Fix test for platforms with no scan supportSteve Bennett1-1/+1
2017-04-18clock: Add -gmt option to format and scanSteve Bennett3-36/+162
2017-04-08jimsh: Fix crash with "throw 8"Steve Bennett1-1/+1
2017-04-07expr: Add better checks for invalid ternary expressionSteve Bennett3-6/+19
2017-04-07expr: Add assertion for stack underflowSteve Bennett1-0/+1
2017-04-07Fix ref count for interpolation/expressionSteve Bennett2-1/+8
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