Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-21 | gl_FUNC_MEMCASECMP -> gl_MEMCASECMP | Paul Eggert | |
2005-03-21 | Another change imported from gnulib. | Paul Eggert | |
(gl_MEMCASECMP): Renamed from gl_FUNC_MEMCASECMP. All uses changed. Require AC_HEADER_STDC instead of invoking it. Remove check for stddef.h, size_t, const, since we now assume C89 or better. | |||
2005-03-21 | . | Jim Meyering | |
2005-03-21 | Sync from gnulib. | Paul Eggert | |
2005-03-20 | *** empty log message *** | Jim Meyering | |
2005-03-20 | (init_header): Use zero-filled `.%09d' format, not space-filled `.%9d'. | Jim Meyering | |
2005-03-20 | *** empty log message *** | Jim Meyering | |
2005-03-20 | (init_header): Add missing `%' in format string. | Jim Meyering | |
2005-03-20 | (parse_column_count): Adjust comment to match the code. | Jim Meyering | |
2005-03-19 | . | Jim Meyering | |
2005-03-19 | *** empty log message *** | Jim Meyering | |
2005-03-19 | (pr_LDADD): Now that pr uses gettime, add | Jim Meyering | |
$(LIB_CLOCK_GETTIME) to get the required -lrt on newer Linux systems. | |||
2005-03-19 | pr -D "FORMAT" now accepts the same formats that date +"FORMAT" does. | Paul Eggert | |
2005-03-19 | "pr -D FORMAT" now accepts the same formats that "date +FORMAT" does. | Paul Eggert | |
2005-03-19 | Include strftime.h, timespec.h. | Paul Eggert | |
(init_header): Obtain and format nanosecond part of time stamp. | |||
2005-03-19 | * strftime.c (my_strftime): If the underlying strftime returns 0 | Paul Eggert | |
(which shouldn't happen), generate nothing instead of returning 0 immediately, so that nstrftime (NULL, ...) doesn't return 0. | |||
2005-03-19 | (my_strftime): If the underlying strftime returns 0 | Paul Eggert | |
(which shouldn't happen), generate nothing instead of returning 0 immediately, so that nstrftime (NULL, ...) doesn't return 0. | |||
2005-03-19 | nohup now ignores the umask when creating nohup.out. | Paul Eggert | |
nohup now closes stderr if it is a terminal and stdout is closed. | |||
2005-03-19 | * coreutils.texi (nohup invocation): Clarify nohup.out creation. | Paul Eggert | |
2005-03-19 | (nohup invocation): Clarify nohup.out creation. | Paul Eggert | |
2005-03-19 | (main): nohup now ignores the umask when creating nohup.out. | Paul Eggert | |
nohup now closes stderr if it is a terminal and stdout is closed. Be a little more paranoid about return values; e.g., check for any negative return from open. Assume free (NULL) works. Close file descriptor leak when redirecting standard output to a file. | |||
2005-03-19 | nohup now ignores the umask when creating nohup.out. | Paul Eggert | |
nohup now closes stderr if it is a terminal and stdout is closed. | |||
2005-03-18 | comment tweak | Jim Meyering | |
2005-03-18 | Add comments for new macros. | Jim Meyering | |
2005-03-18 | fix typo | Jim Meyering | |
2005-03-17 | tweak comment | Jim Meyering | |
2005-03-17 | *** empty log message *** | Jim Meyering | |
2005-03-17 | (gl_PREREQ): Require gl_TYPEOF. | Jim Meyering | |
2005-03-17 | (gl_TYPEOF): New file/macro. | Jim Meyering | |
2005-03-17 | Make __typeof__-using code depend on HAVE_TYPEOF, not __GNUC__, | Jim Meyering | |
since so many other C compilers also honor __typeof__. | |||
2005-03-17 | spacing nit | Jim Meyering | |
2005-03-17 | Fix typo. | Jim Meyering | |
2005-03-17 | (DECIMAL_DIGIT_ACCUMULATE): The use of __typeof__ must be conditional. | Jim Meyering | |
2005-03-17 | *** empty log message *** | Jim Meyering | |
2005-03-17 | *** empty log message *** | Jim Meyering | |
2005-03-17 | (main): Use DECIMAL_DIGIT_ACCUMULATE macro in place of nearly-equivalent code. | Jim Meyering | |
2005-03-17 | (parse_tab_stops, main): Use DECIMAL_DIGIT_ACCUMULATE macro in | Jim Meyering | |
place of nearly-equivalent code. | |||
2005-03-17 | (main): Use DECIMAL_DIGIT_ACCUMULATE macro in place of nearly-equivalent code. | Jim Meyering | |
2005-03-17 | (parse_tab_stops, main): Use DECIMAL_DIGIT_ACCUMULATE macro in | Jim Meyering | |
place of nearly-equivalent code. | |||
2005-03-17 | (set_fields): Use DECIMAL_DIGIT_ACCUMULATE macro in | Jim Meyering | |
place of nearly-equivalent code. | |||
2005-03-17 | Use VERIFY macro in place of an equivalent open-coded declaration. | Jim Meyering | |
2005-03-17 | (VERIFY, VERIFY_EXPR, DECIMAL_DIGIT_ACCUMULATE): New macros. | Jim Meyering | |
2005-03-17 | Before, this command would make uniq skip 11 fields and print | Jim Meyering | |
only the first line. $ _POSIX2_VERSION=1 ./uniq -f1 -1 <(seq --format='1 %g' 2) 1 1 1 2 (main): Interpret `uniq -f1 -1' like `uniq -f1', not like `uniq -f11'. | |||
2005-03-16 | * strftime.c (my_strftime): Prepend space to format. | Paul Eggert | |
2005-03-16 | (my_strftime): Prepend space to format so that we can | Paul Eggert | |
reliably distinguish strftime failure from empty output on POSIX hosts. | |||
2005-03-15 | . | Jim Meyering | |
2005-03-15 | . | Jim Meyering | |
2005-03-15 | *** empty log message *** | Jim Meyering | |
2005-03-15 | Both `pr -0' and e.g., `pr -03' would evoke `column count too large'. | Jim Meyering | |
`pr -0' should give a better diagnostic and `pr -03' should be equivalent to `pr -3'. (parse_column_count): Change return type to void. Call error (EXIT_FAILURE, ... for an invalid string. (main): Allocate space for column_count_string using malloc. Accumulate all old-style column-count digits before converting. When the number of columns is specified via both old-style, (e.g., -3), and a long option (--columns=5), ensure that only the last one specified takes effect. Add tests for the above. | |||
2005-03-15 | Both `pr -0' and e.g., `pr -03' evoke `column count too large'. | Jim Meyering | |
`pr -0' should give a better diagnostic and `pr -03' should be equivalent to `pr -3'. (parse_column_count): Change return type to void. Call error (EXIT_FAILURE, ... for an invalid string. (main): Allocate space for column_count_string using malloc. Accumulate all old-style column-count digits before converting. When the number of columns is specified via both old-style, (e.g., -3), and a long option (--columns=5), ensure that only the last one specified takes effect. |