getgroups, getugroups: provide stubs for mingw
[gnulib.git] / lib / getugroups.c
2009-11-15 Eric Blakegetgroups, getugroups: provide stubs for mingw
2009-07-05 Jim Meyeringremove superfluous parentheses in STREQ definition
2009-02-04 Jim Meyeringavoid misc. warnings
2008-03-30 Karl BerryMerge branch 'master' of ssh://karl@git.sv.gnu.org...
2008-03-30 Bruno HaibleUse the EOVERFLOW module instead of a manual fallback...
2008-02-13 Lasse CollinDon't rely on signed integer overflowing to negative...
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-07-06 Jim Meyering* lib/getugroups.c (getugroups): Detect getgrent failure.
2007-07-05 Jim MeyeringDon't let endgrent clobber errno, no matter how improbable.
2007-07-05 Jim MeyeringClose the group DB even when failing with 2^31 or more...
2007-07-04 Jim Meyering* lib/getugroups.h: New file.
2006-09-13 Paul Eggert* _fpending.c: Include <config.h> unconditionally,...
2006-05-19 Jim MeyeringCorrect an outdated comment. From Bruno Haible.
2005-09-23 Paul EggertSync from coreutils.
2005-05-14 Paul Eggert*** empty log message ***
2004-08-07 Paul EggertMerge from coreutils.
2003-09-09 Paul EggertRemove K&R cruft.
2000-06-04 Jim Meyering(getugroups): Cast -1 to gid_t, for systems like
1999-05-15 Jim Meyering(getugroups): Don't dereference a null pointer when
1999-03-10 Jim Meyering(getugroups): Take new parameter, gid.
1999-03-09 Jim Meyeringfix small thinko
1999-03-09 Jim Meyering(getugroups): Take new parameter, gid.
1998-03-13 Jim Meyeringprotoize
1998-03-13 Jim Meyering(getugroups): Don't add a group number if it would...
1996-07-15 Jim Meyeringindent cpp-directives
1996-07-15 Jim Meyeringupdate FSF address in copyright
1996-04-03 Jim MeyeringInclude stdio.h before grp.h.
1992-11-01 Jim MeyeringInitial revision