summaryrefslogtreecommitdiff
path: root/src/ls.c
AgeCommit message (Expand)Author
1999-04-02[HAVE_SYS_ACL_H]: Include sys/acl.h.Jim Meyering
1999-03-31Don't include closeout.h or version-etc.h explicitly. Now, they're included v...Jim Meyering
1999-03-31(AUTHORS): Actually define and use.Jim Meyering
1999-03-26No longer include long-options.h.Jim Meyering
1999-03-20[WINSIZE_IN_PTEM]: Include sys/stream.h and sys/ptem.h.Jim Meyering
1999-03-04Include long-options.hJim Meyering
1999-02-03(S_ISLNK, S_ISFIFO, S_ISSOCK, S_ISCHR, S_ISBLK, S_ISDOOR):Jim Meyering
1999-02-03(print_type_indicator): Print doors as '>'.Jim Meyering
1999-01-16Don't declare base_name.Jim Meyering
1999-01-11(decode_switches): Now that escape_quoting_style no longerJim Meyering
1999-01-02Adapt to use new interface to XARGMATCH.Jim Meyering
1999-01-02use XARGMATCH, not XARGCASEMATCHJim Meyering
1998-12-31(indicator_style_types): New variable.Jim Meyering
1998-12-12In order to distinguish col(umn|or):Jim Meyering
1998-12-12* src/ls.c: Group DIRED's code together.Jim Meyering
1998-12-07declare base_nameJim Meyering
1998-12-06Fix `ls -R .' formatting bug that broke mktexlsr.Jim Meyering
1998-09-19update bug-reporting addressJim Meyering
1998-09-07(print_dir_name): Put back.Jim Meyering
1998-08-29(print_dir_name): Remove global variable.Jim Meyering
1998-08-15(qmark_funny_chars): Add comment from Paul eggert.Jim Meyering
1998-08-13Include filemode.h.Jim Meyering
1998-08-02(compare_ctime, rev_cmp_ctime, compare_mtime,Jim Meyering
1998-06-29revert back to using lower case _unlocked wrapper namesJim Meyering
1998-06-29(human_readable_base, output_units): Remove;Jim Meyering
1998-06-29(usage): Make --kilobytes description consistent withJim Meyering
1998-06-29Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering
1998-06-28Add DIRED_ prefix to the macros: FPUTS and FPUTS_LITERAL.Jim Meyering
1998-06-28s/PUTCHAR/DIRED_PUTCHAR/g.Jim Meyering
1998-04-14Use STREQ in string equality tests, not strcmp.Jim Meyering
1998-04-01(compare_ctime, rev_cmp_ctime, compare_mtime,Jim Meyering
1998-03-21(decode_switches): Pass a null pointer instead of addressJim Meyering
1998-03-15Use #if, not #ifdef with HAVE_ macros.Jim Meyering
1998-02-25Include new file quotearg.h.Jim Meyering
1998-01-23add curliesJim Meyering
1998-01-10(usage): Correct descriptions of --sort, --time, and -t.Jim Meyering
1998-01-10(decode_switches) [-u]: Fix bug whereby -u had no effectJim Meyering
1998-01-04(main, usage): Check for write error to stdout before exiting.Jim Meyering
1997-12-31(decode_switches): -h and -H override output units.Jim Meyering
1997-12-16s/__P/PARAMS/gJim Meyering
1997-12-16tweak indentationJim Meyering
1997-12-16(struct bin_str): Make len int, not unsigned, to avoidJim Meyering
1997-11-30(print_long_format): Rename inner-scoped `buf' arrays to `hbuf'Jim Meyering
1997-11-30(<inttypes.h>): Include if HAVE_INTTYPES_H.Jim Meyering
1997-10-25Remove old-style xmalloc and xrealloc decls.Jim Meyering
1997-10-23Remove stpcpy decl.Jim Meyering
1997-10-13Bracket inclusion of termios.h with #ifdef HAVE_TERMIOS_H.Jim Meyering
1997-10-07update bug-reporting addressJim Meyering
1997-09-14(struct col_info) [valid_len]: Rename from `valid' which conflictedJim Meyering
1997-09-14(print_horizontal): Add some non-essential curly braces.Jim Meyering