summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* 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
* * eval.c (me_quasilist): New static function.Kaz Kylheku2014-03-251-10/+48
* Introducing word list literals.Kaz Kylheku2014-03-251-0/+40
* * eval.c (eval_init): Register last function as intrinsic.Kaz Kylheku2014-03-231-0/+16
* * eval.c (eval_init): Register empty as intrinsic.Kaz Kylheku2014-03-231-3/+17
* * eval.c (not_s): New symbol var.Kaz Kylheku2014-03-231-3/+37
* Version 87.txr-87Kaz Kylheku2014-03-221-2/+2
* txr.1: Improve dwim operator description.Kaz Kylheku2014-03-221-11/+28
* * eval.c (me_when): New static function.Kaz Kylheku2014-03-221-0/+15
* * arith.c (tofloat, toint): New functions.Kaz Kylheku2014-03-191-0/+26
* Version 86.txr-86Kaz Kylheku2014-03-161-2/+2
* Document that leading whitespace before a backslash lineKaz Kylheku2014-03-151-2/+15
* * parser.l: Bugfix. When handling a backslash-newline continuationKaz Kylheku2014-03-151-2/+5
* * parser.y (text): Allow the EMPTY token (the @(empty) syntax)Kaz Kylheku2014-03-151-0/+6
* * eval.c (eval_init): Make seed argument optional in make-random-state.Kaz Kylheku2014-03-141-3/+24
* Implementing @(if)/@(elif)/@(else) in the pattern language.Kaz Kylheku2014-03-131-5/+91
* * stream.c (open_process): If execvp fails, use errno as theKaz Kylheku2014-03-131-4/+33
* * eval.c (plus_s, prof_s): New symbol global variables.Kaz Kylheku2014-03-121-0/+60
* * eval.c (eval_init): Registration of url_encode and url_decodeKaz Kylheku2014-03-111-0/+155
* * stream.c (pipe_close): Restructured the function a bit.Kaz Kylheku2014-03-101-1/+18
* Version 85.txr-85Kaz Kylheku2014-03-081-2/+2
* * txr.1: Added missing documentation for @(forget)/@(local).Kaz Kylheku2014-03-081-0/+73
* Version 84.txr-84Kaz Kylheku2014-03-071-2/+2
* * lib.c (assert_s): New global variable.Kaz Kylheku2014-03-061-9/+60
* * eval.c (apply_intrinsic, lazy_mapcar): Changed linkage to external.Kaz Kylheku2014-03-061-0/+43
* * stream.c (vformat): Fix broken parsing of parameteric width andKaz Kylheku2014-03-051-38/+58
* * stream.c (put_line): Default string argument to empty string.Kaz Kylheku2014-03-051-2/+3
* * arith.c (logten): New function.Kaz Kylheku2014-03-041-1/+5
* * parser.l: Allowing ^ to be a quote character, and adjusting definitionKaz Kylheku2014-03-031-77/+78
* Fix bad .TP syntax.Kaz Kylheku2014-03-031-3/+7
* * txr.1: Incorporating more corrections from Roman Mishin.Kaz Kylheku2014-03-021-39/+31
* * eval.c (make_env_intrinsic): New static function.Kaz Kylheku2014-03-021-0/+43
* Version 83txr-83Kaz Kylheku2014-03-021-1/+1
* New quasiquote idea: let's have two quasiquote macros sharing oneKaz Kylheku2014-03-011-29/+53
* * txr.1: Improved documentation for the dwim operator.Kaz Kylheku2014-02-271-12/+28
* differently, not different.Kaz Kylheku2014-02-271-1/+1
* Fix naked backslashes to \e. I could have sworn I did this recently.Kaz Kylheku2014-02-271-18/+18
* Typos.Kaz Kylheku2014-02-271-2/+2
* Version 82.txr-82Kaz Kylheku2014-02-271-4/+18
* * txr.1: Typos, grammar and formatting fixes mailed inKaz Kylheku2014-02-271-11/+11
* * lib.c (copy): New function.Kaz Kylheku2014-02-271-1/+27
* Make note of a recent change in semantics affecting mapcar over strings.Kaz Kylheku2014-02-271-4/+10
* Capitalization of TXR.Kaz Kylheku2014-02-271-1/+1
* * eval.c (gun_s): New global variable.Kaz Kylheku2014-02-261-1/+30
* Converting expander special case code transformations intoKaz Kylheku2014-02-261-15/+41
* Version 81txr-81Kaz Kylheku2014-02-261-2/+2
* * lib.c (obj_init): Revert qquote, unquote and spliceKaz Kylheku2014-02-251-19/+27