summaryrefslogtreecommitdiffstats
path: root/lib/libutil/fparseln.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r269015:pfg2014-08-161-5/+11
| | | | | | | | | | | | | | | | | fparseln(3): Update from NetBSD sources. -fix a condition so that fparseln() doesn't report spurious empty lines eg after 2 comment lines, or on EOF after a single comment line -no escape character means no escaped characters modify the previous fix so that no pointless realloc()s are done in the case of multiple empty continuation lines, and comment the code to make the logics obvious. fparseln is now part of libc in NetBSD so this changes the previous revision numbering. Obtained from: NetBSD (CVS Rev. 1.6-1.7)
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.markm2003-10-181-14/+3
|
* Remove __P() usage.obrien2002-03-211-2/+2
|
* Add __FBSDID()s to libutildillon2001-09-301-3/+1
|
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-1/+0
|
* Connect fparseln(3) for mailwrapper(8)peter1999-12-291-2/+8
|
* Import fparseln(3) from NetBSD. It's used for easily dealing with \peter1999-12-191-0/+230
escaped lines etc. (used by mailwrapper)
OpenPOWER on IntegriCloud