CVSROOT:        /cvs/src
Module name:    src
Changes by:     cori...@sourceware.org  2011-10-28 09:26:43

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

Log message:
        * cygwin.din (getgrouplist): Export.
        * grp.cc (get_groups): New static function to run the core functionality
        of initgroups and getgrouplist.
        (initgroups32): Call get_groups and just create supplementary group
        list in cygheap.  Rename name of first argument to "user".  Add an
        assertion to test for a NULL user name.
        (initgroups): Rename name of first argument to "user".
        (getgrouplist): New function.
        * posix.sgml (std-bsd): Add getgrouplist.
        * include/cygwin/grp.h (getgrouplist): Declare.
        * 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.5537&r2=1.5538
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&r1=1.247&r2=1.248
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/grp.cc.diff?cvsroot=src&r1=1.115&r2=1.116
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/posix.sgml.diff?cvsroot=src&r1=1.70&r2=1.71
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/grp.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.354&r2=1.355

Reply via email to