summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * mpi-patches/add-bitops (mp_and, mp_or, mp_xor, mp_shift): Plug memoryKaz Kylheku2014-06-282-38/+43
* * lib.c (where, sel): Extend into hashes.Kaz Kylheku2014-06-273-20/+65
* Bugfix: apply_intrinsic and iapply must not destructivelyKaz Kylheku2014-06-274-22/+48
* * txr.1: Fixes in quasiquote description.Kaz Kylheku2014-06-261-16/+11
* * txr.1: Add some section headers, rearrange.Kaz Kylheku2014-06-261-92/+94
* Fixes to bignum bit operations affecting pretty much all bit operationsKaz Kylheku2014-06-263-8/+23
* * eval.c (iapply_s): new global variable.Kaz Kylheku2014-06-263-8/+88
* * lib.c (last): Bugfix: reversed null test.Kaz Kylheku2014-06-262-1/+5
* * eval.c (eval_init): register range_regex and tok_whereKaz Kylheku2014-06-267-4/+81
* * lib.c (search): Bugfix in type mismatch error message:Kaz Kylheku2014-06-262-1/+6
* * eval.c (mapcarv): Use mapcar_listout, so list_of_lists can beKaz Kylheku2014-06-265-4/+102
* Bugfix: macros not being expanded in expansions embedded inKaz Kylheku2014-06-203-3/+52
* Optimization: add missing tail updates to some listKaz Kylheku2014-06-204-7/+19
* * eval.c (do_apf, apf): New functions.Kaz Kylheku2014-06-203-0/+45
* Improve error reporting.Kaz Kylheku2014-06-202-8/+21
* * eval.c (identity_s): New global variable.Kaz Kylheku2014-06-193-2/+127
* Bugfix: dwim operator contradicts the documentationKaz Kylheku2014-06-192-1/+12
* * eval.c (me_ap): New static function.Kaz Kylheku2014-06-195-11/+123
* * eval.c (eval_init): Register member and member_if as intrinsics.Kaz Kylheku2014-06-186-137/+222
* * lib.c (generic_funcall): Bugfixes: support symbols.Kaz Kylheku2014-06-172-4/+28
* * txr.1: Fix broken examples for some and none functions.Kaz Kylheku2014-06-172-2/+6
* * eval.c (not_null): New static function.Kaz Kylheku2014-06-173-5/+48
* * eval.c (eval_init): register tuples as intrinsic.Kaz Kylheku2014-06-175-0/+81
* * lib.c (obj_print): Render character DC00 as "pnul".Kaz Kylheku2014-06-154-5/+45
* * eval.c (eval_init): Register pos_max, pos_min, find_max,Kaz Kylheku2014-06-155-7/+201
* * eval.c (eval_init): where and sel registered as intrinsicsKaz Kylheku2014-06-155-5/+141