summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* * stream.c (catenated_stream_p, catenated_stream_push): New functions.Kaz Kylheku2015-06-071-0/+41
* * txr.1: Document new syntactic places framework and place-mutating macros.Kaz Kylheku2015-05-251-285/+2316
* Introduce defparm operator.Kaz Kylheku2015-05-211-6/+46
* Variables are now deletable places, if they are global.Kaz Kylheku2015-05-151-1/+1
* * eval.c (symbol_value): Retrieve the binding of a symbolKaz Kylheku2015-05-151-10/+88
* * txr.1: Round of spelling fixes.Kaz Kylheku2015-05-151-46/+46
* * lib.c (replace_list, replace_str, replace_vec): HandleKaz Kylheku2015-05-141-2/+4
* Spelling in car/cdr doc.Kaz Kylheku2015-05-101-1/+1
* Minor formatting fix in ret macro description.Kaz Kylheku2015-05-091-1/+1
* Crack down on redefinitions of built-ins.Kaz Kylheku2015-05-081-3/+11
* * Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines,Kaz Kylheku2015-05-071-1/+13
* Fix corruption triggered by extended gc disabling.Kaz Kylheku2015-05-011-0/+5
* Adding poll function.Kaz Kylheku2015-04-281-0/+51
* Version 107.txr-107Kaz Kylheku2015-04-261-2/+2
* Allow (force ...) to be an assignable place.Kaz Kylheku2015-04-251-8/+5
* Introducing mlet macro.Kaz Kylheku2015-04-251-1/+107
* * txr.1: lconsp: unterminated syntax block.Kaz Kylheku2015-04-231-0/+1
* * txr.1: name typo in lcons sample implementation.Kaz Kylheku2015-04-231-1/+1
* * txr.1: Fix formatting issuesKaz Kylheku2015-04-221-10/+10
* Version 106.txr-106Kaz Kylheku2015-04-211-2/+2
* Do not allow unrecognized escapes in regex.Kaz Kylheku2015-04-191-5/+18
* Adding lcons macro.Kaz Kylheku2015-04-181-1/+62
* Adding getenv, setenv and unsetenv.Kaz Kylheku2015-04-181-0/+66
* Adding exit* function which calls _exit.Kaz Kylheku2015-04-161-0/+21
* * txr.1: Fixed inconsistency in style of some function headings.Kaz Kylheku2015-04-161-6/+6
* Add exec and pipe functions.Kaz Kylheku2015-04-161-0/+43
* Adding chmod.Kaz Kylheku2015-04-161-0/+40
* * txr.1: Moving Unix-specific material to appropriate sections.Kaz Kylheku2015-04-161-131/+134
* Adding dotimes macro.Kaz Kylheku2015-04-161-0/+41
* Implementing while* and until* loops.Kaz Kylheku2015-04-111-0/+30
* * txr.1: Add powerset example under comb functionKaz Kylheku2015-04-111-0/+10
* Exposing dup and dup2.Kaz Kylheku2015-04-111-0/+13
* Functions open-fileno and fileno.Kaz Kylheku2015-04-101-0/+36
* * txr.1: Flurry of formatting fixes.Kaz Kylheku2015-04-091-6/+6
* Fork and wait support.Kaz Kylheku2015-04-091-0/+132
* * eval.c (iflet_s, when_s): New global variables.Kaz Kylheku2015-04-061-0/+77
* Move documentation of macros from between cond and if.Kaz Kylheku2015-04-061-139/+138
* * txr.1: formatting fix in pos-min/pos-max.Kaz Kylheku2015-04-061-2/+2
* New whilet macro.Kaz Kylheku2015-04-051-0/+63
* * txr.1: Formatting issue in for/for* syntax.Kaz Kylheku2015-04-041-4/+4
* New zap operator.Kaz Kylheku2015-04-011-1/+23
* New -n option. New "i" mode letter in file opening functions.Kaz Kylheku2015-03-291-21/+66
* * eval.c (prinl, pprinl): Become external functions.Kaz Kylheku2015-03-281-0/+41
* * eval.c (eval_init): register get-lines as having one optionalKaz Kylheku2015-03-281-2/+8
* * txr.1: formatting fixes in weave description.Kaz Kylheku2015-03-241-1/+2
* * lib.c (int_str): Workaround for wcstol recognizing the 0x prefix whenKaz Kylheku2015-03-201-0/+1
* * txr.c (help): Added missing documentation for -e and -p.Kaz Kylheku2015-03-171-6/+18
* Version 105.txr-105Kaz Kylheku2015-03-141-2/+2
* * sysif.c (mkdir_nothrow_exists): New static function.Kaz Kylheku2015-03-101-1/+9
* New ignerr macro.Kaz Kylheku2015-02-251-0/+30