summaryrefslogtreecommitdiff
path: root/src/ls.c
AgeCommit message (Expand)Author
2001-09-04(get_link_name): Update use of xreadlink.Jim Meyering
2001-09-01(get_link_name): Restore error-handling that was removed by preceding delta.Jim Meyering
2001-09-01Include "xreadlink.h".Jim Meyering
2001-08-14(AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering
2001-08-12Work around non-compliant gettimeofday on Mac OS X 10.0.4,Jim Meyering
2001-08-10(print_long_format): Simplify previous patch forJim Meyering
2001-08-10(print_long_format): Multiply the shift width by zeroJim Meyering
2001-08-10(print_long_format): If a file size is negative, assumeJim Meyering
2001-08-04(quote_name): Pass 0 to mbsnwidth, since the defaultJim Meyering
2001-06-16(main): Recheck global print_with_color after callingJim Meyering
2001-06-16(print_long_format): Don't truncate user namesJim Meyering
2001-05-24Use `#if D_TYPE_IN_DIRENT && defined DTTOIF' toJim Meyering
2001-05-20Include "hard-locale.h".Jim Meyering
2001-05-15(struct fileinfo.linkmode): Now st_mode.Jim Meyering
2001-05-13(enum Dereference_symlink): New type.Jim Meyering
2001-05-12Include dirname.h, to get base_nameJim Meyering
2001-05-12(usage): Minor wording changes related to -o, -n, and -g.Jim Meyering
2001-05-05tweak diagnosticJim Meyering
2001-05-05(decode_switches): Complain if the envvar, QUOTING_STYLE,Jim Meyering
2001-05-05(print_owner): New global variable.Jim Meyering
2001-04-22fix typo in commentJim Meyering
2001-04-22(decode_switches): Ensure that -1 has no effect when it follows -l.Jim Meyering
2001-04-22(main): Fix off-by-one error introduced with last change.Jim Meyering
2001-04-21(main): When given two or more arguments but the only oneJim Meyering
2001-04-04Don't inspect MB_LEN_MAX. Paul Eggert says it'sJim Meyering
2001-02-20(FULL_TIME_OPTION): Renamed from FULL_TIME, forJim Meyering
2001-02-20(SI_OPTION): New enum value.Jim Meyering
2001-02-20revert last change, until after the releaseJim Meyering
2001-02-20`ls -Fd symlink-to-directory' would print a trailing `/'Jim Meyering
2001-02-17(mbrtowc, mbsinit):Jim Meyering
2001-01-28(gobble_file): Add a FIXME comment.Jim Meyering
2001-01-28[FULL_TIME]: Define.Jim Meyering
2001-01-07clean up after commit hook testingJim Meyering
2001-01-07testing -- commit should failJim Meyering
2001-01-07testing -- commit should failJim Meyering
2001-01-07testing -- commit should failJim Meyering
2001-01-07(usage): Untabify.Jim Meyering
2001-01-03Use the more precise algorithm of GNU "make" to decide whetherJim Meyering
2001-01-03(long_time_expected_width, print_long_format): FixJim Meyering
2001-01-03(decode_switches): Use dcgettext with LC_TIME,Jim Meyering
2001-01-03(long_time_expected_width): New function.Jim Meyering
2001-01-02copyrightJim Meyering
2001-01-02(print_long_format):Jim Meyering
2000-12-31Improve performance by invoking gettext twice at the start,Jim Meyering
2000-12-31(print_long_format): Don't dump core if strftime returns the empty string.Jim Meyering
2000-12-31(gobble_file): If not using long format, don't invoke acl; it's not needed.Jim Meyering
2000-12-25(extract_dirs_from_files): Remove unused variable.Jim Meyering
2000-12-03(gobble_file) [USE_ACL]: Set have_acl member unconditionallyJim Meyering
2000-12-02add back the parens Paul removed :-)Jim Meyering
2000-12-02(gobble_file): Do not fall back on lstat if statJim Meyering