aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-16remove redundant const directivesJim Meyering1-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering1-3/+3
2008-06-03use gnulib's progname moduleJim Meyering1-4/+1
2008-06-02declare program_name consistentlyJim Meyering1-1/+1
2008-06-02spell author names consistentlyJim Meyering1-1/+1
2008-05-26convert 2-author programs to use proper_nameJim Meyering1-1/+3
2008-02-17Clean up ls.c.Jim Meyering1-7/+1
2008-02-17ls --color no longer outputs unnecessary escape sequencesEd Avis1-17/+43
2008-02-17ls: Improve description of --group-directories-first.Dan Jacobson1-1/+3
2008-02-16Use the gettime module in ls.c.James Youngman1-55/+19
2008-01-29ls: don't segfault on files in /proc with an old libselinuxJim Meyering1-1/+12
2007-12-11"ls -l" wouldn't output "+" on SELinux hosts unless -Z was also given.Paul Eggert1-34/+38
2007-09-05Adapt to new SELinux behavior: "?" vs. new "unlabeled"Jim Meyering1-1/+2
2007-08-28Reflect renaming: mreadlink-with-size -> areadlink-with-size.Jim Meyering1-2/+2
2007-08-18Use new "idcache.h" header.Jim Meyering1-3/+1
2007-08-11Accommodate more xstrtol changes.Paul Eggert1-5/+9
2007-08-04Adapt to new human and xstrtol API.Paul Eggert1-4/+9
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+4
2007-07-15ls --color: Don't stat symlinks when neither ORPHAN nor MISSING attribute has...Jim Meyering1-1/+7
2007-07-14Remove long-deprecated options.Jim Meyering1-9/+0
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-07-08Use <wchar.h>, not "wcwidth.h".Jim Meyering1-1/+1
2007-06-18Use mreadlink_with_size (doesn't exit), not xreadlink_with_size.Jim Meyering1-2/+2
2007-04-24ls --color once again colors dangling symlinks correctlyEric Blake1-1/+1
2007-04-10ls: don't form or compute the length of strings that won't be used.Jim Meyering1-51/+56
2007-04-07Fix a bug in how the LS_COLORS ln=target attribute is handled.Eric Blake1-1/+2
2007-04-02* src/ls.c (print_horizontal): Fix bug reported by Mike Frysinger:Paul Eggert1-3/+3
2007-03-29* src/ls.c (gobble_file): Don't call getfilecon unless print_scontext.Jim Meyering1-3/+4
2007-03-29ls: Add support for SELinux and a slightly modified -Z option.Jim Meyering1-23/+67
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-1/+1
2007-03-01* bootstrap.conf (gnulib_modules): Replace xreadlink withBruno Haible1-1/+1
2007-02-10* src/csplit.c (usage): Use two spaces (not one) to separateJim Meyering1-1/+1
2007-01-29Plug a leak in ls.Jim Meyering1-0/+2
2007-01-29* src/ls.c: Rename three global variables.Jim Meyering1-49/+49
2007-01-29Shave 8 bytes off the size of "struct fileinfo".Jim Meyering1-5/+6
2007-01-29Modify "ls" to sort its data faster, using the new gnulib mpsortPaul Eggert1-39/+68
2007-01-20Standardize on list of signals when an app catches signals.Paul Eggert1-2/+23
2007-01-02Now, "ls -FRL" always follows symbolic links on Linux.Paul Eggert1-9/+10
2006-11-27Improve the check for departures from C89, and fix the departuresPaul Eggert1-0/+4
2006-11-16* bootstrap.conf (gnulib_modules): Add sys_stat, since we use it directly too.Paul Eggert1-3/+3
2006-10-11* src/ls.c (usage): Correct description of -s, --size.Jim Meyering1-1/+1
2006-10-10* src/ls.c (quote_name): Use initializer rather than memset toPaul Eggert1-2/+1
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert1-1/+0
2006-08-28* src/copy.c (copy_internal): Don't test whether macros likePaul Eggert1-4/+0
2006-08-27* src/system.h (DOT_OR_DOTDOT): Remove macro. Rewrite as a...Jim Meyering1-1/+1
2006-08-26"ls --color" would highlight other-writable and sticky directoriesJim Meyering1-0/+4
2006-08-23(SA_RESTART): Fallback define.Paul Eggert1-0/+3
2006-08-21Add a bootstrap procedure, so that the CVS version contains fewerPaul Eggert1-31/+3
2006-08-17ls -CF would misalign columns in some cases.Jim Meyering1-12/+12
2006-08-09Add a compile-time check to ensure that filetypeJim Meyering1-1/+4