| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * arith.c (bit): New function. | Kaz Kylheku | 2014-06-28 | 6 | -4/+110 |
* | * mpi-patches/add-bitops (mp_and, mp_or, mp_xor, mp_shift): Plug memory | Kaz Kylheku | 2014-06-28 | 2 | -38/+43 |
* | * lib.c (where, sel): Extend into hashes. | Kaz Kylheku | 2014-06-27 | 3 | -20/+65 |
* | Bugfix: apply_intrinsic and iapply must not destructively | Kaz Kylheku | 2014-06-27 | 4 | -22/+48 |
* | * txr.1: Fixes in quasiquote description. | Kaz Kylheku | 2014-06-26 | 1 | -16/+11 |
* | * txr.1: Add some section headers, rearrange. | Kaz Kylheku | 2014-06-26 | 1 | -92/+94 |
* | Fixes to bignum bit operations affecting pretty much all bit operations | Kaz Kylheku | 2014-06-26 | 3 | -8/+23 |
* | * eval.c (iapply_s): new global variable. | Kaz Kylheku | 2014-06-26 | 3 | -8/+88 |
* | * lib.c (last): Bugfix: reversed null test. | Kaz Kylheku | 2014-06-26 | 2 | -1/+5 |
* | * eval.c (eval_init): register range_regex and tok_where | Kaz Kylheku | 2014-06-26 | 7 | -4/+81 |
* | * lib.c (search): Bugfix in type mismatch error message: | Kaz Kylheku | 2014-06-26 | 2 | -1/+6 |
* | * eval.c (mapcarv): Use mapcar_listout, so list_of_lists can be | Kaz Kylheku | 2014-06-26 | 5 | -4/+102 |
* | Bugfix: macros not being expanded in expansions embedded in | Kaz Kylheku | 2014-06-20 | 3 | -3/+52 |
* | Optimization: add missing tail updates to some list | Kaz Kylheku | 2014-06-20 | 4 | -7/+19 |
* | * eval.c (do_apf, apf): New functions. | Kaz Kylheku | 2014-06-20 | 3 | -0/+45 |
* | Improve error reporting. | Kaz Kylheku | 2014-06-20 | 2 | -8/+21 |
* | * eval.c (identity_s): New global variable. | Kaz Kylheku | 2014-06-19 | 3 | -2/+127 |
* | Bugfix: dwim operator contradicts the documentation | Kaz Kylheku | 2014-06-19 | 2 | -1/+12 |
* | * eval.c (me_ap): New static function. | Kaz Kylheku | 2014-06-19 | 5 | -11/+123 |
* | * eval.c (eval_init): Register member and member_if as intrinsics. | Kaz Kylheku | 2014-06-18 | 6 | -137/+222 |
* | * lib.c (generic_funcall): Bugfixes: support symbols. | Kaz Kylheku | 2014-06-17 | 2 | -4/+28 |
* | * txr.1: Fix broken examples for some and none functions. | Kaz Kylheku | 2014-06-17 | 2 | -2/+6 |
* | * eval.c (not_null): New static function. | Kaz Kylheku | 2014-06-17 | 3 | -5/+48 |
* | * eval.c (eval_init): register tuples as intrinsic. | Kaz Kylheku | 2014-06-17 | 5 | -0/+81 |
* | * lib.c (obj_print): Render character DC00 as "pnul". | Kaz Kylheku | 2014-06-15 | 4 | -5/+45 |
* | * eval.c (eval_init): Register pos_max, pos_min, find_max, | Kaz Kylheku | 2014-06-15 | 5 | -7/+201 |
* | * eval.c (eval_init): where and sel registered as intrinsics | Kaz Kylheku | 2014-06-15 | 5 | -5/+141 |
* | Bugfix: range and range* broken when "to" argument is | Kaz Kylheku | 2014-06-15 | 2 | -5/+14 |
* | * Makefile: Install share/txr/stdlib/*.txr material. | Kaz Kylheku | 2014-06-12 | 5 | -1/+20 |
* | * match.c (v_load): use the abs_path_p function instead of | Kaz Kylheku | 2014-06-12 | 6 | -2/+74 |
* | Version 90txr-90 | Kaz Kylheku | 2014-06-11 | 7 | -113/+182 |
* | * Makefile (txr.o): Pass TXR_VER preprocessor symbol on gcc command | Kaz Kylheku | 2014-06-11 | 5 | -6/+50 |
* | * eval.c (eval_init): Change registration of string_cmp | Kaz Kylheku | 2014-06-10 | 5 | -32/+111 |
* | 2014-06-10 Kaz Kylheku <kaz@kylheku.com> | Kaz Kylheku | 2014-06-10 | 4 | -22/+49 |
* | * txr.c (get_self_path): Fix spelling of GetModuleFileName. | Kaz Kylheku | 2014-06-10 | 2 | -3/+17 |
* | * parser.l (yylex_destroy): The FLEX_ version are prefixed with YY_ | Kaz Kylheku | 2014-06-10 | 2 | -5/+8 |
* | New variable stdlib, with a sysroot mechanism to compute | Kaz Kylheku | 2014-06-09 | 2 | -0/+89 |
* | * lib.c (match_str): Extended to suffix testing, with a negative | Kaz Kylheku | 2014-06-09 | 3 | -13/+44 |
* | * Makefile: fix broken tests; numerous test cases output | Kaz Kylheku | 2014-06-09 | 2 | -1/+14 |
* | * txr.c (txr_main): New option --args. | Kaz Kylheku | 2014-06-09 | 3 | -21/+77 |
* | * txr.1: Clarify that -B is needed in some examples. | Kaz Kylheku | 2014-06-09 | 1 | -30/+30 |
* | The dumping of bindings and printing of false must now | Kaz Kylheku | 2014-06-09 | 8 | -78/+48 |
* | Fixing issue with list-like iteration over generic sequences, | Kaz Kylheku | 2014-06-06 | 5 | -22/+195 |
* | * eval.c (eval_init): Register new search function as intrinsic. | Kaz Kylheku | 2014-06-06 | 6 | -32/+164 |
* | * configure: tabs to spaces. | Kaz Kylheku | 2014-06-06 | 1 | -21/+21 |
* | * parser.l: Adding an explicit lexical rule to | Kaz Kylheku | 2014-06-05 | 2 | -0/+12 |
* | * parser.l (yylex_destroy): Only rely on the FLEX_ version | Kaz Kylheku | 2014-06-05 | 2 | -0/+8 |
* | * configure (lang_flags): Removing -D_BSD_SOURCE | Kaz Kylheku | 2014-06-05 | 2 | -2/+52 |
* | * configure (lang_flags): drop -D_POSIX_C_SOURCE=199309L. | Kaz Kylheku | 2014-06-04 | 2 | -1/+6 |
* | * configure: Typo in diagnostic output: wspawnlp. | Kaz Kylheku | 2014-06-04 | 2 | -1/+5 |