| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Version 105.txr-105 | Kaz Kylheku | 2015-03-14 | 7 | -280/+335 |
* | * stream.c (run): In Windows version, fix nasty corruption bug: | Kaz Kylheku | 2015-03-11 | 2 | -2/+6 |
* | * stream.c (open_process, run, sh): Eliminate utf8name local variable | Kaz Kylheku | 2015-03-11 | 2 | -10/+12 |
* | * sysif.c (mkdir_nothrow_exists): New static function. | Kaz Kylheku | 2015-03-10 | 3 | -1/+81 |
* | * parser.c (open_txr_file, regex_parse, lisp_parse): Functions | Kaz Kylheku | 2014-12-21 | 3 | -77/+85 |
* | * Makefile (OBJS): Add parser.o. | Kaz Kylheku | 2014-12-21 | 5 | -3/+107 |
* | New ignerr macro. | Kaz Kylheku | 2015-02-25 | 5 | -218/+269 |
* | Introducing persistent error state on streams. | Kaz Kylheku | 2015-02-25 | 7 | -30/+337 |
* | Improved error reporting, particularly for macro expansion. | Kaz Kylheku | 2015-02-21 | 5 | -10/+58 |
* | * regex.c (match_regex_right): Bugfix: zero length matches | Kaz Kylheku | 2015-02-20 | 2 | -1/+7 |
* | String-returning wrappers for some regex matching functions. | Kaz Kylheku | 2015-02-20 | 5 | -4/+74 |
* | * regex.c (print_rec): A compound must use parentheses for | Kaz Kylheku | 2015-02-15 | 2 | -2/+13 |
* | * lib.c (list_collect, list_collect_append): In error | Kaz Kylheku | 2015-02-12 | 2 | -2/+9 |
* | New functions pad and weave. | Kaz Kylheku | 2015-02-12 | 3 | -0/+152 |
* | * lib.c (lazy_appendv_func, lazy_appendv): Bugfix: append* | Kaz Kylheku | 2015-02-12 | 2 | -2/+20 |
* | * eval.c (symacro_k, fun_k): New keyword variables. | Kaz Kylheku | 2015-02-10 | 4 | -2/+78 |
* | * Makefile: Add dependency froml $(EXTRA_OBJS-y) to header | Kaz Kylheku | 2015-02-09 | 2 | -1/+9 |
* | * Makefile: Removing bogus eval which refers to nonexistent | Kaz Kylheku | 2015-02-09 | 2 | -4/+5 |
* | * Makefile (clean): Remove $(EXTRA_OBJS-y) so the Windows .res | Kaz Kylheku | 2015-02-09 | 2 | -1/+6 |
* | Version 104.txr-104 | Kaz Kylheku | 2015-02-08 | 5 | -4/+69 |
* | * arith.c (trunc_rem): New function. | Kaz Kylheku | 2015-02-07 | 7 | -21/+62 |
* | * Makefile (CFLAGS): Removed puzzling, unnecessary definitions | Kaz Kylheku | 2015-02-07 | 16 | -91/+123 |
* | Support txr-win.exe target which has no console window. | Kaz Kylheku | 2015-02-07 | 3 | -5/+37 |
* | * txr.1: fixed flurry of phrasing, formatting fumbles. | Kaz Kylheku | 2015-02-07 | 2 | -12/+26 |
* | * tests/011/macros-1.txr: Add test for lexical function | Kaz Kylheku | 2015-02-07 | 3 | -0/+14 |
* | * unwind.c (uw_throw): Detect invalid re-entry and bail. | Kaz Kylheku | 2015-02-06 | 2 | -0/+13 |
* | * unwind.c (uw_throw): Put a txr: prefix on the unhandled | Kaz Kylheku | 2015-02-06 | 2 | -1/+6 |
* | Slight internal representation change of string-only exceptions. | Kaz Kylheku | 2015-02-06 | 5 | -17/+46 |
* | Serious bugfix in the op macro, and derived macro, in | Kaz Kylheku | 2015-02-06 | 2 | -3/+13 |
* | * eval.c (subst_vars): Bugfix. When an ordinary variable | Kaz Kylheku | 2015-02-06 | 2 | -12/+14 |
* | * eval.c (transform_op): When expanding @rest and metanums | Kaz Kylheku | 2015-02-06 | 2 | -2/+14 |
* | * 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 |