aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-01docs: aio: Document unix domain datagram supportSteve Bennett1-48/+70
2019-07-01aio: Add dgram unix socket supportSteve Bennett5-275/+512
2019-07-01Jim_SubstObj: Add an assertion if ref count is zeroSteve Bennett1-1/+5
2019-06-10linenoise: Update to rev d1a245f4a75747a1c4a1c08Steve Bennett1-4/+7
2019-05-20docs: clock: Document the -gmt flagSteve Bennett1-3/+7
2019-05-20clock scan: Implement timegm() locallySteve Bennett2-19/+16
2019-05-20clock scan: Unspecified fields use the current date/timeSteve Bennett1-5/+2
2018-11-26appveyor.yml: update OpenSSL DLL pathsdbohdan1-1/+1
2018-11-24aio: Prefer TLS_method() over TLSv1_2_method()Steve Bennett2-1/+9
2018-11-23aio: Don't use FD_CLOEXEC with JIM_ANSICSteve Bennett1-3/+3
2018-10-26appveyor.yml: fix missing zlib1.dll in jimsh.zipdbohdan1-1/+1
2018-09-21lreplace: Implement TIP #505Steve Bennett2-15/+88
2018-09-21file: Add microsecond resolution for mtime: mtimeusSteve Bennett3-16/+78