summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* getopts: rename add method to add-opt.Kaz Kylheku2019-11-291-5/+5
* intern-fb: bugfix: optional argument handling.Kaz Kylheku2019-11-281-1/+1
* intern-fb: use correct name in diagnostics.Kaz Kylheku2019-11-281-2/+2
* getopts: move opts object into opt-processor.Kaz Kylheku2019-11-281-20/+24
* getopts: remove unused opt-processor slot from opts.Kaz Kylheku2019-11-281-3/+2
* getopts: print types in help without colon.Kaz Kylheku2019-11-281-2/+2
* getopts: simplify build-hash.Kaz Kylheku2019-11-281-5/+3
* doc: ffi-make-callback doesn't exist.Kaz Kylheku2019-11-251-1/+1
* listener: fix buggy balanced line check.Kaz Kylheku2019-11-241-2/+7
* buffers: support list operations.Kaz Kylheku2019-11-201-0/+18
* New function: buf-list.Kaz Kylheku2019-11-203-0/+39
* parser: forgotten top-level .? cases.Kaz Kylheku2019-11-191-0/+8
* parser: missing cases in yybadtoken.Kaz Kylheku2019-11-191-0/+3
* parser: merge cases in yybadtoken.Kaz Kylheku2019-11-191-1/+1
* doc: macro-time update.Kaz Kylheku2019-11-191-23/+74
* Version 228.txr-228Kaz Kylheku2019-11-187-1122/+1192
* identity*: fix wrong argument index type.Kaz Kylheku2019-11-181-1/+1
* hash: bugfix: bad memset size in hash-reset.Kaz Kylheku2019-11-181-1/+1
* ffi: rename functions in the carray-num group.Kaz Kylheku2019-11-183-30/+61
* op: fix wrong compat version value.Kaz Kylheku2019-11-181-1/+1
* ffi: carray-num using wrong function name.Kaz Kylheku2019-11-181-1/+1
* doc: wrong word under stream sockets.Kaz Kylheku2019-11-181-1/+1
* doc: inaccurate apf/ipf description.Kaz Kylheku2019-11-181-6/+13
* doc: various copy and paste mistakes.Kaz Kylheku2019-11-181-4/+4
* doc: incorrect partition* example.Kaz Kylheku2019-11-181-1/+1
* doc: wrong argument reference under regsub.Kaz Kylheku2019-11-181-3/+3
* doc: formatting under Special Structure Functions.Kaz Kylheku2019-11-181-2/+2
* New functions for buf <--> integer conversion.Kaz Kylheku2019-11-182-0/+192
* eval: bugfix: expansion wrongly always in null env.Kaz Kylheku2019-11-181-5/+34
* gc: bugfix: maintain tail pointer in new sweep code.Kaz Kylheku2019-11-091-3/+2
* gc: recalculate heap bounding box when sweeping.Kaz Kylheku2019-11-081-0/+7
* gc: free heaps that become empty.Kaz Kylheku2019-11-081-2/+41
* open-process: new variant, open-subprocess.Kaz Kylheku2019-11-072-14/+69
* open-process: I/O redirection feature.Kaz Kylheku2019-11-063-7/+196
* open-process: close-on-exec bugfix.Kaz Kylheku2019-11-061-2/+2
* compiler: first use of .? notation.Kaz Kylheku2019-11-061-1/+1
* syntax: new .? operator for null-safe object access.Kaz Kylheku2019-11-055-58/+204
* path-tests: bug in path-strictly-private-to-me-p.Kaz Kylheku2019-11-041-1/+1
* path-tests: fix incorrect type tests.Kaz Kylheku2019-11-031-7/+11
* hash: new hash-reset function.Kaz Kylheku2019-11-023-1/+43
* lib: use stack-allocated hash iterators everywhere.Kaz Kylheku2019-11-016-41/+72
* hash: expose new iterator interface.Kaz Kylheku2019-11-012-11/+15
* hash: improve new hash_iter interface.Kaz Kylheku2019-11-011-16/+22
* lib: don't assume time_t is signed.Kaz Kylheku2019-10-315-21/+35
* expander: bogus undefined warnings from lisp1 values.Kaz Kylheku2019-10-301-8/+5
* hash: stack-allocated iterators.Kaz Kylheku2019-10-291-62/+105
* stat: support high resolution time stamps.Kaz Kylheku2019-10-295-7/+86
* naming: get the -func out, at least some of it.Kaz Kylheku2019-10-295-40/+40
* expander: allow TTY interrupt.Kaz Kylheku2019-10-281-0/+2
* doc: bad expression under hash-list.Kaz Kylheku2019-10-281-1/+1