CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2008-04-23 11:13:52

Modified files:
        winsup/cygwin  : ChangeLog cygwin.din path.cc syscalls.cc 
        winsup/cygwin/include/cygwin: version.h 

Log message:
        * cygwin.din: Sort.
        (faccessat): Export.
        (fchmodat): Export.
        (fchownat): Export.
        (fstatat): Export.
        (futimesat): Export.
        (linkat): Export.
        (mkdirat): Export.
        (mkfifoat): Export.
        (mknodat): Export.
        (openat): Export.
        (readlinkat): Export.
        (renameat): Export.
        (symlinkat): Export.
        (unlinkat): Export.
        * path.cc (readlink): Align definition to POSIX.
        * syscalls.cc (gen_full_path_at): New static function.
        (faccessat): Implement.
        (fchmodat): Implement.
        (fchownat): Implement.
        (fstatat): Implement.
        (futimesat): Implement.
        (linkat): Implement.
        (mkdirat): Implement.
        (mkfifoat): Implement.
        (mknodat): Implement.
        (openat): Implement.
        (readlinkat): Implement.
        (renameat): Implement.
        (symlinkat): Implement.
        (unlinkat): Implement.
        * include/cygwin/version.h: Bump API minor number.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4114&r2=1.4115
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&r1=1.187&r2=1.188
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.492&r2=1.493
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.487&r2=1.488
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.263&r2=1.264

Reply via email to