summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
...
* Introducing persistent error state on streams.Kaz Kylheku2015-02-251-0/+58
* String-returning wrappers for some regex matching functions.Kaz Kylheku2015-02-201-4/+33
* New functions pad and weave.Kaz Kylheku2015-02-121-0/+61
* * eval.c (symacro_k, fun_k): New keyword variables.Kaz Kylheku2015-02-101-0/+36
* Version 104.txr-104Kaz Kylheku2015-02-081-2/+2
* * arith.c (trunc_rem): New function.Kaz Kylheku2015-02-071-1/+21
* * txr.1: fixed flurry of phrasing, formatting fumbles.Kaz Kylheku2015-02-071-12/+22
* * sysif.c (abort_wrap): New static function.Kaz Kylheku2015-02-061-2/+25
* * unwind.c (unhandled_hook_s): New static variable.Kaz Kylheku2015-02-061-0/+41
* Symbol macros shadowed by functions under dwim.Kaz Kylheku2015-02-031-20/+44
* Version 103.txr-103Kaz Kylheku2015-02-011-2/+2
* * arith.c (make_ubignum): New static function.Kaz Kylheku2015-01-291-0/+29
* * txr.1: Minor change under make-random-state.Kaz Kylheku2015-01-291-1/+1
* * txr.1: fixed use of nonexistent str-int in @(require) example;Kaz Kylheku2015-01-291-5/+3
* * arith.c (width): New function.Kaz Kylheku2015-01-271-0/+28
* * eval.c (call_f): new global variable.Kaz Kylheku2015-01-251-0/+45
* * eval.c (eval_init): Register dupl and swap_12_21 asKaz Kylheku2015-01-251-0/+31
* * eval.c (callf): New static function.Kaz Kylheku2015-01-241-0/+32
* * txr.1: Grammar.Kaz Kylheku2015-01-241-1/+1
* Basic implementation of constantp. Does notKaz Kylheku2015-01-211-0/+37
* * stream.c (get_string): New argument, close_after_p.Kaz Kylheku2015-01-211-1/+13
* * txr.1: Minor fix in split-str-set documentation.Kaz Kylheku2015-01-211-1/+1
* Allow macros to tell what symbols have lexical functionKaz Kylheku2015-01-211-0/+63
* Version 102.txr-102Kaz Kylheku2015-01-131-2/+2
* * arith.c (zerop): Handle character arguments.Kaz Kylheku2015-01-121-1/+26
* * glob.c: New file.Kaz Kylheku2015-01-111-0/+83
* * lib.c (make_like): Bugfix. (make-like nil "abc")Kaz Kylheku2015-01-111-0/+12
* * eval.c (merge_wrap): Make generic over sequences.Kaz Kylheku2015-01-111-10/+11
* * txr.1: Formatting fixes.Kaz Kylheku2015-01-031-2/+2
* Version 101.txr-101Kaz Kylheku2015-01-011-3/+3
* * txr.1: Fix error. (set [seq index-list] new) corresponds toKaz Kylheku2014-12-311-3/+8
* * lib.c (simple_lazy_stream_func): Bugfix: close the streamKaz Kylheku2014-12-251-5/+4
* * stream.c (stream_init): Register make_catenated_stream inKaz Kylheku2014-12-251-2/+9
* * txr.1: Small fix under get-lines.Kaz Kylheku2014-12-251-1/+1
* * eval.c (ap_s, ret_s, aret_s): New symbol variables.Kaz Kylheku2014-12-231-0/+42
* * eval.c (eval_init): Registered intrinsic function unique.Kaz Kylheku2014-12-231-0/+69
* * lib.c (copy): Support copying random state objectsKaz Kylheku2014-12-181-11/+17
* * rand.c (rand32): Bugfix: if the seed object is a randomKaz Kylheku2014-12-171-1/+10
* * arith.c (tofloat, toint): Handle characters.Kaz Kylheku2014-12-051-0/+5
* * eval.c (eval_init): Register in function as intrinsic.Kaz Kylheku2014-12-051-0/+53
* * eval.c (eval_init): Register lequal and gequal.Kaz Kylheku2014-11-271-0/+32
* * eval.c (eval_init): Register less and greater toKaz Kylheku2014-11-271-4/+27
* * eval.c (eval_init): Register sort-group.Kaz Kylheku2014-11-211-0/+32
* * arith.c (wrap_star, wrap): New functions.Kaz Kylheku2014-11-201-0/+59
* * arith.c (succ, ssucc, sssucc, pred, ppred, pppred): New functions.Kaz Kylheku2014-11-201-0/+32
* * lib.c (where): Argument order reversed, with compat support.Kaz Kylheku2014-11-201-1/+5
* * lib.c (sel): Accept a function in place of the index list.Kaz Kylheku2014-11-201-1/+14
* * txr.1: Random fixes.Kaz Kylheku2014-11-171-3/+3
* * lib.c (split_str): If the separator string is empty,Kaz Kylheku2014-11-171-0/+31
* * lib.c (max2, min2): Use the less comparison functionKaz Kylheku2014-11-151-4/+7