summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpi: must clamp result of conversion to bignum.Kaz Kylheku2016-11-151-0/+3
* New arithmetic tests.Kaz Kylheku2016-11-153-0/+42
* Fix bad mutation in arg handling.Kaz Kylheku2016-11-151-2/+1
* mpi: eliminate trailing whitespace.Kaz Kylheku2016-11-142-104/+69
* Fix bug in bignum addition.Kaz Kylheku2016-11-141-1/+1
* Switch to user package before entering repl.Kaz Kylheku2016-11-141-0/+1
* Introducing struct instance dirty flags.Kaz Kylheku2016-11-143-1/+119
* New in-package macro.Kaz Kylheku2016-11-143-1/+33
* 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