Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | short-suffix, long-suffix: no match across slash. | Kaz Kylheku | 2021-06-22 | 1 | -0/+26 |
| | | | | | | | | | | | * stream.c (short_suffix, long_suffix): Take path separator characters into account; the suffix must not span across separators. The trailing separator must also not appear in the suffix. * tests/018/path.tl: Test cases added. * txr.1: Redocumented. | ||||
* | New functions: long-suffix, short-suffix. | Kaz Kylheku | 2021-06-22 | 1 | -0/+34 |
* stream.c (short_suffix, long_suffix): New functions. (stream_init): short-suffix and long-suffix intrinsics registered. * stream.c (short_suffix, long_suffix): Declared. * tests/018/path.tl: New file. * txr.1: Documented. * share/txr/stdlib/doc-syms.tl: Updated. |