| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Version 266.txr-266 | Kaz Kylheku | 2021-07-04 | 7 | -1323/+1365 |
* | tests: weaken condition in path search for sh. | Kaz Kylheku | 2021-07-12 | 1 | -1/+1 |
* | tests: json: skip tests relying on cat, if missing. | Kaz Kylheku | 2021-07-12 | 1 | -7/+9 |
* | tests: json: fix accidentally excluded tests. | Kaz Kylheku | 2021-07-12 | 1 | -2/+2 |
* | tests: 002 group: skip test if utils missing. | Kaz Kylheku | 2021-07-12 | 1 | -0/+2 |
* | tests: .txr tests can skip using exit code 13. | Kaz Kylheku | 2021-07-12 | 1 | -5/+6 |
* | doc: interchange first two args of json put funs. | Paul A. Patience | 2021-07-11 | 1 | -6/+6 |
* | txr: fix inappropriate "takes no argument". | Kaz Kylheku | 2021-07-11 | 1 | -5/+43 |
* | configure: adjust comment in config.make. | Kaz Kylheku | 2021-07-11 | 1 | -1/+2 |
* | New: build-id feature. | Kaz Kylheku | 2021-07-11 | 4 | -0/+51 |
* | doc: fix in --version option. | Kaz Kylheku | 2021-07-11 | 1 | -1/+2 |
* | compiler: disallow trailing slashes in path. | Kaz Kylheku | 2021-07-10 | 1 | -1/+3 |
* | doc: finish incomplete sentence about hlet. | Kaz Kylheku | 2021-07-10 | 1 | -1/+7 |
* | doc: improve. | Paul A. Patience | 2021-07-10 | 2 | -89/+101 |
* | doc-lookup: ignore BROWSER when empty. | Paul A. Patience | 2021-07-10 | 2 | -11/+12 |
* | New function: add-suffix. | Kaz Kylheku | 2021-07-10 | 5 | -0/+149 |
* | New functions: trim-short-suffix, trim-long-suffix. | Kaz Kylheku | 2021-07-10 | 7 | -0/+191 |
* | suffix functions: new test cases. | Kaz Kylheku | 2021-07-10 | 1 | -1/+3 |
* | lib: tests for keep-if, remove-if, separate. | Kaz Kylheku | 2021-07-10 | 1 | -0/+42 |
* | lib: new function separate. | Paul A. Patience | 2021-07-09 | 5 | -5/+131 |
* | compiler: remove case of ad-hoc path catenation. | Kaz Kylheku | 2021-07-09 | 1 | -2/+1 |
* | compiler: use short-suffix. | Paul A. Patience | 2021-07-09 | 1 | -15/+10 |