u8-istream: Fix handling of partial reads.
[pspp] / src / libpspp / u8-istream.c
2014-09-09 Ben Pfaffu8-istream: Fix handling of partial reads.
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-25 Ben Pfaffu8-istream: Fix reading UTF-16 and UTF-32 files. 20130425010503/pspp
2013-04-25 Ben Pfaffu8-istream: Fix handling of UTF-8 byte order marks.
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-07-14 Ben Pfaffu8-istream: Retry read upon EINTR.
2012-03-02 Ben Pfaffencoding-guesser: Fall back to windows-1252 when UTF...
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-04-09 Ben Pfaffu8-istream: Add cast to iconv() to suppress warnings...
2011-04-09 Ben Pfaffu8-istream: Include <limits.h> for definition of MB_LEN...
2011-03-20 Ben Pfaffu8-istream: New library for reading a text file and...