K 10 svn:author V 3 das K 8 svn:date V 27 2009-04-06T13:50:04.901302Z K 7 svn:log V 266 Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised because it means getdelim() returns -1 for both error and EOF, and never returns 0. However, this is what the original GNU implementation does, and POSIX inherited the bug. Reported by: marcus@ END