summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* New function: hash-invert.Kaz Kylheku2019-10-283-0/+127
* New function: identity*Kaz Kylheku2019-10-284-5/+25
* doc: bogus paragraph removed under vec-push.Kaz Kylheku2019-10-281-7/+0
* Version 227.txr-227Kaz Kylheku2019-10-264-5/+15
* configure: stray exitKaz Kylheku2019-10-261-3/+0
* Version 226.txr-226Kaz Kylheku2019-10-257-953/+1035
* configure: memalign fixes.Kaz Kylheku2019-10-252-2/+24
* fixparam: signed/unsigned warning from GNU C++.Kaz Kylheku2019-10-252-2/+2
* hashing: partially revert 63feff9c.Kaz Kylheku2019-10-251-4/+4
* genvmop: bugfix: unbound variable.Kaz Kylheku2019-10-251-1/+1
* parser: use faster, unsafe nreverse.Kaz Kylheku2019-10-253-5/+20
* circle notation: use faster access in backpatch.Kaz Kylheku2019-10-251-7/+5
* circle notation: recycle conses in backpatching.Kaz Kylheku2019-10-241-2/+8
* stdlib: remove unneeded macros from compiled image.Kaz Kylheku2019-10-243-40/+44
* New macro: ldo.Kaz Kylheku2019-10-233-1/+42
* op/do: clean up documentation-implementation problem.Kaz Kylheku2019-10-232-65/+143
* mpi: memory leak in mp_bit.Kaz Kylheku2019-10-221-1/+6
* circle notation: some backpatching optimizations.Kaz Kylheku2019-10-211-6/+13
* hash: observe count in eql-based hash.Kaz Kylheku2019-10-211-0/+3