History log of /netbsd-src/bin/ls/print.c (Results 26 – 50 of 59)
Revision Date Author Comments
# 75d0e9d0 07-May-2003 grant <grant@NetBSD.org>

make -g behave as it should according to SUSv3 (long listing without
owner).

ok'd by kleink@.


# 54a944c3 09-Nov-2002 enami <enami@NetBSD.org>

Cosmetic changes.


# 1eb5da90 01-Aug-2002 christos <christos@NetBSD.org>

don't include utmp.h


# 18d76c32 04-Feb-2001 christos <christos@NetBSD.org>

fix nested extern.


# ba2e04dc 29-Jul-2000 lukem <lukem@NetBSD.org>

convert to new KNF


# b23df5be 22-Jun-2000 assar <assar@NetBSD.org>

make sure to print file names consistenly in column mode


# c5a80669 17-Jun-2000 assar <assar@NetBSD.org>

Do not modify the file name when not printing non-printables, also do
it consistently with the file name and possible symbolic link target.

fixes bin/10385 and bin/10384


# 85cbf55d 09-Nov-1999 drochner <drochner@NetBSD.org>

Since our gcc doesn't warn about NULL format strings anymore, we can
fix the incorrect err(1, "%s", "") et al.
Closes PR bin/7592 by cgd.


# b424b8fe 17-Feb-1999 kleink <kleink@NetBSD.org>

Add support for the XCU5 -p option (-F restricted to directories).


# b7443b0f 12-Feb-1999 kleink <kleink@NetBSD.org>

Implement 1003.2 -m option (stream output format).


# a7e8a30c 04-Nov-1998 christos <christos@NetBSD.org>

%q -> %ll


# 9be0cf0c 04-Nov-1998 christos <christos@NetBSD.org>

conservative casts for printfs.


# 1381f684 28-Jul-1998 mycroft <mycroft@NetBSD.org>

Delint.


# e30b7628 16-May-1998 lukem <lukem@NetBSD.org>

* blocks can be 64bit (not u_long), so calculate and display accordingly
* cleanup some other typedamage (int is as good as u_long)
* remove unused variables


# d4e67eb2 21-Jan-1998 mycroft <mycroft@NetBSD.org>

If a time stamp is 6 months or more in the future, display the year in the
short form. Also, cache the current time.


# ac591fc0 18-Jan-1998 lukem <lukem@NetBSD.org>

* 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

* 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).

show more ...


# 9ded7f63 17-Jan-1998 mycroft <mycroft@NetBSD.org>

Automatically resize the major and minor number fields, and DTRT if the size
field is not the same size.


# f566fe5d 30-Jul-1997 thorpej <thorpej@NetBSD.org>

Add some casts to printf args to keep the compiler happy on the Alpha.


# b22592e8 20-Jul-1997 christos <christos@NetBSD.org>

Fix compiler warnings.
Add WARNS=1


# 51175461 11-Dec-1996 thorpej <thorpej@NetBSD.org>

Do multicolumn output in a way that's a little more likely to always
line up evenly. From D'Arcy J.M. Cain <darcy@druid.com>, PR #2965.


# d943cdad 07-Sep-1995 jtc <jtc@NetBSD.org>

Sync with 4.4lite2


# 49f0ad86 21-Mar-1995 cgd <cgd@NetBSD.org>

convert to new RCS id conventions.


# d966913f 27-Dec-1994 mycroft <mycroft@NetBSD.org>

Sync with CSRG.


# 83ede345 23-Sep-1994 mycroft <mycroft@NetBSD.org>

Merge with 4.4-Lite version.


# 85472023 04-Apr-1994 chopps <chopps@NetBSD.org>

"yet" on quad_t/off_t things. (not noticed on i386 becuase of endian I guess.)


123