2026-04-15 14:51:21 by Kevin Bloom | Files touched by this commit (2) | 👁 Package updated
|
Log message:
oksh: update to 7.8
- Bump release to oksh 7.8 (README + OKSH_VERSION)
- Improve portability: detect IBM XL C in configure, set xlc flags;
add Darwin/xlc stddef.h workaround note; document XL C on Tiger
- Fix test builtin -nt/-ot to use timespec mtime (st_mtim + timespeccmp)
- Harden prompt rendering: handle localtime() failure in prompt escapes
- Reject NUL bytes in input (shf.c) with a syntax error
- Safer history-relative parsing: replace atoi with strtonum
- vi line editor: multiple UTF-8/tab/windowing cursor/display fixes
- Update manpages (case syntax clarification + minor mdoc cleanups)
|
| 2023-12-06 01:09:39 by Greg Troxel | Files touched by this commit (2) |
Log message:
shells/oksh: Update oksh to 7.4
- Remove broken special handling of test -t
- consistently escape control characters when displaying file name
completions, even when there are multiple matches
- added kefir compiler support
|
| 2023-08-24 17:47:03 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Indent, and remove comment inadvertently added in previous.
|
| 2023-08-24 17:46:18 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 7.3. From the changelog:
- Add missing return types to configure checks (#71)
- Omit version in SMALL ksh builds
- Reformat some multiline markup
- Remove array reference from sh(1)
|
2023-01-09 18:19:51 by Frederic Cambus | Files touched by this commit (2) | 👁 Package updated
|
Log message:
oksh: update to 7.2.
No ChangeLog available.
|
| 2021-10-26 13:18:40 by Nia Alarie | Files touched by this commit (38) |
Log message:
shells: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
| 2021-10-10 13:27:35 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 7.0. From the changelog:
- Use old conversion of clock_gettime on macOS prior to 10.12
- Manpage tweak: shell scripts should use getopts instead of getopt
- In addition to 2-byte and 3-byte UTF-8 sequences, correctly identify
all 4-byte UTF-8 sequences
- Do not permit an empty list between "while" and "do"
|
| 2021-10-07 16:56:13 by Nia Alarie | Files touched by this commit (38) |
Log message:
shells: Remove SHA1 hashes for distfiles
|