summaryrefslogtreecommitdiff
path: root/usr.bin/nl/nl.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove another occurence of _WITH_GETLINEBaptiste Daroussin2016-07-311-1/+0
* Treat the '-' as meaning standard input.Sergey Kandaurov2014-05-041-1/+2
* Make nl(1) build with WARNS=6.Ed Schouten2011-10-141-12/+8
* The NetBSD Foundation has granted permission to remove clause 3 and 4Warner Losh2010-02-161-7/+0
* Use getline() instead of fgets(). This enables nl(1) to handleDavid Schultz2009-02-281-26/+21
* Avoid 'bogus' uninitialized warning by initializing rather thanWarner Losh2006-12-221-4/+1
* Remove unused variables.Stefan Farfeleder2005-04-091-1/+1
* Add support for multibyte characters.Tim J. Robbins2004-07-131-17/+35
* Tidy up usage message.Tim J. Robbins2003-08-171-3/+3
* Remove local prototypes for main().Juli Mallett2002-08-191-1/+0
* The XCU issue 5 requirement of accepting the file operand intermingledTim J. Robbins2002-05-271-7/+0
* style(9): use errx() where appropriate instead of fprintf() + exit().Tim J. Robbins2002-05-271-39/+24
* style(9): use err() instead of perror() + exit().Tim J. Robbins2002-05-271-20/+11
* remove __PWarner Losh2002-03-221-4/+4
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
* Add nl(1)Brian Somers2001-05-041-0/+444