mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
update
git-svn-id: svn+q:///qpdf/trunk@1032 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
a7e269537d
commit
88706995c8
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
2010-09-24 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* libqpdf/QPDF.cc: change private "file" method to be a
|
||||
PointerHolder<InputSource> to prepare qpdf for being able to work
|
||||
with PDF files loaded into memory in addition to working with
|
||||
files on disk.
|
||||
|
||||
* include/qpdf/PointerHolder.hh: add operator* and operator->
|
||||
methods so that PointerHolder objects can be used like pointers.
|
||||
This is consistent with the smart pointer objects in the next
|
||||
revision of C++.
|
||||
|
||||
2010-09-05 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* libqpdf/QPDF.cc (readObjectInternal): Recognize empty objects
|
||||
|
Loading…
Reference in New Issue
Block a user