Update Yojson ready for OCaml 5

This commit is contained in:
John Whitington 2022-08-15 19:37:51 +01:00
parent ce1601705b
commit 4c475dd619
4 changed files with 1310 additions and 846 deletions

View File

@ -7,6 +7,10 @@ o Allow -utf8 with -split-bookmarks -o @B.pdf to produce UTF8 filenames
o -merge-add-bookmarks now works with unicode filenames o -merge-add-bookmarks now works with unicode filenames
o Better transformation of some annotation types o Better transformation of some annotation types
Fixes:
o Updated Yojson to remove dependency on Stream, ready for OCaml 5
2.5.1 (January 2022) 2.5.1 (January 2022)
o Fix a regression where standard fonts could not be chosen o Fix a regression where standard fonts could not be chosen

View File

@ -34,7 +34,8 @@ all : $(TARGETS)
clean :: clean ::
rm -rf doc foo foo2 out.pdf out2.pdf foo.pdf decomp.pdf *.cmt *.cmti \ rm -rf doc foo foo2 out.pdf out2.pdf foo.pdf decomp.pdf *.cmt *.cmti \
*.json test/*.pdf debug/*.pdf *.ps *.aux *.idx *.log *.out *.toc *.cut *.json test/*.pdf debug/*.pdf *.ps *.aux *.idx *.log *.out *.toc *.cut \
cpdf.top.dSYM
DOC_FILES = cpdfunicodedata.mli cpdferror.mli cpdfdebug.mli cpdfjson.mli \ DOC_FILES = cpdfunicodedata.mli cpdferror.mli cpdfdebug.mli cpdfjson.mli \
cpdfstrftime.mli cpdfcoord.mli cpdfattach.mli cpdfpagespec.mli \ cpdfstrftime.mli cpdfcoord.mli cpdfattach.mli cpdfpagespec.mli \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff