commit f9461d66f9351480812a6dc365abf54000d75493 parent b2d0248df8071a57508500448afd93f04e318fb3 Author: tjg <tjg> Date: Mon, 10 May 1999 15:19:34 +0000 another snapshot Diffstat:
M | ChangeLog | | | 10 | +++++++++- |
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog @@ -570,6 +570,14 @@ Changes since rc-1.5b2 Documentation: document the yacc-imposed limit on ; separated commands in a line. -1993-05-06 +1999-05-06 Portability: tgetent() might be in -lncurses instead of -ltermcap. + +1999-05-10 + + Portability: Linux *almost* has SysV SIGCLD semantics, and we need to + detect them. + + Bug: if we reset SIGCLG to SIG_DFL, we need to record the fact in the + sighandlers[] array.