aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-26Document the new interp commandSteve Bennett1-0/+24
2016-08-26Add support for sub-interpretersSteve Bennett3-0/+183
2016-08-20Fix aio locking on non-linux platformsSteve Bennett3-26/+32
2016-08-20add POSIX lock/unlock methods to aio objectsHummyPkg3-0/+123
2016-08-17Don't unconditionally define _GNU_SOURCESteve Bennett7-8/+29
2016-08-17eventloop: Switch to using fd for eventloopSteve Bennett3-20/+19
2016-08-17expr: fixes for pow/**Steve Bennett2-22/+542
2016-08-17expr: fix adjacent terms in function callsSteve Bennett3-104/+104
2016-08-17expr: Improve mathfunc handlingSteve Bennett2-76/+113
2016-08-17expr: add support for atan2, hypot and fmodSteve Bennett2-84/+96
2016-08-17sqlite3: Fix some compiler warningsSteve Bennett1-0/+4
2016-08-17sqlite3: Update the included sqlite3 to 3.14.1Steve Bennett5-32126/+107827
2016-08-17doc: Minor doc fixesSteve Bennett1-5/+5
2016-08-17bootstrap: Add minimal package require supportSteve Bennett3-14/+23
2016-08-10README: a version of namespaces is implementedSteve Bennett1-1/+1
2016-07-10Boolean contstants in expr, `string is boolean` classificationNikita Borodikhin6-14/+198
2016-04-11Fixed a documentation typoDima Krasner1-1/+1
2016-04-11tests/regexp: Remove regexp-22.1Steve Bennett1-32/+0
2016-03-28zlib: Update zlib.test to use needs, testreportSteve Bennett1-27/+30
2016-03-28zlib: add zlib bindingsDima Krasner4-0/+462
2016-03-27Add Travis CIDanyil Bohdan1-0/+10
2016-03-27Convert unnecessary usage of posix external utilities in tests to use native ...Evan Hunter2-10/+9
2016-03-27Don't include unistd.h unless configure has found itEvan Hunter2-2/+6
2016-03-27Ensure declaration matches definition for Jim_CreateCommand - it was missing ...Evan Hunter1-2/+2
2016-03-27exec: Fix a warning on mingwSteve Bennett1-1/+1
2016-03-27exec: Avoid lstrcpyn on windows and just use snprintf()Steve Bennett1-2/+1