aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-07jim-intereactive: reduce permissions on saved history fileSteve Bennett3-7/+10
2016-09-05linenoise: Add support for utf-8 wide charsSteve Bennett1-9/+18
2016-09-05Add utf-8 display width infoSteve Bennett5-12/+145
2016-09-05Update linenoise to the latest versionSteve Bennett5-66/+244
2016-09-05Fix a crash due to cached local command resolutionSteve Bennett2-1/+16
2016-09-04appveyor.yml: Package stripped & debug .exe, DLLsDanyil Bohdan1-1/+4
2016-09-04appveyor.yml: Bump version to 0.77Danyil Bohdan1-1/+1
2016-09-04Trim bootstrap jimsh0.77Steve Bennett2-9/+7
2016-09-02tests: Fix return code when running tests without [interp]Steve Bennett1-2/+5
2016-09-02remove errant UpgradeLog.htmSteve Bennett1-0/+0
2016-08-29lock.test: Improve check for aio.lock supportSteve Bennett1-3/+2
2016-08-29tests/exec.test: Add constraint "unix" for 12.1Danyil Bohdan1-2/+4
2016-08-29jim-exec.c: Seek with SetFilePointer for appendingDanyil Bohdan1-1/+5
2016-08-29Update version to 0.77Steve Bennett3-79/+273
2016-08-29Fix some minor compiler warnings.Steve Bennett2-8/+6
2016-08-29expr: use fabs() for double abs if --math is specifiedSteve Bennett1-0/+4
2016-08-29exec: On win32, use FILE_ATTRIBUTE_NORMAL with CreateFile()Steve Bennett1-2/+2
2016-08-29jim-win32: compile fixes for mingw32Steve Bennett1-1/+5
2016-08-29jim-win32.c: Add command win32.MessageBoxDanyil Bohdan1-0/+24
2016-08-29configure: Use pkg-config to find openssl/libsslSteve Bennett1-6/+20
2016-08-29.travis.yml: Build and test extension zlibDanyil Bohdan1-1/+1
2016-08-29Add AppVeyor CIDanyil Bohdan1-0/+11
2016-08-29zlib: Don't use PASTE for INTMAX error messagesSteve Bennett1-7/+12
2016-08-28zlib: Fix arg error checkingSteve Bennett3-20/+18
2016-08-28zlib: fix build of --with-mod=zlibSteve Bennett1-0/+4
2016-08-28configure: Use pkg-config if possibleSteve Bennett3-19/+44
2016-08-28Update autosetup to v0.6.5Steve Bennett9-265/+772
2016-08-26If possible, run tests within a sub-interpreterSteve Bennett4-1/+64