aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-27Prevent static analysers from thinking that variable fn might be used whilst ...Evan Hunter1-0/+1
2016-03-27Fix shift operator so result is the expected 64 bit valueEvan Hunter1-2/+2
2016-03-27Avoid static analysis warning: https://msdn.microsoft.com/en-us/library/17b5...Evan Hunter1-1/+1
2016-03-27exec: read output from pipe before waiting for childrenSteve Bennett2-17/+12
2016-03-27Windows: Exponent modification is only required by MinGWEvan Hunter1-2/+4
2016-03-27aio: MinGW - Fix compilation errorEvan Hunter1-0/+5
2016-03-27lsort test: allow unstable lsort implementation to return results of same val...Evan Hunter1-3/+8
2016-03-27docs: minor clarificationSteve Bennett1-1/+1
2016-03-27oo: constructor, unknown and bug fixesSteve Bennett3-10/+47
2016-03-27jim: Jim_ScriptIsComplete() now takes an objectSteve Bennett3-39/+32
2016-03-27Small code cleanupsSteve Bennett2-42/+28
2016-02-11docs: fix more typosSteve Bennett3-8/+8
2016-02-11jim.c,jim.h: fix typosSteve Bennett2-12/+7
2016-02-03regexp: document new character classes and constraint escapesSteve Bennett1-6/+7
2016-02-02regexp: Enable additional regexp/regsub testsSteve Bennett3-90/+99
2016-02-02regexp: Add missing support for character classesSteve Bennett1-18/+64
2016-02-02regexp: add partial support for \A \Z matchingSteve Bennett1-5/+28
2016-02-02regexp: add support for \D, \W and \SSteve Bennett2-5/+12
2016-02-02aio: Fix crash in aio copySteve Bennett1-1/+1
2016-02-01aio: fix aio ssl supportSteve Bennett5-12/+44
2016-02-01aio: replace HAVE_SOCKETPAIR with HAVE_DUPDima Krasner1-4/+3
2016-02-01aio: add error message when SSL verification failsDima Krasner1-1/+11
2016-02-01aio: don't set ssl in make channelSteve Bennett1-17/+14