summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: note about circular notation and hashes.Kaz Kylheku2016-11-271-0/+13
* doc: grammar under str-inaddr-net.Kaz Kylheku2016-11-271-2/+2
* Warn about unbound functions.Kaz Kylheku2016-11-272-21/+25
* bugfix: var environment in expansion of defun.Kaz Kylheku2016-11-271-1/+4
* Don't throw when printing (sys:quasi . atom).Kaz Kylheku2016-11-271-2/+2
* bugfix: read-print consistency for @(expr).Kaz Kylheku2016-11-271-1/+1
* doc: fix references to nonexistent title.Kaz Kylheku2016-11-261-4/+4
* New function to access exception subtype map.Kaz Kylheku2016-11-262-3/+120
* Expander warns about unbound variables.Kaz Kylheku2016-11-2613-32/+131
* bugfix: quasilit read/print consistency, part 2.Kaz Kylheku2016-11-264-16/+14
* bugfix: quasilit read/print consistency, part 1.Kaz Kylheku2016-11-264-42/+13
* bugfix: dohash expander not making shadowing env.Kaz Kylheku2016-11-251-1/+2
* bugfix: expander traversing (sys:expr ...).Kaz Kylheku2016-11-251-1/+1
* bugfix: unbound var in IP-slash-notation functions.Kaz Kylheku2016-11-251-6/+6
* bugfix: op handles @rest in dot position.Kaz Kylheku2016-11-251-1/+1
* bugfix: don't expand @meta syntax as function call.Kaz Kylheku2016-11-241-0/+2
* bugfix: op macro using wrong expansions op.Kaz Kylheku2016-11-241-1/+3
* macro-time: interleave evaluation and expansion.Kaz Kylheku2016-11-242-2/+19
* bugfix: broken test-inc macro.Kaz Kylheku2016-11-241-1/+1
* bugfix: neglect to expand mac-param-bind forms.Kaz Kylheku2016-11-241-6/+19
* bugfix: macrolet args not included in macro env.Kaz Kylheku2016-11-241-29/+31
* bugfix: indicator params absent from macro envs.Kaz Kylheku2016-11-241-2/+5
* bugfix: reading hash literals with circ notation.Kaz Kylheku2016-11-231-1/+12
* Adding clearhash function.Kaz Kylheku2016-11-233-0/+35
* Move unwind intrinsics from eval.c to unwind.c.Kaz Kylheku2016-11-233-27/+28
* doc: small revision in intro text.Kaz Kylheku2016-11-221-3/+3
* doc: misleading dialect note under symbol-function.Kaz Kylheku2016-11-221-2/+3
* doc: fixes under tagbody.Kaz Kylheku2016-11-221-2/+2
* doc: formatting fix under boundp.Kaz Kylheku2016-11-221-0/+2
* configure: search for working lex.Kaz Kylheku2016-11-221-2/+41
* doc: formatting issue in awk fconv macro desc.Kaz Kylheku2016-11-221-2/+2
* doc: fix in delimited continuations description.Kaz Kylheku2016-11-221-1/+1
* doc: fixes under Symbols and Packages.Kaz Kylheku2016-11-221-2/+4
* Version 159.txr-159Kaz Kylheku2016-11-216-632/+667
* configure: move Darwin check into Makefile.Kaz Kylheku2016-11-202-15/+17
* Revive -b option for binding Lisp variables.Kaz Kylheku2016-11-202-9/+45
* Conform to standard Makefile conventions.Kaz Kylheku2016-11-202-39/+41
* Diagnose undefined functions in trace.Kaz Kylheku2016-11-192-2/+26
* Allow global macros to be denoted by (macro sym).Kaz Kylheku2016-11-193-26/+131
* Bugfix: cannot untrace individual method.Kaz Kylheku2016-11-191-1/+1
* Handle interpreted macros through function.Kaz Kylheku2016-11-192-38/+53
* Use function rather than cptr built-in macros.Kaz Kylheku2016-11-191-51/+48
* Reproduce shared structure in sys:switch expansion.Kaz Kylheku2016-11-181-4/+36
* Bugfix in expansion-time progn reduction.Kaz Kylheku2016-11-181-1/+1
* Adding a tagbody macro to the language.Kaz Kylheku2016-11-184-1/+305
* Completion of fallback list implementation.Kaz Kylheku2016-11-166-25/+282
* Start of fallback package list implementation.Kaz Kylheku2016-11-165-11/+72
* Adjust some gen-gc array sizes.Kaz Kylheku2016-11-151-2/+2
* Version 158.txr-158Kaz Kylheku2016-11-156-520/+545
* doc: fixes under equal method.Kaz Kylheku2016-11-151-2/+4