summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * stream.c (common_destroy): Function removed.Kaz Kylheku2015-07-292-7/+7
* * stream.c: Rearranging definitions and declarations so thatKaz Kylheku2015-07-292-432/+438
* Centered fields in format.Kaz Kylheku2015-07-283-31/+96
* * share/txr/stdlib/txr-case.tl (txr-case-impl): Bugfix,Kaz Kylheku2015-07-282-0/+6
* * txr.1: In introduction of user-defined places, mentioningKaz Kylheku2015-07-282-2/+38
* * txr.1: Bad syntax in placelet example; bad font in headings.Kaz Kylheku2015-07-281-11/+9
* Version 110.txr-110Kaz Kylheku2015-07-257-331/+482
* * genvim.txr: Improved highlighting of items in quasiquote.Kaz Kylheku2015-07-252-5/+11
* * genvim.txr: Do not refer to installed code via stdlib.Kaz Kylheku2015-07-252-3/+9
* * txr.1: Notes about interaction between op and quasiliterals.Kaz Kylheku2015-07-251-1/+65
* Quasiliteral tests.Kaz Kylheku2015-07-253-0/+23
* * Makefile (tst/tets/012/%): Disable --gc-debug forKaz Kylheku2015-07-252-0/+6
* * tests/012/ifa.tl: New test for it being bound to a place.Kaz Kylheku2015-07-242-0/+9
* Bugfix: place-form-p must expand place macros.Kaz Kylheku2015-07-243-7/+18
* * txr.1: Clarifications in ifa description.Kaz Kylheku2015-07-241-5/+5
* * eval.c (op_quote): Improved diagnostic.Kaz Kylheku2015-07-242-1/+5
* Set up blank top_srcdir if building in source directory.Kaz Kylheku2015-07-233-19/+48
* Split off test macros from ifa.tl into common file.Kaz Kylheku2015-07-234-18/+30
* Fixes for building in separate dir.Kaz Kylheku2015-07-232-11/+28
* * parser.l (grammar): Do not allow unescaped newline inKaz Kylheku2015-07-233-7/+48
* * genvim.txr: Scan cadr.c, cadr.tl, with-resources.tl, txr-case.tl.Kaz Kylheku2015-07-232-7/+12
* Adding with-resources macro.Kaz Kylheku2015-07-234-0/+114
* Adding nthcdr as accessor.Kaz Kylheku2015-07-226-0/+109
* * txr.1: Delete accidentally introduced bogus text.Kaz Kylheku2015-07-221-2/+1
* Improve bad argument diagnosis for place macros.Kaz Kylheku2015-07-224-3/+48
* Implementing second through tenth as places.Kaz Kylheku2015-07-226-22/+96
* * lisplib.c (place_set_entries): Add *place-macro* andKaz Kylheku2015-07-224-16/+85
* * lib.c (obj_print, obj_pprint): Bugfix: incorrectKaz Kylheku2015-07-222-2/+10
* * share/txr/stdlib/place.tl: Indentation.Kaz Kylheku2015-07-221-20/+20
* Implementing caar, cadr, cdar and friends.Kaz Kylheku2015-07-2110-6/+1903
* * share/txr/stdlib/place.tl (defplace cdr): Change deletionKaz Kylheku2015-07-213-8/+41
* * eval.c (eval_init): Register new split function.Kaz Kylheku2015-07-215-2/+155
* * txr.1: Fixes in description of partition.Kaz Kylheku2015-07-211-8/+10
* * txr.1: Document place binding behavior of ifa.Kaz Kylheku2015-07-201-5/+13
* * parser.c (open_txr_file): Bugfix: the name of the parsedKaz Kylheku2015-07-132-1/+7
* * share/txr/stdlib/ifa.tl (ifa): Use placelet toKaz Kylheku2015-07-122-4/+20
* * share/txr/stdlib/place.tl (place-form-p): New function.Kaz Kylheku2015-07-123-0/+12
* Expand away sys:lisp1-value based on lexical info.Kaz Kylheku2015-07-112-2/+37
* Let's have placelet and placelet*.Kaz Kylheku2015-07-114-8/+46
* * share/txr/stdlib/place.tl (defplace dwim): EliminateKaz Kylheku2015-07-112-8/+14
* * eval.c (eval_init): Register bindable as intrinsic.Kaz Kylheku2015-07-103-1/+27
* New placelet macro.Kaz Kylheku2015-07-104-11/+134
* Handle setting of parse name through prime_parser.Kaz Kylheku2015-07-104-7/+22
* Fix wrong name reported for errors in first top-level form.Kaz Kylheku2015-07-102-1/+9
* Fix off by one error line numbers for .tl files.Kaz Kylheku2015-07-102-3/+14
* Remove unused "primer" member from parser_t.Kaz Kylheku2015-07-103-9/+18
* Bugfix: lexer loses unmatched "hold char" between top-level forms.Kaz Kylheku2015-07-105-11/+39
* * stream.c (byte_in_unget_byte): Wrong function name in error message.Kaz Kylheku2015-07-102-1/+5
* Fix unget-byte and unget-char on catenated streams.Kaz Kylheku2015-07-102-2/+9
* Parser cleanup: embed scanner in parser.Kaz Kylheku2015-07-095-28/+72