Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-20 | Add noctty flag to dd. | Paul Eggert | |
2004-11-19 | (usage): Clarified description of --no-group (-G), | Jim Meyering | |
--human-readable (-h), --inode (-i), --size (-s), --time, and --time-style. | |||
2004-11-19 | *** empty log message *** | Jim Meyering | |
2004-11-19 | (find_dir_entry): Update comment to match reality. | Jim Meyering | |
2004-11-19 | *** empty log message *** | Jim Meyering | |
2004-11-19 | (usage): Clarify description of --author. | Jim Meyering | |
Tweak indentation so that help2man creates better nroff. | |||
2004-11-19 | *** empty log message *** | Jim Meyering | |
2004-11-19 | (check_file): Don't check stdout for errors here. | Jim Meyering | |
2004-11-18 | *** empty log message *** | Jim Meyering | |
2004-11-18 | (robust_getcwd): Correct the comment: this function constructs the | Jim Meyering | |
directory name. The caller prints it. | |||
2004-11-17 | Sync from gnulib. | Paul Eggert | |
2004-11-17 | Sync from gnulib. | Paul Eggert | |
2004-11-17 | Regenerate. | Paul Eggert | |
2004-11-17 | * canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo. | Paul Eggert | |
2004-11-17 | * xgetcwd.c: Work around Solaris 9 bug. | Paul Eggert | |
2004-11-17 | Include <limits.h>, for PATH_MAX. | Paul Eggert | |
(xgetcwd): Set errno correctly when failing. Work around Solaris 9 bug: getcwd sets errno==ERANGE even though the failure is actually due to a PATH_MAX problem. | |||
2004-11-17 | stat portability fix for Solaris 9. | Paul Eggert | |
2004-11-17 | (STATFS): New macro, for portability to Solaris 9. | Paul Eggert | |
(do_statfs): Use it. | |||
2004-11-17 | Merge from gnulib. | Paul Eggert | |
2004-11-17 | Recent checkins for getopt, canon-host. | Paul Eggert | |
2004-11-17 | (_getopt_internal, _getopt_internal_r, | Paul Eggert | |
_getopt_long_r, _getopt_long_only_r): argv is char **, not char *__getopt_argv_const *. | |||
2004-11-17 | (getopt_long, _getopt_long_r, getopt_long_only, | Paul Eggert | |
_getopt_long_only_r): Argv is now char**, not char *__getopt_argv_const*. | |||
2004-11-17 | (getopt_long, _getopt_long_r, getopt_long_only, | Paul Eggert | |
_getopt_long_only_r): Argv is now char **, not char *__getopt_argv_const*. | |||
2004-11-17 | (_getopt_initialize, _getopt_internal_r, _getopt_internal): | Paul Eggert | |
New arg POSIXLY_CORRECT. All callers changed. (getopt): Argv is now char * const *, as per standard. (_getopt_internal_r, _getopt_internal): Argv is now char **, not char *__getopt_argv_const *. | |||
2004-11-17 | Getopt update and recent Debian fixes. | Paul Eggert | |
2004-11-17 | (main): argv is not const. | Paul Eggert | |
2004-11-17 | (main): Use getopt_long rather than getopt. | Paul Eggert | |
2004-11-16 | Add putty, screen-bce. | Paul Eggert | |
2004-11-16 | (usage): Improve documentation along the lines suggested | Paul Eggert | |
by Debian 5.2.1-2. | |||
2004-11-16 | Fix memory leak. | Paul Eggert | |
2004-11-16 | (gl_CANON_HOST): Check for getaddrinfo. | Paul Eggert | |
2004-11-16 | Include "strdup.h". | Paul Eggert | |
(canon_host): Use getaddrinfo if available, so that IPv6 works. Use strdup instead of malloc/strcpy to duplicate strings. | |||
2004-11-16 | doc patches inspired by Debian coreutils 5.2.1-2. | Paul Eggert | |
2004-11-16 | (General output formatting): -x doesn't have | Paul Eggert | |
an operand. (Formatting the file names): Warn that even with -N unprintable chars are still printed as '?' some times. (rm invocation): Reword rm -d to note that it's sometimes useful on non-directories. (logname invocation, users invocation, who invocation): The utmp and wtmp file names vary from system to system. | |||
2004-11-16 | * getdate.y (tORDINAL): New token. | Paul Eggert | |
2004-11-16 | * getdate.texi (General date syntax): "next" is 1, not 2. | Paul Eggert | |
2004-11-16 | (General date syntax): "next" is 1, not 2. | Paul Eggert | |
Document that "second" isn't allowed as an ordinal number. | |||
2004-11-16 | (tORDINAL): New token. | Paul Eggert | |
(day, relunit): Allow it for relative times. (relative_time_table): Use tORDINAL for ordinals. | |||
2004-11-16 | Support for human_space_before_unit. | Paul Eggert | |
2004-11-16 | (human_readable): Support human_space_before_unit. | Paul Eggert | |
2004-11-16 | (LONGEST_HUMAN_READABLE): Add 1 for space before unit. | Paul Eggert | |
(human_space_before_unit): New constant. | |||
2004-11-16 | New dd operand "status=noxfer". Change diagnostic wording slightly. | Paul Eggert | |
2004-11-16 | * coreutils.texi (dd invocation): Reword the new dd message. | Paul Eggert | |
2004-11-16 | (dd invocation): Reword the new dd message. | Paul Eggert | |
2004-11-16 | (@Tests): Use status=noxfer to avoid | Paul Eggert | |
problems with regression testing. | |||
2004-11-16 | (C_ASCII, C_EBCDIC, C_IBM, C_BLOCK, C_UNBLOCK, | Paul Eggert | |
C_LCASE, C_UCASE, C_SWAB, C_NOERROR, C_NOTRUNC, C_SYNC, C_TWOBUFS, C_NOCREAT, C_EXCL, C_FDATASYNC, C_FSYNC): Now constants, not macros. (STATUS_NOXFER, statuses): New constants. (usage, print_stats, scanargs): Add support for status=noxfer. (usage): Update status output to match new behavior. (print_stats): Always output complete byte count. Put space between numbers and units, as SI requires. Use ngettext so that i18n can use plurals for "byte" and "second". Don't multiply by 1e-9 (inexact); divide by 1e9 (which is exact). (iflag_error_msgid, oflag_error_msgid): Remove; replace uses by the string. | |||
2004-11-16 | New dd operand "status=noxfer". | Paul Eggert | |
2004-11-15 | dd now outputs total bytes, seconds, and bytes per second. | Paul Eggert | |
2004-11-15 | (dd invocation): dd now outputs total bytes, | Paul Eggert | |
seconds, and bytes per second. | |||
2004-11-15 | Include "human.h". | Paul Eggert | |
(w_bytes, start_time): New vars. (usage): Document new I/O statistics output (print_stats): Output new I/O statistics. (cleanup): Do statistics after closing stdin and stdout, so that the times are more accurate. (write_output, dd_copy): Count output bytes. (main): Get initial value of clock. |