| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * stream.c (vformat): Implement ~! format directive for indentation. | Kaz Kylheku | 2015-08-04 | 3 | -10/+80 |
* | * stream.c (put_string, put_char): Do not put out the indentation | Kaz Kylheku | 2015-08-04 | 2 | -2/+19 |
* | * stream.c (inc_indent): If a negative indentation increment goes below | Kaz Kylheku | 2015-08-04 | 2 | -0/+10 |
* | * stream.c (vormat): Bugfix: when width specified as * | Kaz Kylheku | 2015-08-04 | 2 | -1/+8 |
* | * stream.c (string_out_put_string): Do not return nil when | Kaz Kylheku | 2015-08-04 | 2 | -2/+9 |
* | Remove useless return values and checks. | Kaz Kylheku | 2015-08-04 | 3 | -78/+63 |
* | * eval.c (func_get_name): New function. | Kaz Kylheku | 2015-08-04 | 4 | -7/+84 |
* | * eval.c (force): Default the new second argument of source_loc_str. | Kaz Kylheku | 2015-08-04 | 7 | -22/+47 |
* | * hash.c (hash_revget): New function. | Kaz Kylheku | 2015-08-04 | 5 | -0/+72 |
* | * stream.c (indent_mode_put_string): Function removed, | Kaz Kylheku | 2015-08-04 | 3 | -64/+59 |
* | Define TXR_DBG macro when compiling debug build. | Kaz Kylheku | 2015-08-03 | 3 | -3/+22 |
* | Custom linker flags support. | Christopher Meng | 2015-08-03 | 3 | -5/+27 |
* | Switching some globals to lexical and changing some names. | Kaz Kylheku | 2015-08-03 | 13 | -158/+240 |
* | * txr.c (txr_main): Bugfix: register *args-full*, the variable | Kaz Kylheku | 2015-08-03 | 2 | -0/+7 |
* | Introducing global lexicals: defvarl, defparml. | Kaz Kylheku | 2015-08-03 | 3 | -19/+102 |
* | Support lstat and fstat. | Kaz Kylheku | 2015-08-02 | 4 | -14/+106 |
* | Pass pretty flag to cobj print operation. | Kaz Kylheku | 2015-08-01 | 7 | -16/+46 |
* | * eval.c (special_p): Function renamed to special_var_p. | Kaz Kylheku | 2015-08-01 | 3 | -7/+52 |
* | Big TXR Lisp documentation rearrangement. | Kaz Kylheku | 2015-08-01 | 2 | -6225/+6381 |
* | string_output renamed to string_out | Kaz Kylheku | 2015-07-31 | 2 | -8/+17 |
* | Simplify type check code in stream module. | Kaz Kylheku | 2015-07-31 | 2 | -191/+117 |
* | Multi-line, indented printing of structure. | Kaz Kylheku | 2015-07-31 | 10 | -183/+429 |
* | * filter.c, utf8.c: Fix bad indentation introduced in whitespace | Kaz Kylheku | 2015-07-30 | 3 | -2/+7 |
* | Correction to COBJ initialization pattern. | Kaz Kylheku | 2015-07-30 | 4 | -46/+89 |
* | * HACKING: Restore accidentally deleted document title. | Kaz Kylheku | 2015-07-30 | 2 | -0/+9 |
* | Deriving streams from the same base, so | Kaz Kylheku | 2015-07-29 | 4 | -124/+272 |
* | * gc.c (finalize): Null out cobj handle after calling the | Kaz Kylheku | 2015-07-29 | 2 | -0/+6 |
* | * stream.c (common_destroy): Function removed. | Kaz Kylheku | 2015-07-29 | 2 | -7/+7 |
* | * stream.c: Rearranging definitions and declarations so that | Kaz Kylheku | 2015-07-29 | 2 | -432/+438 |
* | Centered fields in format. | Kaz Kylheku | 2015-07-28 | 3 | -31/+96 |
* | * share/txr/stdlib/txr-case.tl (txr-case-impl): Bugfix, | Kaz Kylheku | 2015-07-28 | 2 | -0/+6 |
* | * txr.1: In introduction of user-defined places, mentioning | Kaz Kylheku | 2015-07-28 | 2 | -2/+38 |
* | * txr.1: Bad syntax in placelet example; bad font in headings. | Kaz Kylheku | 2015-07-28 | 1 | -11/+9 |
* | Version 110.txr-110 | Kaz Kylheku | 2015-07-25 | 7 | -331/+482 |
* | * genvim.txr: Improved highlighting of items in quasiquote. | Kaz Kylheku | 2015-07-25 | 2 | -5/+11 |
* | * genvim.txr: Do not refer to installed code via stdlib. | Kaz Kylheku | 2015-07-25 | 2 | -3/+9 |
* | * txr.1: Notes about interaction between op and quasiliterals. | Kaz Kylheku | 2015-07-25 | 1 | -1/+65 |
* | Quasiliteral tests. | Kaz Kylheku | 2015-07-25 | 3 | -0/+23 |
* | * Makefile (tst/tets/012/%): Disable --gc-debug for | Kaz Kylheku | 2015-07-25 | 2 | -0/+6 |
* | * tests/012/ifa.tl: New test for it being bound to a place. | Kaz Kylheku | 2015-07-24 | 2 | -0/+9 |
* | Bugfix: place-form-p must expand place macros. | Kaz Kylheku | 2015-07-24 | 3 | -7/+18 |
* | * txr.1: Clarifications in ifa description. | Kaz Kylheku | 2015-07-24 | 1 | -5/+5 |
* | * eval.c (op_quote): Improved diagnostic. | Kaz Kylheku | 2015-07-24 | 2 | -1/+5 |
* | Set up blank top_srcdir if building in source directory. | Kaz Kylheku | 2015-07-23 | 3 | -19/+48 |
* | Split off test macros from ifa.tl into common file. | Kaz Kylheku | 2015-07-23 | 4 | -18/+30 |
* | Fixes for building in separate dir. | Kaz Kylheku | 2015-07-23 | 2 | -11/+28 |
* | * parser.l (grammar): Do not allow unescaped newline in | Kaz Kylheku | 2015-07-23 | 3 | -7/+48 |
* | * genvim.txr: Scan cadr.c, cadr.tl, with-resources.tl, txr-case.tl. | Kaz Kylheku | 2015-07-23 | 2 | -7/+12 |
* | Adding with-resources macro. | Kaz Kylheku | 2015-07-23 | 4 | -0/+114 |
* | Adding nthcdr as accessor. | Kaz Kylheku | 2015-07-22 | 6 | -0/+109 |