summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* doc: fix reference to buf-sub.Paul A. Patience2021-08-301-2/+2
* doc: fix incorrect slet description.Paul A. Patience2021-08-291-1/+1
* open-file: add mode option "x".Paul A. Patience2021-08-291-1/+11
* Version 269.txr-269Kaz Kylheku2021-08-281-3/+3
* doc: problem with Unix Memory Mapping heading.Kaz Kylheku2021-08-281-1/+1
* rand: provide random-buf function.Kaz Kylheku2021-08-261-0/+24
* doc: document daemon function arguments.Kaz Kylheku2021-08-251-1/+7
* doc: improvement in awk range operators.Kaz Kylheku2021-08-251-8/+20
* carray: allow displacement in carray-pun.Kaz Kylheku2021-08-251-5/+42
* ffi: provide mmap through carray.Kaz Kylheku2021-08-221-0/+498
* doc: misspelled cond in ecase section.Kaz Kylheku2021-08-221-1/+1
* sub: allow generic iterables.Kaz Kylheku2021-08-221-0/+39
* iter-begin: allow iterator argument.Kaz Kylheku2021-08-221-0/+11
* 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