| Commit message (Expand) | Author | Age | Files | Lines |
* | close-stream: new : protocol from close method. | Kaz Kylheku | 2023-08-07 | 2 | -1/+24 |
* | streams: close-stream only caches non-nil result. | Kaz Kylheku | 2023-08-07 | 2 | -0/+23 |
* | rel-path: treat empty paths as relative. | Kaz Kylheku | 2023-07-25 | 1 | -1/+4 |
* | clean-file: tests. | Kaz Kylheku | 2023-06-05 | 2 | -0/+110 |
* | android, cygwin: do not try to test crypt. | Kaz Kylheku | 2022-12-30 | 1 | -0/+3 |
* | crypt: fix for platforms that lack crypt_r. | Kaz Kylheku | 2022-12-30 | 1 | -1/+1 |
* | crypt: remove dubious validator. | Kaz Kylheku | 2022-10-31 | 1 | -0/+18 |
* | close-lazy-streams: test. | Kaz Kylheku | 2022-08-30 | 1 | -0/+3 |
* | txr: test for new @(next) behaviors. | Kaz Kylheku | 2022-08-30 | 2 | -0/+17 |
* | path-components-safe: tighten /proc check | Kaz Kylheku | 2022-07-30 | 1 | -30/+21 |
* | path-components-safe: repel /proc symlink attacks | Kaz Kylheku | 2022-07-29 | 1 | -0/+25 |
* | New function: path-components-safe. | Kaz Kylheku | 2022-07-25 | 1 | -0/+89 |
* | bugfix: missing gzip support in open-command. | Kaz Kylheku | 2022-06-21 | 1 | -0/+4 |
* | cygwin: bug: sh always uses cmd.exe. | Kaz Kylheku | 2022-05-31 | 1 | -9/+3 |
* | gzio: some tests. | Kaz Kylheku | 2022-05-30 | 1 | -0/+53 |
* | New function: trim-path-seps | Kaz Kylheku | 2022-05-20 | 1 | -0/+38 |
* | tests: Cygwin fixes. | Kaz Kylheku | 2022-05-10 | 1 | -4/+9 |
* | fork/streams: new failing test. | Kaz Kylheku | 2022-04-23 | 2 | -0/+43 |
* | tests: test case for combining .tlo files. | Kaz Kylheku | 2022-02-14 | 1 | -0/+27 |
* | path-equal: enable and fix failing tests. | Kaz Kylheku | 2021-10-20 | 1 | -3/+2 |
* | pic: support parenthesis negative notation. | Kaz Kylheku | 2021-10-19 | 1 | -3/+19 |
* | pic: digit separator tests. | Kaz Kylheku | 2021-10-18 | 1 | -0/+24 |
* | pic: preserve decimal period in ### overflow fill. | Kaz Kylheku | 2021-10-18 | 1 | -4/+4 |
* | New path-equal function. | Kaz Kylheku | 2021-10-10 | 1 | -0/+18 |
* | cygwin: environment-related fixes. | Kaz Kylheku | 2021-10-05 | 1 | -13/+14 |
* | New variable: *child-env*. | Kaz Kylheku | 2021-09-26 | 1 | -0/+14 |
* | path-search: rewrite in C with saner semantics. | Kaz Kylheku | 2021-09-25 | 1 | -1/+5 |
* | exceptions: hack to store errno in string object. | Kaz Kylheku | 2021-09-07 | 1 | -0/+8 |
* | format: bug: sign not reset before each conversion. | Kaz Kylheku | 2021-08-16 | 1 | -0/+4 |
* | tests: support BSD flavors loosely, not just OpenBSD. | Kaz Kylheku | 2021-08-13 | 1 | -1/+1 |
* | pure-rel-path-p: add tests. | Kaz Kylheku | 2021-07-22 | 1 | -0/+23 |
* | paths: new tests. | Kaz Kylheku | 2021-07-15 | 1 | -0/+46 |
* | tests: guix fixes. | Kaz Kylheku | 2021-07-13 | 2 | -1/+7 |
* | tests: weaken condition in path search for sh. | Kaz Kylheku | 2021-07-12 | 1 | -1/+1 |
* | New function: add-suffix. | Kaz Kylheku | 2021-07-10 | 1 | -0/+19 |
* | New functions: trim-short-suffix, trim-long-suffix. | Kaz Kylheku | 2021-07-10 | 1 | -0/+48 |
* | suffix functions: new test cases. | Kaz Kylheku | 2021-07-10 | 1 | -1/+3 |
* | tests: fix malformed chmod.tl. | Paul A. Patience | 2021-07-05 | 1 | -11/+11 |
* | path-search: fix test for sh not being in /bin. | Kaz Kylheku | 2021-07-04 | 1 | -1/+1 |
* | suffix functions: ignore trailing slashes. | Kaz Kylheku | 2021-07-03 | 1 | -2/+16 |
* | path-cat: becomes variadic. | Kaz Kylheku | 2021-06-29 | 1 | -0/+32 |
* | New function: path-search. | Kaz Kylheku | 2021-06-29 | 1 | -0/+15 |
* | base-name: bug with empty string suffix. | Kaz Kylheku | 2021-06-26 | 1 | -0/+28 |
* | suffix functions: requirements change. | Kaz Kylheku | 2021-06-26 | 1 | -22/+22 |
* | suffix functions: leading dot is not delimiter | Kaz Kylheku | 2021-06-26 | 1 | -13/+23 |
* | short-suffix, long-suffix: no match across slash. | Kaz Kylheku | 2021-06-22 | 1 | -0/+26 |
* | New functions: long-suffix, short-suffix. | Kaz Kylheku | 2021-06-22 | 1 | -0/+34 |
* | subprocesses: cygwin fixes. | Kaz Kylheku | 2021-06-20 | 1 | -3/+9 |
* | subprocesses: a few test cases. | Kaz Kylheku | 2021-06-20 | 1 | -0/+18 |
* | format: revise numeric handling. | Kaz Kylheku | 2021-06-14 | 1 | -5/+96 |