| Commit message (Expand) | Author | Age | Files | Lines |
* | * txr.1: avoid term "regular macro". | Kaz Kylheku | 2015-07-01 | 1 | -2/+2 |
* | Third round of quasiliteral-related fixes. | Kaz Kylheku | 2015-06-26 | 1 | -5/+10 |
* | * txr.1: Spelling, grammar. | Kaz Kylheku | 2015-06-26 | 1 | -8/+8 |
* | * txr.1: partition example: wrong use of where function. | Kaz Kylheku | 2015-06-24 | 1 | -2/+2 |
* | * txr.1: Formatting fixes. | Kaz Kylheku | 2015-06-24 | 1 | -7/+16 |
* | * hash.c (hash_from_pairs, hash_list): New functions. | Kaz Kylheku | 2015-06-24 | 1 | -2/+34 |
* | Hash subset testing. | Kaz Kylheku | 2015-06-23 | 1 | -0/+48 |
* | Version 109.txr-109 | Kaz Kylheku | 2015-06-21 | 1 | -2/+2 |
* | * lisplib.c (ifa_set_entries): Add conda. | Kaz Kylheku | 2015-06-21 | 1 | -0/+34 |
* | * txr.1: Fixed several instances of "<< sym)". | Kaz Kylheku | 2015-06-20 | 1 | -6/+6 |
* | * eval.c (eval_init): Register have function, synonym of true. | Kaz Kylheku | 2015-06-20 | 1 | -2/+19 |
* | * txr.1: Documented ifa. | Kaz Kylheku | 2015-06-19 | 1 | -0/+145 |
* | * txr.1: No loads required | Kaz Kylheku | 2015-06-18 | 1 | -34/+11 |
* | * txr.1: Document *txr-version* and *lib-version* | Kaz Kylheku | 2015-06-18 | 1 | -0/+23 |
* | * txr.1: Lisp can come from files. | Kaz Kylheku | 2015-06-18 | 1 | -0/+7 |
* | txr.1: Misspelled casequal; duplicate posq section. | Kaz Kylheku | 2015-06-16 | 1 | -24/+1 |
* | * txr.1: Improved wording in syntactic places. | Kaz Kylheku | 2015-06-15 | 1 | -23/+8 |
* | * txr.1: Corrections. | Kaz Kylheku | 2015-06-14 | 1 | -4/+4 |
* | Version 108.txr-108 | Kaz Kylheku | 2015-06-13 | 1 | -2/+2 |
* | * txr.1: formatting fixes: get-error, finalize. | Kaz Kylheku | 2015-06-13 | 1 | -4/+3 |
* | * txr.1: Documented Lisp loading. | Kaz Kylheku | 2015-06-13 | 1 | -3/+119 |
* | * stream.c (catenated_stream_p, catenated_stream_push): New functions. | Kaz Kylheku | 2015-06-07 | 1 | -0/+41 |
* | * txr.1: Document new syntactic places framework and place-mutating macros. | Kaz Kylheku | 2015-05-25 | 1 | -285/+2316 |
* | Introduce defparm operator. | Kaz Kylheku | 2015-05-21 | 1 | -6/+46 |
* | Variables are now deletable places, if they are global. | Kaz Kylheku | 2015-05-15 | 1 | -1/+1 |
* | * eval.c (symbol_value): Retrieve the binding of a symbol | Kaz Kylheku | 2015-05-15 | 1 | -10/+88 |
* | * txr.1: Round of spelling fixes. | Kaz Kylheku | 2015-05-15 | 1 | -46/+46 |
* | * lib.c (replace_list, replace_str, replace_vec): Handle | Kaz Kylheku | 2015-05-14 | 1 | -2/+4 |
* | Spelling in car/cdr doc. | Kaz Kylheku | 2015-05-10 | 1 | -1/+1 |
* | Minor formatting fix in ret macro description. | Kaz Kylheku | 2015-05-09 | 1 | -1/+1 |
* | Crack down on redefinitions of built-ins. | Kaz Kylheku | 2015-05-08 | 1 | -3/+11 |
* | * Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines, | Kaz Kylheku | 2015-05-07 | 1 | -1/+13 |
* | Fix corruption triggered by extended gc disabling. | Kaz Kylheku | 2015-05-01 | 1 | -0/+5 |
* | Adding poll function. | Kaz Kylheku | 2015-04-28 | 1 | -0/+51 |
* | Version 107.txr-107 | Kaz Kylheku | 2015-04-26 | 1 | -2/+2 |
* | Allow (force ...) to be an assignable place. | Kaz Kylheku | 2015-04-25 | 1 | -8/+5 |
* | Introducing mlet macro. | Kaz Kylheku | 2015-04-25 | 1 | -1/+107 |
* | * txr.1: lconsp: unterminated syntax block. | Kaz Kylheku | 2015-04-23 | 1 | -0/+1 |
* | * txr.1: name typo in lcons sample implementation. | Kaz Kylheku | 2015-04-23 | 1 | -1/+1 |
* | * txr.1: Fix formatting issues | Kaz Kylheku | 2015-04-22 | 1 | -10/+10 |
* | Version 106.txr-106 | Kaz Kylheku | 2015-04-21 | 1 | -2/+2 |
* | Do not allow unrecognized escapes in regex. | Kaz Kylheku | 2015-04-19 | 1 | -5/+18 |
* | Adding lcons macro. | Kaz Kylheku | 2015-04-18 | 1 | -1/+62 |
* | Adding getenv, setenv and unsetenv. | Kaz Kylheku | 2015-04-18 | 1 | -0/+66 |
* | Adding exit* function which calls _exit. | Kaz Kylheku | 2015-04-16 | 1 | -0/+21 |
* | * txr.1: Fixed inconsistency in style of some function headings. | Kaz Kylheku | 2015-04-16 | 1 | -6/+6 |
* | Add exec and pipe functions. | Kaz Kylheku | 2015-04-16 | 1 | -0/+43 |
* | Adding chmod. | Kaz Kylheku | 2015-04-16 | 1 | -0/+40 |
* | * txr.1: Moving Unix-specific material to appropriate sections. | Kaz Kylheku | 2015-04-16 | 1 | -131/+134 |
* | Adding dotimes macro. | Kaz Kylheku | 2015-04-16 | 1 | -0/+41 |