summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 157.txr-157Kaz Kylheku2016-11-146-646/+705
* Fix spectacular bug in number of syntactic places.Kaz Kylheku2016-11-131-9/+9
* New functions for command or file I/O in one call.Kaz Kylheku2016-11-133-0/+301
* Introduce case{q,ql,qual}* macros which eval keys.Kaz Kylheku2016-11-123-4/+95
* New :use-from clause in defpackage.Kaz Kylheku2016-11-112-4/+48
* Clause in case{q,ql,qual} with no forms yields nil.Kaz Kylheku2016-11-112-5/+21
* Bugfix in case{q,ql,qual} macro expansion.Kaz Kylheku2016-11-112-6/+35
* vim: colorize #n= and #n#.Kaz Kylheku2016-11-113-17/+23
* Add defpackage macro.Kaz Kylheku2016-11-113-0/+152
* Streamline variable assignment operators slightly.Kaz Kylheku2016-11-111-15/+12
* Fix circular printing issue for package objects.Kaz Kylheku2016-11-101-1/+1
* Handle interpreted functions in circle printing.Kaz Kylheku2016-11-102-0/+14
* Fix some gc-unsafe mutations found by inspection.Kaz Kylheku2016-11-102-3/+3
* Check for non-package value in *package*.Kaz Kylheku2016-11-101-1/+9
* Implementing package foreign symbol concept.Kaz Kylheku2016-11-105-57/+667
* Check that name is stringp in some sym functions.Kaz Kylheku2016-11-081-6/+18
* Implement *package* special var; package overhaul.Kaz Kylheku2016-11-087-43/+57
* Don't access *print-circle* in early init.Kaz Kylheku2016-11-081-1/+1
* Deprecated undocumented *user-package* etc.Kaz Kylheku2016-11-082-4/+6
* Support #: reading for uninterned symbols.Kaz Kylheku2016-11-073-10/+92
* New #; syntax for erasing following object.Kaz Kylheku2016-11-078-17/+165
* vim syntax: support #H properly, plus #R, #S.Kaz Kylheku2016-11-073-3/+3
* parser: missing case for #R in yybadtoken.Kaz Kylheku2016-11-071-0/+1
* Fix regression: infinite loop in place expansion.Kaz Kylheku2016-11-061-4/+6
* Version 156.txr-156Kaz Kylheku2016-11-056-502/+565
* Expose slots function.Kaz Kylheku2016-11-052-1/+16
* Fix broken tracking of place expansion origins.Kaz Kylheku2016-11-041-14/+22
* Don't track macro origin of interned objects.Kaz Kylheku2016-11-041-1/+3
* Remove spurious slash in cadr autoload pathname.Kaz Kylheku2016-11-042-2/+2
* Don't print distracting path in error trace.Kaz Kylheku2016-11-041-2/+2
* No need to track origin of entire macrolet.Kaz Kylheku2016-11-041-4/+1
* Show location of expanded form in exp-time errors.Kaz Kylheku2016-11-041-3/+10
* Support simple list arguments in getopts.Kaz Kylheku2016-11-032-10/+40
* Introducing command line option processing system.Kaz Kylheku2016-11-033-0/+725
* New negated equality test functions.Kaz Kylheku2016-11-013-1/+54
* Circ print: fix recursion from print methods.Kaz Kylheku2016-11-014-12/+40
* Flush *stdout* upon unhandled exception.Kaz Kylheku2016-10-311-0/+1
* Don't enter symbols into cycle-identifying hash.Kaz Kylheku2016-10-311-2/+7
* Use obj_print_impl for printing hash contents.Kaz Kylheku2016-10-311-12/+18
* Relax restrictions on dwim places.Kaz Kylheku2016-10-315-46/+107
* lambda-set method: treat [struct ...] as place.Kaz Kylheku2016-10-306-53/+209
* Extend symbol-function accessor to methods.Kaz Kylheku2016-10-293-11/+56
* doc: erroneous claim about symbol-function.Kaz Kylheku2016-10-291-2/+2
* doc: heading consistency in *load-path*Kaz Kylheku2016-10-291-1/+1
* doc: reference to nonexistent stream.Kaz Kylheku2016-10-291-1/+1
* Adding function tracing support.Kaz Kylheku2016-10-293-0/+128
* New awk capability: file/pipe I/O redirection.Kaz Kylheku2016-10-282-2/+196
* doc: update list of syntactic places.Kaz Kylheku2016-10-271-1/+11
* doc: hyphenate "top-level" consistently.Kaz Kylheku2016-10-271-7/+7
* dwim place: multiple accesses, eval order.Kaz Kylheku2016-10-271-19/+18