summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-07-30makepath int cleanupPaul Eggert
2004-07-30(make_path, make_dir): Use bool, not int, since we're not setting errno.Paul Eggert
2004-07-30Include <stdbool.h>.Paul Eggert
2004-07-30modechange.c now uses bool.Paul Eggert
2004-07-30Update copyright.Paul Eggert
2004-07-30Include <stdbool.h>.Paul Eggert
2004-07-30Fix copyright year.Paul Eggert
2004-07-29Use sizeof, not alignof, in memchr and memrchr.Paul Eggert
2004-07-29(UNALIGNED_P): Use sizeof, not alignof.Paul Eggert
2004-07-29(UNALIGNED_P): Use sizeof, not alignof.Paul Eggert
2004-07-28userspec.c cleanup, e.g. for "chown 010 file".Paul Eggert
2004-07-28Include <stdbool.h>, "inttostr.h".Paul Eggert
2004-07-28Regenerate.Paul Eggert
2004-07-28memchr and memrchr portability fixes.Paul Eggert
2004-07-28Include <stddef.h>, not <stdlib.h> and <sys/types.h>.Paul Eggert
2004-07-28Include <stddef.h>, not <stdlib.h> and <sys/types.h>.Paul Eggert
2004-07-28md5, sha1 cleanups; getugroups change.Paul Eggert
2004-07-28Don't include <sys/types.h> or <stdlib.h>; <stddef.h>Paul Eggert
2004-07-28Include <stdint.h> if HAVE_STDINT_H || _LIBC, notPaul Eggert
2004-07-28Include <errno.h>.Paul Eggert
2004-07-28Regenerate.Paul Eggert
2004-07-28Get eaccess from libgen if available; that's where it is on Solaris 9.Paul Eggert
2004-07-28euidaccess.c [HAVE_LIBGEN_H]: Include <libgen.h>, forPaul Eggert
2004-07-28cycle-check integer overflow fixup.Paul Eggert
2004-07-28Remove now-inaccurate comment about the filesPaul Eggert
2004-07-28(is_zero_or_power_of_two): Renamed fromPaul Eggert
2004-07-27Regenerate.Paul Eggert
2004-07-27Merged into backupfile.c.Paul Eggert
2004-07-27backupfile integer overflow fixupsPaul Eggert
2004-07-27backupfile.c rewrite to avoid arbitrary limits on lengths ofPaul Eggert
2004-07-27backupfile.h (addext): Remove decl.Paul Eggert
2004-07-27(libfetish_a_SOURCES): Remove addext.c.Paul Eggert
2004-07-25euidaccess fixesPaul Eggert
2004-07-25[!defined LIBC]: Included group-member.h, stat-macros.h.Paul Eggert
2004-07-24Move some changelog entries here from ../ChangeLog.Paul Eggert
2004-07-23Regenerate.Paul Eggert
2004-07-23(libfetish_a_SOURCES): Add fcntl-safer.h, open-safer.c.Paul Eggert
2004-07-23New file.Paul Eggert
2004-07-13Prefer c_strtod to setlocale when scanning floating point.Paul Eggert
2004-07-12Include <errno.h>, <stdio.h>, <stdlib.h> evenPaul Eggert
2004-07-12(STRTOD_L): New macro.Paul Eggert
2004-07-12Regenerate.Paul Eggert
2004-07-12printf now uses long double.Paul Eggert
2004-07-12New file.Paul Eggert
2004-07-12(c_strtold): New decl.Paul Eggert
2004-07-12Include <config.h> first.Paul Eggert
2004-07-12(libfetish_a_SOURCES): Add c-strtold.c.Paul Eggert
2004-07-07*** empty log message ***Jim Meyering
2004-07-07Don't infloop when MAXSYMLINKS is not defined.Jim Meyering
2004-07-07Include stdbool.h.Jim Meyering