1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 09:05:50 +02:00
Commit Graph

18214 Commits

Author SHA1 Message Date
Jim Meyering
4d8ae1beeb Remove trailing blanks. 2004-04-13 09:04:58 +00:00
Jim Meyering
f23a172068 remove trailing blank 2004-04-13 09:03:11 +00:00
Jim Meyering
a10d27c219 *** empty log message *** 2004-04-12 11:59:53 +00:00
Jim Meyering
99eb12ed3c Update from gnulib. 2004-04-12 11:59:45 +00:00
Jim Meyering
907e43cc4a . 2004-04-12 09:39:24 +00:00
Jim Meyering
383912d87d *** empty log message *** 2004-04-12 09:31:47 +00:00
Jim Meyering
981b84709a (jm_PREREQ): Require gl_UTIMECMP. 2004-04-12 09:31:41 +00:00
Jim Meyering
e178ccbaf8 From Paul Eggert. 2004-04-12 09:31:20 +00:00
Jim Meyering
e8cf49226a *** empty log message *** 2004-04-12 09:31:04 +00:00
Jim Meyering
4ed4732e78 Include "utimecmp.h".
(copy_internal): Compare time stamps using utimecmp rather than
MTIME_CMP.
2004-04-12 09:30:57 +00:00
Jim Meyering
0a70213d4d *** empty log message *** 2004-04-12 09:27:25 +00:00
Jim Meyering
3139db372b *** empty log message *** 2004-04-12 09:26:41 +00:00
Jim Meyering
ae7a17610b From Paul Eggert. 2004-04-12 09:26:27 +00:00
Jim Meyering
7957b57a1a From Paul Eggert. 2004-04-12 09:26:01 +00:00
Jim Meyering
4cf5e4a5cf *** empty log message *** 2004-04-12 09:25:49 +00:00
Jim Meyering
aeea251d2e (libfetish_a_SOURCES): Add utimecmp.c, utimecmp.h. 2004-04-12 09:23:09 +00:00
Jim Meyering
3b2bcb8359 *** empty log message *** 2004-04-12 09:22:08 +00:00
Jim Meyering
29a91488a9 (mv invocation): Document this.
(cp invocation): Document -u (it was missing!) with new behavior.
2004-04-12 09:22:02 +00:00
Jim Meyering
e4b7d663c0 cp -pu and mv -u (when copying) now take the destination
file system time stamp resolution into account.
2004-04-12 09:20:47 +00:00
Jim Meyering
afe724318d . 2004-04-09 12:15:49 +00:00
Jim Meyering
c01ac4d409 *** empty log message *** 2004-04-09 12:15:40 +00:00
Jim Meyering
49e4141352 Include "stat-macros.h". 2004-04-09 12:15:23 +00:00
Jim Meyering
1d85737fd3 (file_type): Move all macro defiitions to new file, stat-macros.h. 2004-04-09 12:15:15 +00:00
Jim Meyering
1c55f1acf5 (libfetish_a_SOURCES): Add stat-macros.h. 2004-04-09 12:13:57 +00:00
Jim Meyering
293e3cacc3 New file, with contents from file-type.h and coreutils' system.h. 2004-04-09 12:13:37 +00:00
Jim Meyering
8309aea61e Include stat-macros.h, not file-type.h.
Move more definitions into stat-macros.h.
2004-04-09 12:05:45 +00:00
Jim Meyering
b9c4b346f1 undo last change 2004-04-09 12:03:02 +00:00
Jim Meyering
0ef4f6ba49 *** empty log message *** 2004-04-09 11:33:56 +00:00
Jim Meyering
d840a53e90 (.re-list): New rule/file, to replace hard-coded list of header file names.
(sc_system_h_headers): Use the new file.
2004-04-09 11:33:53 +00:00
Jim Meyering
6a5c240b9d *** empty log message *** 2004-04-09 08:27:01 +00:00
Jim Meyering
b29e52796a Don't include "file-type.h", now that system.h does. 2004-04-09 08:26:17 +00:00
Jim Meyering
4b4e469c61 *** empty log message *** 2004-04-09 08:25:50 +00:00
Jim Meyering
e357aa96a4 Include file-type.h rather than hard-coding all
of its macros definitions -- the list was slightly out of date.
2004-04-09 08:25:32 +00:00
Jim Meyering
af03f88c2d (header_regexp): Add file-type.h.
(sc_system_h_headers): Don't look for sys2.h anymore.
2004-04-09 08:24:22 +00:00
Jim Meyering
8a9c17bd26 . 2004-04-09 07:28:33 +00:00
Jim Meyering
3104d1d445 *** empty log message *** 2004-04-08 21:37:50 +00:00
Jim Meyering
eee12ddc9d Remove noctty flag from dd. 2004-04-08 21:36:45 +00:00
Jim Meyering
7c7a16a2d8 (O_NOCTTY): Remove redundant decl. 2004-04-08 21:36:18 +00:00
Jim Meyering
9f478111bf (flags, usage): Remove noctty flag.
(main): Always use O_NOCTTY when opening files.
2004-04-08 21:36:06 +00:00
Jim Meyering
ca1665b2a5 . 2004-04-08 21:35:35 +00:00
Jim Meyering
40b1bcbb39 *** empty log message *** 2004-04-08 21:30:22 +00:00
Jim Meyering
82024e9938 (set_fd_flags): Undo part of today's change: it's a little
cleaner -- and more efficient in the common case -- to go
ahead and OR in the -1 when fcntl fails.
2004-04-08 21:30:18 +00:00
Jim Meyering
1af4fd3a54 (dd_copy): Mark two diagnostics for translations. 2004-04-08 21:26:28 +00:00
Jim Meyering
a61bca91eb . 2004-04-08 15:38:59 +00:00
Jim Meyering
2830062386 *** empty log message *** 2004-04-08 15:38:46 +00:00
Jim Meyering
3469ae8085 (sc_dd_max_sym_length): New target.
(syntax-check-rules): Add it.
2004-04-08 15:38:43 +00:00
Jim Meyering
d56fd78b42 (dd_LDADD, shred_LDADD): Add fdatasync's lib. 2004-04-08 15:36:31 +00:00
Jim Meyering
5335c90dcc *** empty log message *** 2004-04-08 15:35:46 +00:00
Jim Meyering
4b68b2dd0f New dd conv= symbols nocreat, excl, fdatasync, fsync,
and new dd options iflag= and oflag=.

(dd invocation): Document them.
2004-04-08 15:35:40 +00:00
Jim Meyering
9ae2a1c006 *** empty log message *** 2004-04-08 15:31:13 +00:00