| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | New zap operator. | Kaz Kylheku | 2015-04-01 | 1 | -0/+10 |
* | Array overrun fix in apply. | Kaz Kylheku | 2015-03-31 | 1 | -0/+11 |
* | Deal with spurious retention in function application. | Kaz Kylheku | 2015-03-31 | 1 | -0/+14 |
* | * stream.c (vformat): Bugfix: ~X printing in lower case, like ~x, | Kaz Kylheku | 2015-03-30 | 1 | -0/+5 |
* | * mpi-patches/eliminate-locale-dependencies: New patch. | Kaz Kylheku | 2015-03-29 | 1 | -0/+7 |
* | New -n option. New "i" mode letter in file opening functions. | Kaz Kylheku | 2015-03-29 | 1 | -0/+26 |
* | * eval.c (prinl, pprinl): Become external functions. | Kaz Kylheku | 2015-03-28 | 1 | -0/+12 |
* | * eval.c (eval_init): register get-lines as having one optional | Kaz Kylheku | 2015-03-28 | 1 | -0/+9 |
* | * Makefile (enforce): Update error error message. | Kaz Kylheku | 2015-03-24 | 1 | -0/+8 |
* | * lib.c (int_str): Workaround for wcstol recognizing the 0x prefix when | Kaz Kylheku | 2015-03-20 | 1 | -0/+8 |
* | * txr.c (help): Added missing documentation for -e and -p. | Kaz Kylheku | 2015-03-17 | 1 | -0/+8 |
* | Version 105.txr-105 | Kaz Kylheku | 2015-03-14 | 1 | -0/+12 |
* | * stream.c (run): In Windows version, fix nasty corruption bug: | Kaz Kylheku | 2015-03-11 | 1 | -0/+6 |
* | * stream.c (open_process, run, sh): Eliminate utf8name local variable | Kaz Kylheku | 2015-03-11 | 1 | -0/+6 |
* | * sysif.c (mkdir_nothrow_exists): New static function. | Kaz Kylheku | 2015-03-10 | 1 | -0/+8 |
* | * parser.c (open_txr_file, regex_parse, lisp_parse): Functions | Kaz Kylheku | 2014-12-21 | 1 | -0/+8 |
* | * Makefile (OBJS): Add parser.o. | Kaz Kylheku | 2014-12-21 | 1 | -0/+12 |
* | New ignerr macro. | Kaz Kylheku | 2015-02-25 | 1 | -0/+11 |
* | Introducing persistent error state on streams. | Kaz Kylheku | 2015-02-25 | 1 | -0/+52 |
* | Improved error reporting, particularly for macro expansion. | Kaz Kylheku | 2015-02-21 | 1 | -0/+21 |
* | * regex.c (match_regex_right): Bugfix: zero length matches | Kaz Kylheku | 2015-02-20 | 1 | -0/+6 |
* | String-returning wrappers for some regex matching functions. | Kaz Kylheku | 2015-02-20 | 1 | -0/+13 |
* | * regex.c (print_rec): A compound must use parentheses for | Kaz Kylheku | 2015-02-15 | 1 | -0/+5 |
* | * lib.c (list_collect, list_collect_append): In error | Kaz Kylheku | 2015-02-12 | 1 | -0/+7 |
* | New functions pad and weave. | Kaz Kylheku | 2015-02-12 | 1 | -0/+10 |
* | * lib.c (lazy_appendv_func, lazy_appendv): Bugfix: append* | Kaz Kylheku | 2015-02-12 | 1 | -0/+10 |
* | * eval.c (symacro_k, fun_k): New keyword variables. | Kaz Kylheku | 2015-02-10 | 1 | -0/+11 |
* | * Makefile: Add dependency froml $(EXTRA_OBJS-y) to header | Kaz Kylheku | 2015-02-09 | 1 | -0/+6 |
* | * Makefile: Removing bogus eval which refers to nonexistent | Kaz Kylheku | 2015-02-09 | 1 | -0/+5 |
* | * Makefile (clean): Remove $(EXTRA_OBJS-y) so the Windows .res | Kaz Kylheku | 2015-02-09 | 1 | -0/+5 |
* | Version 104.txr-104 | Kaz Kylheku | 2015-02-08 | 1 | -0/+10 |
* | * arith.c (trunc_rem): New function. | Kaz Kylheku | 2015-02-07 | 1 | -0/+12 |
* | * Makefile (CFLAGS): Removed puzzling, unnecessary definitions | Kaz Kylheku | 2015-02-07 | 1 | -0/+37 |
* | Support txr-win.exe target which has no console window. | Kaz Kylheku | 2015-02-07 | 1 | -0/+12 |
* | * txr.1: fixed flurry of phrasing, formatting fumbles. | Kaz Kylheku | 2015-02-07 | 1 | -0/+4 |
* | * tests/011/macros-1.txr: Add test for lexical function | Kaz Kylheku | 2015-02-07 | 1 | -0/+7 |
* | * unwind.c (uw_throw): Detect invalid re-entry and bail. | Kaz Kylheku | 2015-02-06 | 1 | -0/+6 |
* | * unwind.c (uw_throw): Put a txr: prefix on the unhandled | Kaz Kylheku | 2015-02-06 | 1 | -0/+5 |
* | Slight internal representation change of string-only exceptions. | Kaz Kylheku | 2015-02-06 | 1 | -0/+27 |
* | Serious bugfix in the op macro, and derived macro, in | Kaz Kylheku | 2015-02-06 | 1 | -0/+12 |
* | * eval.c (subst_vars): Bugfix. When an ordinary variable | Kaz Kylheku | 2015-02-06 | 1 | -0/+12 |
* | * eval.c (transform_op): When expanding @rest and metanums | Kaz Kylheku | 2015-02-06 | 1 | -0/+8 |
* | * sysif.c (abort_wrap): New static function. | Kaz Kylheku | 2015-02-06 | 1 | -0/+11 |
* | * unwind.c (unhandled_hook_s): New static variable. | Kaz Kylheku | 2015-02-06 | 1 | -0/+20 |
* | * win/env.nsh: Before the potentially length SendMessage, | Kaz Kylheku | 2015-02-05 | 1 | -0/+5 |
* | * win/env.nsh: Improve messages about environment | Kaz Kylheku | 2015-02-05 | 1 | -0/+5 |
* | Symbol macros shadowed by functions under dwim. | Kaz Kylheku | 2015-02-03 | 1 | -0/+13 |
* | Version 103.txr-103 | Kaz Kylheku | 2015-02-01 | 1 | -0/+10 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -0/+13 |
* | Windows installer. | Kaz Kylheku | 2015-02-01 | 1 | -0/+8 |