2006-06-22 |
Jim Meyering | * src/tee.c (tee_files): Rename from tee, to avoid... |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Paul Eggert | (openat): Use ?:, not if, to work around GCC bug 4210. |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Jim Meyering | fix typo in comment: s/nerrower/narrower/ |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Paul Eggert | (gl_IGNORE_UNUSED_LIBRARIES): |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Jim Meyering | Apply this change from gnulib: |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Paul Eggert | (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Jim Meyering | * Makefile.cfg (local-checks-to-skip): Add changelog... |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Jim Meyering | Test for a bug that causes glibc's getcwd to suffer... |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Jim Meyering | Fix typo (s/neq/ne/) in previous change. |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Jim Meyering | * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix... |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Jim Meyering | * ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is... |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Jim Meyering | make error output a little clearer |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Jim Meyering | * tests/rm/inaccessible: Skip this test on systems... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Jim Meyering | add these two files (a and b) so that I can remove... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Jim Meyering | remove the files once and for all, so that tools like... |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Paul Eggert | Improve permission checks to handle |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Jim Meyering | tests/du/basic: Revamp not to hard-code file system... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Jim Meyering | tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Paul Eggert | (check-texinfo): Use $(_W) and $(W_) instead of |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Jim Meyering | Makefile.am (EXTRA_DIST): Add .gitignore. |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Jim Meyering | Setting TIME_STYLE=long-iso in the environment would... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Paul Eggert | * tests/cp/same-file: Execute 'ls' in the C locale... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Paul Eggert | (__attribute__): Don't define if already defined. |
commit | commitdiff | tree | snapshot |
2006-06-10 |
Jim Meyering | Mention the AIX-strndup-bug vs. dircolors workaround. |
commit | commitdiff | tree | snapshot |
2006-06-10 |
Jim Meyering | Apply this change from gnulib: |
commit | commitdiff | tree | snapshot |
2006-06-10 |
Jim Meyering | Apply this change from gnulib: |
commit | commitdiff | tree | snapshot |
2006-06-10 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-06-10 |
Jim Meyering | Require a "Version N.M" line at the top of the ChangeLog |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Jim Meyering | Ensure that cat works with any of the options, -A ... |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Paul Eggert | (eval4): Detect overflow properly when multiplying... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Paul Eggert | Don't claim x86 behavior is erroneous in a comment. |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Paul Eggert | The 'expr' command now detects and reports integer... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Paul Eggert | (integer_overflow): New function. |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Paul Eggert | The 'expr' command now detects and reports integer... |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Paul Eggert | Fix problems when building with Solaris/SVR4/etc. make... |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Paul Eggert | Rename file to avoid bugs with VPATH builds and Solaris... |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Paul Eggert | Don't assign to PROG; no longer needed |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Paul Eggert | (PROG): Take the basename of $$tst, |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Paul Eggert | * regexec.c (group_nodes_into_DFAstates): Fix a buffer... |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Jim Meyering | Make `cp --link --no-dereference' work also on systems... |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Jim Meyering | `cp --link --no-dereference' now works also on systems... |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Jim Meyering | Test for this: |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Jim Meyering | (TESTS): Add link-no-deref. |
commit | commitdiff | tree | snapshot |
2006-06-03 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Paul Eggert | Fix some HP-UX 11.23 porting bugs. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Paul Eggert | Don't assume that >&- works. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Paul Eggert | Don't assume that >&- works. Add a /dev/full test. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Paul Eggert | Don't assume that \< \> works in sed. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Jim Meyering | (usage): Add `v' to the list of sorting-related options. |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Jim Meyering | Update from gnulib. |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Jim Meyering | Source lang-default. From Ralf Wildenhues. |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Jim Meyering | AIX 4.3.3 gives a different diagnostic. |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Paul Eggert | (gl_C99_STRTOLD): Use a link test rather than a |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Jim Meyering | Use `AM_MAKEINFOFLAGS' rather than |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Jim Meyering | chgrp now supports --preserve-root, --no-preserve-root |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Jim Meyering | Support new options: --preserve-root and --no-preserve... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Jim Meyering | (check-texinfo): Use literal `{' only in brackets,... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Jim Meyering | Use `$(EGREP)' instead of `grep -E'. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Paul Eggert | (small_open, large_open): New macros. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Paul Eggert | Remove mention of --seed. |
commit | commitdiff | tree | snapshot |
2006-05-25 |
Paul Eggert | (usage): Remove mention of --seed. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Jim Meyering | Require autoconf-2.59d, for its fixed version |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Paul Eggert | Fix misspelling. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Paul Eggert | Note problem with string.h. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Paul Eggert | filemode.c: Don't include <string.h>. |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Paul Eggert | Don't include <string.h>; this include was |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Paul Eggert | * filemode.c (setst): Remove. |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Paul Eggert | Document the internals better. Most of this change |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Jim Meyering | (fts_open): Fail with EINVAL if a caller violates this... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Jim Meyering | (main): Use FTS_PHYSICAL here, too. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Jim Meyering | (main): Rename local, s/symlink_deref_bit/symlink_deref... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Jim Meyering | Merge changes from automake, retaining the ""--to... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Paul Eggert | Sync nanosleep from gnulib. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Jim Meyering | (main): Don't let -D, -L, or -P turn off the internal |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Jim Meyering | mention cp -p vs. no-/proc fix |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Jim Meyering | (usage): Correct description of -a: s/-dpR/-dpPR/.... |
commit | commitdiff | tree | snapshot |
next |