aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-26use gnulib's proper_name_utf8 function, but *not* proper_nameJim Meyering1-0/+7
2008-01-30Now that system.h defines is_empty_dir, include "openat.h".Jim Meyering1-0/+1
2008-01-30Improve "rmdir --ignore-fail-on-non-empty"Jim Meyering1-0/+30
2008-01-17Do not define-away __attribute__ when __STRICT_ANSI__ is set.Jim Meyering1-2/+2
2007-10-28Define ENODATA, for FreeBSD 5.0 and 6.1.Jim Meyering1-0/+3
2007-08-30Use PACKAGE_NAME instead of GNU_PACKAGE.Eric Blake1-1/+1
2007-08-29Use EXIT_FAILURE, not EXIT_FAIL, now that EXIT_FAILURE is always 1.Jim Meyering1-3/+1
2007-08-24* src/system.h (fseeko, ftello): Remove now-unneeded definitions.Jim Meyering1-15/+0
2007-08-20Avoid consuming too much seekable input when yesno is used.Eric Blake1-0/+1
2007-08-11Accommodate more xstrtol changes.Paul Eggert1-25/+0
2007-08-05Encapsulate a static variable.Jim Meyering1-3/+11
2007-08-04Adapt to new human and xstrtol API.Paul Eggert1-0/+17
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-03-29* src/system.h (GETOPT_SELINUX_CONTEXT_OPTION_DECL): Define.Jim Meyering1-0/+2
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-0/+10
2007-02-18Rely on gnulib-generated stdlib.h, not exit.h.Jim Meyering1-2/+1
2007-01-26Adjust to today's change to gnulib, which added a module forPaul Eggert1-4/+0
2006-12-12* src/system.h (SETVBUF): Remove definition, now that theJim Meyering1-8/+0
2006-11-16* bootstrap.conf (gnulib_modules): Add sys_stat, since we use it directly too.Paul Eggert1-2/+2
2006-10-26* src/system.h (ftello): Add a compile-time check for the highlyJim Meyering1-9/+2
2006-10-25Portability to Tru64 V4.0.Jim Meyering1-4/+20
2006-10-14* src/system.h (EXIT_FAILURE, EXIT_SUCCESS): Remove definitions.Jim Meyering1-12/+1
2006-10-03* src/system.h (ST_BLKSIZE): Ceiling at SIZE_MAX / 8 + 1, not at 4Paul Eggert1-4/+7
2006-09-03Include "dirname.h", since dot_or_dotdot needs itPaul Eggert1-5/+9
2006-08-29* src/system.h (LOCALEDIR): Remove, since configmake.h now definesPaul Eggert1-1/+0
2006-08-28Adjust to recent gnulib changes for the gnulib module.Paul Eggert1-73/+0
2006-08-28Adjust to recent gnulib changes for the inttypes module.Paul Eggert1-1/+0
2006-08-27* src/system.h (DOT_OR_DOTDOT): Remove macro. Rewrite as a...Jim Meyering1-4/+9
2006-08-25* .cvsignore: Remove stamp-h1. Add coreutils-*, to ignorePaul Eggert1-1/+3
2006-08-23* src/system.h (EDQUOT): Define if not already defined.Paul Eggert1-2/+5
2006-08-21Add a bootstrap procedure, so that the CVS version contains fewerPaul Eggert1-115/+4
2006-08-18* src/system.h (select_plural): Reduce by 1000000, not 1000, sincePaul Eggert1-1/+4
2006-08-16Fix bugs when printing plurals of numbers that are notPaul Eggert1-0/+8
2006-07-11Assume <dirent.h> exists, since gnulib assumes this now as well.Paul Eggert1-9/+3
2006-07-09(_D_EXACT_NAMELEN): Renamed from NLENGTH, forPaul Eggert1-74/+14
2006-07-02Include <stdint.h> unconditionally, since wePaul Eggert1-3/+1
2006-06-28* src/system.h (CLOSEDIR): Remove. All uses changed to closedir.Paul Eggert1-7/+0
2006-04-12(sync) [!HAVE_SYNC]: New macro.Paul Eggert1-0/+4
2006-03-12(SAME_INODE): Remove definition.Jim Meyering1-4/+1
2006-03-06(O_NOLINKS): Define to 0 if not already defined.Paul Eggert1-0/+4
2006-02-26(NOT_AN_INODE_NUMBER, D_INO): Define (moved here from pwd.c).Jim Meyering1-0/+12
2006-02-07(!defined O_DIRECT): If O_DIRECTIO is defined (as it is on Tru64),Jim Meyering1-0/+5
2006-01-11(X2NREALLOC): Now that verify_true is no longer void,Jim Meyering1-4/+5
2006-01-10Sync from gnulib.Paul Eggert1-4/+4
2006-01-03(O_DIRECTORY) [!defined O_DIRECTORY]: Define.Jim Meyering1-1/+5
2005-12-07(O_NOATIME): Define to 0 if not already defined.Paul Eggert1-0/+4
2005-09-28* src/system.h (LONGEST_MODIFIER): Use ULONG_MAX_LT_ULLONG_MAXPaul Eggert1-1/+1
2005-09-23Don't include utime.h; not needed.Paul Eggert1-14/+0
2005-09-22(X2NREALLOC, X2REALLOC): Moved here fromPaul Eggert1-1/+14