libgeda: More robust line ending detection when parsing.
commit8104930a0523c175987c35e80e33cd8dd4a4a97f
authorPeter TB Brett <peter@peter-b.co.uk>
Sat, 7 Jan 2012 00:19:39 +0000 (7 00:19 +0000)
committerPeter TB Brett <peter@peter-b.co.uk>
Sat, 7 Jan 2012 00:30:39 +0000 (7 00:30 +0000)
tree30919f263e61ea15061cdca3a55075a84b81b5a3
parent2c5ec1261714ff0a1157582ef0daead543c1da65
libgeda: More robust line ending detection when parsing.

Correctly handle '\r', '\n', and '\r\n' line endings.
libgeda/include/prototype_priv.h
libgeda/scheme/Makefile.am
libgeda/scheme/unit-tests/t0207-page-parse-line-endings.scm [new file with mode: 0644]
libgeda/src/s_textbuffer.c