Date: Sun, 1 Feb 1998 20:58:11 +0200 (IST) From: Eli Zaretskii To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: What's changed entry for NSIG etc. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Please apply this *after* the other patch for wc202.txi: *** src/docs/kb/wc202.t~1 Sat Jan 31 14:47:08 1998 --- src/docs/kb/wc202.txi Sat Jan 31 20:43:50 1998 *************** *** 320,322 **** --- 320,325 ---- @code{stat} is now more reliable on NT and with character devices. @findex stat + The @code{sys_siglist[]} array is now available with the names of all + the signals, and the function @code{psignal} can be used to print + messages which include the signal names.