| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | streams: bad argument defaulting in close-stream. | Kaz Kylheku | 2021-08-02 | 3 | -7/+7 |
* | tests: fix undefined variable warning. | Kaz Kylheku | 2021-08-03 | 1 | -1/+3 |
* | listener: support multi-line expressions in plain mode. | Kaz Kylheku | 2021-08-01 | 2 | -8/+44 |
* | oop: fix infelicity in new* and lnew* macros. | Kaz Kylheku | 2021-07-31 | 3 | -10/+98 |
* | doc: *read-bad-json* fix and doc-syms update. | Kaz Kylheku | 2021-07-31 | 2 | -1/+2 |
* | tests: multiple evaluation issue in amb. | Kaz Kylheku | 2021-07-30 | 1 | -2/+2 |
* | tests: longer test for delimited continuations. | Kaz Kylheku | 2021-07-30 | 1 | -0/+10 |
* | parser: allow trailing commas in json, via opt-in flag. | Kaz Kylheku | 2021-07-29 | 6 | -1769/+1807 |
* | gc: problem in environment-copying functions. | Kaz Kylheku | 2021-07-29 | 1 | -7/+12 |
* | gc: problem in several object copying functions. | Kaz Kylheku | 2021-07-29 | 4 | -13/+16 |
* | quips: new one. | Kaz Kylheku | 2021-07-28 | 1 | -0/+1 |
* | subtypep: handle struct type objects. | Kaz Kylheku | 2021-07-27 | 3 | -10/+66 |
* | places: remove unnecessary zap_s variable. | Paul A. Patience | 2021-07-27 | 2 | -4/+3 |
* | lib: correct remql's diagnostic name. | Paul A. Patience | 2021-07-27 | 1 | -1/+1 |
* | struct: get rid of pointer typedef. | Kaz Kylheku | 2021-07-27 | 2 | -7/+7 |
* | Version 267.txr-267 | Kaz Kylheku | 2021-07-26 | 7 | -1383/+1442 |
* | tags: don't escape etag patterns | Paul A. Patience | 2021-07-25 | 1 | -21/+20 |
* | tags: option for qualified identifier tags. | Kaz Kylheku | 2021-07-25 | 1 | -2/+15 |
* | pure-rel-path-p: rewrite without regex. | Kaz Kylheku | 2021-07-22 | 1 | -15/+21 |
* | pure-rel-path-p: add tests. | Kaz Kylheku | 2021-07-22 | 1 | -0/+23 |
* | hash: change make_hash interface. | Kaz Kylheku | 2021-07-22 | 15 | -81/+85 |
* | hash: rename "flags" to "weak options". | Kaz Kylheku | 2021-07-22 | 2 | -16/+16 |
* | hash: and-semantics: add missing nuance in marking. | Kaz Kylheku | 2021-07-21 | 1 | -1/+12 |
* | hash: support both semantics of weak keys + values. | Kaz Kylheku | 2021-07-21 | 7 | -99/+171 |
* | carray: add missing argument type checking. | Kaz Kylheku | 2021-07-21 | 1 | -2/+2 |
* | compat: fix glaringly broken init-time handling. | Kaz Kylheku | 2021-07-21 | 12 | -61/+106 |
* | parse/eval: use weak-both hash tables. | Kaz Kylheku | 2021-07-20 | 6 | -7/+34 |
* | hash: change semantics of weak-both hash tables. | Kaz Kylheku | 2021-07-20 | 2 | -19/+57 |
* | hash: remove unnecessary tests in weak processing. | Kaz Kylheku | 2021-07-20 | 1 | -4/+3 |
* | hash: fix possibly incorrect counts in weak processing. | Kaz Kylheku | 2021-07-20 | 1 | -16/+11 |
* | hash: revert bad fix in weak processing. | Kaz Kylheku | 2021-07-20 | 2 | -20/+34 |
* | op: set nested flag in correct context. | Kaz Kylheku | 2021-07-19 | 2 | -10/+31 |
* | op: rename argument for consistency. | Kaz Kylheku | 2021-07-19 | 1 | -2/+2 |
* | op: consolidate testing for @rec/@(rec ...) | Kaz Kylheku | 2021-07-19 | 1 | -6/+6 |
* | op: fix bug in do. | Kaz Kylheku | 2021-07-19 | 2 | -32/+41 |
* | tags: add support for etags format. | Paul A. Patience | 2021-07-18 | 1 | -21/+82 |
* | doc: reproducible PDF. | Kaz Kylheku | 2021-07-17 | 2 | -0/+23 |
* | abs-path-p: rewrite in lower-level C. | Kaz Kylheku | 2021-07-15 | 1 | -23/+34 |
* | paths: new tests. | Kaz Kylheku | 2021-07-15 | 1 | -0/+46 |
* | lib: default_arg_strict becomes macro. | Kaz Kylheku | 2021-07-14 | 1 | -4/+1 |
* | build: recompile txr.c if build_id changes. | Kaz Kylheku | 2021-07-14 | 1 | -2/+9 |
* | sysif: create rlim struct even without HAVE_RLIM. | Kaz Kylheku | 2021-07-14 | 1 | -3/+1 |
* | tests: fix stack overflow test case for old gmake. | Kaz Kylheku | 2021-07-14 | 1 | -2/+7 |
* | doc: warm-up-period argument of make-random-state. | Kaz Kylheku | 2021-07-13 | 1 | -7/+14 |
* | rand: support buffers as random seeds. | Kaz Kylheku | 2021-07-13 | 3 | -6/+129 |
* | rand: remove unnecessary type check. | Kaz Kylheku | 2021-07-13 | 1 | -2/+1 |
* | New functions: getrlimit, setrlimit. | Kaz Kylheku | 2021-07-13 | 4 | -1/+170 |
* | sysif: bug: bogosity in protect call. | Kaz Kylheku | 2021-07-13 | 1 | -1/+1 |
* | configure: tone down language. | Kaz Kylheku | 2021-07-13 | 1 | -1/+1 |
* | tests: guix fixes. | Kaz Kylheku | 2021-07-13 | 5 | -4/+11 |