History log of /original-bsd/usr.bin/finger/lprint.c (Results 1 – 20 of 20)
Revision Date Author Comments
# b6506e58 28-Apr-1995 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

use memmove, not memcpy


# a977925d 28-Apr-1995 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

You may have already done the same (does the Alpha have alignment
constraints? I think it does...). I also changed it to use the libc
err, instead of its own, and fixed most of the `gcc -Wall' compl

You may have already done the same (does the Alpha have alignment
constraints? I think it does...). I also changed it to use the libc
err, instead of its own, and fixed most of the `gcc -Wall' complaints.
The important changes are to memcpy the pointers from db->get and db->seq.
From: Chris Torek <torek@BSDI.COM>

show more ...


# 7100ea1c 06-Jun-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

4.4BSD snapshot (revision 8.1); add 1993 to copyright


# e08b7d0c 27-Oct-1991 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

lint


# b1c30e7d 27-Jul-1991 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

finger really didn't need its own hashing scheme


# 1f274a6a 27-Jul-1991 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

Welcome to the Wonderful World of ANSI!


# fb01e633 27-Jul-1991 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

display .forward files; if short file, put on same line as header


# aeb8afd9 31-Oct-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

make the date outputs consistent, don't print newline from ctime


# 9d971e48 24-Jun-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

don't need pathnames.h, just paths.h


# 904539ad 05-Jun-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

add timezone to the long output


# 5df6fa57 01-Jun-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

new copyright notice


# 6e107fba 07-Feb-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

exclude sccs changes to remove contrib line from copyright


# 4ba0f90f 01-Oct-1989 edward <edward@65305748-3e16-e211-a854-8c89a5c6f760>

correct printing of \n at the end of .plan; and use fopen() not freopen()


# b376ee02 02-Sep-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

don't let \v, \f etc. through, \f clears screen for SUNs


# 419de4b1 01-Sep-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

don't display meta/control chars; bug report 4.3BSD/usr.bin/213


# f39c6531 18-May-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

print out certain types of phone numbers in US formats


# 2f42ba63 10-May-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

don't bother reporting on mail -- it's never going to be right


# ee32661e 08-May-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

clean up copyright notice


# f8aef8e1 07-May-1989 edward <edward@65305748-3e16-e211-a854-8c89a5c6f760>

show last login time if more recent than current logins,
cleaned up, speeded up, put people in hash table, separate login info
from personal info


# f2b25633 06-May-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

Tony Nardo (trn@warper.jhuapl.edu) reworked the original, I
redid his stuff; should handle multiple logons right.