summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
...
* iter-begin: string range support.Kaz Kylheku2021-08-221-1/+52
* matcher: rename error-throwing macros.Kaz Kylheku2021-08-191-8/+8
* New ecase macros.Kaz Kylheku2021-08-181-0/+72
* doc: fix reference to nonexistent ffi-call-desc.Kaz Kylheku2021-08-171-1/+1
* getaddrinfo: implement canonname.Kaz Kylheku2021-08-151-2/+25
* doc: improve.Paul A. Patience2021-08-141-129/+136
* matcher: new must-match and must-match-case macros.Kaz Kylheku2021-08-131-3/+28
* Version 268.txr-268Kaz Kylheku2021-08-071-3/+3
* lazy-stream-cons: control close throwing behavior.Kaz Kylheku2021-08-071-4/+35
* doc: document nested do.Kaz Kylheku2021-08-061-0/+55
* txr: @(eof) takes argument for binding termination status.Kaz Kylheku2021-08-051-1/+59
* close-stream: make idemponent.Kaz Kylheku2021-08-041-5/+5
* listener: print prompts in plain mode if stdin is tty.Kaz Kylheku2021-08-031-8/+5
* listener: prompt feature for plain mode.Kaz Kylheku2021-08-031-2/+12
* streams: document redundant close-stream.Kaz Kylheku2021-08-021-0/+10
* streams: bad argument defaulting in close-stream.Kaz Kylheku2021-08-021-3/+3
* listener: support multi-line expressions in plain mode.Kaz Kylheku2021-08-011-0/+8
* oop: fix infelicity in new* and lnew* macros.Kaz Kylheku2021-07-311-1/+72
* doc: *read-bad-json* fix and doc-syms update.Kaz Kylheku2021-07-311-1/+1
* parser: allow trailing commas in json, via opt-in flag.Kaz Kylheku2021-07-291-0/+24
* subtypep: handle struct type objects.Kaz Kylheku2021-07-271-6/+14
* Version 267.txr-267Kaz Kylheku2021-07-261-3/+3
* hash: support both semantics of weak keys + values.Kaz Kylheku2021-07-211-13/+66
* hash: change semantics of weak-both hash tables.Kaz Kylheku2021-07-201-3/+17
* hash: revert bad fix in weak processing.Kaz Kylheku2021-07-201-7/+5
* doc: warm-up-period argument of make-random-state.Kaz Kylheku2021-07-131-7/+14
* rand: support buffers as random seeds.Kaz Kylheku2021-07-131-5/+5
* New functions: getrlimit, setrlimit.Kaz Kylheku2021-07-131-0/+92
* Version 266.txr-266Kaz Kylheku2021-07-041-3/+3
* doc: interchange first two args of json put funs.Paul A. Patience2021-07-111-6/+6
* New: build-id feature.Kaz Kylheku2021-07-111-0/+6
* doc: fix in --version option.Kaz Kylheku2021-07-111-1/+2
* doc: finish incomplete sentence about hlet.Kaz Kylheku2021-07-101-1/+7
* doc: improve.Paul A. Patience2021-07-101-77/+89
* doc-lookup: ignore BROWSER when empty.Paul A. Patience2021-07-101-3/+4
* New function: add-suffix.Kaz Kylheku2021-07-101-0/+80
* New functions: trim-short-suffix, trim-long-suffix.Kaz Kylheku2021-07-101-0/+59
* lib: new function separate.Paul A. Patience2021-07-091-1/+41
* defstruct: diagnose built-in type being redefined.Kaz Kylheku2021-07-091-0/+15
* struct: rework stype_handle change.Kaz Kylheku2021-07-091-17/+20
* with-resources: undocumented nil skip behavior.Kaz Kylheku2021-07-071-2/+29
* doc: base-name: nil suffix defaulting, improvement.Kaz Kylheku2021-07-061-5/+52
* Version 265.txr-265Kaz Kylheku2021-07-041-3/+3
* listener: treat unset and empty EDITOR the same.Paul A. Patience2021-07-041-1/+1
* doc: check for spurious spaces.Paul A. Patience2021-07-041-4/+4
* stack-limit: impose minimum limit.Kaz Kylheku2021-07-041-5/+9
* suffix functions: ignore trailing slashes.Kaz Kylheku2021-07-031-4/+7
* doc: find-true spelling error.Kaz Kylheku2021-07-031-1/+1
* doc: fix description and example of suffix funsPaul A. Patience2021-07-031-2/+2
* doc: fix various issues.Paul A. Patience2021-07-031-592/+685