summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* args: keyword extraction mechanism.Kaz Kylheku2017-12-012-0/+94
* Rewrite internal mapping function.Kaz Kylheku2017-11-301-4/+21
* bugfix: code-walk the result of a declined macro.Kaz Kylheku2017-11-291-2/+3
* macros: expand declined form in outer env.Kaz Kylheku2017-11-244-1/+63
* Fix quoted function name in unsupported object errors.Kaz Kylheku2017-11-231-11/+17
* New function: grade.Kaz Kylheku2017-11-234-0/+90
* lastcons: streamline.Kaz Kylheku2017-11-221-1/+1
* bugfix: tail handles improper list.Kaz Kylheku2017-11-221-1/+1
* doc: re-doc append, split off append*.Kaz Kylheku2017-11-221-26/+134
* bugfix: two issues in mappend* and append*.Kaz Kylheku2017-11-211-29/+23
* Version 187.txr-187Kaz Kylheku2017-11-176-6/+55
* doc: pos-max, find-max: notes about multiple maxima.Kaz Kylheku2017-11-161-0/+25
* Use fixnum indices for vector iteration.Kaz Kylheku2017-11-161-41/+51
* pos-max: rewrite.Kaz Kylheku2017-11-161-18/+48
* find-max: bugfix for zero length vectors.Kaz Kylheku2017-11-151-10/+15
* pos-if, rpos-if: rewrite.Kaz Kylheku2017-11-151-25/+72
* posq, posql, posqual, rposq, rposql, rposqual: rewriteKaz Kylheku2017-11-151-93/+30
* pos, rpos: rewrite with seq_info.Kaz Kylheku2017-11-151-57/+88
* rfind-if: optimized rewrite and hash support.Kaz Kylheku2017-11-152-10/+60
* find-if: optimized rewrite and hash support.Kaz Kylheku2017-11-152-10/+63
* find-max: tiny optimization for vectors.Kaz Kylheku2017-11-151-1/+1
* doc: subtypep unspecified behaviorKaz Kylheku2017-11-141-0/+3
* awk: replace set-diff uses with diff.Kaz Kylheku2017-11-011-4/+4
* streams: allow "b" flag on open-command.Kaz Kylheku2017-10-303-3/+20
* doc: wording under eq.Kaz Kylheku2017-10-301-1/+1
* doc: wrong wording under put-buf.Kaz Kylheku2017-10-301-1/+1
* genvim: % is constituent of identifiers.Kaz Kylheku2017-10-301-1/+1
* awk: implement ranges right using functions.Kaz Kylheku2017-10-293-74/+133
* New convenience I/O functions for buffers.Kaz Kylheku2017-10-273-0/+101
* awk: more range test cases.Kaz Kylheku2017-10-272-1/+7
* awk: fix buggy handling of new -- ranges.Kaz Kylheku2017-10-271-21/+17
* carray: check type object in several API functions.Kaz Kylheku2017-10-261-4/+4
* carray: bugfix: allow negative indexing in ref operation.Kaz Kylheku2017-10-261-0/+3
* doc: grammar in description of rr.Kaz Kylheku2017-10-261-1/+1
* doc: partition function: syntax formattingKaz Kylheku2017-10-261-1/+1
* op/do: nice error if arguments are not provided.Kaz Kylheku2017-10-261-0/+2
* awk: bugfix: lack of hygiene in range implementation.Kaz Kylheku2017-10-261-9/+10
* awk: retrieve range flag vector once per iteration.Kaz Kylheku2017-10-251-4/+6
* awk: five new range operators.Kaz Kylheku2017-10-254-59/+301
* caseq, caseql, casequal: improvement in expansion.Kaz Kylheku2017-10-251-0/+3
* Makefile: further improvement of tests.Kaz Kylheku2017-10-251-32/+34
* Makefile: fix silliness in "tests" target.Kaz Kylheku2017-10-251-10/+5
* Makefile: improve command abbreviation.Kaz Kylheku2017-10-251-4/+8
* hash: optimization in remhash.Kaz Kylheku2017-10-231-4/+8
* hash: fix broken copy_hash.Kaz Kylheku2017-10-231-1/+15
* hash: remove pointless nullify ops.Kaz Kylheku2017-10-231-4/+0
* New variant of op: lop.Kaz Kylheku2017-10-193-6/+107
* find_max: convert to use seq_info.Kaz Kylheku2017-10-131-20/+17
* rfind: rewrite to be like find.Kaz Kylheku2017-10-131-11/+48
* find: convert to seq_info classification.Kaz Kylheku2017-10-131-44/+36