Age | Commit message (Expand) | Author |
2006-07-08 | * coreutils.texi (Squeezing): Separate doubled "the", so typo-checkers | Jim Meyering |
2006-07-08 | * Makefile.am (check-texinfo): Enforce the zeros vs. zeroes consistency. | Jim Meyering |
2006-07-08 | * coreutils.texi: Fix some typos. Use `zeros' consistently (both | Jim Meyering |
2006-07-07 | * NEWS: Mention that mv can now remove an empty destination directory, | Jim Meyering |
2006-07-05 | * src/ls.c (usage): Correct the description of -G: it is useful | Jim Meyering |
2006-07-05 | * man/chmod.x: Correct the description of the sticky bit. Reported | Jim Meyering |
2006-07-05 | * src/copy.c (copy_internal): Don't work around old NFS clients like | Jim Meyering |
2006-07-05 | . | Jim Meyering |
2006-07-05 | Regenerate, to remove fuzz. | Jim Meyering |
2006-07-04 | Really add wcwidth.h. | Jim Meyering |
2006-07-04 | *** empty log message *** | Jim Meyering |
2006-07-04 | *** empty log message *** | Jim Meyering |
2006-07-04 | Really add wcwidth.m4. | Jim Meyering |
2006-07-04 | Sync from gnulib. | Paul Eggert |
2006-07-04 | Sync from gnulib. Also: | Paul Eggert |
2006-07-04 | (gl_PREREQ): Require gl_FUNC_WCWIDTH, to accommodate | Paul Eggert |
2006-07-04 | (libcoreutils_a_SOURCES): Add setenv.h, wcwidth.h, | Paul Eggert |
2006-07-04 | Include <sys/types.h> after @FULL_PATH_STDINT_H@, for | Paul Eggert |
2006-07-03 | Plug another unusual leak. | Jim Meyering |
2006-07-03 | * cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this | Jim Meyering |
2006-07-03 | The dev/inode of the topmost directory in each hierarchy were not | Jim Meyering |
2006-07-03 | Fix two small leaks. | Jim Meyering |
2006-07-03 | * tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT): | Jim Meyering |
2006-07-03 | . | Jim Meyering |
2006-07-03 | * tests/envvar-check (vars): Add CDPATH and POSIXLY_CORRECT. | Jim Meyering |
2006-07-03 | *** empty log message *** | Jim Meyering |
2006-07-03 | (gl_FUNC_FTRUNCATE): Adjust diagnostic to recommend | Jim Meyering |
2006-07-02 | (intmax_t, uintmax_t): Prefer long to long long if | Paul Eggert |
2006-07-02 | (gl_STDINT_H): Use more-mnemonic identifiers for | Paul Eggert |
2006-07-02 | *** empty log message *** | Jim Meyering |
2006-07-02 | New file, from gnulib. Required by stdint.m4. | Jim Meyering |
2006-07-02 | Include <stdint.h> unconditionally, since we | Paul Eggert |
2006-07-02 | Sync stdint module from gnulib. | Paul Eggert |
2006-07-01 | With no operand, 'tail -f' now silently ignores the '-f' | Paul Eggert |
2006-07-01 | (f-pipe-1): Renamed from f-1. | Paul Eggert |
2006-07-01 | (main): With no operand, 'tail -f' now silently ignores the '-f' | Paul Eggert |
2006-07-01 | (tail invocation): With no operand, 'tail -f' now | Paul Eggert |
2006-07-01 | * src/ln.c (do_link): Use new, shorter URL, for ag-review link. | Jim Meyering |
2006-07-01 | Add ^lib/xstrtold\.c$, so make distcheck passes once again. | Jim Meyering |
2006-07-01 | *** empty log message *** | Jim Meyering |
2006-07-01 | seq defaults to a minimal fixed point format that does not lose | Paul Eggert |
2006-07-01 | (seq invocation): seq now uses long double | Paul Eggert |
2006-07-01 | (XSTRTOD, DOUBLE): New macros, so that we can support | Paul Eggert |
2006-07-01 | (xstrtold): New decl. | Paul Eggert |
2006-07-01 | (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES. | Paul Eggert |
2006-07-01 | (cu_LIB_CHECK): Remuve SEQ_LIBM, since seq no longer | Paul Eggert |
2006-07-01 | (gl_PREREQ): Require gl_C_STRTOD and gl_XSTRTOLD. | Paul Eggert |
2006-07-01 | (gl_XSTRTOLD): New macro. | Paul Eggert |
2006-07-01 | (seq_LDADD): Remove $(SEQ_LIBM); add $(POW_LIB). | Paul Eggert |
2006-07-01 | Don't include <math.h> or <xstrtol.h>; no longer needed. | Paul Eggert |