summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* compat: fix glaringly broken init-time handling.Kaz Kylheku2021-07-2112-61/+106
* parse/eval: use weak-both hash tables.Kaz Kylheku2021-07-206-7/+34
* hash: change semantics of weak-both hash tables.Kaz Kylheku2021-07-202-19/+57
* hash: remove unnecessary tests in weak processing.Kaz Kylheku2021-07-201-4/+3
* hash: fix possibly incorrect counts in weak processing.Kaz Kylheku2021-07-201-16/+11
* hash: revert bad fix in weak processing.Kaz Kylheku2021-07-202-20/+34
* op: set nested flag in correct context.Kaz Kylheku2021-07-192-10/+31
* op: rename argument for consistency.Kaz Kylheku2021-07-191-2/+2
* op: consolidate testing for @rec/@(rec ...)Kaz Kylheku2021-07-191-6/+6
* op: fix bug in do.Kaz Kylheku2021-07-192-32/+41
* tags: add support for etags format.Paul A. Patience2021-07-181-21/+82
* doc: reproducible PDF.Kaz Kylheku2021-07-172-0/+23
* abs-path-p: rewrite in lower-level C.Kaz Kylheku2021-07-151-23/+34
* paths: new tests.Kaz Kylheku2021-07-151-0/+46
* lib: default_arg_strict becomes macro.Kaz Kylheku2021-07-141-4/+1
* build: recompile txr.c if build_id changes.Kaz Kylheku2021-07-141-2/+9