summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-0/+9
* * match.c (subst_vars): Bugfix: I neglected to apply theKaz Kylheku2014-07-221-0/+6
* * parser.y (METANUM): Forgotten %right declaration for thisKaz Kylheku2014-07-221-0/+5
* * configure: Add a check, in the case that we cannot make anKaz Kylheku2014-07-221-0/+18
* * RELNOTES: Updated.Kaz Kylheku2014-07-221-0/+10
* * eval.c (me_case): Fix quoting issue in expansion.Kaz Kylheku2014-07-221-0/+4
* * signal.c (set_sig_handler): Set up and tear down alternateKaz Kylheku2014-07-201-0/+9
* * eval.c (caseq_s, caseql_s, casequal_s, memq_s, memql_s, memqual_s,Kaz Kylheku2014-07-201-0/+12
* * eval.c (eval_init): Register juxt as intrinsic.Kaz Kylheku2014-07-201-0/+11
* * arith.c (divi): Support one-argument form.Kaz Kylheku2014-07-201-0/+10
* * genvim.txr: Fixed highlighting issues in numbers followed by newline.Kaz Kylheku2014-07-201-0/+6
* * lib.c (search_str): Support negative starting index.Kaz Kylheku2014-07-191-0/+7
* * hash.c (hash_construct): Nullify the pairs argument so thatKaz Kylheku2014-07-191-0/+7
* * eval.c (mapdov): New function.Kaz Kylheku2014-07-191-0/+12
* * stream.c (put_strings, put_lines): New functions.Kaz Kylheku2014-07-191-0/+9
* * eval.c (eval_init): Register get-lines as a synonym for lazy-stream-cons.Kaz Kylheku2014-07-191-0/+13
* * Makefile (conftest, conftest2): Link mathKaz Kylheku2014-07-181-0/+20
* * match.c (v_do, v_require): Set up and tear down environment frame,Kaz Kylheku2014-07-151-0/+8
* * match.c (h_eol): Fix broken horizontal @(eol).Kaz Kylheku2014-07-151-0/+6
* * tests/001/query-1.txr: Remove bogus public domain header.Kaz Kylheku2014-07-151-0/+12
* Fix old, known syntax highlighting problems between symbols,Kaz Kylheku2014-07-151-0/+16
* Fix broken regex highlighting.Kaz Kylheku2014-07-151-0/+9
* * txr.c (txr_main): Allow Lisp code executed via -e and -p options toKaz Kylheku2014-07-141-0/+5
* * eval.c (eval_init): Register interpose and lconsp as intrinsics.Kaz Kylheku2014-07-141-0/+11
* Version 92.txr-92Kaz Kylheku2014-07-101-0/+10
* * tests/011/macros-2.txr: Added test for labels shadowing macro,Kaz Kylheku2014-07-101-0/+9
* Implementing local function binding constructs.Kaz Kylheku2014-07-101-0/+18
* * eval.c (bindings_helper): New parameter to indicate thatKaz Kylheku2014-07-081-0/+9
* * LICENSE: Adding copyright for MPI Library.Kaz Kylheku2014-07-081-0/+6
* * Makefile: install the LICENSE and METALICENSE files into the dataKaz Kylheku2014-07-071-0/+13
* * lib.c (replace_list, sel): fix use of unused variable.Kaz Kylheku2014-07-071-0/+4
* * LICENSE: Small wording change. Add pointer to METALICENSE.Kaz Kylheku2014-07-071-0/+6
* * LICENSE: Switching to simplified two-clause BSD license,Kaz Kylheku2014-07-071-0/+10
* * txr.1: Spell check.Kaz Kylheku2014-07-071-0/+4
* * txr.1: Corrections from Roman MishinKaz Kylheku2014-07-061-0/+4
* * eval.c (apf_s, ipf_s): New symbol variables.Kaz Kylheku2014-07-031-0/+13
* * eval.c (apf, ipf): Bugfix: do_apf and do_ipfKaz Kylheku2014-07-031-0/+5
* * Makefile: use $(EXE) in install: recipe.Kaz Kylheku2014-07-021-0/+16
* * txr.1: Documented usleep.Kaz Kylheku2014-07-021-0/+4
* 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-021-0/+16
* * lib.c (sel): Bugfix: not implemented correctly for sequencesKaz Kylheku2014-06-301-0/+5
* * arith.c (bit): New function.Kaz Kylheku2014-06-281-0/+12
* * mpi-patches/add-bitops (mp_and, mp_or, mp_xor, mp_shift): Plug memoryKaz Kylheku2014-06-281-0/+8
* * lib.c (where, sel): Extend into hashes.Kaz Kylheku2014-06-271-0/+6
* Bugfix: apply_intrinsic and iapply must not destructivelyKaz Kylheku2014-06-271-0/+13
* Fixes to bignum bit operations affecting pretty much all bit operationsKaz Kylheku2014-06-261-0/+15
* * eval.c (iapply_s): new global variable.Kaz Kylheku2014-06-261-0/+11
* * lib.c (last): Bugfix: reversed null test.Kaz Kylheku2014-06-261-0/+4
* * eval.c (eval_init): register range_regex and tok_whereKaz Kylheku2014-06-261-0/+15