cdesktopenv/src/lib
Martijn Dekker e3882fe71b Only run pty tests on systems where pty is known to be good
On some systems (AIX, HP-UX, OpenBSD) the pty tests may hang.

On all systems except Darwin/macOS, FreeBSD and Linux, the pty
tests show one or more regressions. But when I try out the failing
tests manually in a real session, it seems to work fine. So I
suspect pty is broken and not ksh.

src/cmd/ksh93/tests/pty.sh:
- For now, only run the pty tests on Darwin, FreeBSD and Linux.

src/lib/libast/Mamfile:
- tvsleep.c: Add missing error.h dependency (re: 2f7918de).
  (unrelated, but just wasn't worth its own commit)
2021-02-23 10:54:56 +00:00
..
libast Only run pty tests on systems where pty is known to be good 2021-02-23 10:54:56 +00:00
libcmd Fix many spelling errors and word repetitions (#188) 2021-02-20 03:22:24 +00:00
libdll build system: rm unused variable declarations from Mamfiles 2021-02-05 15:39:31 +00:00
libsum build system: rm unused variable declarations from Mamfiles 2021-02-05 15:39:31 +00:00
Mamfile **/Mamfile: add header comment pointing to MAM docs (re: 6cc2f6a0) 2021-01-25 14:38:58 +00:00