aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-05jim.h: Change type of interp->lastCollectTimeSteve Bennett2-7/+7
2020-03-05docs: Updates mainly to clarify glob string matchingSteve Bennett1-83/+88
2020-03-04clock: test and doc non-Y2038 complianceSteve Bennett2-0/+8
2020-02-18docs: fix minor typosAntonio Borneo6-17/+17
2020-02-18exec: fix valgrind warning on close(-1)Antonio Borneo1-2/+2
2020-02-13build: examples.api: Add necessary linker flagsSteve Bennett2-1/+3
2020-02-06Fix #148 - oo errors with no class variables.TheMarkitecht1-1/+1
2020-01-22docs: make it clear that the package version is ignoredSteve Bennett1-3/+4
2019-12-30regexp: Reset scanner position on failed optional groupSteve Bennett2-0/+6
2019-12-13tests: Fix misc.test for new return -level 0 behaviourSteve Bennett1-1/+1
2019-12-13return: fix -level 0 -code xxxSteve Bennett2-3/+10
2019-11-30jimsh: interactive mode: print nullsSteve Bennett2-2/+6
2019-11-30string map and string compare now support embedded nullsSteve Bennett4-64/+76
2019-11-20bump version to 0.790.79Steve Bennett3-880/+1079
2019-11-15build: Check for inline supportSteve Bennett2-0/+36
2019-11-15Update ssl cert to use a 4096 bit keySteve Bennett2-19/+75
2019-11-14build: Fix out-of-tree build with json extSteve Bennett1-0/+2
2019-11-12aio: tty: allow setting echoSteve Bennett3-2/+21
2019-11-12configure: add SIZEOF_INT to jim-config.hSteve Bennett1-1/+2
2019-11-11json: implement -index decode optiondbohdan3-6/+43
2019-11-09json: Fix decode schema for list objSteve Bennett2-0/+6
2019-11-09json: Add json encoder/decoderSteve Bennett6-8/+750
2019-11-09jsmn: Fix a parser bug where object keys could be non-stringsSteve Bennett1-0/+4
2019-11-09jsmn: import json decoderSteve Bennett3-0/+410
2019-11-09aio: make some data constSteve Bennett1-3/+3
2019-11-08appveyor.yml: build with sqlite3 extdbohdan1-3/+3
2019-11-08appveyor.yml: fix build in forksdbohdan1-0/+1
2019-11-08appveyor.yml: explicitly build with ssldbohdan1-1/+1
2019-11-08Improve comments for JimResetHashTable()Steve Bennett1-2/+10
2019-11-06build: improve build for shared objectsSteve Bennett3-101/+29
2019-11-06docs: Formatting cleanups, consistencySteve Bennett1-75/+290
2019-11-06docs: Remove docs for the case commandSteve Bennett1-62/+2
2019-11-06expr-sugar: $() should return non-error codesSteve Bennett2-24/+27
2019-11-01regexp,regsub: utf8: Fix incorrect count with . matchesSteve Bennett1-2/+1
2019-10-30aio: need SO_REUSEADDR before bind()Steve Bennett1-3/+3
2019-10-28utf8_strlen: Improve performanceSteve Bennett2-7/+5
2019-10-28regexp: Fix -indices in the utf-8 caseSteve Bennett1-1/+1
2019-10-27regexp -indices should return character indicesSteve Bennett2-8/+11
2019-10-27regexp, regsub: -start is a character indexSteve Bennett2-2/+10
2019-10-18file: Add file splitSteve Bennett3-4/+47
2019-10-18file: Better support for trailing slashes in pathnamesSteve Bennett3-91/+201
2019-09-06signal: Add 'signal block' supportSteve Bennett3-24/+65
2019-09-06exec: Don't force SIGPIPE to be enabledSteve Bennett1-17/+0
2019-08-14aio: Significantly improve the speed of copytoSteve Bennett1-4/+10
2019-08-14jim.c, jim.h: Remove unused Jim_ResizeHashTableSteve Bennett2-12/+0
2019-08-14jim-history: Remove unused allocationSteve Bennett1-15/+1
2019-08-14aio: minor code improvementSteve Bennett1-2/+1
2019-07-31aio: Add support for lock -waitSteve Bennett3-13/+36
2019-07-26docs: Fix typo in unix domain datagram supportSteve Bennett1-1/+1
2019-07-01Update autosetup to v0.6.9Steve Bennett7-1588/+1881