summaryrefslogtreecommitdiff
path: root/bin/ls
AgeCommit message (Expand)Author
1998-08-19Add some braces to make egcs happy.thorpej
1998-07-28Delint.mycroft
1998-07-28Delint.mycroft
1998-07-27Slight code reduction.mycroft
1998-07-27__AUDIT__ cleanup.mycroft
1998-06-01Document ls -F's output for sockets;hubertf
1998-05-16* blocks can be 64bit (not u_long), so calculate and display accordinglylukem
1998-03-20correct HISTORY section of ls(1) to note that Ls(1) exited in 5th Edition UNI...fair
1998-02-03Deal with GCC warning.mycroft
1998-01-21If a time stamp is 6 months or more in the future, display the year in themycroft
1998-01-18* implement -x; sort columns across the page rather than down the pagelukem
1998-01-17Automatically resize the major and minor number fields, and DTRT if the sizemycroft
1997-10-20Fix .Nm usage.enami
1997-09-09Changed order of STANDARDS and HISTORY subheads to conform withjtc
1997-07-30Add some casts to printf args to keep the compiler happy on the Alpha.thorpej
1997-07-20Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.incchristos
1997-07-20include <pwd.h> and <grp.h> to bring prototypes into scope.christos
1997-07-20remove user_from_uid and group_from_gid prototypes.christos
1997-07-20Fix compiler warnings.christos
1996-12-11Do multicolumn output in a way that's a little more likely to alwaysthorpej
1996-07-09Sort FTS_NS entries by name, just so the order is well-defined.mycroft
1996-07-08Stylistic change of no consequence.mycroft
1996-07-08Compare nanosecond field in timestamps.mycroft
1996-07-08Partition FTS_NS entries from others, to avoid confusing qsort().mycroft
1996-02-14Changed so that COLUMNS environment variable will override the valuejtc
1995-12-05ENVIRONMENTAL -> ENVIRONMENTjtc
1995-09-26Uncomment text that describes that a vertical bar is printed after eachjtc
1995-09-07Sync with 4.4lite2jtc
1995-07-25Use "utility" instead of "command". Modern definitions of these termsjtc
1995-03-21convert to new RCS id conventions.cgd
1994-12-27Sync with CSRG.mycroft
1994-10-25Add `-o' option to usage string.mycroft
1994-09-23Merge with 4.4-Lite version.mycroft
1994-09-22Import original 4.4-Lite version.mycroft
1994-04-08Changed traverse() and display() so that errors are reported whenjtc
1994-04-04"yet" on quad_t/off_t things. (not noticed on i386 becuase of endian I guess.)chopps
1994-03-27off_t exp.cgd
1994-03-05added missing -A and -o to options summary list.chopps
1994-01-28don't need -lutilcgd
1994-01-25(1) fixup getbsize() callscgd
1994-01-13The working directory is changed back when fts_children() returns,jtc
1994-01-11Fix spelling errors.jtc
1993-12-05Patches from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to allowmycroft
1993-10-14POSIX.2 says to print a pipe character after fifo names when usingjtc
1993-08-07New file.mycroft
1993-08-07New version from uunet, with -k option readded, and 4.4 ffs--specific stuffmycroft
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-05-26previous patch to ls.c wasn't quite correct. This patch from same author.deraadt