Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/18/1998 13:40:02
lukem
Sun Jan 18 05:30:13 PST 1998
Update of /cvsroot/src/bin/ls
In directory netbsd1:/var/slash-tmp/cvs-serv13303

Modified Files:
	extern.h ls.1 ls.c print.c util.c 
Log Message:
* implement -x; sort columns across the page rather than down the page
* in printcol(), don't bother building an index to the linked list if
  only printing one column with printscol()...
* implement -n; prevent [gu]id->name mapping in long listings.
  inspired by openbsd, but does *not* imply -l by itself.
* fix sorting with -d (or mismatched types in general).  (from openbsd).
* document -g. (from openbsd).