| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c (apf_s, ipf_s): New symbol variables. | Kaz Kylheku | 2014-07-03 | 1 | -0/+13 |
* | * eval.c (apf, ipf): Bugfix: do_apf and do_ipf | Kaz Kylheku | 2014-07-03 | 1 | -0/+5 |
* | * Makefile: use $(EXE) in install: recipe. | Kaz Kylheku | 2014-07-02 | 1 | -0/+16 |
* | * txr.1: Documented usleep. | Kaz Kylheku | 2014-07-02 | 1 | -0/+4 |
* | Reconstruct missing ChangeLog entry from git log. | Kaz Kylheku | 2014-07-02 | 1 | -0/+20 |
* | * eval.c (dwim_loc): Support indexing using a list of positions, | Kaz Kylheku | 2014-07-02 | 1 | -0/+16 |
* | * lib.c (sel): Bugfix: not implemented correctly for sequences | Kaz Kylheku | 2014-06-30 | 1 | -0/+5 |
* | * arith.c (bit): New function. | Kaz Kylheku | 2014-06-28 | 1 | -0/+12 |
* | * mpi-patches/add-bitops (mp_and, mp_or, mp_xor, mp_shift): Plug memory | Kaz Kylheku | 2014-06-28 | 1 | -0/+8 |
* | * lib.c (where, sel): Extend into hashes. | Kaz Kylheku | 2014-06-27 | 1 | -0/+6 |
* | Bugfix: apply_intrinsic and iapply must not destructively | Kaz Kylheku | 2014-06-27 | 1 | -0/+13 |
* | Fixes to bignum bit operations affecting pretty much all bit operations | Kaz Kylheku | 2014-06-26 | 1 | -0/+15 |
* | * eval.c (iapply_s): new global variable. | Kaz Kylheku | 2014-06-26 | 1 | -0/+11 |
* | * lib.c (last): Bugfix: reversed null test. | Kaz Kylheku | 2014-06-26 | 1 | -0/+4 |
* | * eval.c (eval_init): register range_regex and tok_where | Kaz Kylheku | 2014-06-26 | 1 | -0/+15 |
* | * lib.c (search): Bugfix in type mismatch error message: | Kaz Kylheku | 2014-06-26 | 1 | -0/+5 |
* | * eval.c (mapcarv): Use mapcar_listout, so list_of_lists can be | Kaz Kylheku | 2014-06-26 | 1 | -0/+14 |
* | Bugfix: macros not being expanded in expansions embedded in | Kaz Kylheku | 2014-06-20 | 1 | -0/+15 |
* | Optimization: add missing tail updates to some list | Kaz Kylheku | 2014-06-20 | 1 | -0/+12 |
* | * eval.c (do_apf, apf): New functions. | Kaz Kylheku | 2014-06-20 | 1 | -0/+7 |
* | Improve error reporting. | Kaz Kylheku | 2014-06-20 | 1 | -0/+9 |
* | * eval.c (identity_s): New global variable. | Kaz Kylheku | 2014-06-19 | 1 | -0/+10 |
* | Bugfix: dwim operator contradicts the documentation | Kaz Kylheku | 2014-06-19 | 1 | -0/+11 |
* | * eval.c (me_ap): New static function. | Kaz Kylheku | 2014-06-19 | 1 | -0/+15 |
* | * eval.c (eval_init): Register member and member_if as intrinsics. | Kaz Kylheku | 2014-06-18 | 1 | -0/+12 |
* | * lib.c (generic_funcall): Bugfixes: support symbols. | Kaz Kylheku | 2014-06-17 | 1 | -0/+16 |
* | * txr.1: Fix broken examples for some and none functions. | Kaz Kylheku | 2014-06-17 | 1 | -0/+4 |
* | * eval.c (not_null): New static function. | Kaz Kylheku | 2014-06-17 | 1 | -0/+9 |
* | * eval.c (eval_init): register tuples as intrinsic. | Kaz Kylheku | 2014-06-17 | 1 | -0/+11 |
* | * lib.c (obj_print): Render character DC00 as "pnul". | Kaz Kylheku | 2014-06-15 | 1 | -0/+14 |
* | * eval.c (eval_init): Register pos_max, pos_min, find_max, | Kaz Kylheku | 2014-06-15 | 1 | -0/+20 |
* | * eval.c (eval_init): where and sel registered as intrinsics | Kaz Kylheku | 2014-06-15 | 1 | -0/+13 |
* | Bugfix: range and range* broken when "to" argument is | Kaz Kylheku | 2014-06-15 | 1 | -0/+9 |
* | * Makefile: Install share/txr/stdlib/*.txr material. | Kaz Kylheku | 2014-06-12 | 1 | -0/+13 |
* | * match.c (v_load): use the abs_path_p function instead of | Kaz Kylheku | 2014-06-12 | 1 | -0/+14 |
* | Version 90txr-90 | Kaz Kylheku | 2014-06-11 | 1 | -0/+14 |
* | * Makefile (txr.o): Pass TXR_VER preprocessor symbol on gcc command | Kaz Kylheku | 2014-06-11 | 1 | -0/+21 |
* | * eval.c (eval_init): Change registration of string_cmp | Kaz Kylheku | 2014-06-10 | 1 | -0/+20 |
* | 2014-06-10 Kaz Kylheku <kaz@kylheku.com> | Kaz Kylheku | 2014-06-10 | 1 | -0/+15 |
* | * txr.c (get_self_path): Fix spelling of GetModuleFileName. | Kaz Kylheku | 2014-06-10 | 1 | -0/+7 |
* | * parser.l (yylex_destroy): The FLEX_ version are prefixed with YY_ | Kaz Kylheku | 2014-06-10 | 1 | -0/+5 |
* | New variable stdlib, with a sysroot mechanism to compute | Kaz Kylheku | 2014-06-09 | 1 | -0/+10 |
* | * lib.c (match_str): Extended to suffix testing, with a negative | Kaz Kylheku | 2014-06-09 | 1 | -0/+7 |
* | * Makefile: fix broken tests; numerous test cases output | Kaz Kylheku | 2014-06-09 | 1 | -0/+6 |
* | * txr.c (txr_main): New option --args. | Kaz Kylheku | 2014-06-09 | 1 | -0/+7 |
* | The dumping of bindings and printing of false must now | Kaz Kylheku | 2014-06-09 | 1 | -0/+26 |
* | Fixing issue with list-like iteration over generic sequences, | Kaz Kylheku | 2014-06-06 | 1 | -0/+27 |
* | * eval.c (eval_init): Register new search function as intrinsic. | Kaz Kylheku | 2014-06-06 | 1 | -0/+13 |
* | * parser.l: Adding an explicit lexical rule to | Kaz Kylheku | 2014-06-05 | 1 | -0/+7 |
* | * parser.l (yylex_destroy): Only rely on the FLEX_ version | Kaz Kylheku | 2014-06-05 | 1 | -0/+6 |