summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* New negated equality test functions.Kaz Kylheku2016-11-011-0/+48
* Relax restrictions on dwim places.Kaz Kylheku2016-10-311-11/+15
* lambda-set method: treat [struct ...] as place.Kaz Kylheku2016-10-301-0/+127
* Extend symbol-function accessor to methods.Kaz Kylheku2016-10-291-4/+31
* doc: erroneous claim about symbol-function.Kaz Kylheku2016-10-291-2/+2
* doc: heading consistency in *load-path*Kaz Kylheku2016-10-291-1/+1
* doc: reference to nonexistent stream.Kaz Kylheku2016-10-291-1/+1
* Adding function tracing support.Kaz Kylheku2016-10-291-0/+62
* New awk capability: file/pipe I/O redirection.Kaz Kylheku2016-10-281-0/+154
* doc: update list of syntactic places.Kaz Kylheku2016-10-271-1/+11
* doc: hyphenate "top-level" consistently.Kaz Kylheku2016-10-271-7/+7
* Improve alet macro.Kaz Kylheku2016-10-261-12/+13
* Fix tok-str semantics once again.Kaz Kylheku2016-10-261-11/+58
* last, butlast: become accessors, get optional arg.Kaz Kylheku2016-10-261-41/+110
* sub function becomes accessor.Kaz Kylheku2016-10-261-3/+30
* New accessors nthlast and butlastn.Kaz Kylheku2016-10-251-0/+165
* doc: bad formatting in PRNG warmup notes.Kaz Kylheku2016-10-241-1/+3
* doc: fix indentation under format.Kaz Kylheku2016-10-241-3/+1
* doc: missing plurals in headings, missing .desc.Kaz Kylheku2016-10-231-2/+3
* Default to epoch time in time-parse.Kaz Kylheku2016-10-231-0/+10
* doc: spelling error new circle notation doc.Kaz Kylheku2016-10-231-1/+1
* Version 155.txr-155Kaz Kylheku2016-10-211-2/+2
* Document circular printing.Kaz Kylheku2016-10-211-0/+144
* Changes to the printing framework.Kaz Kylheku2016-10-201-19/+67
* doc: reduce-left fixes.Kaz Kylheku2016-10-201-2/+8
* doc: fix incomplete range literal desc.Kaz Kylheku2016-10-201-0/+10
* doc: fix incomplete hash literal desc.Kaz Kylheku2016-10-201-1/+8
* Fix struct lit problem exposed by circular syntax.Kaz Kylheku2016-10-201-6/+27
* Support nil env in env-fbind and env-vbind.Kaz Kylheku2016-10-151-0/+6
* Version 154.txr-154Kaz Kylheku2016-10-151-2/+2
* doc: defsymacro: runaway recursion.Kaz Kylheku2016-10-141-1/+1
* doc: defsymacro rewording.Kaz Kylheku2016-10-141-8/+12
* doc: small fix under format ~s directive.Kaz Kylheku2016-10-141-1/+3
* Adding family slot to socket addresses.Kaz Kylheku2016-10-131-4/+28
* doc: clarification under nullify method.Kaz Kylheku2016-10-131-1/+2
* find-max and find-min support hashes.Kaz Kylheku2016-10-121-2/+21
* New accessor: hash-userdata.Kaz Kylheku2016-10-121-7/+36
* Include user data in hash read syntax.Kaz Kylheku2016-10-121-6/+24
* Support gmtoff and zone in time struct.Kaz Kylheku2016-10-121-2/+34
* doc: typo under html-encode*Kaz Kylheku2016-10-121-1/+1
* New function regex-from-trie.Kaz Kylheku2016-10-121-0/+28
* Support curried args in method and meth.Kaz Kylheku2016-10-091-15/+75
* Support curried arguments in umethod and umeth.Kaz Kylheku2016-10-091-8/+28
* Version 153.txr-153Kaz Kylheku2016-10-071-2/+2
* Check for self-assignment in replace_struct.Kaz Kylheku2016-10-071-0/+11
* doc: mistakes in introduction of do operator.Kaz Kylheku2016-10-071-3/+3
* Version 152.txr-152Kaz Kylheku2016-10-041-2/+2
* doc: ranges are immutable.Kaz Kylheku2016-10-041-2/+5
* doc: small change under defstruct.Kaz Kylheku2016-10-041-1/+1
* length and empty functions support ranges.Kaz Kylheku2016-10-041-11/+60