rockbox/lib/x1000-installer
Aidan MacDonald 4879891da3 x1000-installer: xf_stream_read_lines bugfixes
- Only treat EOF as newline if the line is non-empty to
  suppress a useless empty line after the end of a file.
- Deal with 0- and 1-byte line buffers safely.
- Remove whitespace stripping and comment handling which
  was left over from refactoring. Move it to xf_map_parse()
  where it belongs.

Change-Id: I9f05f4e18ca6dd011ca4cd231f0b5ea37c784778
2021-11-28 13:55:48 +00:00
..
include x1000-installer: Initial commit of new framework 2021-11-27 15:28:19 -05:00
src x1000-installer: xf_stream_read_lines bugfixes 2021-11-28 13:55:48 +00:00
test x1000-installer: tests for xf_stream.c 2021-11-28 13:55:43 +00:00
test_lib x1000-installer: Initial commit of new framework 2021-11-27 15:28:19 -05:00
.gitignore x1000-installer: add test & code coverage support to makefile 2021-11-28 13:45:20 +00:00
Makefile x1000-installer: tests for xf_stream.c 2021-11-28 13:55:43 +00:00
SOURCES x1000-installer: Initial commit of new framework 2021-11-27 15:28:19 -05:00
x1000-installer.make x1000-installer: Initial commit of new framework 2021-11-27 15:28:19 -05:00