From 30b111d51a337845061ab34ad4cd4a81ba87fab8 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Wed, 10 Jun 2020 01:34:42 +0200 Subject: [PATCH] TODO: moar update (cherry picked from commit 3bce00165113ed22e22c99d6347cc8211bea4db1) --- TODO | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index d1b6d5d64..11d643256 100644 --- a/TODO +++ b/TODO @@ -7,9 +7,15 @@ Fix regression test failures: - On OpenBSD, there are 15 locale-related test failures in variables.sh. ______ -Fix build failures: +Fix build system: - ksh does not currently build on NetBSD, AIX, HP-UX, Solaris, or QNX. +- Reimport the removed nmake. It is necessary for changes in Makefiles + to take effect. The machine-generated Mamfiles are now used as a fallback, + but they are not meant to be edited by hand. +- Reimport the removed pty command (for scripting interactive sessions). This + is necessary for the pty.sh regression tests to work, which test ksh as an + interactive shell. We want to avoid breaking the interactive shell, too. ______ Fix or remove broken or misguided default aliases: