summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-14(gobble_file): Fix a bug introduced in 4.5.4 that made itJim Meyering
so that ls --color would no longer highlight the names of files with the execute bit set when not specified on the command line. Patch by Michael Stone. Reported by Stephen Depooter as Debian bug 175135.
2003-01-14*** empty log message ***Jim Meyering
2003-01-14factor a littleJim Meyering
2003-01-14duh: close file handleJim Meyering
2003-01-14(color-exe): New test, for the above fix.Jim Meyering
2003-01-14fix typo in commentJim Meyering
2003-01-14*** empty log message ***Jim Meyering
2003-01-14(same_name): Declare *_basename locals to be `const'.Jim Meyering
Consolidate declarations and initializations of *_base* locals.
2003-01-14*** empty log message ***Jim Meyering
2003-01-14(same_name): Reorder tests so as to avoid calling stat()Jim Meyering
when a string comparison is sufficient.
2003-01-14*** empty log message ***Jim Meyering
2003-01-14(readtoken): Cast character to 'unsigned char', not 'unsigned int'.Jim Meyering
2003-01-14*** empty log message ***Jim Meyering
2003-01-14Merge in Ulrich's and my changes from libc.Jim Meyering
2003-01-13*** empty log message ***Jim Meyering
2003-01-13*** empty log message ***Jim Meyering
2003-01-13*** empty log message ***Jim Meyering
2003-01-13*** empty log message ***Jim Meyering
2003-01-13Also test for just fixed bug with --zero.Jim Meyering
2003-01-13*** empty log message ***Jim Meyering
2003-01-13*** empty log message ***Jim Meyering
2003-01-13(long_opts): --zero does not require an argument.Jim Meyering
Patch by Michael Stone.
2003-01-12*** empty log message ***Jim Meyering
2003-01-12*** empty log message ***Jim Meyering
2003-01-12tweak commentsJim Meyering
2003-01-12*** empty log message ***Jim Meyering
2003-01-12Also work on systems that have `struct direct', using autoconf's ↵Jim Meyering
AC_HEADER_DIRENT.
2003-01-12*** empty log message ***Jim Meyering
2003-01-12(ftw_startup): Rename local-shadowing local to pacify gcc.Jim Meyering
2003-01-12New file, from glibc/io.Jim Meyering
2003-01-12New file, from glibc/io.Jim Meyering
2003-01-12(libfetish_a_SOURCES): Add ftw.h.Jim Meyering
2003-01-12exit nonzero for any failureJim Meyering
2003-01-12*** empty log message ***Jim Meyering
2003-01-12(cvs-update): Skip any file with local modifications.Jim Meyering
2003-01-12*** empty log message ***Jim Meyering
2003-01-12*** empty log message ***Jim Meyering
2003-01-12Lots of syntactic clean-up, mostly from Karl Berry.Jim Meyering
Use consistent indentation, two spaces per level. (scriptversion): New variable. Change initializations like `variable=""' to `variable='. (usage): New variable. Use `test', not `['. Use `test -n "$var"', not `[ x"$var" = x ]'. Use `test -z "$var"', not `[ x"$var" != x ]'. Alphabetize case entries. Accept --help and --version options. Remove unnecessary `else :' clauses. Add a `Local variables' eval block to help emacs users update the time-stamp variable added above.
2003-01-12*** empty log message ***Jim Meyering
2003-01-12*** empty log message ***Jim Meyering
2003-01-12(usage): Document --first-only and mention that --tabs=N (-t) enables --all ↵Jim Meyering
(-a).
2003-01-12(libfetish_a_SOURCES): Add canonicalize.h.Jim Meyering
2003-01-11*** empty log message ***Jim Meyering
2003-01-11Don't test HAVE_ERRNO_H. It's not necessary.Jim Meyering
2003-01-11*** empty log message ***Jim Meyering
2003-01-11*** empty log message ***Jim Meyering
2003-01-11Include "canonicalize.h".Jim Meyering
Use canonicalize_file_name unconditionally.
2003-01-11*** empty log message ***Jim Meyering
2003-01-11Require AC_FUNC_CANONICALIZE_FILE_NAME.Jim Meyering
(jm_MACROS): No longer check for resolvepath or canonicalize_file_name.
2003-01-11*** empty log message ***Jim Meyering