fix license quoting in files.yaml
[gnulib.git] / lib / getugroups.c
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-01-01 Eric Blakemaint: update copyright
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-01-06 Paul EggertIn commentary, do not use ` to quote.
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-03-08 Ian BeckwithMerge branch 'stable'
2010-03-08 Ian BeckwithMerge commit 'snapshot-start' into stable
2010-01-24 Jim Meyeringdefine STREQ(a,b) consistently, removing useless parent...
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '039ae97'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-28 Jim Meyeringmaint: use consistent FSF copyright line syntax
2009-12-23 Eric Blakegnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-11-15 Ian BeckwithMerge branch 'stable'
2009-11-15 Eric Blakegetgroups, getugroups: provide stubs for mingw
2009-11-13 Eric Blakegetgroups: don't expose GETGROUPS_T to user
2009-11-13 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