summaryrefslogtreecommitdiffstats
path: root/txr.vim
Commit message (Expand)AuthorAgeFilesLines
* Version 84.txr-84Kaz Kylheku2014-03-071-13/+13
* * eval.c (apply_intrinsic, lazy_mapcar): Changed linkage to external.Kaz Kylheku2014-03-061-70/+71
* * parser.l: Allowing ^ to be a quote character, and adjusting definitionKaz Kylheku2014-03-031-104/+107
* * genvim.txr: Skip lines that contain system_package.Kaz Kylheku2014-03-021-127/+128
* Version 82.txr-82Kaz Kylheku2014-02-271-108/+108
* * genvim.txr: Updated with regard to how operators are registered inKaz Kylheku2014-02-271-103/+104
* Version 81txr-81Kaz Kylheku2014-02-261-108/+110
* * parser.l: Support octal and binary numbers.Kaz Kylheku2014-02-241-0/+2
* * genvim.txr, txr.vim: Updated.Kaz Kylheku2014-02-241-101/+102
* * genvim.txr, txr.vim: Updated.Kaz Kylheku2014-02-221-92/+95
* Version 80txr-80Kaz Kylheku2014-02-171-87/+90
* * Makefile (OBJS): New object file, combi.o.Kaz Kylheku2014-02-111-67/+68
* Version 78.txr-78Kaz Kylheku2014-02-061-68/+68
* * genvim.txr: Support floating-point constants.Kaz Kylheku2014-01-301-5/+7
* Version 77txr-77Kaz Kylheku2014-01-291-60/+61
* * eval.c (meta_meta_p, meta_meta_strip): New static functions.Kaz Kylheku2014-01-281-94/+96
* * txr.vim, genvim.txr: There can now be whitespace in TXR LispKaz Kylheku2014-01-271-78/+79
* Version 76txr-76Kaz Kylheku2014-01-231-87/+89
* Version 75.txr-75Kaz Kylheku2014-01-161-106/+107
* Version 74txr-74Kaz Kylheku2014-01-131-54/+56
* * genvim.txr: Add forgotten until and last keywords.Kaz Kylheku2014-01-061-6/+7
* * txr.vim: Regenerated.Kaz Kylheku2013-12-171-64/+64
* * txr.vim: Regenerated.Kaz Kylheku2013-12-131-84/+95
* * txr.vim: Regenerated.Kaz Kylheku2013-12-101-19/+20
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-101-81/+87
* * genvim.txr: Missing catch and finally keywords added.Kaz Kylheku2013-12-021-11/+11
* Refresh.Kaz Kylheku2013-11-291-65/+67
* * genvim.txr: Missing highlighting for hex integers.Kaz Kylheku2013-11-241-0/+1
* * genvim.txr: Change how the hard-coded symbols (end, and, or) areKaz Kylheku2013-11-221-9/+9
* * genvim.txr: Handle symbols whose C names end with _star_s,Kaz Kylheku2013-11-051-7/+7
* * genvim.txr: Include syntactic directives which aren't extracted fromKaz Kylheku2013-10-271-0/+1
* * genvim.txr: Split long lines of keywords.Kaz Kylheku2013-10-231-2/+104
* * txr.vim: Updated using genvim.txr.Kaz Kylheku2013-10-231-91/+4
* Version 67Kaz Kylheku2013-07-121-1/+1
* * txr.vim: Bringing up to date.Kaz Kylheku2013-07-121-6/+16
* Bring syntax highlighting function list up to date.Kaz Kylheku2012-09-171-5/+7
* * eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash,Kaz Kylheku2012-09-121-2/+4
* * eval.c (eval_init): Follow function renames.Kaz Kylheku2012-09-021-1/+1
* Provide access to line number info and source path.Kaz Kylheku2012-04-111-0/+1
* * eval.c (eval_init): Expose regex-compile and regexp as intrinsics.Kaz Kylheku2012-04-101-1/+1
* * arith.c (bignum): Previously static function now exposed as external.Kaz Kylheku2012-04-081-0/+1
* * txr.vim: Remove duplicate lines.Kaz Kylheku2012-04-081-4/+0
* * txr.vim: Fixed accidental breakage.Kaz Kylheku2012-04-081-1/+1
* Rounding out hash table functionality with lazy lists thatKaz Kylheku2012-04-071-1/+7
* * txr.vim: @[...] syntax not marked as "contained" because itKaz Kylheku2012-04-051-1/+1
* * arith.c (numeq): New function.Kaz Kylheku2012-03-291-1/+1
* * arith.c (gcd): Allow zeros. Don't issue "non-integral"Kaz Kylheku2012-03-291-1/+1
* * txr.1: num-str added to doc stub.Kaz Kylheku2012-03-291-1/+1
* * eval.c (eval_init): Register match-str and match-str-treeKaz Kylheku2012-03-241-0/+1
* * arith.c (expo): New function.Kaz Kylheku2012-03-221-1/+1