Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/lib/libc/stdio
Module Name: src
Committed By: jdc
Date: Fri Jan 2 12:42:06 UTC 2009
Modified Files:
src/lib/libc/stdio [netbsd-4]: fparseln.c
Log Message:
Pull up revisions 1.6-1.7 (requested by martin in ticket #1254).
-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
fix an unrelated comment
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.10.1 src/lib/libc/stdio/fparseln.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index