From bcea54fcaa16a7d5feff0c4cd038fea51d1359ea Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 27 Oct 2020 10:51:41 -0400 Subject: Revert removal of unreadCh change for performance Turns out unreadCh is much more efficient than seek(-1, SEEK_CUR). Update comments and code to reflect this. --- ChangeLog | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a173ff00..edc4ecce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -81,15 +81,6 @@ disables passing -rpath to the linker when building shared libraries with libtool. Fixes #422. -2020-10-18 Jay Berkenbilt - - * Note that InputSource::unreadCh is deprecated and will be - removed in qpdf 11. Use seek(-1, SEEK_CUR) instead. This is what - it has always effectively done with some input sources and some - operating systems which don't allow unreading other than the most - recently read character. InputSource::unreadCh is no longer used - internally within libqpdf. - 2020-10-16 Jay Berkenbilt * Accept pull request that improves how the Windows native crypto -- cgit v1.2.3-54-g00ecf