| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | One-liner to allow @{obj.slot} in quasiliterals. | Kaz Kylheku | 2015-09-02 | 1 | -1/+1 |
* | Switching some globals to lexical and changing some names. | Kaz Kylheku | 2015-08-03 | 1 | -4/+4 |
* | * genvim.txr: Improved highlighting of items in quasiquote. | Kaz Kylheku | 2015-07-25 | 1 | -5/+5 |
* | * genvim.txr: Do not refer to installed code via stdlib. | Kaz Kylheku | 2015-07-25 | 1 | -3/+4 |
* | * genvim.txr: Scan cadr.c, cadr.tl, with-resources.tl, txr-case.tl. | Kaz Kylheku | 2015-07-23 | 1 | -7/+6 |
* | * genvim.txr (chesc): Include space among escaped characters. | Kaz Kylheku | 2015-07-07 | 1 | -1/+1 |
* | Reduce regex duplication in genvim.txr. | Kaz Kylheku | 2015-07-04 | 1 | -30/+39 |
* | Syntax highlighting fixes: characters, variables, identifers. | Kaz Kylheku | 2015-07-03 | 1 | -6/+6 |
* | Support trailing semicolon after hex/octal characters. | Kaz Kylheku | 2015-07-02 | 1 | -3/+4 |
* | Handle escapes accurately in Vim syntax highlighting. | Kaz Kylheku | 2015-07-02 | 1 | -5/+14 |
* | * genman.txr: Take advantage of \@ escape in quasilit. | Kaz Kylheku | 2015-07-01 | 1 | -1/+3 |
* | * genvim.txr: Add ifa.tl library file. | Kaz Kylheku | 2015-06-22 | 1 | -1/+1 |
* | * share/txr/stdlib/place.tl: Get rid of big progn around the | Kaz Kylheku | 2015-06-22 | 1 | -1/+1 |
* | Remove places.h generation hack. | Kaz Kylheku | 2015-06-20 | 1 | -3/+3 |
* | New macro-based framework for assignment places. | Kaz Kylheku | 2015-05-06 | 1 | -1/+3 |
* | * unwind.c (unhandled_hook_s): New static variable. | Kaz Kylheku | 2015-02-06 | 1 | -1/+2 |
* | * glob.c: New file. | Kaz Kylheku | 2015-01-11 | 1 | -1/+1 |
* | Syntax highlighting issue: keywords in braced variable syntax | Kaz Kylheku | 2014-12-18 | 1 | -1/+2 |
* | Vim syntax coloring for standalone TXR Lisp (*.tl) files. | Kaz Kylheku | 2014-10-29 | 1 | -33/+49 |
* | * share/txr/stdlib/txr-case.txr: New file. | Kaz Kylheku | 2014-10-21 | 1 | -1/+2 |
* | Source file inclusion implemented: needed for macros. | Kaz Kylheku | 2014-10-20 | 1 | -1/+2 |
* | * genvim.txr (sortuniq): Remove unnecessary function, | Kaz Kylheku | 2014-10-13 | 1 | -6/+1 |
* | * eval.c (eval_init): Register chr_isblank and chr_isunisp as | Kaz Kylheku | 2014-10-11 | 1 | -1/+1 |
* | * gc.c (MALLOC_DELTA_THRESH): Macro remaned to DFL_MALLOC_DELTA_THRESH. | Kaz Kylheku | 2014-09-08 | 1 | -1/+1 |
* | * arith.c (arith_init): Register some variables: *flo-dig*, | Kaz Kylheku | 2014-09-01 | 1 | -1/+1 |
* | * parser.l: Allow unquotes and splices in QSPECIAL and BRACED states. | Kaz Kylheku | 2014-07-30 | 1 | -3/+7 |
* | * genvim.txr: Fixed highlighting issues in numbers followed by newline. | Kaz Kylheku | 2014-07-20 | 1 | -3/+3 |
* | Fix old, known syntax highlighting problems between symbols, | Kaz Kylheku | 2014-07-15 | 1 | -8/+10 |
* | Fix broken regex highlighting. | Kaz Kylheku | 2014-07-15 | 1 | -1/+2 |
* | * genvim.txr, txr.vim: Remove commented-out directives. | Kaz Kylheku | 2014-03-26 | 1 | -2/+0 |
* | * genvim.txr: Update for WLL's and QLL's. | Kaz Kylheku | 2014-03-26 | 1 | -10/+3 |
* | Fix iskeyword so /= and / are highlighted properly. | Kaz Kylheku | 2014-03-19 | 1 | -1/+1 |
* | * parser.l: Bugfix. When handling a backslash-newline continuation | Kaz Kylheku | 2014-03-15 | 1 | -4/+6 |
* | Implementing @(if)/@(elif)/@(else) in the pattern language. | Kaz Kylheku | 2014-03-13 | 1 | -1/+2 |
* | * eval.c (plus_s, prof_s): New symbol global variables. | Kaz Kylheku | 2014-03-12 | 1 | -1/+1 |
* | * eval.c (eval_init): Registration of url_encode and url_decode | Kaz Kylheku | 2014-03-11 | 1 | -1/+2 |
* | * genvim.txr: Handle variable definition without embedded intern. | Kaz Kylheku | 2014-03-08 | 1 | -0/+3 |
* | * eval.c (apply_intrinsic, lazy_mapcar): Changed linkage to external. | Kaz Kylheku | 2014-03-06 | 1 | -3/+1 |
* | * parser.l: Allowing ^ to be a quote character, and adjusting definition | Kaz Kylheku | 2014-03-03 | 1 | -2/+5 |
* | * genvim.txr: Skip lines that contain system_package. | Kaz Kylheku | 2014-03-02 | 1 | -8/+13 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 1 | -9/+6 |
* | * eval.c (delay_s): Global variable removed. | Kaz Kylheku | 2014-02-27 | 1 | -0/+2 |
* | * genvim.txr: Updated with regard to how operators are registered in | Kaz Kylheku | 2014-02-27 | 1 | -3/+3 |
* | * parser.l: Support octal and binary numbers. | Kaz Kylheku | 2014-02-24 | 1 | -0/+2 |
* | * genvim.txr, txr.vim: Updated. | Kaz Kylheku | 2014-02-24 | 1 | -1/+1 |
* | * genvim.txr, txr.vim: Updated. | Kaz Kylheku | 2014-02-22 | 1 | -1/+1 |
* | * genvim.txr: Support floating-point constants. | Kaz Kylheku | 2014-01-30 | 1 | -5/+7 |
* | * eval.c (meta_meta_p, meta_meta_strip): New static functions. | Kaz Kylheku | 2014-01-28 | 1 | -5/+7 |
* | * txr.vim, genvim.txr: There can now be whitespace in TXR Lisp | Kaz Kylheku | 2014-01-27 | 1 | -2/+2 |
* | Version 76txr-76 | Kaz Kylheku | 2014-01-23 | 1 | -0/+1 |