stolz       2004/09/15 08:55:46 PDT

  Modified files:
    libraries/unix       Makefile 
    libraries/unix/include HsUnix.h 
  Added files:
    libraries/unix/System/Posix/Signals Exts.hsc 
  Log:
  Add System.Posix.Signals.Exts which re-exports S.P.Signals and adds the
  two signals SIGINFO on (*BSD) and SIGWINCH (most Unices) which are not
  in POSIX.
  You should use cpp to test if those are defined before using them. This is
  encouraged by not providing dummy-definitions on platforms which do not
  offer that particular flavour.
  
  Revision  Changes    Path
  1.12      +1 -1      fptools/libraries/unix/Makefile
  1.16      +12 -1     fptools/libraries/unix/include/HsUnix.h
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to