diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-08 10:22:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-08 10:22:05 +0000 |
commit | 0c5fbdba06f7a6eb8f9af9c6e0f5be2f02166d10 (patch) | |
tree | 8b1f80e1c737d6209e59694c0e473b1f28330381 /aclocal.m4 | |
parent | 273184066efb922a7d6a5541a57c378011b4d07d (diff) | |
download | coreutils-0c5fbdba06f7a6eb8f9af9c6e0f5be2f02166d10.tar.xz |
New dd conv= symbols nocreat, excl, fdatasync, fsync,
and new dd options iflag= and oflag=.
(usage): Document.
(fdatasync) [!HAVE_FDATASYNC]: New macro.
(C_NOCREAT, C_EXCL, C_FDATASYNC, C_FSYNC): New macros.
(input_flags, output_flags): New vars.
(LONGEST_SYMBOL): New macro.
(struct symbol_value): Renamed from struct conversion. Members
symbol and value renamed from convname and conversion. The
symbol value is now an array instead of a pointer; this saves
a bit of space and time in practice. All uses changed.
(conversions): Add nocreat, excl, fdatasync, fsync. Now const.
(flags): New constant array.
(iflag_error_msgid, oflag_error_msgid): New constants.
(parse_symbols): Renamed from parse_conversion and generalized
to handle either conversion or flag symbols.
(scanargs): Adjust uses of parse_symbols accodingly. Add
support for iflag= and oflag=. Reject attempts to use
both excl and nocreat.
(set_fd_flags): New function.
(dd_copy): Just return X rather than calling quit (X), since our
caller invokes quit with the returned value. Add support for
fdatasync and fsync.
(main): Add support for iflags=, oflags=, and new conv= symbols.
Diffstat (limited to 'aclocal.m4')
0 files changed, 0 insertions, 0 deletions