summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-06Cross-reference to basename and readlink.Jim Meyering
2005-12-05Mention reporters for "none" and "proc" mounts.Paul Eggert
2005-12-04*** empty log message ***Jim Meyering
2005-12-04*** empty log message ***Jim Meyering
2005-12-04(fchown) [!HAVE_FCHOWN]: Define fchown(...) to -1.Jim Meyering
(set_owner, preserve_author): New functions, factored out of copy_reg. (copy_reg): Use them. (copy_internal): Use them here, too. From Andreas Gruenbacher.
2005-12-04*** empty log message ***Jim Meyering
2005-12-04(EXPECTED_ERRNO): Add ENOSYS, for Solaris 8.Jim Meyering
Paul Eggert reported that unlink/rmdir vs. e.g., /proc/self/fd/N/FILE fails with ENOSYS. This makes openat revert to using save-cwd.c functions in that case.
2005-12-04*** empty log message ***Jim Meyering
2005-12-04(usage): Say what happens with two or more arguments.Jim Meyering
2005-12-03*** empty log message ***Jim Meyering
2005-12-03(print_uptime): Move decl of local `upsecs' into scope where it's used.Jim Meyering
2005-12-03.Jim Meyering
2005-12-03*** empty log message ***Jim Meyering
2005-12-03*** empty log message ***Jim Meyering
2005-12-03(long_options): Change the name of each undocumented, for-Jim Meyering
testing-only option to start with `-', so that it cannot render ambiguous any prefix it happens to share with some other option name.
2005-12-03(long_opts): Change the name of each undocumented, for-Jim Meyering
testing-only option to start with `-', so that it cannot render ambiguous any prefix it happens to share with some other option name.
2005-12-03Update uses of undocumented, for- testing-only --presume* optionsJim Meyering
to start with `---'.
2005-12-02Mention change to jm-macros.m4.Paul Eggert
2005-12-02(gl_MACROS): Adjust to renaming of gl_SOCKLEN_T to gl_TYPE_SOCKLEN_T.Paul Eggert
2005-12-02Fix typo in previous log entry.Paul Eggert
2005-12-02* (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.Paul Eggert
Use implementation from Albert Chin, with some comments/corrections by Stepan Kasal and myself.
2005-12-02*** empty log message ***Jim Meyering
2005-12-02Import from gnulib.Paul Eggert
2005-12-02(gl_REGEX): Check whether off_t can be used in a switchPaul Eggert
statement, to work around an HP-UX 10.20 compiler bug reported by Peter O'Gorman.
2005-11-30*** empty log message ***Jim Meyering
2005-11-30Add a comment about cvsu.Jim Meyering
2005-11-30*** empty log message ***Jim Meyering
2005-11-30(gl_FUNC_OPENAT): Require openat-priv.h.Jim Meyering
2005-11-30Include openat-priv.h.Jim Meyering
Remove definitions of macros defined therein.
2005-11-30Define macros used by mkdirat.c and openat.c.Jim Meyering
2005-11-30*** empty log message ***Jim Meyering
2005-11-30(mkdirat): Declare.Jim Meyering
2005-11-30*** empty log message ***Jim Meyering
2005-11-30(mkdirat): New file and function.Jim Meyering
2005-11-30*** empty log message ***Jim Meyering
2005-11-30(gl_FUNC_OPENAT): Require and compile mkdirat.c.Jim Meyering
2005-11-26Log today's changes.Paul Eggert
2005-11-26(df invocation): Document treatment of dummy filePaul Eggert
systems better.
2005-11-26(ME_DUMMY): "none" and "proc" file systems are dummiesPaul Eggert
too.
2005-11-26(show_point): Ignore inaccessible file systems.Paul Eggert
(usage): -a includes dummy file systems, not size-0 file systems.
2005-11-26df updates for "none", "proc", inaccessible file systems.Paul Eggert
2005-11-26Include <limits.h>.Paul Eggert
(dev_from_mount_options) [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: New function. It no longer assumes "dev=" has the System V meaning on Linux (since it doesn't). It also parses "dev=" more carefully. (read_file_system_list) [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it. MOUNTED_GETMNTENT2 is new here; the code didn't used to look for dev= in that case.
2005-11-26(unsigned_long_long_int): Renamed from ulonglong_t,Paul Eggert
to avoid collision with POSIX name space. All uses changed.
2005-11-26(MOSTLYCLEANFILES): Clean stdbool.h-t, not stdbool.ht.Paul Eggert
2005-11-26(stdbool.h): Fix typo in previous change.Paul Eggert
2005-11-26(stdbool.h): Just copy stdbool_.h; no need to sed any more.Paul Eggert
2005-11-26no longer needed.Paul Eggert
(gl_STDBOOL_H): New macro, from gnulib. (AC_HEADER_STDBOOL): Sync with gnulib.
2005-11-26Simplify greatly, under the assumption that thesePaul Eggert
days most people use C99-compatible compilers to debug, so it's not worth worrying about catering to older compilers for that. This works around some porting problems with HP-UX compilers. (false, true) [defined __BEOS__]: Don't #undef; no longer needed. (_Bool): typedef to bool if C++ or BeOS, and #define to signed char otherwise.
2005-11-26(gettime) [!defined OK_TO_USE_1S_CLOCK]:Paul Eggert
Report an error at compile-time if only a 1-second nominal clock resolution is found.
2005-11-24*** empty log message ***Jim Meyering