summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-13remove trailing blankJim Meyering
2004-04-12*** empty log message ***Jim Meyering
2004-04-12Update from gnulib.Jim Meyering
2004-04-12.Jim Meyering
2004-04-12*** empty log message ***Jim Meyering
2004-04-12(jm_PREREQ): Require gl_UTIMECMP.Jim Meyering
2004-04-12From Paul Eggert.Jim Meyering
2004-04-12*** empty log message ***Jim Meyering
2004-04-12Include "utimecmp.h".Jim Meyering
(copy_internal): Compare time stamps using utimecmp rather than MTIME_CMP.
2004-04-12*** empty log message ***Jim Meyering
2004-04-12*** empty log message ***Jim Meyering
2004-04-12From Paul Eggert.Jim Meyering
2004-04-12From Paul Eggert.Jim Meyering
2004-04-12*** empty log message ***Jim Meyering
2004-04-12(libfetish_a_SOURCES): Add utimecmp.c, utimecmp.h.Jim Meyering
2004-04-12*** empty log message ***Jim Meyering
2004-04-12(mv invocation): Document this.Jim Meyering
(cp invocation): Document -u (it was missing!) with new behavior.
2004-04-12cp -pu and mv -u (when copying) now take the destinationJim Meyering
file system time stamp resolution into account.
2004-04-09.Jim Meyering
2004-04-09*** empty log message ***Jim Meyering
2004-04-09Include "stat-macros.h".Jim Meyering
2004-04-09(file_type): Move all macro defiitions to new file, stat-macros.h.Jim Meyering
2004-04-09(libfetish_a_SOURCES): Add stat-macros.h.Jim Meyering
2004-04-09New file, with contents from file-type.h and coreutils' system.h.Jim Meyering
2004-04-09Include stat-macros.h, not file-type.h.Jim Meyering
Move more definitions into stat-macros.h.
2004-04-09undo last changeJim Meyering
2004-04-09*** empty log message ***Jim Meyering
2004-04-09(.re-list): New rule/file, to replace hard-coded list of header file names.Jim Meyering
(sc_system_h_headers): Use the new file.
2004-04-09*** empty log message ***Jim Meyering
2004-04-09Don't include "file-type.h", now that system.h does.Jim Meyering
2004-04-09*** empty log message ***Jim Meyering
2004-04-09Include file-type.h rather than hard-coding allJim Meyering
of its macros definitions -- the list was slightly out of date.
2004-04-09(header_regexp): Add file-type.h.Jim Meyering
(sc_system_h_headers): Don't look for sys2.h anymore.
2004-04-09.Jim Meyering
2004-04-08*** empty log message ***Jim Meyering
2004-04-08Remove noctty flag from dd.Jim Meyering
2004-04-08(O_NOCTTY): Remove redundant decl.Jim Meyering
2004-04-08(flags, usage): Remove noctty flag.Jim Meyering
(main): Always use O_NOCTTY when opening files.
2004-04-08.Jim Meyering
2004-04-08*** empty log message ***Jim Meyering
2004-04-08(set_fd_flags): Undo part of today's change: it's a littleJim Meyering
cleaner -- and more efficient in the common case -- to go ahead and OR in the -1 when fcntl fails.
2004-04-08(dd_copy): Mark two diagnostics for translations.Jim Meyering
2004-04-08.Jim Meyering
2004-04-08*** empty log message ***Jim Meyering
2004-04-08(sc_dd_max_sym_length): New target.Jim Meyering
(syntax-check-rules): Add it.
2004-04-08(dd_LDADD, shred_LDADD): Add fdatasync's lib.Jim Meyering
2004-04-08*** empty log message ***Jim Meyering
2004-04-08New dd conv= symbols nocreat, excl, fdatasync, fsync,Jim Meyering
and new dd options iflag= and oflag=. (dd invocation): Document them.
2004-04-08*** empty log message ***Jim Meyering
2004-04-08Correct spelling: s/shasum/sha1sum.Jim Meyering