summaryrefslogtreecommitdiffstats
path: root/tl.vim
Commit message (Expand)AuthorAgeFilesLines
* Version 110.txr-110Kaz Kylheku2015-07-251-152/+187
* * 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-0/+1
* * 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-0/+255