From 18b34a564906c7ef36daefab081b44ebfd9ee64b Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 16 Oct 2020 14:35:18 -0400 Subject: InputSource::unreadCh -- only unread most recently read character This is all that ever worked. The test suite was trying to do something different from ClosedFileInputSource. --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 05d497e4..cbd317e8 100644 --- a/TODO +++ b/TODO @@ -315,6 +315,12 @@ I find it useful to make reference to them in this list * Investigate whether there is a way to automate the memory checker tests for Windows. + * Part of closed_file_input_source.cc is disabled on Windows because + of odd failures. It might be worth investigating so we can fully + exercise this in the test suite. That said, ClosedFileInputSource + is exercised elsewhere in qpdf's test suite, so this is not that + pressing. + * Support user-pluggable stream filters. This would enable external code to provide interpretation for filters that are missing from qpdf. Make it possible for user-provided filters to override -- cgit v1.2.3-54-g00ecf