-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e265e8
commit f95ebfc
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pdfio
updated
41 files
+23 −16 | .github/workflows/build.yml | |
+4 −4 | .github/workflows/codeql.yml | |
+10 −5 | .github/workflows/coverity.yml | |
+5 −0 | .gitignore | |
+27 −2 | CHANGES.md | |
+10 −11 | CONTRIBUTING.md | |
+0 −233 | Makefile | |
+260 −0 | Makefile.in | |
+1 −1 | NOTICE | |
+20 −50 | README.md | |
+1 −1 | SECURITY.md | |
+1,774 −0 | config.guess | |
+1,907 −0 | config.sub | |
+5,554 −0 | configure | |
+273 −0 | configure.ac | |
+124 −84 | doc/pdfio.3 | |
+154 −63 | doc/pdfio.html | |
+46 −50 | doc/pdfio.md | |
+232 −0 | install-sh | |
+1 −5 | pdfio-aes.c | |
+24 −4 | pdfio-array.c | |
+4 −8 | pdfio-common.c | |
+303 −117 | pdfio-content.c | |
+4 −0 | pdfio-content.h | |
+78 −17 | pdfio-crypto.c | |
+28 −7 | pdfio-dict.c | |
+209 −52 | pdfio-file.c | |
+44 −7 | pdfio-object.c | |
+0 −4 | pdfio-page.c | |
+14 −2 | pdfio-private.h | |
+3 −7 | pdfio-stream.c | |
+0 −4 | pdfio-string.c | |
+73 −8 | pdfio-token.c | |
+177 −98 | pdfio-value.c | |
+6 −2 | pdfio.h | |
+10 −3 | pdfio.pc.in | |
+9 −1 | pdfio1.def | |
+3 −3 | pdfio_native.nuspec | |
+2 −2 | pdfio_native.redist.nuspec | |
+25 −10 | testpdfio.c | |
+1 −1 | ttf.c |