summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-20*** empty log message ***Jim Meyering
2003-01-20Merge in changes from libcJim Meyering
Eliminate many `#ifdef USE_IN_LIBIO' conditionals.
2003-01-19Include config.h.Jim Meyering
Add copyright.
2003-01-19*** empty log message ***Jim Meyering
2003-01-19Include "canonicalize.h".Jim Meyering
2003-01-19duh. fix typoJim Meyering
2003-01-19(widen) [COMPILE_WIDE]: Merge nearly-identical definitions.Jim Meyering
(nl_get_alt_digit) [! defined my_strftime]: Define. (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of _nl_get_alt_digit and _nl_get_walt_digit.
2003-01-19(my_strftime): Merge in locale-related changes from libc.Jim Meyering
These changes have no effect outside of _LIBC.
2003-01-19*** empty log message ***Jim Meyering
2003-01-19(Which files are listed): Document new option:Jim Meyering
--dereference-command-line-symlink-to-dir.
2003-01-18*** empty log message ***Jim Meyering
2003-01-18(Dereference_symlink) [DEREF_COMMAND_LINE_SYMLINK_TO_DIR]: New member.Jim Meyering
(enum) [DEREFERENCE_COMMAND_LINE_SYMLINK_TO_DIR_OPTION]: New member. (long_options): Add option --dereference-command-line-symlink-to-dir. (main): Make DEREF_COMMAND_LINE_SYMLINK_TO_DIR be the default, rather than DEREF_COMMAND_LINE_ARGUMENTS, when none of the -d, -F, -l options is specified. (decode_switches): Handle --dereference-command-line-symlink-to-dir. (gobble_file): Honor DEREF_COMMAND_LINE_SYMLINK_TO_DIR. Change --dereference-command-line (-H) to dereference *all* command line arguments, including broken symlinks.
2003-01-18reflect change in how ls -H worksJim Meyering
2003-01-18Change ls -H back to the way it was yesterday, since this isJim Meyering
compatible with FreeBSD and the POSIX spec is confusing and somewhat contradictory. (DEREF_COMMAND_LINE_ARGUMENTS): Change name back from DEREF_COMMAND_LINE_SYMLINK_TO_DIR, updating all uses. (long_options): Change the long option name back. (usage): Change the usage back. (gobble_file): When -H is specified, dereference a top-level arg even if it points to a non-directory.
2003-01-18ls [4.1.1]: Mention that --dereference-command-line (-H) is now the default,Jim Meyering
unless one of the -d, -F, or -l options are given. From Paul Eggert
2003-01-17.Jim Meyering
2003-01-17update from automake/libJim Meyering
2003-01-16.Jim Meyering
2003-01-16*** empty log message ***Jim Meyering
2003-01-16*** empty log message ***Jim Meyering
2003-01-16(Which files are listed, General output formatting): Undo last change.Jim Meyering
2003-01-16move prerequisites to precede AC_CACHE_CHECKJim Meyering
2003-01-16*** empty log message ***Jim Meyering
2003-01-16The `regex' struct is both input and output.Jim Meyering
Initialize it before each use. Patch by Tim Waugh.
2003-01-15rename variableJim Meyering
2003-01-15Add tsearch.o IFF we have to use the replacement ftw.c.Jim Meyering
2003-01-15Check for declaration of stpcpy.Jim Meyering
2003-01-15*** empty log message ***Jim Meyering
2003-01-15*** empty log message ***Jim Meyering
2003-01-15(General output formatting): Reflect option name change:Jim Meyering
s/--dereference-command-line/--dereference-command-line-symlink-to-dir/. Say that this option changes how ls treats only symlinks to directories specified on the command line.
2003-01-15*** empty log message ***Jim Meyering
2003-01-15*** empty log message ***Jim Meyering
2003-01-15*** empty log message ***Jim Meyering
2003-01-15.Jim Meyering
2003-01-15Require AC_FUNC_FTW.Jim Meyering
2003-01-15.Jim Meyering
2003-01-15(gobble_file): Fall back on using lstat when required:Jim Meyering
when --dereference (-L) is not specified, and - when operating on a dangling symlink - when operating on command-line-symlink-to-directories This fixes numerous problems. Here are examples: - `ls dangling-symlink' would fail with `no such file...' Now it prints `dangling-symlink'. - `ls -i symlink' would mistakenly print the inode of the referent. Now it prints the inode of the symlink. Likewise for --size (-s). Based on a patch from Michael Stone. Reported by Deepak Goel as Debian bug #173793.
2003-01-15*** empty log message ***Jim Meyering
2003-01-15*** empty log message ***Jim Meyering
2003-01-15*** empty log message ***Jim Meyering
2003-01-15Rename ls's --dereference-command-line (-H)Jim Meyering
option to --dereference-command-line-symlink-to-dir. [enum Dereference_symlink] (DEREF_COMMAND_LINE_SYMLINK_TO_DIR): Rename from DEREF_COMMAND_LINE_ARGUMENTS. Update all uses. (long_options): Rename the option. (usage): Say that --dereference-... changes how ls treats only symlinks to directories specified on the command line.
2003-01-14*** empty log message ***Jim Meyering
2003-01-14(TESTS): Add dangle and inode.Jim Meyering
2003-01-14*** empty log message ***Jim Meyering
2003-01-14remove diff's -uJim Meyering
2003-01-14*** empty log message ***Jim Meyering
2003-01-14*** empty log message ***Jim Meyering
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