summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
...
* * arith.c (divi): Support one-argument form.Kaz Kylheku2014-07-201-2/+3
* * lib.c (search_str): Support negative starting index.Kaz Kylheku2014-07-191-2/+6
* * hash.c (hash_construct): Nullify the pairs argument so thatKaz Kylheku2014-07-191-0/+18
* * eval.c (mapdov): New function.Kaz Kylheku2014-07-191-5/+33
* * stream.c (put_strings, put_lines): New functions.Kaz Kylheku2014-07-191-5/+34
* * eval.c (eval_init): Register get-lines as a synonym for lazy-stream-cons.Kaz Kylheku2014-07-191-1/+38
* * txr.1: wording: arguments are omitted, not parameters.Kaz Kylheku2014-07-191-3/+3
* * Makefile (conftest, conftest2): Link mathKaz Kylheku2014-07-181-1/+5
* * eval.c (eval_init): Register interpose and lconsp as intrinsics.Kaz Kylheku2014-07-141-0/+51
* * txr.1: Fix opening ( balanced by }.Kaz Kylheku2014-07-131-1/+1
* Version 92.txr-92Kaz Kylheku2014-07-101-2/+2
* Implementing local function binding constructs.Kaz Kylheku2014-07-101-0/+49
* * Makefile: install the LICENSE and METALICENSE files into the dataKaz Kylheku2014-07-071-0/+5
* * txr.1: Spell check.Kaz Kylheku2014-07-071-102/+102
* * txr.1: Corrections from Roman MishinKaz Kylheku2014-07-061-49/+52
* * eval.c (apf_s, ipf_s): New symbol variables.Kaz Kylheku2014-07-031-6/+15
* Typo.Kaz Kylheku2014-07-031-1/+1
* Version 91.txr-91Kaz Kylheku2014-07-021-2/+2
* * txr.1: Documented usleep.Kaz Kylheku2014-07-021-0/+21
* * eval.c (dwim_loc): Support indexing using a list of positions,Kaz Kylheku2014-07-021-70/+83
* * arith.c (bit): New function.Kaz Kylheku2014-06-281-0/+22
* * lib.c (where, sel): Extend into hashes.Kaz Kylheku2014-06-271-14/+25
* * 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
* * eval.c (iapply_s): new global variable.Kaz Kylheku2014-06-261-6/+28
* * eval.c (eval_init): register range_regex and tok_whereKaz Kylheku2014-06-261-4/+26
* * eval.c (mapcarv): Use mapcar_listout, so list_of_lists can beKaz Kylheku2014-06-261-0/+51
* * eval.c (do_apf, apf): New functions.Kaz Kylheku2014-06-201-0/+27
* * eval.c (identity_s): New global variable.Kaz Kylheku2014-06-191-0/+82
* * eval.c (me_ap): New static function.Kaz Kylheku2014-06-191-6/+81
* * eval.c (eval_init): Register member and member_if as intrinsics.Kaz Kylheku2014-06-181-1/+31
* * txr.1: Fix broken examples for some and none functions.Kaz Kylheku2014-06-171-2/+2
* * eval.c (not_null): New static function.Kaz Kylheku2014-06-171-3/+30
* * eval.c (eval_init): register tuples as intrinsic.Kaz Kylheku2014-06-171-0/+33
* * lib.c (obj_print): Render character DC00 as "pnul".Kaz Kylheku2014-06-151-2/+22
* * eval.c (eval_init): Register pos_max, pos_min, find_max,Kaz Kylheku2014-06-151-0/+81
* * eval.c (eval_init): where and sel registered as intrinsicsKaz Kylheku2014-06-151-3/+59
* * match.c (v_load): use the abs_path_p function instead ofKaz Kylheku2014-06-121-0/+36
* Version 90txr-90Kaz Kylheku2014-06-111-2/+2
* * eval.c (eval_init): Change registration of string_cmpKaz Kylheku2014-06-101-19/+47
* * lib.c (match_str): Extended to suffix testing, with a negativeKaz Kylheku2014-06-091-5/+14
* * txr.c (txr_main): New option --args.Kaz Kylheku2014-06-091-21/+62
* * 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-091-58/+13
* Fixing issue with list-like iteration over generic sequences,Kaz Kylheku2014-06-061-0/+46
* * eval.c (eval_init): Register new search function as intrinsic.Kaz Kylheku2014-06-061-0/+51
* Documenting the return value of rplaca and rplacd, and changingKaz Kylheku2014-06-031-0/+5
* The call operator should be a function!Kaz Kylheku2014-05-201-12/+4
* Version 89txr-89Kaz Kylheku2014-05-101-2/+2
* Version 88txr-88Kaz Kylheku2014-04-041-2/+2