Jim Meyering
bed3e0c42e
Cross-reference to basename and readlink.
2005-12-06 07:13:49 +00:00
Paul Eggert
19af464ef3
Mention reporters for "none" and "proc" mounts.
2005-12-05 17:46:22 +00:00
Jim Meyering
e1c945b363
*** empty log message ***
2005-12-04 23:43:55 +00:00
Jim Meyering
f517ded11a
*** empty log message ***
2005-12-04 23:34:19 +00:00
Jim Meyering
c837e0038d
(fchown) [!HAVE_FCHOWN]: Define fchown(...) to -1.
...
(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 23:34:14 +00:00
Jim Meyering
5e36a5a28f
*** empty log message ***
2005-12-04 22:00:18 +00:00
Jim Meyering
6a33c69c49
(EXPECTED_ERRNO): Add ENOSYS, for Solaris 8.
...
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 22:00:14 +00:00
Jim Meyering
9333b3a359
*** empty log message ***
2005-12-04 09:58:40 +00:00
Jim Meyering
f390052b80
(usage): Say what happens with two or more arguments.
2005-12-04 09:58:34 +00:00
Jim Meyering
ca88a482a5
*** empty log message ***
2005-12-03 23:24:51 +00:00
Jim Meyering
a936ac291c
(print_uptime): Move decl of local `upsecs' into scope where it's used.
2005-12-03 23:24:46 +00:00
Jim Meyering
b3e300393e
.
2005-12-03 23:19:58 +00:00
Jim Meyering
e12e1864fc
*** empty log message ***
2005-12-03 22:24:31 +00:00
Jim Meyering
b867d3fcfb
*** empty log message ***
2005-12-03 22:23:40 +00:00
Jim Meyering
08a0a7291f
(long_options): Change the name of each undocumented, for-
...
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 22:23:23 +00:00
Jim Meyering
43233c319e
(long_opts): Change the name of each undocumented, for-
...
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 22:23:09 +00:00
Jim Meyering
616fc42b4f
Update uses of undocumented, for- testing-only --presume* options
...
to start with `---'.
2005-12-03 22:16:24 +00:00
Paul Eggert
448d523897
Mention change to jm-macros.m4.
2005-12-02 18:35:33 +00:00
Paul Eggert
6d28d2c738
(gl_MACROS): Adjust to renaming of gl_SOCKLEN_T to gl_TYPE_SOCKLEN_T.
2005-12-02 18:35:19 +00:00
Paul Eggert
48f08b4f53
Fix typo in previous log entry.
2005-12-02 18:23:42 +00:00
Paul Eggert
feb302b9f2
* (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
...
Use implementation from Albert Chin, with some
comments/corrections by Stepan Kasal and myself.
2005-12-02 18:22:10 +00:00
Jim Meyering
e4f62b9fcf
*** empty log message ***
2005-12-02 07:49:12 +00:00
Paul Eggert
76bebf24a5
Import from gnulib.
2005-12-02 00:42:52 +00:00
Paul Eggert
b3c0bca1f8
(gl_REGEX): Check whether off_t can be used in a switch
...
statement, to work around an HP-UX 10.20 compiler bug reported by
Peter O'Gorman.
2005-12-02 00:29:02 +00:00
Jim Meyering
82ff869140
*** empty log message ***
2005-11-30 17:42:36 +00:00
Jim Meyering
be3ef12b92
Add a comment about cvsu.
2005-11-30 17:42:33 +00:00
Jim Meyering
46679371cb
*** empty log message ***
2005-11-30 13:05:08 +00:00
Jim Meyering
ea2a4f2658
(gl_FUNC_OPENAT): Require openat-priv.h.
2005-11-30 13:05:03 +00:00
Jim Meyering
798f577bec
Include openat-priv.h.
...
Remove definitions of macros defined therein.
2005-11-30 13:04:26 +00:00
Jim Meyering
07c80bab50
Define macros used by mkdirat.c and openat.c.
2005-11-30 13:03:21 +00:00
Jim Meyering
48a8638c23
*** empty log message ***
2005-11-30 12:40:12 +00:00
Jim Meyering
29a3f2f810
(mkdirat): Declare.
2005-11-30 12:40:09 +00:00
Jim Meyering
3f23bf599c
*** empty log message ***
2005-11-30 12:39:30 +00:00
Jim Meyering
2e72b76fd3
(mkdirat): New file and function.
2005-11-30 12:39:14 +00:00
Jim Meyering
76b8c64505
*** empty log message ***
2005-11-30 12:38:05 +00:00
Jim Meyering
7214c0bf70
(gl_FUNC_OPENAT): Require and compile mkdirat.c.
2005-11-30 12:38:02 +00:00
Paul Eggert
fc0fa751c4
Log today's changes.
2005-11-26 07:53:39 +00:00
Paul Eggert
7c69f05221
(df invocation): Document treatment of dummy file
...
systems better.
2005-11-26 07:52:43 +00:00
Paul Eggert
1e20020bb8
(ME_DUMMY): "none" and "proc" file systems are dummies
...
too.
2005-11-26 07:52:11 +00:00
Paul Eggert
e9c8be100e
(show_point): Ignore inaccessible file systems.
...
(usage): -a includes dummy file systems, not size-0 file systems.
2005-11-26 07:51:45 +00:00
Paul Eggert
bb14284481
df updates for "none", "proc", inaccessible file systems.
2005-11-26 07:51:27 +00:00
Paul Eggert
45ad3543a9
Include <limits.h>.
...
(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 07:43:50 +00:00
Paul Eggert
9b539d8634
(unsigned_long_long_int): Renamed from ulonglong_t,
...
to avoid collision with POSIX name space. All uses changed.
2005-11-26 07:29:48 +00:00
Paul Eggert
128bc21842
(MOSTLYCLEANFILES): Clean stdbool.h-t, not stdbool.ht.
2005-11-26 06:58:34 +00:00
Paul Eggert
b7fa297fa5
(stdbool.h): Fix typo in previous change.
2005-11-26 06:55:22 +00:00
Paul Eggert
dedcfff69c
(stdbool.h): Just copy stdbool_.h; no need to sed any more.
2005-11-26 06:54:17 +00:00
Paul Eggert
e05c20ea7a
no longer needed.
...
(gl_STDBOOL_H): New macro, from gnulib.
(AC_HEADER_STDBOOL): Sync with gnulib.
2005-11-26 06:37:52 +00:00
Paul Eggert
6771c1b415
Simplify greatly, under the assumption that these
...
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 06:37:31 +00:00
Paul Eggert
c63680e87b
(gettime) [!defined OK_TO_USE_1S_CLOCK]:
...
Report an error at compile-time if only a 1-second nominal clock
resolution is found.
2005-11-26 06:30:35 +00:00
Jim Meyering
1b7e4389dc
*** empty log message ***
2005-11-24 17:25:11 +00:00