summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * unwind.h (uw_block_begin): Get rid of the unused typedef trick,Kaz Kylheku2014-07-262-3/+11
* * txr.1: Corrections in "status and error reporting"Kaz Kylheku2014-07-251-13/+20
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-2340-631/+636
* * match.c (subst_vars): Bugfix: I neglected to apply theKaz Kylheku2014-07-222-1/+7
* * parser.y (METANUM): Forgotten %right declaration for thisKaz Kylheku2014-07-222-1/+6
* * configure: Add a check, in the case that we cannot make anKaz Kylheku2014-07-227-6/+76
* * RELNOTES: Updated.Kaz Kylheku2014-07-227-46/+103
* * eval.c (me_case): Fix quoting issue in expansion.Kaz Kylheku2014-07-222-1/+7
* * signal.c (set_sig_handler): Set up and tear down alternateKaz Kylheku2014-07-202-2/+11
* * eval.c (caseq_s, caseql_s, casequal_s, memq_s, memql_s, memqual_s,Kaz Kylheku2014-07-203-6/+130
* * eval.c (eval_init): Register juxt as intrinsic.Kaz Kylheku2014-07-205-0/+58
* * arith.c (divi): Support one-argument form.Kaz Kylheku2014-07-204-8/+26
* * genvim.txr: Fixed highlighting issues in numbers followed by newline.Kaz Kylheku2014-07-203-94/+101
* * lib.c (search_str): Support negative starting index.Kaz Kylheku2014-07-193-6/+27
* * hash.c (hash_construct): Nullify the pairs argument so thatKaz Kylheku2014-07-193-0/+27
* * eval.c (mapdov): New function.Kaz Kylheku2014-07-195-5/+81
* * stream.c (put_strings, put_lines): New functions.Kaz Kylheku2014-07-194-5/+65
* * eval.c (eval_init): Register get-lines as a synonym for lazy-stream-cons.Kaz Kylheku2014-07-195-1/+72
* * txr.1: wording: arguments are omitted, not parameters.Kaz Kylheku2014-07-191-3/+3
* * Makefile (conftest, conftest2): Link mathKaz Kylheku2014-07-187-4/+76
* * match.c (v_do, v_require): Set up and tear down environment frame,Kaz Kylheku2014-07-152-2/+19
* * match.c (h_eol): Fix broken horizontal @(eol).Kaz Kylheku2014-07-152-1/+7
* * tests/001/query-1.txr: Remove bogus public domain header.Kaz Kylheku2014-07-156-20/+12
* Fix old, known syntax highlighting problems between symbols,Kaz Kylheku2014-07-153-16/+36
* Fix broken regex highlighting.Kaz Kylheku2014-07-153-97/+109
* * txr.c (txr_main): Allow Lisp code executed via -e and -p options toKaz Kylheku2014-07-142-2/+7
* * eval.c (eval_init): Register interpose and lconsp as intrinsics.Kaz Kylheku2014-07-145-0/+127
* * txr.1: Fix opening ( balanced by }.Kaz Kylheku2014-07-131-1/+1
* Version 92.txr-92Kaz Kylheku2014-07-105-4/+36
* * tests/011/macros-2.txr: Added test for labels shadowing macro,Kaz Kylheku2014-07-104-138/+160
* Implementing local function binding constructs.Kaz Kylheku2014-07-103-3/+185
* * eval.c: Comment spelling.Kaz Kylheku2014-07-101-1/+1
* * eval.c (bindings_helper): New parameter to indicate thatKaz Kylheku2014-07-082-6/+18
* * LICENSE: Adding copyright for MPI Library.Kaz Kylheku2014-07-083-1/+24
* * Makefile: install the LICENSE and METALICENSE files into the dataKaz Kylheku2014-07-075-0/+60
* * lib.c (replace_list, sel): fix use of unused variable.Kaz Kylheku2014-07-072-2/+6
* * LICENSE: Small wording change. Add pointer to METALICENSE.Kaz Kylheku2014-07-073-2/+45
* * LICENSE: Switching to simplified two-clause BSD license,Kaz Kylheku2014-07-072-7/+18
* * txr.1: Spell check.Kaz Kylheku2014-07-072-102/+106
* * txr.1: Corrections from Roman MishinKaz Kylheku2014-07-062-49/+56
* * eval.c (apf_s, ipf_s): New symbol variables.Kaz Kylheku2014-07-033-18/+47
* * eval.c (apf, ipf): Bugfix: do_apf and do_ipfKaz Kylheku2014-07-032-2/+7
* Typo.Kaz Kylheku2014-07-031-1/+1
* Version 91.txr-91Kaz Kylheku2014-07-025-122/+200
* * Makefile: use $(EXE) in install: recipe.Kaz Kylheku2014-07-023-2/+18
* * txr.1: Documented usleep.Kaz Kylheku2014-07-022-0/+25
* Reconstruct missing ChangeLog entry from git log.Kaz Kylheku2014-07-021-0/+20
* * eval.c (dwim_loc): Support indexing using a list of positions,Kaz Kylheku2014-07-024-90/+193
* * lib.c (sel): Bugfix: not implemented correctly for sequencesKaz Kylheku2014-06-302-4/+7
* * arith.c (bit): New function.Kaz Kylheku2014-06-286-4/+110