summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Version 110.txr-110Kaz Kylheku2015-07-251-2/+2
* * txr.1: Notes about interaction between op and quasiliterals.Kaz Kylheku2015-07-251-1/+65
* * txr.1: Clarifications in ifa description.Kaz Kylheku2015-07-241-5/+5
* * parser.l (grammar): Do not allow unescaped newline inKaz Kylheku2015-07-231-6/+21
* Adding with-resources macro.Kaz Kylheku2015-07-231-0/+70
* Adding nthcdr as accessor.Kaz Kylheku2015-07-221-0/+60
* * txr.1: Delete accidentally introduced bogus text.Kaz Kylheku2015-07-221-2/+1
* Improve bad argument diagnosis for place macros.Kaz Kylheku2015-07-221-1/+18
* Implementing second through tenth as places.Kaz Kylheku2015-07-221-12/+29
* * lisplib.c (place_set_entries): Add *place-macro* andKaz Kylheku2015-07-221-3/+44
* Implementing caar, cadr, cdar and friends.Kaz Kylheku2015-07-211-0/+80
* * share/txr/stdlib/place.tl (defplace cdr): Change deletionKaz Kylheku2015-07-211-7/+29
* * eval.c (eval_init): Register new split function.Kaz Kylheku2015-07-211-0/+91
* * txr.1: Fixes in description of partition.Kaz Kylheku2015-07-211-8/+10
* * txr.1: Document place binding behavior of ifa.Kaz Kylheku2015-07-201-5/+13
* Let's have placelet and placelet*.Kaz Kylheku2015-07-111-3/+20
* * eval.c (eval_init): Register bindable as intrinsic.Kaz Kylheku2015-07-101-0/+20
* New placelet macro.Kaz Kylheku2015-07-101-0/+83
* * txr.1: Replace callf example under mapf.Kaz Kylheku2015-07-061-3/+2
* * txr.1: three incorrect .metn/.meta usesKaz Kylheku2015-07-061-3/+3
* Clarify clear-error and flush return value.Kaz Kylheku2015-07-061-1/+5
* * txr.1: wrap* syntax fixKaz Kylheku2015-07-031-1/+1
* Support trailing semicolon after hex/octal characters.Kaz Kylheku2015-07-021-1/+16
* * txr.1: Replace wrong use of .coSSKaz Kylheku2015-07-021-1/+1
* * txr.1: avoid term "regular macro".Kaz Kylheku2015-07-011-2/+2
* Third round of quasiliteral-related fixes.Kaz Kylheku2015-06-261-5/+10
* * txr.1: Spelling, grammar.Kaz Kylheku2015-06-261-8/+8
* * txr.1: partition example: wrong use of where function.Kaz Kylheku2015-06-241-2/+2
* * txr.1: Formatting fixes.Kaz Kylheku2015-06-241-7/+16
* * hash.c (hash_from_pairs, hash_list): New functions.Kaz Kylheku2015-06-241-2/+34
* Hash subset testing.Kaz Kylheku2015-06-231-0/+48
* Version 109.txr-109Kaz Kylheku2015-06-211-2/+2
* * lisplib.c (ifa_set_entries): Add conda.Kaz Kylheku2015-06-211-0/+34
* * txr.1: Fixed several instances of "<< sym)".Kaz Kylheku2015-06-201-6/+6
* * eval.c (eval_init): Register have function, synonym of true.Kaz Kylheku2015-06-201-2/+19
* * txr.1: Documented ifa.Kaz Kylheku2015-06-191-0/+145
* * txr.1: No loads requiredKaz Kylheku2015-06-181-34/+11
* * txr.1: Document *txr-version* and *lib-version*Kaz Kylheku2015-06-181-0/+23
* * txr.1: Lisp can come from files.Kaz Kylheku2015-06-181-0/+7
* txr.1: Misspelled casequal; duplicate posq section.Kaz Kylheku2015-06-161-24/+1
* * txr.1: Improved wording in syntactic places.Kaz Kylheku2015-06-151-23/+8
* * txr.1: Corrections.Kaz Kylheku2015-06-141-4/+4
* Version 108.txr-108Kaz Kylheku2015-06-131-2/+2
* * txr.1: formatting fixes: get-error, finalize.Kaz Kylheku2015-06-131-4/+3
* * txr.1: Documented Lisp loading.Kaz Kylheku2015-06-131-3/+119
* * 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