summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 220.txr-220Kaz Kylheku2019-07-086-987/+1023
* crc32: comment header formatting problem.Kaz Kylheku2019-07-082-2/+6
* compile-file: elide top-level atoms.Kaz Kylheku2019-07-071-1/+1
* compile-file: don't ignore atomic forms.Kaz Kylheku2019-07-071-22/+22
* doc: op: incorrect example.Kaz Kylheku2019-07-061-5/+14
* replace: deal with overlapping.Kaz Kylheku2019-07-053-4/+16
* replace: third argument is a sequence.Kaz Kylheku2019-07-051-1/+1
* bugfix: broken carray-replace.Kaz Kylheku2019-07-051-1/+1
* buffers: remove unused buf_fill function.Kaz Kylheku2019-07-052-7/+0
* New function: buf-put-buf.Kaz Kylheku2019-07-053-0/+49
* crc32-stream: recycle I/O buffer.Kaz Kylheku2019-07-041-2/+3
* sha256: allow application to specify digest buffer.Kaz Kylheku2019-07-043-19/+56
* sha256: recycle I/O buffer used in stream hash.Kaz Kylheku2019-07-044-3/+34
* Expose make-byte-input-stream.Kaz Kylheku2019-07-042-0/+32
* tests: add @{var1 var2} match test.Kaz Kylheku2019-07-035-4/+16
* doc: mistakes in dot position funcalls examples.Kaz Kylheku2019-07-031-2/+2
* @{var1 var2}: bugfix: broken when var2 is regex.Kaz Kylheku2019-07-021-1/+1
* @(define): bugfix: incorrect parameter list walk.Kaz Kylheku2019-07-021-2/+2
* 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