pkgconf/tests
Jean-Sébastien Pédron bff5f15d0a Support .pc file without a trailing newline
Some editors write text files without a newline character at the end of
the last line.

Before this change, the main loop in pkg_new_from_file() expected a
newline character at the end of the line and overwrote it with a NUL
character. In the case of the last line in a non-newline-terminated
file, this ate the last character of that line.

Now, the pkg_fgetline() function takes care of returning a line without
the newline character (or the "\r\n" sequence in case of a DOS file
format).
2014-08-02 14:07:25 +02:00
..
lib1 Support .pc file without a trailing newline 2014-08-02 14:07:25 +02:00
lib2 testsuite: fix testsuite typos 2013-04-09 07:39:27 -05:00
lib3 Add a test case showing a regression where PKG_CONFIG_PATH is ignored 2013-03-20 14:51:15 +01:00
run.sh.in Support .pc file without a trailing newline 2014-08-02 14:07:25 +02:00