| Age | Commit message (Expand) | Author |
| 2000-07-23 | ts_nsec -> tv_nsec, per POSIX. | mycroft |
| 2000-06-22 | make sure to print file names consistenly in column mode | assar |
| 2000-06-17 | Do not modify the file name when not printing non-printables, also do | assar |
| 2000-05-28 | Add Ev tag to COLUMNS | bjh21 |
| 2000-03-06 | - Fix a typo that when group_from_gid is failed (though it merely fails | enami |
| 2000-01-05 | Add description of FIFOs in long display (was commented out). | mjl |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 1999-11-02 | Call setlocale(3) to use localization in "ls" as suggested by | tron |
| 1999-05-17 | Rename ls.c::main() -> ls.c::ls_main(), and add a wrapper in main.c::main(). | lukem |
| 1999-05-04 | If an error is encountered, exit with non-zero status. | simonb |
| 1999-02-17 | Add support for the XCU5 -p option (-F restricted to directories). | kleink |
| 1999-02-12 | Implement 1003.2 -m option (stream output format). | kleink |
| 1999-01-03 | update date | lukem |
| 1999-01-03 | refer to chflags(1) for more info on file flags. | lukem |
| 1999-01-03 | * parse `nonodump' (synonym for `dump'; both are inverse of `nodump'). | lukem |
| 1998-11-04 | %q -> %ll | christos |
| 1998-11-04 | conservative casts for printfs. | christos |
| 1998-11-04 | include termios.h for struct winsize | christos |
| 1998-10-13 | Check for NULL value returned by user_from_uid and group_from_gid and DTRT, | wsanchez |
| 1998-10-10 | create a "stat_flags.h" to go with stat_flags.c | mrg |
| 1998-10-09 | - To make this file compile again on NetBSD, force to use | enami |
| 1998-10-08 | Global replace: | wsanchez |
| 1998-10-08 | Handle non-POSIX version of timespec. | wsanchez |
| 1998-08-19 | Add some braces to make egcs happy. | thorpej |
| 1998-07-28 | Delint. | mycroft |
| 1998-07-28 | Delint. | mycroft |
| 1998-07-27 | Slight code reduction. | mycroft |
| 1998-07-27 | __AUDIT__ cleanup. | mycroft |
| 1998-06-01 | Document ls -F's output for sockets; | hubertf |
| 1998-05-16 | * blocks can be 64bit (not u_long), so calculate and display accordingly | lukem |
| 1998-03-20 | correct HISTORY section of ls(1) to note that Ls(1) exited in 5th Edition UNI... | fair |
| 1998-02-03 | Deal with GCC warning. | mycroft |
| 1998-01-21 | If a time stamp is 6 months or more in the future, display the year in the | mycroft |
| 1998-01-18 | * implement -x; sort columns across the page rather than down the page | lukem |
| 1998-01-17 | Automatically resize the major and minor number fields, and DTRT if the size | mycroft |
| 1997-10-20 | Fix .Nm usage. | enami |
| 1997-09-09 | Changed order of STANDARDS and HISTORY subheads to conform with | jtc |
| 1997-07-30 | Add some casts to printf args to keep the compiler happy on the Alpha. | thorpej |
| 1997-07-20 | Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc | christos |
| 1997-07-20 | include <pwd.h> and <grp.h> to bring prototypes into scope. | christos |
| 1997-07-20 | remove user_from_uid and group_from_gid prototypes. | christos |
| 1997-07-20 | Fix compiler warnings. | christos |
| 1996-12-11 | Do multicolumn output in a way that's a little more likely to always | thorpej |
| 1996-07-09 | Sort FTS_NS entries by name, just so the order is well-defined. | mycroft |
| 1996-07-08 | Stylistic change of no consequence. | mycroft |
| 1996-07-08 | Compare nanosecond field in timestamps. | mycroft |
| 1996-07-08 | Partition FTS_NS entries from others, to avoid confusing qsort(). | mycroft |
| 1996-02-14 | Changed so that COLUMNS environment variable will override the value | jtc |
| 1995-12-05 | ENVIRONMENTAL -> ENVIRONMENT | jtc |
| 1995-09-26 | Uncomment text that describes that a vertical bar is printed after each | jtc |