summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 104.txr-104Kaz Kylheku2015-02-085-4/+69
* * arith.c (trunc_rem): New function.Kaz Kylheku2015-02-077-21/+62
* * Makefile (CFLAGS): Removed puzzling, unnecessary definitionsKaz Kylheku2015-02-0716-91/+123
* Support txr-win.exe target which has no console window.Kaz Kylheku2015-02-073-5/+37
* * txr.1: fixed flurry of phrasing, formatting fumbles.Kaz Kylheku2015-02-072-12/+26
* * tests/011/macros-1.txr: Add test for lexical functionKaz Kylheku2015-02-073-0/+14
* * unwind.c (uw_throw): Detect invalid re-entry and bail.Kaz Kylheku2015-02-062-0/+13
* * unwind.c (uw_throw): Put a txr: prefix on the unhandledKaz Kylheku2015-02-062-1/+6
* Slight internal representation change of string-only exceptions.Kaz Kylheku2015-02-065-17/+46
* Serious bugfix in the op macro, and derived macro, inKaz Kylheku2015-02-062-3/+13
* * eval.c (subst_vars): Bugfix. When an ordinary variableKaz Kylheku2015-02-062-12/+14
* * eval.c (transform_op): When expanding @rest and metanumsKaz Kylheku2015-02-062-2/+14
* * sysif.c (abort_wrap): New static function.Kaz Kylheku2015-02-065-328/+370
* * unwind.c (unhandled_hook_s): New static variable.Kaz Kylheku2015-02-068-333/+424
* * win/env.nsh: Before the potentially length SendMessage,Kaz Kylheku2015-02-052-1/+8
* * win/env.nsh: Improve messages about environmentKaz Kylheku2015-02-052-9/+14
* Symbol macros shadowed by functions under dwim.Kaz Kylheku2015-02-033-20/+125
* Version 103.txr-103Kaz Kylheku2015-02-015-4/+62
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-0140-40/+53
* Windows installer.Kaz Kylheku2015-02-013-0/+442
* On Windows, add icon and identifying meta-data to executable.Kaz Kylheku2015-01-316-3/+75
* Use macro to initialize strm_ops.Kaz Kylheku2015-01-294-222/+170
* Use macro to initialize cobj_ops.Kaz Kylheku2015-01-295-35/+40
* * arith.c (make_ubignum): New static function.Kaz Kylheku2015-01-297-258/+338
* * txr.1: Minor change under make-random-state.Kaz Kylheku2015-01-291-1/+1
* * txr.1: fixed use of nonexistent str-int in @(require) example;Kaz Kylheku2015-01-292-5/+8
* * eval.c (get_opt_param_syms): Fix broken function. ThisKaz Kylheku2015-01-282-9/+15
* * eval.c (bind_macro_params): Bugfix: the colon argument's specialKaz Kylheku2015-01-282-1/+7
* * lib.c (make_like): Fix regression introduced in 102.Kaz Kylheku2015-01-272-1/+7
* * arith.c (width): New function.Kaz Kylheku2015-01-275-0/+80
* * eval.c (call_f): new global variable.Kaz Kylheku2015-01-253-2/+74
* * eval.c (eval_init): Register dupl and swap_12_21 asKaz Kylheku2015-01-255-0/+56
* * eval.c (callf): New static function.Kaz Kylheku2015-01-243-0/+47
* * txr.1: Grammar.Kaz Kylheku2015-01-241-1/+1
* Basic implementation of constantp. Does notKaz Kylheku2015-01-215-284/+370
* * stream.c (get_string): New argument, close_after_p.Kaz Kylheku2015-01-214-4/+33
* * txr.1: Minor fix in split-str-set documentation.Kaz Kylheku2015-01-212-1/+5
* Allow macros to tell what symbols have lexical functionKaz Kylheku2015-01-215-192/+305
* Version 102.txr-102Kaz Kylheku2015-01-137-230/+285
* * arith.c (zerop): Handle character arguments.Kaz Kylheku2015-01-125-1/+76
* Fix for LLVM wchar_t literals not being four byteKaz Kylheku2015-01-124-46/+60
* * signal.h (sig_save_enable, sig_save_disable):Kaz Kylheku2015-01-122-8/+15
* * glob.c: New file.Kaz Kylheku2015-01-118-1/+272
* * Makefile (retest): New phony target for convenience.Kaz Kylheku2015-01-112-0/+7
* * lib.c (make_like): Bugfix. (make-like nil "abc")Kaz Kylheku2015-01-113-0/+27
* * eval.c (merge_wrap): Make generic over sequences.Kaz Kylheku2015-01-113-15/+35
* * match.c (h_trailer): Bugfix: not returning new variableKaz Kylheku2015-01-052-2/+7
* * txr.1: Formatting fixes.Kaz Kylheku2015-01-031-2/+2
* Version 101.txr-101Kaz Kylheku2015-01-014-5/+96
* * Makefile (rebuild, clean, repatch): Fail these targets ifKaz Kylheku2015-01-012-4/+30