summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Bugfix: range and range* broken when "to" argument isKaz Kylheku2014-06-152-5/+14
* * Makefile: Install share/txr/stdlib/*.txr material.Kaz Kylheku2014-06-125-1/+20
* * match.c (v_load): use the abs_path_p function instead ofKaz Kylheku2014-06-126-2/+74
* Version 90txr-90Kaz Kylheku2014-06-117-113/+182
* * Makefile (txr.o): Pass TXR_VER preprocessor symbol on gcc commandKaz Kylheku2014-06-115-6/+50
* * eval.c (eval_init): Change registration of string_cmpKaz Kylheku2014-06-105-32/+111
* 2014-06-10 Kaz Kylheku <kaz@kylheku.com>Kaz Kylheku2014-06-104-22/+49
* * txr.c (get_self_path): Fix spelling of GetModuleFileName.Kaz Kylheku2014-06-102-3/+17
* * parser.l (yylex_destroy): The FLEX_ version are prefixed with YY_Kaz Kylheku2014-06-102-5/+8
* New variable stdlib, with a sysroot mechanism to computeKaz Kylheku2014-06-092-0/+89
* * lib.c (match_str): Extended to suffix testing, with a negativeKaz Kylheku2014-06-093-13/+44
* * Makefile: fix broken tests; numerous test cases outputKaz Kylheku2014-06-092-1/+14
* * txr.c (txr_main): New option --args.Kaz Kylheku2014-06-093-21/+77
* * txr.1: Clarify that -B is needed in some examples.Kaz Kylheku2014-06-091-30/+30
* The dumping of bindings and printing of false must nowKaz Kylheku2014-06-098-78/+48
* Fixing issue with list-like iteration over generic sequences,Kaz Kylheku2014-06-065-22/+195
* * eval.c (eval_init): Register new search function as intrinsic.Kaz Kylheku2014-06-066-32/+164
* * configure: tabs to spaces.Kaz Kylheku2014-06-061-21/+21
* * parser.l: Adding an explicit lexical rule toKaz Kylheku2014-06-052-0/+12
* * parser.l (yylex_destroy): Only rely on the FLEX_ versionKaz Kylheku2014-06-052-0/+8
* * configure (lang_flags): Removing -D_BSD_SOURCEKaz Kylheku2014-06-052-2/+52
* * configure (lang_flags): drop -D_POSIX_C_SOURCE=199309L.Kaz Kylheku2014-06-042-1/+6
* * configure: Typo in diagnostic output: wspawnlp.Kaz Kylheku2014-06-042-1/+5