summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Forbid lexical function mutation.Kaz Kylheku2017-02-031-1/+39
* Expander check for macro destination in setq forms.Kaz Kylheku2017-02-031-0/+4
* When expanding sys:lisp1-value, check for bad form.Kaz Kylheku2017-02-031-1/+5
* More accurate error wording from Lisp-1 operators.Kaz Kylheku2017-02-031-2/+2
* Remove sys:*lisp1* hack from place expansion.Kaz Kylheku2017-02-031-24/+32
* bugfix: limit depth of Lisp-1 treatment of places.Kaz Kylheku2017-02-021-0/+3
* Version 167.txr-167Kaz Kylheku2017-02-026-590/+633
* parser: diagnose run-on symbols.Kaz Kylheku2017-02-011-0/+14
* parser: diagnose more kinds of junk after float.Kaz Kylheku2017-02-011-1/+2
* Suppress undef warnings in command line file.Kaz Kylheku2017-01-291-0/+3
* Optimize merge a little.Kaz Kylheku2017-01-291-4/+6
* bugfix: make list sorting stable, as documented.Kaz Kylheku2017-01-291-11/+11
* awk: support list of string as input source.Kaz Kylheku2017-01-292-4/+17
* bugfix: read print consistency of shadowed symbols.Kaz Kylheku2017-01-291-7/+14
* Simplify gethash variants using new function.Kaz Kylheku2017-01-292-12/+10
* doc: new package example showing function override.Kaz Kylheku2017-01-291-0/+39
* catch: expand param macros before inserting arg.Kaz Kylheku2017-01-291-2/+5
* Expose expand_params as sys:expand-params.Kaz Kylheku2017-01-291-0/+1
* bugfix: :filter not handled right in output var.Kaz Kylheku2017-01-263-5/+5
* Expose defer-warning and dump-deferred-warnings.Kaz Kylheku2017-01-262-0/+55
* bugfix: forgotten autoload registrations.Kaz Kylheku2017-01-261-1/+2
* Version 166.txr-166Kaz Kylheku2017-01-266-672/+740
* awk macro: provide name of current input via fname.Kaz Kylheku2017-01-262-0/+29
* awk macro: bind *stdin* to current input stream.Kaz Kylheku2017-01-262-5/+16
* Registering tentative def must purge warning.Kaz Kylheku2017-01-252-1/+1
* doc: update compat notes: new 165 value.Kaz Kylheku2017-01-251-0/+16
* Local macrolets in build become functions.Kaz Kylheku2017-01-252-6/+11
* New handle* macro, analogous to catch*.Kaz Kylheku2017-01-252-5/+27
* New catch*, giving access to exception symbol.Kaz Kylheku2017-01-254-17/+41
* bugfix: wrong context form in mac-param-bind.Kaz Kylheku2017-01-251-1/+1
* Remove unused args_init function.Kaz Kylheku2017-01-251-5/+0
* bugfix: take-while, take-until termination condition.Kaz Kylheku2017-01-241-2/+2
* Expose plist to alist functions.Kaz Kylheku2017-01-242-1/+69
* Rename proper_plist_to_alist function.Kaz Kylheku2017-01-242-2/+2
* bugfix: use proper plist lookup in new :key macro.Kaz Kylheku2017-01-241-2/+2
* New memp function for searching a plist.Kaz Kylheku2017-01-244-5/+54
* bugfix: wrong macro env across param expansion.Kaz Kylheku2017-01-241-10/+22
* Support keyword params via :key param list macro.Kaz Kylheku2017-01-235-4/+277
* diagnose (:whole . blah) as dangling :whole.Kaz Kylheku2017-01-231-1/+1
* bugfix: :whole and :form allow destructuring.Kaz Kylheku2017-01-231-13/+13
* bugfix: catch arguments not registered properly.Kaz Kylheku2017-01-231-1/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-2382-84/+84
* Fix wrong copyright year and add 2017.Kaz Kylheku2017-01-232-2/+2
* bugfix: expansion order in face of param macros.Kaz Kylheku2017-01-221-27/+33
* Don't expand arg in @{var :filter arg}.Kaz Kylheku2017-01-221-1/+27
* Dynamically rebind *package* in @(load).Kaz Kylheku2017-01-221-0/+1
* Dump deferred warnings in @(load).Kaz Kylheku2017-01-221-0/+4
* parser bugfix: expand used instead of expand_forms.Kaz Kylheku2017-01-221-1/+1
* Enable unbound warnings when expanding TXR code.Kaz Kylheku2017-01-224-17/+102
* Improve accuracy of expansion of repeat/rep args.Kaz Kylheku2017-01-221-8/+10