| Commit message (Expand) | Author | Age | Files | Lines |
* | * signal.c (set_sig_handler): Don't use SA_ONSTACK | Kaz Kylheku | 2014-08-01 | 3 | -3/+13 |
* | * signal.c (sig_hup, sig_int, sig_quit, sig_ill, sig_trap, sig_abrt, | Kaz Kylheku | 2014-08-01 | 3 | -14/+11 |
* | * eval.c (getpid_wrap, getppid_wrap): New static functions. | Kaz Kylheku | 2014-07-30 | 4 | -0/+62 |
* | * parser.l: Allow unquotes and splices in QSPECIAL and BRACED states. | Kaz Kylheku | 2014-07-30 | 6 | -7/+45 |
* | * txr.vim: Updated. | Kaz Kylheku | 2014-07-30 | 1 | -100/+101 |
* | * eval.c (eval_init): Register uniq function. | Kaz Kylheku | 2014-07-29 | 5 | -0/+61 |
* | * eval.c (repeatv): Renamed to repeat. Turned into function | Kaz Kylheku | 2014-07-29 | 3 | -9/+27 |
* | * arith.c (plus, minus, mul): Fix missing breaks | Kaz Kylheku | 2014-07-29 | 2 | -0/+12 |
* | * eval.c (eval_init): Register nconc as intrinsic. | Kaz Kylheku | 2014-07-29 | 5 | -3/+32 |
* | * lib.c (reduce_left, reduce_right): Nullify incoming sequence | Kaz Kylheku | 2014-07-29 | 2 | -0/+9 |
* | * eval.c (giterate_func, giterate): Adjusting semantics of giterate to | Kaz Kylheku | 2014-07-29 | 3 | -15/+21 |
* | * eval.c (eval_init): Register partition-by intrinsic. | Kaz Kylheku | 2014-07-28 | 5 | -0/+98 |
* | * arith.c (rising_product): Fix wrong m == n case, | Kaz Kylheku | 2014-07-28 | 3 | -5/+12 |
* | * txr.1: Fix bad non-floating-point constant examples. | Kaz Kylheku | 2014-07-28 | 1 | -1/+3 |
* | * txr.1: typo: List Literals not Lists. Fix | Kaz Kylheku | 2014-07-28 | 1 | -2/+2 |
* | Fix 2014-02-05 safety regression: unchecked use of non-function objects | Kaz Kylheku | 2014-07-27 | 2 | -5/+14 |
* | * eval.c (giterate_func, giterate): New static functions. | Kaz Kylheku | 2014-07-27 | 3 | -2/+62 |
* | * unwind.h (uw_block_begin): Get rid of the unused typedef trick, | Kaz Kylheku | 2014-07-26 | 2 | -3/+11 |
* | * txr.1: Corrections in "status and error reporting" | Kaz Kylheku | 2014-07-25 | 1 | -13/+20 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 40 | -631/+636 |
* | * match.c (subst_vars): Bugfix: I neglected to apply the | Kaz Kylheku | 2014-07-22 | 2 | -1/+7 |
* | * parser.y (METANUM): Forgotten %right declaration for this | Kaz Kylheku | 2014-07-22 | 2 | -1/+6 |
* | * configure: Add a check, in the case that we cannot make an | Kaz Kylheku | 2014-07-22 | 7 | -6/+76 |
* | * RELNOTES: Updated. | Kaz Kylheku | 2014-07-22 | 7 | -46/+103 |
* | * eval.c (me_case): Fix quoting issue in expansion. | Kaz Kylheku | 2014-07-22 | 2 | -1/+7 |
* | * signal.c (set_sig_handler): Set up and tear down alternate | Kaz Kylheku | 2014-07-20 | 2 | -2/+11 |
* | * 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 |