| Commit message (Expand) | Author | Age | Files | Lines |
* | * signal.c (set_sig_handler): Don't use SA_ONSTACK | Kaz Kylheku | 2014-08-01 | 1 | -0/+9 |
* | * signal.c (sig_hup, sig_int, sig_quit, sig_ill, sig_trap, sig_abrt, | Kaz Kylheku | 2014-08-01 | 1 | -0/+11 |
* | * eval.c (getpid_wrap, getppid_wrap): New static functions. | Kaz Kylheku | 2014-07-30 | 1 | -0/+10 |
* | * parser.l: Allow unquotes and splices in QSPECIAL and BRACED states. | Kaz Kylheku | 2014-07-30 | 1 | -0/+11 |
* | * eval.c (eval_init): Register uniq function. | Kaz Kylheku | 2014-07-29 | 1 | -0/+10 |
* | * eval.c (repeatv): Renamed to repeat. Turned into function | Kaz Kylheku | 2014-07-29 | 1 | -0/+10 |
* | * arith.c (plus, minus, mul): Fix missing breaks | Kaz Kylheku | 2014-07-29 | 1 | -0/+6 |
* | * eval.c (eval_init): Register nconc as intrinsic. | Kaz Kylheku | 2014-07-29 | 1 | -0/+10 |
* | * lib.c (reduce_left, reduce_right): Nullify incoming sequence | Kaz Kylheku | 2014-07-29 | 1 | -0/+5 |
* | * eval.c (giterate_func, giterate): Adjusting semantics of giterate to | Kaz Kylheku | 2014-07-29 | 1 | -0/+9 |
* | * eval.c (eval_init): Register partition-by intrinsic. | Kaz Kylheku | 2014-07-28 | 1 | -0/+11 |
* | * arith.c (rising_product): Fix wrong m == n case, | Kaz Kylheku | 2014-07-28 | 1 | -0/+7 |
* | Fix 2014-02-05 safety regression: unchecked use of non-function objects | Kaz Kylheku | 2014-07-27 | 1 | -0/+9 |
* | * eval.c (giterate_func, giterate): New static functions. | Kaz Kylheku | 2014-07-27 | 1 | -0/+7 |
* | * unwind.h (uw_block_begin): Get rid of the unused typedef trick, | Kaz Kylheku | 2014-07-26 | 1 | -0/+8 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -0/+9 |
* | * match.c (subst_vars): Bugfix: I neglected to apply the | Kaz Kylheku | 2014-07-22 | 1 | -0/+6 |
* | * parser.y (METANUM): Forgotten %right declaration for this | Kaz Kylheku | 2014-07-22 | 1 | -0/+5 |
* | * configure: Add a check, in the case that we cannot make an | Kaz Kylheku | 2014-07-22 | 1 | -0/+18 |
* | * RELNOTES: Updated. | Kaz Kylheku | 2014-07-22 | 1 | -0/+10 |
* | * eval.c (me_case): Fix quoting issue in expansion. | Kaz Kylheku | 2014-07-22 | 1 | -0/+4 |
* | * signal.c (set_sig_handler): Set up and tear down alternate | Kaz Kylheku | 2014-07-20 | 1 | -0/+9 |
* | * eval.c (caseq_s, caseql_s, casequal_s, memq_s, memql_s, memqual_s, | Kaz Kylheku | 2014-07-20 | 1 | -0/+12 |
* | * eval.c (eval_init): Register juxt as intrinsic. | Kaz Kylheku | 2014-07-20 | 1 | -0/+11 |
* | * arith.c (divi): Support one-argument form. | Kaz Kylheku | 2014-07-20 | 1 | -0/+10 |
* | * genvim.txr: Fixed highlighting issues in numbers followed by newline. | Kaz Kylheku | 2014-07-20 | 1 | -0/+6 |
* | * lib.c (search_str): Support negative starting index. | Kaz Kylheku | 2014-07-19 | 1 | -0/+7 |
* | * hash.c (hash_construct): Nullify the pairs argument so that | Kaz Kylheku | 2014-07-19 | 1 | -0/+7 |
* | * eval.c (mapdov): New function. | Kaz Kylheku | 2014-07-19 | 1 | -0/+12 |
* | * stream.c (put_strings, put_lines): New functions. | Kaz Kylheku | 2014-07-19 | 1 | -0/+9 |
* | * eval.c (eval_init): Register get-lines as a synonym for lazy-stream-cons. | Kaz Kylheku | 2014-07-19 | 1 | -0/+13 |
* | * Makefile (conftest, conftest2): Link math | Kaz Kylheku | 2014-07-18 | 1 | -0/+20 |
* | * match.c (v_do, v_require): Set up and tear down environment frame, | Kaz Kylheku | 2014-07-15 | 1 | -0/+8 |
* | * match.c (h_eol): Fix broken horizontal @(eol). | Kaz Kylheku | 2014-07-15 | 1 | -0/+6 |
* | * tests/001/query-1.txr: Remove bogus public domain header. | Kaz Kylheku | 2014-07-15 | 1 | -0/+12 |
* | Fix old, known syntax highlighting problems between symbols, | Kaz Kylheku | 2014-07-15 | 1 | -0/+16 |
* | Fix broken regex highlighting. | Kaz Kylheku | 2014-07-15 | 1 | -0/+9 |
* | * txr.c (txr_main): Allow Lisp code executed via -e and -p options to | Kaz Kylheku | 2014-07-14 | 1 | -0/+5 |
* | * eval.c (eval_init): Register interpose and lconsp as intrinsics. | Kaz Kylheku | 2014-07-14 | 1 | -0/+11 |
* | Version 92.txr-92 | Kaz Kylheku | 2014-07-10 | 1 | -0/+10 |
* | * tests/011/macros-2.txr: Added test for labels shadowing macro, | Kaz Kylheku | 2014-07-10 | 1 | -0/+9 |
* | Implementing local function binding constructs. | Kaz Kylheku | 2014-07-10 | 1 | -0/+18 |
* | * eval.c (bindings_helper): New parameter to indicate that | Kaz Kylheku | 2014-07-08 | 1 | -0/+9 |
* | * LICENSE: Adding copyright for MPI Library. | Kaz Kylheku | 2014-07-08 | 1 | -0/+6 |
* | * Makefile: install the LICENSE and METALICENSE files into the data | Kaz Kylheku | 2014-07-07 | 1 | -0/+13 |
* | * lib.c (replace_list, sel): fix use of unused variable. | Kaz Kylheku | 2014-07-07 | 1 | -0/+4 |
* | * LICENSE: Small wording change. Add pointer to METALICENSE. | Kaz Kylheku | 2014-07-07 | 1 | -0/+6 |
* | * LICENSE: Switching to simplified two-clause BSD license, | Kaz Kylheku | 2014-07-07 | 1 | -0/+10 |
* | * txr.1: Spell check. | Kaz Kylheku | 2014-07-07 | 1 | -0/+4 |
* | * txr.1: Corrections from Roman Mishin | Kaz Kylheku | 2014-07-06 | 1 | -0/+4 |