fix building with glibc-2.4
[oweals/busybox.git] / libpwdgrp /
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-03 Rob LandleyTypo fixes brought to you by the letters a, l, and...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-25 Tim Rikerjust whitespace
2006-01-15 Bernhard Reutner... - shared libbusybox.
2005-10-28 Bernhard Reutner... - move GETXXKEY_R_FUNC into an internal helper file...
2005-10-08 Rob LandleyShaun Jackman pointed out that fgets_unlocked() and...
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2004-10-08 Eric Andersenegor duda writes:
2004-07-15 Eric AndersenReplace the old and somewhat buggy pwd_grp stuff with...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-18 Russ Dillrename __getgrent so that it doesn't conflict with...
2003-07-26 Eric AndersenPatch from Nick Fedchik to fixup paths in busybox/libpwdgrp
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-06-26 Eric Andersenoops. make this actually work as intended....
2003-06-26 Eric AndersenOops.
2003-06-26 Eric AndersenPer patch from Nick Fedchik, use SHADOW_FILE, not ...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-11 Eric AndersenFixup header file ordering
2002-12-08 Glenn L McGrathChange #include order to fix warning
2002-12-07 Glenn L McGrathinclude "busybox" after the libc includes tofix compile...
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-09-16 Eric AndersenFix stupid typo noticed by John Mullin <john.mullin...
2002-09-10 Eric AndersenYipe. uid and gid were reversed.
2002-08-01 Eric AndersenJoseph Chiu <josephc@idealab.com> found an off-by-one...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-07-03 Eric AndersenCleanup shadow.h stuff so it behaves as intended
2002-06-04 Robert GrieblBigger patch for (partial) tinylogin integration