summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Version 110.txr-110Kaz Kylheku2015-07-251-12/+12
* * genvim.txr: Improved highlighting of items in quasiquote.Kaz Kylheku2015-07-251-0/+6
* * genvim.txr: Do not refer to installed code via stdlib.Kaz Kylheku2015-07-251-0/+5
* Quasiliteral tests.Kaz Kylheku2015-07-251-0/+8
* * Makefile (tst/tets/012/%): Disable --gc-debug forKaz Kylheku2015-07-251-0/+5
* * tests/012/ifa.tl: New test for it being bound to a place.Kaz Kylheku2015-07-241-0/+4
* Bugfix: place-form-p must expand place macros.Kaz Kylheku2015-07-241-0/+11
* * eval.c (op_quote): Improved diagnostic.Kaz Kylheku2015-07-241-0/+4
* Set up blank top_srcdir if building in source directory.Kaz Kylheku2015-07-231-0/+20
* Split off test macros from ifa.tl into common file.Kaz Kylheku2015-07-231-0/+13
* Fixes for building in separate dir.Kaz Kylheku2015-07-231-0/+15
* * parser.l (grammar): Do not allow unescaped newline inKaz Kylheku2015-07-231-0/+12
* * genvim.txr: Scan cadr.c, cadr.tl, with-resources.tl, txr-case.tl.Kaz Kylheku2015-07-231-0/+6
* Adding with-resources macro.Kaz Kylheku2015-07-231-0/+12
* Adding nthcdr as accessor.Kaz Kylheku2015-07-221-0/+14
* Improve bad argument diagnosis for place macros.Kaz Kylheku2015-07-221-0/+12
* Implementing second through tenth as places.Kaz Kylheku2015-07-221-0/+20
* * lisplib.c (place_set_entries): Add *place-macro* andKaz Kylheku2015-07-221-0/+15
* * lib.c (obj_print, obj_pprint): Bugfix: incorrectKaz Kylheku2015-07-221-0/+6
* Implementing caar, cadr, cdar and friends.Kaz Kylheku2015-07-211-0/+22
* * share/txr/stdlib/place.tl (defplace cdr): Change deletionKaz Kylheku2015-07-211-0/+7
* * eval.c (eval_init): Register new split function.Kaz Kylheku2015-07-211-0/+14
* * parser.c (open_txr_file): Bugfix: the name of the parsedKaz Kylheku2015-07-131-0/+6
* * share/txr/stdlib/ifa.tl (ifa): Use placelet toKaz Kylheku2015-07-121-0/+5
* * share/txr/stdlib/place.tl (place-form-p): New function.Kaz Kylheku2015-07-121-0/+6
* Expand away sys:lisp1-value based on lexical info.Kaz Kylheku2015-07-111-0/+9
* Let's have placelet and placelet*.Kaz Kylheku2015-07-111-0/+10
* * share/txr/stdlib/place.tl (defplace dwim): EliminateKaz Kylheku2015-07-111-0/+8
* * eval.c (eval_init): Register bindable as intrinsic.Kaz Kylheku2015-07-101-0/+6
* New placelet macro.Kaz Kylheku2015-07-101-0/+16
* Handle setting of parse name through prime_parser.Kaz Kylheku2015-07-101-0/+14
* Fix wrong name reported for errors in first top-level form.Kaz Kylheku2015-07-101-0/+7
* Fix off by one error line numbers for .tl files.Kaz Kylheku2015-07-101-0/+7
* Remove unused "primer" member from parser_t.Kaz Kylheku2015-07-101-0/+13
* Bugfix: lexer loses unmatched "hold char" between top-level forms.Kaz Kylheku2015-07-101-0/+20
* * stream.c (byte_in_unget_byte): Wrong function name in error message.Kaz Kylheku2015-07-101-0/+4
* Fix unget-byte and unget-char on catenated streams.Kaz Kylheku2015-07-101-0/+7
* Parser cleanup: embed scanner in parser.Kaz Kylheku2015-07-091-0/+25
* Bugfix: define-modify-macro not registered for auto-loading.Kaz Kylheku2015-08-081-0/+7
* Bugfix: allow @1 in brace variables.Kaz Kylheku2015-06-071-0/+9
* Improved printing of stream objects.Kaz Kylheku2015-07-071-0/+23
* Bugfix in printed rep of stdio stream.Kaz Kylheku2015-07-061-0/+8
* Clarify clear-error and flush return value.Kaz Kylheku2015-07-061-0/+13
* Tightening behavior for unimplemented stream ops.Kaz Kylheku2015-07-061-0/+33
* Reduce regex duplication in genvim.txr.Kaz Kylheku2015-07-041-0/+11
* Syntax highlighting fixes: characters, variables, identifers.Kaz Kylheku2015-07-031-0/+9
* * genman.txr: Simplify double plass over BODY into single pass.Kaz Kylheku2015-07-031-0/+4
* Allow op arguments like @1 to be places.Kaz Kylheku2015-07-031-0/+9
* Support trailing semicolon after hex/octal characters.Kaz Kylheku2015-07-021-0/+18
* Hash-bang support for .tl files.Kaz Kylheku2015-07-021-0/+18