summaryrefslogtreecommitdiffstats
path: root/txr.vim
Commit message (Expand)AuthorAgeFilesLines
* Version 112.txr-112Kaz Kylheku2015-08-141-183/+183
* Version 111.txr-111Kaz Kylheku2015-08-081-103/+114
* Version 110.txr-110Kaz Kylheku2015-07-251-163/+196
* * genvim.txr: Add ifa.tl library file.Kaz Kylheku2015-06-221-165/+165
* Version 109.txr-109Kaz Kylheku2015-06-211-127/+127
* Version 108.txr-108Kaz Kylheku2015-06-131-141/+153
* Version 107.txr-107Kaz Kylheku2015-04-261-83/+83
* Adding lcons macro.Kaz Kylheku2015-04-181-108/+109
* Adding getenv, setenv and unsetenv.Kaz Kylheku2015-04-181-128/+128
* Adding exit* function which calls _exit.Kaz Kylheku2015-04-161-140/+141
* Add exec and pipe functions.Kaz Kylheku2015-04-161-141/+141
* Adding chmod.Kaz Kylheku2015-04-161-160/+161
* Implementing while* and until* loops.Kaz Kylheku2015-04-111-10/+10
* Exposing dup and dup2.Kaz Kylheku2015-04-111-144/+145
* Fork and wait support.Kaz Kylheku2015-04-091-129/+132
* * eval.c (iflet_s, when_s): New global variables.Kaz Kylheku2015-04-061-111/+112
* New whilet macro.Kaz Kylheku2015-04-051-13/+13
* Version 105.txr-105Kaz Kylheku2015-03-141-138/+139
* New ignerr macro.Kaz Kylheku2015-02-251-109/+111
* * arith.c (trunc_rem): New function.Kaz Kylheku2015-02-071-10/+10
* * sysif.c (abort_wrap): New static function.Kaz Kylheku2015-02-061-163/+164
* * unwind.c (unhandled_hook_s): New static variable.Kaz Kylheku2015-02-061-165/+165
* * arith.c (make_ubignum): New static function.Kaz Kylheku2015-01-291-129/+130
* Basic implementation of constantp. Does notKaz Kylheku2015-01-211-142/+142
* Allow macros to tell what symbols have lexical functionKaz Kylheku2015-01-211-96/+97
* Version 102.txr-102Kaz Kylheku2015-01-131-113/+117
* * stream.c (stream_init): Register make_catenated_stream inKaz Kylheku2014-12-251-147/+147
* * eval.c (ap_s, ret_s, aret_s): New symbol variables.Kaz Kylheku2014-12-231-152/+152
* * eval.c (eval_init): Registered intrinsic function unique.Kaz Kylheku2014-12-231-7/+7
* Syntax highlighting issue: keywords in braced variable syntaxKaz Kylheku2014-12-181-1/+2
* * eval.c (eval_init): Register in function as intrinsic.Kaz Kylheku2014-12-051-106/+107
* * eval.c (eval_init): Register lequal and gequal.Kaz Kylheku2014-11-271-111/+113
* * eval.c (opip_s, oand_s, chain_s, chand_s): New global variables.Kaz Kylheku2014-11-101-92/+94
* Vim syntax coloring for standalone TXR Lisp (*.tl) files.Kaz Kylheku2014-10-291-21/+21
* * eval.c (eval_init): Register notf intrinsic function.Kaz Kylheku2014-10-211-70/+70
* * share/txr/stdlib/txr-case.txr: New file.Kaz Kylheku2014-10-211-7/+8
* Source file inclusion implemented: needed for macros.Kaz Kylheku2014-10-201-6/+6
* * arith.c (gcd): Fix semantics. If either operand isKaz Kylheku2014-10-161-95/+95
* New @(line) and @(chr) directives.Kaz Kylheku2014-10-161-12/+12
* * eval.c (eval_init): Register greater function as intrinsic.Kaz Kylheku2014-10-131-109/+109
* * eval.c (merge_wrap): New static functionKaz Kylheku2014-10-121-91/+92
* * eval.c (eval_init): Register chr_isblank and chr_isunisp asKaz Kylheku2014-10-111-138/+138
* Version 98.txr-98Kaz Kylheku2014-09-261-63/+64
* * arith.c (arith_init): Register some variables: *flo-dig*,Kaz Kylheku2014-09-011-155/+156
* Version 96.txr-96Kaz Kylheku2014-08-141-8/+9
* Version 94.txr-94Kaz Kylheku2014-08-051-74/+76
* * parser.l: Allow unquotes and splices in QSPECIAL and BRACED states.Kaz Kylheku2014-07-301-3/+7
* * txr.vim: Updated.Kaz Kylheku2014-07-301-100/+101
* * RELNOTES: Updated.Kaz Kylheku2014-07-221-41/+42
* * genvim.txr: Fixed highlighting issues in numbers followed by newline.Kaz Kylheku2014-07-201-91/+92