| Commit message (Expand) | Author | Age | Files | Lines |
* | * stream.c (indent_mode_put_string): Function removed, | Kaz Kylheku | 2015-08-04 | 1 | -0/+8 |
* | Define TXR_DBG macro when compiling debug build. | Kaz Kylheku | 2015-08-03 | 1 | -0/+11 |
* | Custom linker flags support. | Christopher Meng | 2015-08-03 | 1 | -0/+14 |
* | Switching some globals to lexical and changing some names. | Kaz Kylheku | 2015-08-03 | 1 | -0/+50 |
* | * txr.c (txr_main): Bugfix: register *args-full*, the variable | Kaz Kylheku | 2015-08-03 | 1 | -0/+6 |
* | Introducing global lexicals: defvarl, defparml. | Kaz Kylheku | 2015-08-03 | 1 | -0/+23 |
* | Support lstat and fstat. | Kaz Kylheku | 2015-08-02 | 1 | -0/+17 |
* | Pass pretty flag to cobj print operation. | Kaz Kylheku | 2015-08-01 | 1 | -0/+23 |
* | * eval.c (special_p): Function renamed to special_var_p. | Kaz Kylheku | 2015-08-01 | 1 | -0/+9 |
* | Big TXR Lisp documentation rearrangement. | Kaz Kylheku | 2015-08-01 | 1 | -0/+7 |
* | string_output renamed to string_out | Kaz Kylheku | 2015-07-31 | 1 | -0/+9 |
* | Simplify type check code in stream module. | Kaz Kylheku | 2015-07-31 | 1 | -0/+17 |
* | Multi-line, indented printing of structure. | Kaz Kylheku | 2015-07-31 | 1 | -0/+46 |
* | * filter.c, utf8.c: Fix bad indentation introduced in whitespace | Kaz Kylheku | 2015-07-30 | 1 | -0/+5 |
* | Correction to COBJ initialization pattern. | Kaz Kylheku | 2015-07-30 | 1 | -0/+15 |
* | * HACKING: Restore accidentally deleted document title. | Kaz Kylheku | 2015-07-30 | 1 | -0/+4 |
* | Deriving streams from the same base, so | Kaz Kylheku | 2015-07-29 | 1 | -0/+51 |
* | * gc.c (finalize): Null out cobj handle after calling the | Kaz Kylheku | 2015-07-29 | 1 | -0/+5 |
* | * stream.c (common_destroy): Function removed. | Kaz Kylheku | 2015-07-29 | 1 | -0/+5 |
* | * stream.c: Rearranging definitions and declarations so that | Kaz Kylheku | 2015-07-29 | 1 | -0/+7 |
* | Centered fields in format. | Kaz Kylheku | 2015-07-28 | 1 | -0/+14 |
* | * share/txr/stdlib/txr-case.tl (txr-case-impl): Bugfix, | Kaz Kylheku | 2015-07-28 | 1 | -0/+5 |
* | * txr.1: In introduction of user-defined places, mentioning | Kaz Kylheku | 2015-07-28 | 1 | -0/+6 |
* | Version 110.txr-110 | Kaz Kylheku | 2015-07-25 | 1 | -12/+12 |
* | * genvim.txr: Improved highlighting of items in quasiquote. | Kaz Kylheku | 2015-07-25 | 1 | -0/+6 |
* | * genvim.txr: Do not refer to installed code via stdlib. | Kaz Kylheku | 2015-07-25 | 1 | -0/+5 |
* | Quasiliteral tests. | Kaz Kylheku | 2015-07-25 | 1 | -0/+8 |
* | * Makefile (tst/tets/012/%): Disable --gc-debug for | Kaz Kylheku | 2015-07-25 | 1 | -0/+5 |
* | * tests/012/ifa.tl: New test for it being bound to a place. | Kaz Kylheku | 2015-07-24 | 1 | -0/+4 |
* | Bugfix: place-form-p must expand place macros. | Kaz Kylheku | 2015-07-24 | 1 | -0/+11 |
* | * eval.c (op_quote): Improved diagnostic. | Kaz Kylheku | 2015-07-24 | 1 | -0/+4 |
* | Set up blank top_srcdir if building in source directory. | Kaz Kylheku | 2015-07-23 | 1 | -0/+20 |
* | Split off test macros from ifa.tl into common file. | Kaz Kylheku | 2015-07-23 | 1 | -0/+13 |
* | Fixes for building in separate dir. | Kaz Kylheku | 2015-07-23 | 1 | -0/+15 |
* | * parser.l (grammar): Do not allow unescaped newline in | Kaz Kylheku | 2015-07-23 | 1 | -0/+12 |
* | * genvim.txr: Scan cadr.c, cadr.tl, with-resources.tl, txr-case.tl. | Kaz Kylheku | 2015-07-23 | 1 | -0/+6 |
* | Adding with-resources macro. | Kaz Kylheku | 2015-07-23 | 1 | -0/+12 |
* | Adding nthcdr as accessor. | Kaz Kylheku | 2015-07-22 | 1 | -0/+14 |
* | Improve bad argument diagnosis for place macros. | Kaz Kylheku | 2015-07-22 | 1 | -0/+12 |
* | Implementing second through tenth as places. | Kaz Kylheku | 2015-07-22 | 1 | -0/+20 |
* | * lisplib.c (place_set_entries): Add *place-macro* and | Kaz Kylheku | 2015-07-22 | 1 | -0/+15 |
* | * lib.c (obj_print, obj_pprint): Bugfix: incorrect | Kaz Kylheku | 2015-07-22 | 1 | -0/+6 |
* | Implementing caar, cadr, cdar and friends. | Kaz Kylheku | 2015-07-21 | 1 | -0/+22 |
* | * share/txr/stdlib/place.tl (defplace cdr): Change deletion | Kaz Kylheku | 2015-07-21 | 1 | -0/+7 |
* | * eval.c (eval_init): Register new split function. | Kaz Kylheku | 2015-07-21 | 1 | -0/+14 |
* | * parser.c (open_txr_file): Bugfix: the name of the parsed | Kaz Kylheku | 2015-07-13 | 1 | -0/+6 |
* | * share/txr/stdlib/ifa.tl (ifa): Use placelet to | Kaz Kylheku | 2015-07-12 | 1 | -0/+5 |
* | * share/txr/stdlib/place.tl (place-form-p): New function. | Kaz Kylheku | 2015-07-12 | 1 | -0/+6 |
* | Expand away sys:lisp1-value based on lexical info. | Kaz Kylheku | 2015-07-11 | 1 | -0/+9 |
* | Let's have placelet and placelet*. | Kaz Kylheku | 2015-07-11 | 1 | -0/+10 |