summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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