Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-18 | ls [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-17 | update from automake/lib | Jim 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-16 | move prerequisites to precede AC_CACHE_CHECK | Jim Meyering | |
2003-01-16 | *** empty log message *** | Jim Meyering | |
2003-01-16 | The `regex' struct is both input and output. | Jim Meyering | |
Initialize it before each use. Patch by Tim Waugh. | |||
2003-01-15 | rename variable | Jim Meyering | |
2003-01-15 | Add tsearch.o IFF we have to use the replacement ftw.c. | Jim Meyering | |
2003-01-15 | Check 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-15 | Require 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-15 | Rename 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-14 | remove diff's -u | Jim 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 it | Jim 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-14 | factor a little | Jim Meyering | |
2003-01-14 | duh: close file handle | Jim Meyering | |
2003-01-14 | (color-exe): New test, for the above fix. | Jim Meyering | |
2003-01-14 | fix typo in comment | Jim 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-14 | Merge 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 | |