summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-16121-2173/+2253
* format: bug: sign not reset before each conversion.Kaz Kylheku2021-08-162-11/+12
* quips: new system-programming-related quips.Kaz Kylheku2021-08-161-0/+2
* doc-syms: update.Kaz Kylheku2021-08-151-3/+5
* getaddrinfo: implement canonname.Kaz Kylheku2021-08-153-5/+39
* doc: improve.Paul A. Patience2021-08-144-141/+149
* ffi: remove redundant assignment.Paul A. Patience2021-08-141-1/+0
* matcher: new must-match and must-match-case macros.Kaz Kylheku2021-08-134-5/+55
* tests: support BSD flavors loosely, not just OpenBSD.Kaz Kylheku2021-08-135-5/+5
* termios: FreeBSD has no TAB1 and TAB2.Kaz Kylheku2021-08-131-0/+8
* int-str: 0x bug.Kaz Kylheku2021-08-132-7/+58
* configure: superfluous printf argument.Kaz Kylheku2021-08-131-4/+4
* parser: @(mdo) must not be subject to expand-meta.Kaz Kylheku2021-08-113-406/+411
* txr: add tests for :nothrow handling process death.Kaz Kylheku2021-08-074-0/+12
* Version 268.txr-268Kaz Kylheku2021-08-077-1351/+1390
* windows: skip test requiring full Unicode.Kaz Kylheku2021-08-071-0/+3
* lazy-stream-cons: control close throwing behavior.Kaz Kylheku2021-08-076-20/+82
* doc: document nested do.Kaz Kylheku2021-08-061-0/+55
* txr: @(eof) takes argument for binding termination status.Kaz Kylheku2021-08-056-22/+114
* close-stream: make idemponent.Kaz Kylheku2021-08-043-10/+17
* musl: fix missing <sys/time.h>.Kaz Kylheku2021-08-042-2/+7
* listener: print prompts in plain mode if stdin is tty.Kaz Kylheku2021-08-032-11/+9
* listener: print banner only if stdin is a tty.Kaz Kylheku2021-08-031-3/+7
* listener: prompt feature for plain mode.Kaz Kylheku2021-08-034-2/+36
* streams: document redundant close-stream.Kaz Kylheku2021-08-021-0/+10
* streams: bad argument defaulting in close-stream.Kaz Kylheku2021-08-023-7/+7
* tests: fix undefined variable warning.Kaz Kylheku2021-08-031-1/+3
* listener: support multi-line expressions in plain mode.Kaz Kylheku2021-08-012-8/+44
* oop: fix infelicity in new* and lnew* macros.Kaz Kylheku2021-07-313-10/+98
* doc: *read-bad-json* fix and doc-syms update.Kaz Kylheku2021-07-312-1/+2
* tests: multiple evaluation issue in amb.Kaz Kylheku2021-07-301-2/+2
* tests: longer test for delimited continuations.Kaz Kylheku2021-07-301-0/+10
* parser: allow trailing commas in json, via opt-in flag.Kaz Kylheku2021-07-296-1769/+1807
* gc: problem in environment-copying functions.Kaz Kylheku2021-07-291-7/+12
* gc: problem in several object copying functions.Kaz Kylheku2021-07-294-13/+16
* quips: new one.Kaz Kylheku2021-07-281-0/+1
* subtypep: handle struct type objects.Kaz Kylheku2021-07-273-10/+66
* places: remove unnecessary zap_s variable.Paul A. Patience2021-07-272-4/+3
* lib: correct remql's diagnostic name.Paul A. Patience2021-07-271-1/+1
* struct: get rid of pointer typedef.Kaz Kylheku2021-07-272-7/+7
* Version 267.txr-267Kaz Kylheku2021-07-267-1383/+1442
* tags: don't escape etag patternsPaul A. Patience2021-07-251-21/+20
* tags: option for qualified identifier tags.Kaz Kylheku2021-07-251-2/+15
* pure-rel-path-p: rewrite without regex.Kaz Kylheku2021-07-221-15/+21
* pure-rel-path-p: add tests.Kaz Kylheku2021-07-221-0/+23
* hash: change make_hash interface.Kaz Kylheku2021-07-2215-81/+85
* hash: rename "flags" to "weak options".Kaz Kylheku2021-07-222-16/+16
* hash: and-semantics: add missing nuance in marking.Kaz Kylheku2021-07-211-1/+12
* hash: support both semantics of weak keys + values.Kaz Kylheku2021-07-217-99/+171
* carray: add missing argument type checking.Kaz Kylheku2021-07-211-2/+2