| Commit message (Expand) | Author | Age | Files | Lines |
* | * sysif.c (abort_wrap): New static function. | Kaz Kylheku | 2015-02-06 | 5 | -328/+370 |
* | * unwind.c (unhandled_hook_s): New static variable. | Kaz Kylheku | 2015-02-06 | 8 | -333/+424 |
* | * win/env.nsh: Before the potentially length SendMessage, | Kaz Kylheku | 2015-02-05 | 2 | -1/+8 |
* | * win/env.nsh: Improve messages about environment | Kaz Kylheku | 2015-02-05 | 2 | -9/+14 |
* | Symbol macros shadowed by functions under dwim. | Kaz Kylheku | 2015-02-03 | 3 | -20/+125 |
* | Version 103.txr-103 | Kaz Kylheku | 2015-02-01 | 5 | -4/+62 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 40 | -40/+53 |
* | Windows installer. | Kaz Kylheku | 2015-02-01 | 3 | -0/+442 |
* | On Windows, add icon and identifying meta-data to executable. | Kaz Kylheku | 2015-01-31 | 6 | -3/+75 |
* | Use macro to initialize strm_ops. | Kaz Kylheku | 2015-01-29 | 4 | -222/+170 |
* | Use macro to initialize cobj_ops. | Kaz Kylheku | 2015-01-29 | 5 | -35/+40 |
* | * arith.c (make_ubignum): New static function. | Kaz Kylheku | 2015-01-29 | 7 | -258/+338 |
* | * txr.1: Minor change under make-random-state. | Kaz Kylheku | 2015-01-29 | 1 | -1/+1 |
* | * txr.1: fixed use of nonexistent str-int in @(require) example; | Kaz Kylheku | 2015-01-29 | 2 | -5/+8 |
* | * eval.c (get_opt_param_syms): Fix broken function. This | Kaz Kylheku | 2015-01-28 | 2 | -9/+15 |
* | * eval.c (bind_macro_params): Bugfix: the colon argument's special | Kaz Kylheku | 2015-01-28 | 2 | -1/+7 |
* | * lib.c (make_like): Fix regression introduced in 102. | Kaz Kylheku | 2015-01-27 | 2 | -1/+7 |
* | * arith.c (width): New function. | Kaz Kylheku | 2015-01-27 | 5 | -0/+80 |
* | * eval.c (call_f): new global variable. | Kaz Kylheku | 2015-01-25 | 3 | -2/+74 |
* | * eval.c (eval_init): Register dupl and swap_12_21 as | Kaz Kylheku | 2015-01-25 | 5 | -0/+56 |
* | * eval.c (callf): New static function. | Kaz Kylheku | 2015-01-24 | 3 | -0/+47 |
* | * txr.1: Grammar. | Kaz Kylheku | 2015-01-24 | 1 | -1/+1 |
* | Basic implementation of constantp. Does not | Kaz Kylheku | 2015-01-21 | 5 | -284/+370 |
* | * stream.c (get_string): New argument, close_after_p. | Kaz Kylheku | 2015-01-21 | 4 | -4/+33 |
* | * txr.1: Minor fix in split-str-set documentation. | Kaz Kylheku | 2015-01-21 | 2 | -1/+5 |
* | Allow macros to tell what symbols have lexical function | Kaz Kylheku | 2015-01-21 | 5 | -192/+305 |
* | Version 102.txr-102 | Kaz Kylheku | 2015-01-13 | 7 | -230/+285 |
* | * arith.c (zerop): Handle character arguments. | Kaz Kylheku | 2015-01-12 | 5 | -1/+76 |
* | Fix for LLVM wchar_t literals not being four byte | Kaz Kylheku | 2015-01-12 | 4 | -46/+60 |
* | * signal.h (sig_save_enable, sig_save_disable): | Kaz Kylheku | 2015-01-12 | 2 | -8/+15 |
* | * glob.c: New file. | Kaz Kylheku | 2015-01-11 | 8 | -1/+272 |
* | * Makefile (retest): New phony target for convenience. | Kaz Kylheku | 2015-01-11 | 2 | -0/+7 |
* | * lib.c (make_like): Bugfix. (make-like nil "abc") | Kaz Kylheku | 2015-01-11 | 3 | -0/+27 |
* | * eval.c (merge_wrap): Make generic over sequences. | Kaz Kylheku | 2015-01-11 | 3 | -15/+35 |
* | * match.c (h_trailer): Bugfix: not returning new variable | Kaz Kylheku | 2015-01-05 | 2 | -2/+7 |
* | * txr.1: Formatting fixes. | Kaz Kylheku | 2015-01-03 | 1 | -2/+2 |
* | Version 101.txr-101 | Kaz Kylheku | 2015-01-01 | 4 | -5/+96 |
* | * Makefile (rebuild, clean, repatch): Fail these targets if | Kaz Kylheku | 2015-01-01 | 2 | -4/+30 |
* | * lib.c (replace_str, replace_vec): Bugfix. The replacement item | Kaz Kylheku | 2014-12-31 | 2 | -87/+98 |
* | * txr.1: Fix error. (set [seq index-list] new) corresponds to | Kaz Kylheku | 2014-12-31 | 2 | -3/+13 |
* | * lib.c (simple_lazy_stream_func): Bugfix: close the stream | Kaz Kylheku | 2014-12-25 | 4 | -10/+28 |
* | * stream.c (stream_init): Register make_catenated_stream in | Kaz Kylheku | 2014-12-25 | 5 | -297/+313 |
* | * txr.1: Small fix under get-lines. | Kaz Kylheku | 2014-12-25 | 1 | -1/+1 |
* | * eval.c (ap_s, ret_s, aret_s): New symbol variables. | Kaz Kylheku | 2014-12-23 | 5 | -311/+372 |
* | * eval.c (eval_init): Registered intrinsic function unique. | Kaz Kylheku | 2014-12-23 | 7 | -18/+109 |
* | * lib.c (func_n1ov, func_n2ov, func_n3ov): New functions. | Kaz Kylheku | 2014-12-23 | 3 | -0/+30 |
* | * lib.c (func_n0o): Useless, unused function removed. | Kaz Kylheku | 2014-12-23 | 3 | -8/+6 |
* | Syntax highlighting issue: keywords in braced variable syntax | Kaz Kylheku | 2014-12-18 | 4 | -2/+16 |
* | * lib.c (copy): Support copying random state objects | Kaz Kylheku | 2014-12-18 | 3 | -12/+28 |
* | * rand.c (rand32): Bugfix: if the seed object is a random | Kaz Kylheku | 2014-12-17 | 3 | -6/+27 |