Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-09 | (LONGEST_HUMAN_READABLE): Use 146/485 rather than 302/1000. | Paul Eggert | |
2005-03-09 | Include intprops.h. | Paul Eggert | |
(group_number): Use INT_STRLEN_BOUND instead of rolling it ourself. | |||
2005-03-09 | Include intprops.h instead of limits.h. | Paul Eggert | |
(INT_STRLEN_BOUND): Remove. | |||
2005-03-09 | * lib/fts.c: Include intprops.h. | Paul Eggert | |
(TYPE_SIGNED): Remove. | |||
2005-03-09 | Initial revision. | Paul Eggert | |
2005-03-09 | *** empty log message *** | Jim Meyering | |
2005-03-09 | Remove entry about named pipes. It was fixed in 5.3.0. | Jim Meyering | |
2005-03-09 | * argmatch.m4, cycle-check.m4: New files. | Jim Meyering | |
* prereq.m4: Require their macros. | |||
2005-03-09 | . | Jim Meyering | |
2005-03-09 | . | Jim Meyering | |
2005-03-09 | More migration to AC_LIBSOURCES/AC_LIBOBJ. | Jim Meyering | |
(libfetish_a_SOURCES): Remove two more pairs of files: cycle-check.c, cycle-check.h and argmatch.c, argmatch.h. | |||
2005-03-09 | *** empty log message *** | Jim Meyering | |
2005-03-09 | *** empty log message *** | Jim Meyering | |
2005-03-09 | *** empty log message *** | Jim Meyering | |
2005-03-09 | . | Jim Meyering | |
2005-03-09 | Don't include "xalloc.h". It's not used. | Jim Meyering | |
2005-03-08 | * src/date.c (usage): Redo to match recent documentation changes. | Paul Eggert | |
2005-03-08 | (usage): Redo to match recent documentation changes. | Paul Eggert | |
Don't bother documenting which usages are GNU extensions; the list wasn't correct, and is better left to the printed manual anyway. | |||
2005-03-08 | Improve "date invocation" again. | Paul Eggert | |
2005-03-08 | (date invocation): Use an example that makes it | Paul Eggert | |
clear tha the default date use space-padded day of month. Replace "directive" with "conversion specifier" to be consistent with POSIX. All uses changed. Fix menu RHS to match actual directive lists. (Time conversion specifiers): Renamed from Time directives. Use @samp consistently, sometimes instead of @code. Consistently ention which specifiers are GNU extensions. Give more examples (in some cases, instead of ranges). Say why %F is preferred for dates. (Date conversion specifiers): Renamed from Date directives. Likewise for other changes. (Padding and other flags): Correct the description. Document #. Give an example for %9B. | |||
2005-03-06 | *** empty log message *** | Jim Meyering | |
2005-03-06 | Factor out column-count processing. | Jim Meyering | |
Include "inttostr.h". (parse_column_count): New function. (main): Use the new function for both old-style, -9, and long, --columns=-9, options. | |||
2005-03-06 | *** empty log message *** | Jim Meyering | |
2005-03-06 | Remove `register' keyword. | Jim Meyering | |
2005-03-06 | Remove `register' keyword. | Jim Meyering | |
2005-03-06 | Remove `register' keyword. | Jim Meyering | |
2005-03-06 | Remove `register' keyword. | Jim Meyering | |
2005-03-06 | Remove `register' keyword. | Jim Meyering | |
2005-03-06 | Remove `register' keyword. | Jim Meyering | |
2005-03-06 | Remove register keyword. | Jim Meyering | |
2005-03-06 | Remove register keyword. | Jim Meyering | |
2005-03-06 | Remove register keyword. | Jim Meyering | |
2005-03-04 | Remove workaround for nanosleep bug in Linux kernel 2.6.8 or thereabouts. | Paul Eggert | |
2005-03-01 | . | Jim Meyering | |
2005-03-01 | . | Jim Meyering | |
2005-03-01 | * src/Makefile.am (nanosec_libs): Remove $(LIB_XANOSLEEP). | Paul Eggert | |
2005-03-01 | (nanosec_libs): Remove $(LIB_XANOSLEEP); no longer needed. | Paul Eggert | |
2005-03-01 | * xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting | Paul Eggert | |
to detect nanosleep bug. | |||
2005-03-01 | (gl_XNANOSLEEP): Remove configuration attempting | Paul Eggert | |
to detect nanosleep bug. | |||
2005-03-01 | Don't include gethrxtime.h or xtime.h. | Paul Eggert | |
(NANOSLEEP_BUG_WORKAROUND): Remove. (xnanosleep): Remove the workaround. | |||
2005-03-01 | *** empty log message *** | Jim Meyering | |
2005-03-01 | (copy_internal): Change test of source type from !S_ISREG to S_ISLNK. | Jim Meyering | |
Reported by Paul Eggert in http://lists.gnu.org/archive/html/bug-coreutils/2004-10/msg00050.html. | |||
2005-02-28 | *** empty log message *** | Jim Meyering | |
2005-02-28 | *** empty log message *** | Jim Meyering | |
2005-02-28 | *** empty log message *** | Jim Meyering | |
2005-02-28 | (xnanosleep): Work around bug in Linux-2.6.8.1's | Jim Meyering | |
nanosleep whereby it fails without setting errno upon being resumed after being suspended. | |||
2005-02-26 | Regenerate. | Paul Eggert | |
2005-02-26 | * vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Correct the test for | Paul Eggert | |
integer overflow again. | |||
2005-02-26 | (VASNPRINTF) [!USE_SNPRINTF]: Correct the test for | Paul Eggert | |
integer overflow again. Actually, neither this nor the 2005-01-23 change fixes any bug on any plausible platform; it's more of a code-clarity thing. | |||
2005-02-26 | Sync from gnulib. | Paul Eggert | |