| Commit message (Expand) | Author | Age | Files | Lines |
* | Version 82.txr-82 | Kaz Kylheku | 2014-02-27 | 1 | -108/+108 |
* | * genvim.txr: Updated with regard to how operators are registered in | Kaz Kylheku | 2014-02-27 | 1 | -103/+104 |
* | Version 81txr-81 | Kaz Kylheku | 2014-02-26 | 1 | -108/+110 |
* | * 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 | -101/+102 |
* | * genvim.txr, txr.vim: Updated. | Kaz Kylheku | 2014-02-22 | 1 | -92/+95 |
* | Version 80txr-80 | Kaz Kylheku | 2014-02-17 | 1 | -87/+90 |
* | * Makefile (OBJS): New object file, combi.o. | Kaz Kylheku | 2014-02-11 | 1 | -67/+68 |
* | Version 78.txr-78 | Kaz Kylheku | 2014-02-06 | 1 | -68/+68 |
* | * genvim.txr: Support floating-point constants. | Kaz Kylheku | 2014-01-30 | 1 | -5/+7 |
* | Version 77txr-77 | Kaz Kylheku | 2014-01-29 | 1 | -60/+61 |
* | * eval.c (meta_meta_p, meta_meta_strip): New static functions. | Kaz Kylheku | 2014-01-28 | 1 | -94/+96 |
* | * txr.vim, genvim.txr: There can now be whitespace in TXR Lisp | Kaz Kylheku | 2014-01-27 | 1 | -78/+79 |
* | Version 76txr-76 | Kaz Kylheku | 2014-01-23 | 1 | -87/+89 |
* | Version 75.txr-75 | Kaz Kylheku | 2014-01-16 | 1 | -106/+107 |
* | Version 74txr-74 | Kaz Kylheku | 2014-01-13 | 1 | -54/+56 |
* | * genvim.txr: Add forgotten until and last keywords. | Kaz Kylheku | 2014-01-06 | 1 | -6/+7 |
* | * txr.vim: Regenerated. | Kaz Kylheku | 2013-12-17 | 1 | -64/+64 |
* | * txr.vim: Regenerated. | Kaz Kylheku | 2013-12-13 | 1 | -84/+95 |
* | * txr.vim: Regenerated. | Kaz Kylheku | 2013-12-10 | 1 | -19/+20 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 1 | -81/+87 |
* | * genvim.txr: Missing catch and finally keywords added. | Kaz Kylheku | 2013-12-02 | 1 | -11/+11 |
* | Refresh. | Kaz Kylheku | 2013-11-29 | 1 | -65/+67 |
* | * genvim.txr: Missing highlighting for hex integers. | Kaz Kylheku | 2013-11-24 | 1 | -0/+1 |
* | * genvim.txr: Change how the hard-coded symbols (end, and, or) are | Kaz Kylheku | 2013-11-22 | 1 | -9/+9 |
* | * genvim.txr: Handle symbols whose C names end with _star_s, | Kaz Kylheku | 2013-11-05 | 1 | -7/+7 |
* | * genvim.txr: Include syntactic directives which aren't extracted from | Kaz Kylheku | 2013-10-27 | 1 | -0/+1 |
* | * genvim.txr: Split long lines of keywords. | Kaz Kylheku | 2013-10-23 | 1 | -2/+104 |
* | * txr.vim: Updated using genvim.txr. | Kaz Kylheku | 2013-10-23 | 1 | -91/+4 |
* | Version 67 | Kaz Kylheku | 2013-07-12 | 1 | -1/+1 |
* | * txr.vim: Bringing up to date. | Kaz Kylheku | 2013-07-12 | 1 | -6/+16 |
* | Bring syntax highlighting function list up to date. | Kaz Kylheku | 2012-09-17 | 1 | -5/+7 |
* | * eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash, | Kaz Kylheku | 2012-09-12 | 1 | -2/+4 |
* | * eval.c (eval_init): Follow function renames. | Kaz Kylheku | 2012-09-02 | 1 | -1/+1 |
* | Provide access to line number info and source path. | Kaz Kylheku | 2012-04-11 | 1 | -0/+1 |
* | * eval.c (eval_init): Expose regex-compile and regexp as intrinsics. | Kaz Kylheku | 2012-04-10 | 1 | -1/+1 |
* | * arith.c (bignum): Previously static function now exposed as external. | Kaz Kylheku | 2012-04-08 | 1 | -0/+1 |
* | * txr.vim: Remove duplicate lines. | Kaz Kylheku | 2012-04-08 | 1 | -4/+0 |
* | * txr.vim: Fixed accidental breakage. | Kaz Kylheku | 2012-04-08 | 1 | -1/+1 |
* | Rounding out hash table functionality with lazy lists that | Kaz Kylheku | 2012-04-07 | 1 | -1/+7 |
* | * txr.vim: @[...] syntax not marked as "contained" because it | Kaz Kylheku | 2012-04-05 | 1 | -1/+1 |
* | * arith.c (numeq): New function. | Kaz Kylheku | 2012-03-29 | 1 | -1/+1 |
* | * arith.c (gcd): Allow zeros. Don't issue "non-integral" | Kaz Kylheku | 2012-03-29 | 1 | -1/+1 |
* | * txr.1: num-str added to doc stub. | Kaz Kylheku | 2012-03-29 | 1 | -1/+1 |
* | * eval.c (eval_init): Register match-str and match-str-tree | Kaz Kylheku | 2012-03-24 | 1 | -0/+1 |
* | * arith.c (expo): New function. | Kaz Kylheku | 2012-03-22 | 1 | -1/+1 |
* | Fix sqrt confusion. There must be a separate isqrt | Kaz Kylheku | 2012-03-22 | 1 | -1/+1 |
* | * arith.c (floorf, ceili, sine, cosi, atang, loga): New functions. | Kaz Kylheku | 2012-03-22 | 1 | -2/+3 |
* | * arith.c (divi): New function. | Kaz Kylheku | 2012-03-21 | 1 | -1/+1 |
* | * txr.1: Doc stubs for new functions floatp, integerp, | Kaz Kylheku | 2012-03-21 | 1 | -1/+3 |