| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c (caseq_s, caseql_s, casequal_s, memq_s, memql_s, memqual_s, | Kaz Kylheku | 2014-07-20 | 3 | -6/+130 |
* | * eval.c (eval_init): Register juxt as intrinsic. | Kaz Kylheku | 2014-07-20 | 5 | -0/+58 |
* | * arith.c (divi): Support one-argument form. | Kaz Kylheku | 2014-07-20 | 4 | -8/+26 |
* | * genvim.txr: Fixed highlighting issues in numbers followed by newline. | Kaz Kylheku | 2014-07-20 | 3 | -94/+101 |
* | * lib.c (search_str): Support negative starting index. | Kaz Kylheku | 2014-07-19 | 3 | -6/+27 |
* | * hash.c (hash_construct): Nullify the pairs argument so that | Kaz Kylheku | 2014-07-19 | 3 | -0/+27 |
* | * eval.c (mapdov): New function. | Kaz Kylheku | 2014-07-19 | 5 | -5/+81 |
* | * stream.c (put_strings, put_lines): New functions. | Kaz Kylheku | 2014-07-19 | 4 | -5/+65 |
* | * eval.c (eval_init): Register get-lines as a synonym for lazy-stream-cons. | Kaz Kylheku | 2014-07-19 | 5 | -1/+72 |
* | * txr.1: wording: arguments are omitted, not parameters. | Kaz Kylheku | 2014-07-19 | 1 | -3/+3 |
* | * Makefile (conftest, conftest2): Link math | Kaz Kylheku | 2014-07-18 | 7 | -4/+76 |
* | * match.c (v_do, v_require): Set up and tear down environment frame, | Kaz Kylheku | 2014-07-15 | 2 | -2/+19 |
* | * match.c (h_eol): Fix broken horizontal @(eol). | Kaz Kylheku | 2014-07-15 | 2 | -1/+7 |
* | * tests/001/query-1.txr: Remove bogus public domain header. | Kaz Kylheku | 2014-07-15 | 6 | -20/+12 |
* | Fix old, known syntax highlighting problems between symbols, | Kaz Kylheku | 2014-07-15 | 3 | -16/+36 |
* | Fix broken regex highlighting. | Kaz Kylheku | 2014-07-15 | 3 | -97/+109 |
* | * txr.c (txr_main): Allow Lisp code executed via -e and -p options to | Kaz Kylheku | 2014-07-14 | 2 | -2/+7 |
* | * eval.c (eval_init): Register interpose and lconsp as intrinsics. | Kaz Kylheku | 2014-07-14 | 5 | -0/+127 |
* | * txr.1: Fix opening ( balanced by }. | Kaz Kylheku | 2014-07-13 | 1 | -1/+1 |
* | Version 92.txr-92 | Kaz Kylheku | 2014-07-10 | 5 | -4/+36 |
* | * tests/011/macros-2.txr: Added test for labels shadowing macro, | Kaz Kylheku | 2014-07-10 | 4 | -138/+160 |
* | Implementing local function binding constructs. | Kaz Kylheku | 2014-07-10 | 3 | -3/+185 |
* | * eval.c: Comment spelling. | Kaz Kylheku | 2014-07-10 | 1 | -1/+1 |
* | * eval.c (bindings_helper): New parameter to indicate that | Kaz Kylheku | 2014-07-08 | 2 | -6/+18 |
* | * LICENSE: Adding copyright for MPI Library. | Kaz Kylheku | 2014-07-08 | 3 | -1/+24 |
* | * Makefile: install the LICENSE and METALICENSE files into the data | Kaz Kylheku | 2014-07-07 | 5 | -0/+60 |
* | * lib.c (replace_list, sel): fix use of unused variable. | Kaz Kylheku | 2014-07-07 | 2 | -2/+6 |
* | * LICENSE: Small wording change. Add pointer to METALICENSE. | Kaz Kylheku | 2014-07-07 | 3 | -2/+45 |
* | * LICENSE: Switching to simplified two-clause BSD license, | Kaz Kylheku | 2014-07-07 | 2 | -7/+18 |
* | * txr.1: Spell check. | Kaz Kylheku | 2014-07-07 | 2 | -102/+106 |
* | * txr.1: Corrections from Roman Mishin | Kaz Kylheku | 2014-07-06 | 2 | -49/+56 |
* | * eval.c (apf_s, ipf_s): New symbol variables. | Kaz Kylheku | 2014-07-03 | 3 | -18/+47 |
* | * eval.c (apf, ipf): Bugfix: do_apf and do_ipf | Kaz Kylheku | 2014-07-03 | 2 | -2/+7 |
* | Typo. | Kaz Kylheku | 2014-07-03 | 1 | -1/+1 |
* | Version 91.txr-91 | Kaz Kylheku | 2014-07-02 | 5 | -122/+200 |
* | * Makefile: use $(EXE) in install: recipe. | Kaz Kylheku | 2014-07-02 | 3 | -2/+18 |
* | * txr.1: Documented usleep. | Kaz Kylheku | 2014-07-02 | 2 | -0/+25 |
* | 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 | 4 | -90/+193 |
* | * lib.c (sel): Bugfix: not implemented correctly for sequences | Kaz Kylheku | 2014-06-30 | 2 | -4/+7 |
* | * 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 |