summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* exceptions: hack to store errno in string object.Kaz Kylheku2021-09-071-0/+109
* string-finish: new function.Kaz Kylheku2021-09-071-0/+20
* string-extend: third optional argument.Kaz Kylheku2021-09-071-1/+20
* ffi: ffi macro uses load-time.Kaz Kylheku2021-09-061-1/+1
* doc: fix description of carray-uint type argument.Paul A. Patience2021-09-061-1/+1
* ffi: add socklen-t type.Paul A. Patience2021-09-061-1/+1
* doc: remove beta status from quasiliteral match.Kaz Kylheku2021-09-041-5/+0
* doc: mention newer macros in pattern matchingKaz Kylheku2021-09-041-0/+14
* load: scope change for load hooks.Kaz Kylheku2021-09-031-19/+12
* load: new macros push-after-load and pop-after-load.Kaz Kylheku2021-09-031-0/+38
* New function: delcons.Kaz Kylheku2021-09-021-0/+71
* load: new *load-hooks* feature.Kaz Kylheku2021-09-021-0/+81
* Version 270.txr-270Kaz Kylheku2021-08-301-3/+3
* 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