summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* tprint and -t option: handle infinite list.Kaz Kylheku2017-10-122-14/+41
* Fixes in partition, partition*, split and split*.Kaz Kylheku2017-09-292-116/+111
* Makefile: clean temporary file used in testing.Kaz Kylheku2017-09-281-0/+1
* Makefile: print failing command in condensed mode.Kaz Kylheku2017-09-281-63/+82
* cleanup: remove unnecessary header includes.Kaz Kylheku2017-09-194-7/+0
* Version 186.txr-186Kaz Kylheku2017-09-166-472/+522
* places: use Lisp-1 macroexpansion where needed.Kaz Kylheku2017-09-151-2/+2
* doc: issues in qquote example.Kaz Kylheku2017-09-141-2/+2
* doc: improve example under regsubKaz Kylheku2017-09-141-1/+1
* doc: grammar under make-zstruct.Kaz Kylheku2017-09-141-1/+1
* doc: move away from "text processing".Kaz Kylheku2017-09-141-7/+6
* doc: mention FFI early.Kaz Kylheku2017-09-141-0/+3
* bugfix: fixnum crackdown.Kaz Kylheku2017-09-135-26/+54
* regex: bugfix: squash duplicates in move set.Kaz Kylheku2017-09-131-2/+1
* regex: factor out repeated visit-coloring pattern.Kaz Kylheku2017-09-131-13/+15
* regex: re-introduce nfa_accept states.Kaz Kylheku2017-09-131-13/+14
* doc: more notes on regex % operator syntax.Kaz Kylheku2017-09-121-0/+34
* regex: retain unoptimized form for printing.Kaz Kylheku2017-09-121-5/+1
* regex: bug printing #/abc(def|ghi)/Kaz Kylheku2017-09-121-1/+1
* regex: accept-folding optimization.Kaz Kylheku2017-09-121-0/+23
* regex: eliminate nfa_accept state type.Kaz Kylheku2017-09-121-20/+26
* regex: epsilon-threading optimization on NFA graph.Kaz Kylheku2017-09-121-1/+78
* regex: elide needless increments of visited counter.Kaz Kylheku2017-09-121-5/+5
* regex: bugfix: incorrect use of nfa_move_closure.Kaz Kylheku2017-09-121-1/+1
* regex: new function, regex-prefix-match.Kaz Kylheku2017-09-113-0/+118
* regex: remove nfa_reject representation.Kaz Kylheku2017-09-111-40/+36
* parser: fix precedence of DOTDOT.Kaz Kylheku2017-09-073-2/+34
* linenoise: visual feedback for incomplete entry.Kaz Kylheku2017-09-071-0/+25
* linenoise: bugfix: cancel extended mode on Enter.Kaz Kylheku2017-09-071-0/+1
* txr -i honored despite parse-time exception.Kaz Kylheku2017-09-063-9/+38
* New functions for polynomial evaluation.Kaz Kylheku2017-09-053-0/+156
* new: macroexpand-lisp1 and macroexpand-1-lisp1.Kaz Kylheku2017-08-312-4/+67
* New function: inverse of cumulative normal dist.Kaz Kylheku2017-08-314-0/+45
* Version 185.txr-185Kaz Kylheku2017-08-307-738/+783
* bugfix: places: handling of lisp1 contexts.Kaz Kylheku2017-08-301-3/+3
* doc: wrong symbol under unique function.Kaz Kylheku2017-08-291-1/+1
* doc: formatting under expand-leftKaz Kylheku2017-08-291-1/+1
* Rewriting op/do macros in Lisp.Kaz Kylheku2017-08-294-28/+157