CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]       2011-08-03 14:17:02

Modified files:
        winsup/cygwin  : ChangeLog cygwin.din posix.sgml signal.cc 
                         thread.cc 
        winsup/cygwin/include/cygwin: version.h 

Log message:
        * cygwin.din (clock_nanosleep): Export.
        * posix.sgml (std-notimpl): Move clock_nanosleep from here...
        (std-susv4): ... to here.
        (std-notes): Note limitations of clock_nanosleep.
        * signal.cc (clock_nanosleep): Renamed from nanosleep, adding clock_id
        and flags arguments and changing return values throughout.
        Improve checks for illegal rqtp values.  Add support for
        CLOCK_MONOTONIC and TIMER_ABSTIME.
        (nanosleep): Rewrite in terms of clock_nanosleep.
        (sleep): Ditto.
        (usleep): Ditto.
        * thread.cc: Mark clock_nanosleep in list of cancellation points.
        * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5466&r2=1.5467
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&r1=1.245&r2=1.246
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/posix.sgml.diff?cvsroot=src&r1=1.69&r2=1.70
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/signal.cc.diff?cvsroot=src&r1=1.99&r2=1.100
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.245&r2=1.246
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.350&r2=1.351

Reply via email to