| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | format: new precision - character for zero. | Kaz Kylheku | 2021-06-14 | 1 | -0/+5 |
* | pic: support quasiliteral as format string. | Kaz Kylheku | 2021-06-11 | 1 | -0/+5 |
* | pic: allow trailing exclamation. | Kaz Kylheku | 2021-06-11 | 1 | -0/+5 |
* | pic: clarification and tests. | Kaz Kylheku | 2021-06-11 | 1 | -0/+6 |
* | pic: test cases and fixes. | Kaz Kylheku | 2021-06-11 | 1 | -0/+88 |
* | format: ~x/~X specifiers support buffers. | Kaz Kylheku | 2021-05-04 | 1 | -0/+29 |
* | rel-path: bugfixes. | Kaz Kylheku | 2021-05-03 | 1 | -1/+6 |
* | New function: rel-path. | Kaz Kylheku | 2021-05-03 | 1 | -0/+17 |
* | openbsd: fix tests. | Kaz Kylheku | 2021-04-20 | 1 | -27/+28 |
* | tests: implicitly generate empty .expected files. | Kaz Kylheku | 2021-04-12 | 1 | -0/+0 |
* | chmod: disable some chmod tests on Cygwin. | Kaz Kylheku | 2020-12-24 | 1 | -21/+26 |
* | chmod tests: avoid sticky bit when not available. | Kaz Kylheku | 2020-02-10 | 1 | -18/+25 |
* | chmod tests: use macro. | Kaz Kylheku | 2020-02-10 | 1 | -3/+3 |
* | chmod: ugo perms sees effects from same clause. | Kaz Kylheku | 2020-02-08 | 1 | -0/+1 |
* | chmod: ugo must refer to unaltered perms. | Kaz Kylheku | 2020-02-08 | 1 | -0/+5 |
* | chmod: bug handling comma after right hand ugo. | Kaz Kylheku | 2020-02-07 | 1 | -0/+1 |
* | chmod: setuid/setgid bit bugfix and new tests. | Kaz Kyheku | 2020-02-07 | 1 | -5/+6 |
* | chmod: bugfix and new tests. | Kaz Kyheku | 2020-02-07 | 1 | -0/+7 |
* | New tests for chmod. | Kaz Kyheku | 2020-02-07 | 2 | -0/+34 |