summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 219.txr-219Kaz Kylheku2019-07-016-889/+922
* empty: handle buffers.Kaz Kylheku2019-06-301-0/+2
* sha256: C++ fix: void *conversion.Kaz Kylheku2019-06-302-3/+2
* stdlib: pass env to constantpKaz Kylheku2019-06-292-8/+8
* keyparams: bugfix: key list order scrambled.Kaz Kylheku2019-06-291-17/+11
* keyparams: use environment for constantp.Kaz Kylheku2019-06-291-3/+3
* defset: small code improvement.Kaz Kylheku2019-06-291-15/+14
* defset: bind new-val-sym to temporary variable.Kaz Kylheku2019-06-283-23/+23
* seq_info: nullify bugfix.Kaz Kylheku2019-06-281-13/+19
* seq-begin: bugfix: non-lists don't work.Kaz Kylheku2019-06-282-1/+8
* doc: put-buf/fill-buf clarification of pos.Kaz Kylheku2019-06-271-0/+2
* doc: update syntactic places.Kaz Kylheku2019-06-271-3/+10
* in: allow hash with keyfun and testfun.Kaz Kylheku2019-06-252-4/+31
* in: use seq_infoKaz Kylheku2019-06-251-26/+28
* Factor function name into self variable.Kaz Kylheku2019-06-251-10/+15
* drop-{while,until}: convert to seq_info.Kaz Kylheku2019-06-251-16/+16
* empty: handle carray.Kaz Kylheku2019-06-251-0/+2
* nullify: handle carray and hashes.Kaz Kylheku2019-06-251-0/+4
* doc: clarify nullify.Kaz Kylheku2019-06-251-5/+26
* Handle buffers in list collector functions.Kaz Kylheku2019-06-251-0/+19
* list_collect: handle objects.Kaz Kylheku2019-06-252-1/+11
* Code clean-up in list collector functions.Kaz Kylheku2019-06-251-19/+23
* seqp: expand definition of sequences.Kaz Kylheku2019-06-252-13/+18
* replace: fix strange diagnostic from bad fallthrough.Kaz Kylheku2019-06-241-2/+2
* New: CRC-32 functions.Kaz Kylheku2019-06-245-1/+243
* lnew: two regressions fixed.Kaz Kylheku2019-06-241-2/+2
* * Makefile (OBJS): New objects chksum.o and chksums/sha256.o.Kaz Kylheku2019-06-238-1/+585
* doc: move buffers out of dynamic lib section.Kaz Kylheku2019-06-231-1341/+1343
* base64: integrate with buffers.Kaz Kylheku2019-06-215-8/+54
* streams: use ~s and ~a properly in errors.Kaz Kylheku2019-06-211-27/+27
* doc: minor grammar problems in Lisp CompilationKaz Kylheku2019-06-211-2/+2
* doc: cure that-is-itis.Kaz Kylheku2019-06-211-3/+3
* doc: dump-compiled-objects: wrong number.Kaz Kylheku2019-06-201-1/+1
* dump-to-tlo: move to sys package.Kaz Kylheku2019-06-201-1/+1
* at-exit-do-not-call: wrong return value.Kaz Kylheku2019-06-201-1/+1
* Version 218.txr-218Kaz Kylheku2019-06-197-947/+1000
* ash: refactor in light of gc bug.Kaz Kylheku2019-06-191-24/+38
* ash: gc problem.Kaz Kylheku2019-06-191-0/+1
* internal debug support: reduce noise from sweep_one.Kaz Kylheku2019-06-191-1/+1
* packages: generational gc bug.Kaz Kylheku2019-06-191-4/+4
* make-struct-type: fix far-fetched gc/stability issue.Kaz Kylheku2019-06-191-2/+2
* structs: gc bug due to derived hook.Kaz Kylheku2019-06-191-3/+5
* buffers: bug: wrong object in format arguments.Kaz Kylheku2019-06-181-1/+1
* logcount: crash in 64 bit build.Kaz Kylheku2019-06-181-1/+1
* New function: bitset.Kaz Kylheku2019-06-183-1/+122
* carray-replace: use seq_iter.Kaz Kylheku2019-06-181-15/+5
* sub-list, sub-vec, sub-str: becoming accessors.Kaz Kylheku2019-06-173-5/+107
* expander: relax sys:setq and lisp-1 stringency.Kaz Kylheku2019-06-171-23/+21
* buf, carray: accessors must eval new value once.Kaz Kylheku2019-06-171-2/+6
* defset: code tidying.Kaz Kylheku2019-06-171-1/+1