summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc: clarify inheritance of static slot value.Kaz Kylheku2019-12-091-0/+31
* structs: bugfix: crash in static slot inheritance.Kaz Kylheku2019-12-091-1/+1
* New function: path-dir-empty.Kaz Kylheku2019-12-093-0/+38
* Add hyperbolic functions: sinh, cosh, and others.Kaz Kylheku2019-12-074-0/+146
* ffi: allow init-forms for slots.Kaz Kylheku2019-12-062-11/+80
* unwind: new function uw_warningf.Kaz Kylheku2019-12-062-0/+23
* disassemble: d and t regs in decimal.Kaz Kylheku2019-11-291-2/+2
* load: bug: source loc gathered for .tlo files.Kaz Kylheku2019-11-291-1/+3
* getopt: tweak multi-line literals in help textKaz Kylheku2019-11-291-26/+25
* getopts: new define-option-struct macro.Kaz Kylheku2019-11-293-2/+159
* doc: getopt: long and short options appear in index.Kaz Kylheku2019-11-291-0/+17
* 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