summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
...
* * configure: Added test for <sys/stat.h>Kaz Kylheku2012-09-111-0/+26
* * eval.c (eval_init): new instrinsic function /= registered.Kaz Kylheku2012-09-111-0/+15
* * txr.1: Documented string library.Kaz Kylheku2012-09-061-1/+371
* Spelling, grammar and stylistic fixes. Arguments in functionKaz Kylheku2012-09-031-228/+250
* Some string functions documented.Kaz Kylheku2012-09-021-0/+222
* * eval.c (eval_init): Follow function renames.Kaz Kylheku2012-09-021-9/+258
* * txr.1: Lots of new documentation. Major rearrangement of document,Kaz Kylheku2012-09-011-1018/+1297
* Fixing accidental edit.Kaz Kylheku2012-09-011-1/+1
* * txr.1: Minor corrections, and documented most stream functions,Kaz Kylheku2012-09-011-3/+187
* * txr.1: Documented print, pprint, tostring and tostringp.Kaz Kylheku2012-09-011-0/+36
* * stream.c (vformat): Bugfix: under the ~a and ~s directives,Kaz Kylheku2012-08-311-0/+146
* * txr.1: Documented chain, andf, orf and iff.Kaz Kylheku2012-08-301-0/+96
* * eval.c (eval_intrinsic): Bugfix: take the expanded form insteadKaz Kylheku2012-08-301-0/+15
* * txr.1: Documented all functions related to hashing.Kaz Kylheku2012-08-301-2/+182
* * eval.c (mapcarv): Changed to external linkage.Kaz Kylheku2012-08-291-0/+2
* * eval.c (eval_init): Registered open-command and open-processKaz Kylheku2012-05-181-1/+3
* Implementing new pipe function to get around the limitationKaz Kylheku2012-05-181-1/+1
* * match.c (v_collect): Implemented semantics for repeat symbol.Kaz Kylheku2012-05-171-0/+19
* Version 65txr-65Kaz Kylheku2012-04-201-2/+2
* * txr.1: Documented new regex tokens.Kaz Kylheku2012-04-191-1/+15
* * eval.c (eval_init): New intrinsic functions remq*, remql*,Kaz Kylheku2012-04-151-1/+37
* * eval.c (eval_init): find-if intrinsic registered.Kaz Kylheku2012-04-141-1/+1
* * eval.c (eval_init): New functions remove-if and keep-if.Kaz Kylheku2012-04-141-0/+43
* * txr.1: Fixed wrong comment in example.Kaz Kylheku2012-04-111-1/+1
* * txr.1: Fix misleading comment example.Kaz Kylheku2012-04-111-1/+2
* Provide access to line number info and source path.Kaz Kylheku2012-04-111-0/+4
* * eval.c (eval_init): Expose regex-compile and regexp as intrinsics.Kaz Kylheku2012-04-101-0/+40
* * arith.c (bignum): Previously static function now exposed as external.Kaz Kylheku2012-04-081-0/+2
* * txr.1: Documented int-flo, flo-int, search-regex,Kaz Kylheku2012-04-071-0/+72
* Rounding out hash table functionality with lazy lists thatKaz Kylheku2012-04-071-0/+2
* Version 64txr-64Kaz Kylheku2012-04-061-2/+2
* If one of the blocks which are subordinate to a @(trailer)Kaz Kylheku2012-03-311-0/+30
* * match.c (h_var): Disallow the variable named by the symbol tKaz Kylheku2012-03-301-0/+12
* * txr.1: Correction: backtracking does NOT take place into a blockKaz Kylheku2012-03-301-3/+3
* * txr.1: Documenting the debugger with an example session.Kaz Kylheku2012-03-301-0/+192
* Version 63txr-63Kaz Kylheku2012-03-301-2/+2
* * lib.c (num_str): Much more accurate test for deciding whetherKaz Kylheku2012-03-301-4/+41
* * lib.c (min2, max2): Semantics tweak. If the numbers are equal,Kaz Kylheku2012-03-291-0/+25
* * arith.c (numeq): New function.Kaz Kylheku2012-03-291-5/+131
* * arith.c (gcd): Allow zeros. Don't issue "non-integral"Kaz Kylheku2012-03-291-1/+92
* * arith.c (dmod): New static function.Kaz Kylheku2012-03-291-4/+34
* * txr.1: Documented +, - and *.Kaz Kylheku2012-03-291-1/+69
* * txr.1: num-str added to doc stub.Kaz Kylheku2012-03-291-1/+1
* * eval.c (eval_init): New intrinsic num-str registered.Kaz Kylheku2012-03-261-5/+34
* * lib.c (rebind_s): New symbol variable.Kaz Kylheku2012-03-241-3/+37
* * eval.c (eval_init): Register match-str and match-str-treeKaz Kylheku2012-03-241-0/+4
* Version 62txr-62Kaz Kylheku2012-03-231-2/+2
* * RELNOTES: Updated.Kaz Kylheku2012-03-231-2/+48
* * arith.c (expo): New function.Kaz Kylheku2012-03-221-1/+1
* Fix sqrt confusion. There must be a separate isqrtKaz Kylheku2012-03-221-2/+6