summaryrefslogtreecommitdiffstats
path: root/tests/018
Commit message (Expand)AuthorAgeFilesLines
* crypt: detect error tokens more weakly; drop some tests.Kaz Kylheku2023-09-031-2/+1
* New functions for shell escaping.Kaz Kylheku2023-09-011-0/+11
* close-stream: new : protocol from close method.Kaz Kylheku2023-08-072-1/+24
* streams: close-stream only caches non-nil result.Kaz Kylheku2023-08-072-0/+23
* rel-path: treat empty paths as relative.Kaz Kylheku2023-07-251-1/+4
* clean-file: tests.Kaz Kylheku2023-06-052-0/+110
* android, cygwin: do not try to test crypt.Kaz Kylheku2022-12-301-0/+3
* crypt: fix for platforms that lack crypt_r.Kaz Kylheku2022-12-301-1/+1
* crypt: remove dubious validator.Kaz Kylheku2022-10-311-0/+18
* close-lazy-streams: test.Kaz Kylheku2022-08-301-0/+3
* txr: test for new @(next) behaviors.Kaz Kylheku2022-08-302-0/+17
* path-components-safe: tighten /proc checkKaz Kylheku2022-07-301-30/+21
* path-components-safe: repel /proc symlink attacksKaz Kylheku2022-07-291-0/+25
* New function: path-components-safe.Kaz Kylheku2022-07-251-0/+89
* bugfix: missing gzip support in open-command.Kaz Kylheku2022-06-211-0/+4
* cygwin: bug: sh always uses cmd.exe.Kaz Kylheku2022-05-311-9/+3
* gzio: some tests.Kaz Kylheku2022-05-301-0/+53
* New function: trim-path-sepsKaz Kylheku2022-05-201-0/+38
* tests: Cygwin fixes.Kaz Kylheku2022-05-101-4/+9
* fork/streams: new failing test.Kaz Kylheku2022-04-232-0/+43
* tests: test case for combining .tlo files.Kaz Kylheku2022-02-141-0/+27
* path-equal: enable and fix failing tests.Kaz Kylheku2021-10-201-3/+2
* pic: support parenthesis negative notation.Kaz Kylheku2021-10-191-3/+19
* pic: digit separator tests.Kaz Kylheku2021-10-181-0/+24
* pic: preserve decimal period in ### overflow fill.Kaz Kylheku2021-10-181-4/+4
* New path-equal function.Kaz Kylheku2021-10-101-0/+18
* cygwin: environment-related fixes.Kaz Kylheku2021-10-051-13/+14
* New variable: *child-env*.Kaz Kylheku2021-09-261-0/+14
* path-search: rewrite in C with saner semantics.Kaz Kylheku2021-09-251-1/+5
* exceptions: hack to store errno in string object.Kaz Kylheku2021-09-071-0/+8
* format: bug: sign not reset before each conversion.Kaz Kylheku2021-08-161-0/+4
* tests: support BSD flavors loosely, not just OpenBSD.Kaz Kylheku2021-08-131-1/+1
* pure-rel-path-p: add tests.Kaz Kylheku2021-07-221-0/+23
* paths: new tests.Kaz Kylheku2021-07-151-0/+46
* tests: guix fixes.Kaz Kylheku2021-07-132-1/+7
* tests: weaken condition in path search for sh.Kaz Kylheku2021-07-121-1/+1
* New function: add-suffix.Kaz Kylheku2021-07-101-0/+19
* New functions: trim-short-suffix, trim-long-suffix.Kaz Kylheku2021-07-101-0/+48
* suffix functions: new test cases.Kaz Kylheku2021-07-101-1/+3
* tests: fix malformed chmod.tl.Paul A. Patience2021-07-051-11/+11
* path-search: fix test for sh not being in /bin.Kaz Kylheku2021-07-041-1/+1
* suffix functions: ignore trailing slashes.Kaz Kylheku2021-07-031-2/+16
* path-cat: becomes variadic.Kaz Kylheku2021-06-291-0/+32
* New function: path-search.Kaz Kylheku2021-06-291-0/+15
* base-name: bug with empty string suffix.Kaz Kylheku2021-06-261-0/+28
* suffix functions: requirements change.Kaz Kylheku2021-06-261-22/+22
* suffix functions: leading dot is not delimiterKaz Kylheku2021-06-261-13/+23
* short-suffix, long-suffix: no match across slash.Kaz Kylheku2021-06-221-0/+26
* New functions: long-suffix, short-suffix.Kaz Kylheku2021-06-221-0/+34
* subprocesses: cygwin fixes.Kaz Kylheku2021-06-201-3/+9