History log of /freebsd-9.3-release/usr.bin/nl/nl.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 203971 16-Feb-2010 imp

The NetBSD Foundation has granted permission to remove clause 3 and 4
from their software.

Obtained from: NetBSD


# 189168 28-Feb-2009 das

Use getline() instead of fgets(). This enables nl(1) to handle
arbitrarily long lines and embedded NULs. The new functionality is
nugatory, but adding it is a simple way to improve the exposure of
getline() in -CURRENT.


# 165462 22-Dec-2006 imp

Avoid 'bogus' uninitialized warning by initializing rather than
playing cute games. It is much simpler, clearer and easier to follow
and understand. Besides, gcc4 likes it better.


# 144840 09-Apr-2005 stefanf

Remove unused variables.


# 132078 13-Jul-2004 tjr

Add support for multibyte characters.


# 119025 17-Aug-2003 tjr

Tidy up usage message.


# 102084 19-Aug-2002 jmallett

Remove local prototypes for main().


# 97339 27-May-2002 tjr

The XCU issue 5 requirement of accepting the file operand intermingled
with options has been withdrawn in issue 6, to which nl(1) now conforms.


# 97338 27-May-2002 tjr

style(9): use errx() where appropriate instead of fprintf() + exit().


# 97337 27-May-2002 tjr

style(9): use err() instead of perror() + exit().


# 92921 21-Mar-2002 imp

remove __P


# 81586 13-Aug-2001 ru

Removed duplicate VCS ID tags, as per style(9).


# 76273 04-May-2001 brian

Add nl(1)

PR: 27078
Obtained from: NetBSD