summaryrefslogtreecommitdiff
path: root/src/ls.c
AgeCommit message (Expand)Author
2006-11-27Improve the check for departures from C89, and fix the departuresPaul Eggert
2006-11-16* bootstrap.conf (gnulib_modules): Add sys_stat, since we use it directly too.Paul Eggert
2006-10-11* src/ls.c (usage): Correct description of -s, --size.Jim Meyering
2006-10-10* src/ls.c (quote_name): Use initializer rather than memset toPaul Eggert
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert
2006-08-28* src/copy.c (copy_internal): Don't test whether macros likePaul Eggert
2006-08-27* src/system.h (DOT_OR_DOTDOT): Remove macro. Rewrite as a...Jim Meyering
2006-08-26"ls --color" would highlight other-writable and sticky directoriesJim Meyering
2006-08-23(SA_RESTART): Fallback define.Paul Eggert
2006-08-21Add a bootstrap procedure, so that the CVS version contains fewerPaul Eggert
2006-08-17ls -CF would misalign columns in some cases.Jim Meyering
2006-08-09Add a compile-time check to ensure that filetypeJim Meyering
2006-07-26* src/ls.c (print_color_indicator): Test for S_IFREG first, ratherJim Meyering
2006-07-26Checking in a change from Paul.Jim Meyering
2006-07-26Prepare for the above change.Jim Meyering
2006-07-26* src/ls.c: Correct indentation/formatting in a few places.Jim Meyering
2006-07-25* src/ls.c (gobble_file): When handling a stat-failed entry,Jim Meyering
2006-07-25* src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks.Jim Meyering
2006-07-25Get --dired offsets right when handling stat-failed entries.Jim Meyering
2006-07-25* src/ls.c (gobble_file) [USE_ACL]: Don't use-uninitialized theJim Meyering
2006-07-25* src/ls.c (gobble_file): Make it so failure to stat aJim Meyering
2006-07-25* src/ls.c: Declare stat_failed to be "bool", not "int" everywhere.Jim Meyering
2006-07-25* src/ls.c [enum filetype] (command_line): Remove member. Not needed.Jim Meyering
2006-07-25* src/ls.c: Apply the stat-failed parts of Red Hat'sJim Meyering
2006-07-21(FILE_TYPE_INDICATOR_OPTION): Reposition this new name so the list remains al...Jim Meyering
2006-07-21Fix another bug: ls --indicator-style=file-type would callJim Meyering
2006-07-20Fix a bug: ls --file-type worked like --indicator-style=slash,Jim Meyering
2006-07-19* src/ls.c (print_dir): Give a better diagnostic for failed opendir.Jim Meyering
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert
2006-07-05* src/ls.c (usage): Correct the description of -G: it is usefulJim Meyering
2006-06-28* src/system.h (CLOSEDIR): Remove. All uses changed to closedir.Paul Eggert
2006-05-30(usage): Add `v' to the list of sorting-related options.Jim Meyering
2006-05-03*** empty log message ***Jim Meyering
2006-05-03(DEFINE_SORT_FUNCTIONS, LIST_SORTFUNCTION_VARIANTS):Jim Meyering
2006-05-03(main): On systems with d_type, directories_first onlyJim Meyering
2006-05-03(xstrcoll_df_version, rev_xstrcoll_df_version): Add space after commaJim Meyering
2006-04-23(sort_type): Rearrange to use as an array index whenJim Meyering
2006-04-17(HAVE_ST_DM_MODE): Remove; moved to ../lib/filemode.c.Paul Eggert
2006-03-26(basename_is_dot_or_dotdot): Use new last_component, in place of base_name.Jim Meyering
2006-03-06(usage): Mention that -f disables --color.Paul Eggert
2006-02-26In ls, avoid calling stat for --inode (-i), when possible.Jim Meyering
2006-01-10(gobble_file): Use DTTOIF only if it's defined.Jim Meyering
2005-12-17Switch back from HAVE_ACL to USE_ACL: The acl() syscallJim Meyering
2005-11-17(basename_is_dot_or_dotdot): Correct wording in comment.Jim Meyering
2005-11-08(decode_switches): ls now defaults to --time-style='locale', which inPaul Eggert
2005-11-07(usage): Fix descriptions of --sort, --time.Jim Meyering
2005-10-15(decode_switches): Warn about the deprecated --kilobytes option.Jim Meyering
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert
2005-09-05Colorize set-user-ID and set-group-ID files and sticky,Jim Meyering
2005-08-14(long_time_expected_width): Revert last change, just toJim Meyering