├── .github ├── ISSUE_TEMPLATE.md ├── ISSUE_TEMPLATE │ └── bug_report.md ├── no-response.yml └── workflows │ └── stale.yml ├── Admin ├── COM │ └── guids.cmake ├── Config │ ├── CMakeLists.txt │ └── miktex-config.ini.in ├── ConfigFiles │ ├── CMakeLists.txt │ ├── amstex.ini.in │ ├── bibtex-x.ini.in │ ├── bibtex8.ini.in │ ├── bibtexu.ini.in │ ├── cont-de.ini.in │ ├── cont-en.ini.in │ ├── cont-fr.ini.in │ ├── cont-it.ini.in │ ├── cont-nl.ini.in │ ├── cont-ro.ini.in │ ├── context.ini.in │ ├── cslatex.ini.in │ ├── csplain.ini.in │ ├── dvilualatex-dev.ini.in │ ├── dvilualatex.ini.in │ ├── dviluatex.ini.in │ ├── dvipdfm.ini.in │ ├── dvipdfmx.ini.in │ ├── elatex.ini.in │ ├── eplain.ini.in │ ├── eptex.ini.in │ ├── etex.ini.in │ ├── euptex.ini.in │ ├── fontinst.ini.in │ ├── formats-context.ini.in │ ├── formats.ini.in │ ├── frlatex.ini.in │ ├── frtex.ini.in │ ├── ftex.ini.in │ ├── header.txt │ ├── hilatex-dev.ini.in │ ├── hilatex.ini.in │ ├── hitex.ini.in │ ├── jadetex.ini.in │ ├── latex-dev.ini.in │ ├── latex.ini.in │ ├── latex209.ini.in │ ├── luahblatex-dev.ini.in │ ├── luahblatex.ini.in │ ├── luahbtex.ini.in │ ├── lualatex-dev.ini.in │ ├── lualatex.ini.in │ ├── luatex.ini.in │ ├── mllatex.ini.in │ ├── mltex.ini.in │ ├── olatex.ini.in │ ├── pdfamstex.ini.in │ ├── pdfcslatex.ini.in │ ├── pdfcsplain.ini.in │ ├── pdfelatex.ini.in │ ├── pdfetex.ini.in │ ├── pdfjadetex.ini.in │ ├── pdflatex-dev.ini.in │ ├── pdflatex.ini.in │ ├── pdfplatex.ini.in │ ├── pdftex.ini.in │ ├── pdftexinfo.ini.in │ ├── pdfxlatex.ini.in │ ├── pdfxmltex.ini.in │ ├── pdfxtex.ini.in │ ├── platex-dev.ini.in │ ├── platex.ini.in │ ├── ptex.ini.in │ ├── t4ht.ini.in │ ├── tex.ini.in │ ├── tex4ht.ini.in │ ├── texinfo.ini.in │ ├── ttf2pk.ini.in │ ├── ttf2tfm.ini.in │ ├── unx │ │ └── log4cxx.unx.xml │ ├── uplatex-dev.ini.in │ ├── uplatex.ini.in │ ├── uptex.ini.in │ ├── utf8mex.ini.in │ ├── win │ │ └── log4cxx.win.xml │ ├── xdvipdfmx.ini.in │ ├── xelatex-dev.ini.in │ ├── xelatex.ini.in │ ├── xeplain.ini.in │ ├── xetex.ini.in │ ├── xmltex.ini.in │ └── yap.ini.in ├── Defaults │ ├── CMakeLists.txt │ ├── bibtex.defaults.in │ ├── mf.defaults.in │ ├── mfapp.defaults.in │ ├── mpost.defaults.in │ ├── pdftex.defaults.in │ ├── texapp.defaults.in │ └── texmfapp.defaults.in ├── Scripts │ ├── genFontmap.vbs │ ├── makelocfile.cmd.in │ └── putj2000version.cmd.in └── TPM │ ├── CMakeLists.txt │ ├── miktex-config.tpm.in │ ├── miktex-context-config.tpm.in │ ├── miktex-doc.tpm.in │ └── windows-x64 │ ├── miktex-arctrl-bin-x64.tpm.in │ ├── miktex-asymptote-bin-x64.tpm.in │ ├── miktex-autosp-bin-x64.tpm.in │ ├── miktex-axohelp-bin-x64.tpm.in │ ├── miktex-bibarts-bin-x64.tpm.in │ ├── miktex-bibtex-bin-x64.tpm.in │ ├── miktex-bibtex8bit-bin-x64.tpm.in │ ├── miktex-bzip2-bin-x64.tpm.in │ ├── miktex-cairo-bin-x64.tpm.in │ ├── miktex-chktex-bin-x64.tpm.in │ ├── miktex-cjkutils-bin-x64.tpm.in │ ├── miktex-console-bin-x64.tpm.in │ ├── miktex-context-bin-x64.tpm.in │ ├── miktex-curl-bin-x64.tpm.in │ ├── miktex-cweb-bin-x64.tpm.in │ ├── miktex-devnag-bin-x64.tpm.in │ ├── miktex-dvicopy-bin-x64.tpm.in │ ├── miktex-dvipdfmx-bin-x64.tpm.in │ ├── miktex-dvipng-bin-x64.tpm.in │ ├── miktex-dvips-bin-x64.tpm.in │ ├── miktex-dvisvgm-bin-x64.tpm.in │ ├── miktex-epstopdf-bin-x64.tpm.in │ ├── miktex-expat-bin-x64.tpm.in │ ├── miktex-findtexmf-bin-x64.tpm.in │ ├── miktex-fmt-bin-x64.tpm.in │ ├── miktex-fontconfig-bin-x64.tpm.in │ ├── miktex-fonts-bin-x64.tpm.in │ ├── miktex-freeglut-bin-x64.tpm.in │ ├── miktex-freetype2-bin-x64.tpm.in │ ├── miktex-fribidixetex-bin-x64.tpm.in │ ├── miktex-gd-bin-x64.tpm.in │ ├── miktex-graphite2-bin-x64.tpm.in │ ├── miktex-gregorio-bin-x64.tpm.in │ ├── miktex-gsf2pk-bin-x64.tpm.in │ ├── miktex-harfbuzz-bin-x64.tpm.in │ ├── miktex-hitex-bin-x64.tpm.in │ ├── miktex-hunspell-bin-x64.tpm.in │ ├── miktex-jpeg-bin-x64.tpm.in │ ├── miktex-kpathsea-bin-x64.tpm.in │ ├── miktex-lacheck-bin-x64.tpm.in │ ├── miktex-lcdf-typetools-bin-x64.tpm.in │ ├── miktex-libressl-bin-x64.tpm.in │ ├── miktex-log4cxx-bin-x64.tpm.in │ ├── miktex-lua53-bin-x64.tpm.in │ ├── miktex-luatex-bin-x64.tpm.in │ ├── miktex-lzma-bin-x64.tpm.in │ ├── miktex-m-tx-bin-x64.tpm.in │ ├── miktex-makeindex-bin-x64.tpm.in │ ├── miktex-md5-bin-x64.tpm.in │ ├── miktex-metafont-bin-x64.tpm.in │ ├── miktex-metapost-bin-x64.tpm.in │ ├── miktex-mfware-bin-x64.tpm.in │ ├── miktex-mktex-bin-x64.tpm.in │ ├── miktex-mo-bin-x64.tpm.in │ ├── miktex-mpmcli-bin-x64.tpm.in │ ├── miktex-mspack-bin-x64.tpm.in │ ├── miktex-mthelp-bin-x64.tpm.in │ ├── miktex-mtprint-bin-x64.tpm.in │ ├── miktex-omegaware-bin-x64.tpm.in │ ├── miktex-patgen-bin-x64.tpm.in │ ├── miktex-pdftex-bin-x64.tpm.in │ ├── miktex-pixman-bin-x64.tpm.in │ ├── miktex-pmx-bin-x64.tpm.in │ ├── miktex-png-bin-x64.tpm.in │ ├── miktex-poppler-bin-x64.tpm.in │ ├── miktex-popt-bin-x64.tpm.in │ ├── miktex-posix-bin-x64.tpm.in │ ├── miktex-ps2pk-bin-x64.tpm.in │ ├── miktex-psutils-bin-x64.tpm.in │ ├── miktex-ptex-bin-x64.tpm.in │ ├── miktex-runtime-bin-x64.tpm.in │ ├── miktex-synctex-bin-x64.tpm.in │ ├── miktex-tdsutil-bin-x64.tpm.in │ ├── miktex-teckit-bin-x64.tpm.in │ ├── miktex-tex-bin-x64.tpm.in │ ├── miktex-tex2xindy-bin-x64.tpm.in │ ├── miktex-tex4ht-bin-x64.tpm.in │ ├── miktex-texify-bin-x64.tpm.in │ ├── miktex-texware-bin-x64.tpm.in │ ├── miktex-texworks-bin-x64.tpm.in │ ├── miktex-ttf2pk2-bin-x64.tpm.in │ ├── miktex-upmendex-bin-x64.tpm.in │ ├── miktex-uriparser-bin-x64.tpm.in │ ├── miktex-web-bin-x64.tpm.in │ ├── miktex-xetex-bin-x64.tpm.in │ ├── miktex-xml2pmx-bin-x64.tpm.in │ ├── miktex-yap-bin-x64.tpm.in │ ├── miktex-zlib-bin-x64.tpm.in │ └── miktex-zzip-bin-x64.tpm.in ├── BuildUtilities ├── c4p │ ├── CMakeLists.txt │ ├── c4p-version.h │ ├── c4p.rc │ ├── common.h │ ├── gram.y │ ├── main.cpp │ ├── misc.cpp │ ├── output.cpp │ ├── output.h │ ├── scan.l │ ├── subrange.cpp │ ├── symtab.cpp │ └── type.cpp ├── cfg │ ├── CMakeLists.txt │ ├── cfg-version.h.in │ ├── cfg.cpp │ ├── cfg.rc.in │ ├── component.cmake │ └── version.cmake ├── cweb │ ├── CMakeLists.txt │ ├── ctangle.cmake │ ├── ctwill-refsort.cmake │ ├── ctwill-twinx.cmake │ ├── ctwill.cmake │ ├── cweave.cmake │ ├── init │ │ ├── initcommon.c │ │ └── initctangle.c │ ├── initctangle.cmake │ ├── miktex-ctangle-version.h │ ├── miktex-ctangle.rc │ ├── miktex-ctwill-refsort-version.h │ ├── miktex-ctwill-refsort.rc │ ├── miktex-ctwill-twinx-version.h │ ├── miktex-ctwill-twinx.rc │ ├── miktex-ctwill-version.h │ ├── miktex-ctwill.rc │ ├── miktex-cweave-version.h │ ├── miktex-cweave.rc │ ├── source │ │ ├── README │ │ ├── comm-w2c.ch │ │ ├── comm-w2c.h │ │ ├── common.w │ │ ├── ctang-w2c.ch │ │ ├── ctangle.w │ │ ├── ctwill-w2c.ch │ │ ├── cweav-w2c.ch │ │ ├── cweave.w │ │ ├── iso_types.w │ │ ├── prod-cweave.w │ │ ├── prod-twill.w │ │ ├── prod.w │ │ ├── refsort.ch │ │ ├── refsort.w │ │ ├── twinx.ch │ │ └── twinx.w │ └── texlive │ │ └── help.h ├── docbook │ ├── catalog.in │ ├── docbook-xsl │ │ ├── AUTHORS │ │ ├── BUGS │ │ ├── COPYING │ │ ├── INSTALL │ │ ├── Makefile │ │ ├── NEWS │ │ ├── NEWS.html │ │ ├── NEWS.xml │ │ ├── README │ │ ├── RELEASE-NOTES-TMP.xml │ │ ├── RELEASE-NOTES.html │ │ ├── RELEASE-NOTES.pdf │ │ ├── RELEASE-NOTES.txt │ │ ├── RELEASE-NOTES.xml │ │ ├── REVISION │ │ ├── TODO │ │ ├── VERSION │ │ ├── VERSION.xsl │ │ ├── assembly │ │ │ ├── README │ │ │ ├── assemble.xsl │ │ │ ├── schema │ │ │ │ ├── assembly51b7.rnc │ │ │ │ └── docbook51b7.rnc │ │ │ ├── topic-maker-chunk.xsl │ │ │ └── topic-maker.xsl │ │ ├── catalog.xml │ │ ├── common │ │ │ ├── af.xml │ │ │ ├── am.xml │ │ │ ├── ar.xml │ │ │ ├── as.xml │ │ │ ├── ast.xml │ │ │ ├── autoidx-kimber.xsl │ │ │ ├── autoidx-kosek.xsl │ │ │ ├── az.xml │ │ │ ├── bg.xml │ │ │ ├── bn.xml │ │ │ ├── bn_in.xml │ │ │ ├── bs.xml │ │ │ ├── ca.xml │ │ │ ├── charmap.xml │ │ │ ├── charmap.xsl │ │ │ ├── common.xml │ │ │ ├── common.xsl │ │ │ ├── cs.xml │ │ │ ├── cy.xml │ │ │ ├── da.xml │ │ │ ├── de.xml │ │ │ ├── el.xml │ │ │ ├── en.xml │ │ │ ├── entities.ent │ │ │ ├── eo.xml │ │ │ ├── es.xml │ │ │ ├── et.xml │ │ │ ├── eu.xml │ │ │ ├── fa.xml │ │ │ ├── fi.xml │ │ │ ├── fr.xml │ │ │ ├── ga.xml │ │ │ ├── gentext.xsl │ │ │ ├── gl.xml │ │ │ ├── gu.xml │ │ │ ├── he.xml │ │ │ ├── hi.xml │ │ │ ├── hr.xml │ │ │ ├── hu.xml │ │ │ ├── id.xml │ │ │ ├── insertfile.xsl │ │ │ ├── is.xml │ │ │ ├── it.xml │ │ │ ├── ja.xml │ │ │ ├── ka.xml │ │ │ ├── kn.xml │ │ │ ├── ko.xml │ │ │ ├── ky.xml │ │ │ ├── l10n.dtd │ │ │ ├── l10n.xml │ │ │ ├── l10n.xsl │ │ │ ├── la.xml │ │ │ ├── labels.xsl │ │ │ ├── lt.xml │ │ │ ├── lv.xml │ │ │ ├── ml.xml │ │ │ ├── mn.xml │ │ │ ├── mr.xml │ │ │ ├── nb.xml │ │ │ ├── nds.xml │ │ │ ├── nl.xml │ │ │ ├── nn.xml │ │ │ ├── olink.xsl │ │ │ ├── or.xml │ │ │ ├── pa.xml │ │ │ ├── pi.xml │ │ │ ├── pi.xsl │ │ │ ├── pl.xml │ │ │ ├── pt.xml │ │ │ ├── pt_br.xml │ │ │ ├── refentry.xml │ │ │ ├── refentry.xsl │ │ │ ├── ro.xml │ │ │ ├── ru.xml │ │ │ ├── sk.xml │ │ │ ├── sl.xml │ │ │ ├── sq.xml │ │ │ ├── sr.xml │ │ │ ├── sr_Latn.xml │ │ │ ├── stripns.xsl │ │ │ ├── subtitles.xsl │ │ │ ├── sv.xml │ │ │ ├── ta.xml │ │ │ ├── table.xsl │ │ │ ├── targetdatabase.dtd │ │ │ ├── targets.xsl │ │ │ ├── te.xml │ │ │ ├── th.xml │ │ │ ├── titles.xsl │ │ │ ├── tl.xml │ │ │ ├── tr.xml │ │ │ ├── uk.xml │ │ │ ├── utility.xml │ │ │ ├── utility.xsl │ │ │ ├── vi.xml │ │ │ ├── xh.xml │ │ │ ├── zh.xml │ │ │ ├── zh_cn.xml │ │ │ └── zh_tw.xml │ │ ├── docsrc │ │ │ ├── authors.xml │ │ │ ├── copyright.xml │ │ │ ├── license.xml │ │ │ ├── page.png │ │ │ ├── reference.css │ │ │ ├── reference.xml │ │ │ ├── reference.xml.included │ │ │ └── warranty.xml │ │ ├── eclipse │ │ │ ├── eclipse.xsl │ │ │ ├── eclipse3.xsl │ │ │ └── profile-eclipse.xsl │ │ ├── epub │ │ │ ├── README │ │ │ ├── bin │ │ │ │ ├── dbtoepub │ │ │ │ ├── lib │ │ │ │ │ └── docbook.rb │ │ │ │ └── xslt │ │ │ │ │ └── obfuscate.xsl │ │ │ └── docbook.xsl │ │ ├── epub3 │ │ │ ├── README │ │ │ ├── chunk.xsl │ │ │ ├── chunkfast.xsl │ │ │ ├── docbook-epub.css.xml │ │ │ ├── docbook.xsl │ │ │ ├── epub3-chunk-mods.xsl │ │ │ ├── epub3-element-mods.xsl │ │ │ ├── profile-chunk.xsl │ │ │ ├── profile-docbook.xsl │ │ │ ├── titlepage.templates.xml │ │ │ └── titlepage.templates.xsl │ │ ├── extensions │ │ │ ├── LICENSE.txt │ │ │ ├── NOTICE.txt │ │ │ ├── README.LIBXSLT │ │ │ ├── README.txt │ │ │ ├── docbook.py │ │ │ ├── lucene-analyzers-3.0.0.jar │ │ │ ├── lucene-core-3.0.0.jar │ │ │ ├── saxon65.jar │ │ │ ├── tagsoup-1.2.1.jar │ │ │ ├── webhelpindexer.jar │ │ │ ├── xalan27.jar │ │ │ └── xslt.py │ │ ├── fo │ │ │ ├── admon.xsl │ │ │ ├── annotations.xsl │ │ │ ├── autoidx-kimber.xsl │ │ │ ├── autoidx-kosek.xsl │ │ │ ├── autoidx-ng.xsl │ │ │ ├── autoidx.xsl │ │ │ ├── autotoc.xsl │ │ │ ├── axf.xsl │ │ │ ├── biblio-iso690.xsl │ │ │ ├── biblio.xsl │ │ │ ├── block.xsl │ │ │ ├── callout.xsl │ │ │ ├── component.xsl │ │ │ ├── division.xsl │ │ │ ├── docbook.xsl │ │ │ ├── ebnf.xsl │ │ │ ├── fo-rtf.xsl │ │ │ ├── fo.xsl │ │ │ ├── footnote.xsl │ │ │ ├── fop.xsl │ │ │ ├── fop1.xsl │ │ │ ├── formal.xsl │ │ │ ├── glossary.xsl │ │ │ ├── graphics.xsl │ │ │ ├── highlight.xsl │ │ │ ├── htmltbl.xsl │ │ │ ├── index.xsl │ │ │ ├── info.xsl │ │ │ ├── inline.xsl │ │ │ ├── keywords.xsl │ │ │ ├── lists.xsl │ │ │ ├── math.xsl │ │ │ ├── pagesetup.xsl │ │ │ ├── param.xml │ │ │ ├── param.xsl │ │ │ ├── passivetex.xsl │ │ │ ├── pdf2index │ │ │ ├── pi.xml │ │ │ ├── pi.xsl │ │ │ ├── profile-docbook.xsl │ │ │ ├── ptc.xsl │ │ │ ├── qandaset.xsl │ │ │ ├── refentry.xsl │ │ │ ├── sections.xsl │ │ │ ├── spaces.xsl │ │ │ ├── synop.xsl │ │ │ ├── table.xml │ │ │ ├── table.xsl │ │ │ ├── task.xsl │ │ │ ├── titlepage.templates.xml │ │ │ ├── titlepage.templates.xsl │ │ │ ├── titlepage.xsl │ │ │ ├── toc.xsl │ │ │ ├── verbatim.xsl │ │ │ ├── xep.xsl │ │ │ └── xref.xsl │ │ ├── highlighting │ │ │ ├── README │ │ │ ├── bourne-hl.xml │ │ │ ├── c-hl.xml │ │ │ ├── cmake-hl.xml │ │ │ ├── common.xsl │ │ │ ├── cpp-hl.xml │ │ │ ├── csharp-hl.xml │ │ │ ├── css21-hl.xml │ │ │ ├── delphi-hl.xml │ │ │ ├── ini-hl.xml │ │ │ ├── java-hl.xml │ │ │ ├── javascript-hl.xml │ │ │ ├── lua-hl.xml │ │ │ ├── m2-hl.xml │ │ │ ├── myxml-hl.xml │ │ │ ├── perl-hl.xml │ │ │ ├── php-hl.xml │ │ │ ├── python-hl.xml │ │ │ ├── ruby-hl.xml │ │ │ ├── sql1999-hl.xml │ │ │ ├── sql2003-hl.xml │ │ │ ├── sql92-hl.xml │ │ │ ├── tcl-hl.xml │ │ │ ├── upc-hl.xml │ │ │ └── xslthl-config.xml │ │ ├── html │ │ │ ├── admon.xsl │ │ │ ├── annotations.xsl │ │ │ ├── autoidx-kimber.xsl │ │ │ ├── autoidx-kosek.xsl │ │ │ ├── autoidx-ng.xsl │ │ │ ├── autoidx.xsl │ │ │ ├── autotoc.xsl │ │ │ ├── biblio-iso690.xsl │ │ │ ├── biblio.xsl │ │ │ ├── block.xsl │ │ │ ├── callout.xsl │ │ │ ├── changebars.xsl │ │ │ ├── chunk-changebars.xsl │ │ │ ├── chunk-code.xsl │ │ │ ├── chunk-common.xsl │ │ │ ├── chunk.xsl │ │ │ ├── chunker.xsl │ │ │ ├── chunkfast.xsl │ │ │ ├── chunktoc.xsl │ │ │ ├── component.xsl │ │ │ ├── division.xsl │ │ │ ├── docbook.css.xml │ │ │ ├── docbook.xsl │ │ │ ├── ebnf.xsl │ │ │ ├── footnote.xsl │ │ │ ├── formal.xsl │ │ │ ├── glossary.xsl │ │ │ ├── graphics.xsl │ │ │ ├── highlight.xsl │ │ │ ├── html-rtf.xsl │ │ │ ├── html.xsl │ │ │ ├── htmltbl.xsl │ │ │ ├── index.xsl │ │ │ ├── info.xsl │ │ │ ├── inline.xsl │ │ │ ├── keywords.xsl │ │ │ ├── lists.xsl │ │ │ ├── maketoc.xsl │ │ │ ├── manifest.xsl │ │ │ ├── math.xsl │ │ │ ├── oldchunker.xsl │ │ │ ├── onechunk.xsl │ │ │ ├── param.xml │ │ │ ├── param.xsl │ │ │ ├── pi.xml │ │ │ ├── pi.xsl │ │ │ ├── profile-chunk-code.xsl │ │ │ ├── profile-chunk.xsl │ │ │ ├── profile-docbook.xsl │ │ │ ├── profile-onechunk.xsl │ │ │ ├── qandaset.xsl │ │ │ ├── refentry.xsl │ │ │ ├── sections.xsl │ │ │ ├── synop.xsl │ │ │ ├── table.xsl │ │ │ ├── task.xsl │ │ │ ├── titlepage.templates.xml │ │ │ ├── titlepage.templates.xsl │ │ │ ├── titlepage.xsl │ │ │ ├── toc.xsl │ │ │ ├── verbatim.xsl │ │ │ └── xref.xsl │ │ ├── htmlhelp │ │ │ ├── htmlhelp-common.xsl │ │ │ ├── htmlhelp.xsl │ │ │ ├── profile-htmlhelp-common.xsl │ │ │ └── profile-htmlhelp.xsl │ │ ├── images │ │ │ ├── annot-close.png │ │ │ ├── annot-open.png │ │ │ ├── blank.png │ │ │ ├── callouts │ │ │ │ ├── 1.gif │ │ │ │ ├── 1.png │ │ │ │ ├── 1.svg │ │ │ │ ├── 10.gif │ │ │ │ ├── 10.png │ │ │ │ ├── 10.svg │ │ │ │ ├── 11.gif │ │ │ │ ├── 11.png │ │ │ │ ├── 11.svg │ │ │ │ ├── 12.gif │ │ │ │ ├── 12.png │ │ │ │ ├── 12.svg │ │ │ │ ├── 13.gif │ │ │ │ ├── 13.png │ │ │ │ ├── 13.svg │ │ │ │ ├── 14.gif │ │ │ │ ├── 14.png │ │ │ │ ├── 14.svg │ │ │ │ ├── 15.gif │ │ │ │ ├── 15.png │ │ │ │ ├── 15.svg │ │ │ │ ├── 16.svg │ │ │ │ ├── 17.svg │ │ │ │ ├── 18.svg │ │ │ │ ├── 19.svg │ │ │ │ ├── 2.gif │ │ │ │ ├── 2.png │ │ │ │ ├── 2.svg │ │ │ │ ├── 20.svg │ │ │ │ ├── 21.svg │ │ │ │ ├── 22.svg │ │ │ │ ├── 23.svg │ │ │ │ ├── 24.svg │ │ │ │ ├── 25.svg │ │ │ │ ├── 26.svg │ │ │ │ ├── 27.svg │ │ │ │ ├── 28.svg │ │ │ │ ├── 29.svg │ │ │ │ ├── 3.gif │ │ │ │ ├── 3.png │ │ │ │ ├── 3.svg │ │ │ │ ├── 30.svg │ │ │ │ ├── 4.gif │ │ │ │ ├── 4.png │ │ │ │ ├── 4.svg │ │ │ │ ├── 5.gif │ │ │ │ ├── 5.png │ │ │ │ ├── 5.svg │ │ │ │ ├── 6.gif │ │ │ │ ├── 6.png │ │ │ │ ├── 6.svg │ │ │ │ ├── 7.gif │ │ │ │ ├── 7.png │ │ │ │ ├── 7.svg │ │ │ │ ├── 8.gif │ │ │ │ ├── 8.png │ │ │ │ ├── 8.svg │ │ │ │ ├── 9.gif │ │ │ │ ├── 9.png │ │ │ │ └── 9.svg │ │ │ ├── caution.gif │ │ │ ├── caution.png │ │ │ ├── caution.svg │ │ │ ├── caution.tif │ │ │ ├── colorsvg │ │ │ │ ├── caution.svg │ │ │ │ ├── home.svg │ │ │ │ ├── important.svg │ │ │ │ ├── next.svg │ │ │ │ ├── note.svg │ │ │ │ ├── prev.svg │ │ │ │ ├── tip.svg │ │ │ │ ├── up.svg │ │ │ │ └── warning.svg │ │ │ ├── draft.png │ │ │ ├── draft.svg │ │ │ ├── home.gif │ │ │ ├── home.png │ │ │ ├── home.svg │ │ │ ├── important.gif │ │ │ ├── important.png │ │ │ ├── important.svg │ │ │ ├── important.tif │ │ │ ├── next.gif │ │ │ ├── next.png │ │ │ ├── next.svg │ │ │ ├── note.gif │ │ │ ├── note.png │ │ │ ├── note.svg │ │ │ ├── note.tif │ │ │ ├── prev.gif │ │ │ ├── prev.png │ │ │ ├── prev.svg │ │ │ ├── tip.gif │ │ │ ├── tip.png │ │ │ ├── tip.svg │ │ │ ├── tip.tif │ │ │ ├── toc-blank.png │ │ │ ├── toc-minus.png │ │ │ ├── toc-plus.png │ │ │ ├── up.gif │ │ │ ├── up.png │ │ │ ├── up.svg │ │ │ ├── warning.gif │ │ │ ├── warning.png │ │ │ ├── warning.svg │ │ │ └── warning.tif │ │ ├── install.sh │ │ ├── javahelp │ │ │ ├── javahelp.xsl │ │ │ └── profile-javahelp.xsl │ │ ├── lib │ │ │ └── lib.xsl │ │ ├── log │ │ ├── manpages │ │ │ ├── ChangeLog.20020917 │ │ │ ├── block.xsl │ │ │ ├── charmap.groff.xsl │ │ │ ├── docbook.xsl │ │ │ ├── endnotes.xsl │ │ │ ├── html-synop.xsl │ │ │ ├── info.xsl │ │ │ ├── inline.xsl │ │ │ ├── lists.xsl │ │ │ ├── other.xsl │ │ │ ├── param.xml │ │ │ ├── param.xsl │ │ │ ├── pi.xml │ │ │ ├── pi.xsl │ │ │ ├── profile-docbook.xsl │ │ │ ├── refentry.xsl │ │ │ ├── synop.xsl │ │ │ ├── table.xsl │ │ │ └── utility.xsl │ │ ├── params │ │ │ ├── abstract.notitle.enabled.xml │ │ │ ├── abstract.properties.xml │ │ │ ├── abstract.title.properties.xml │ │ │ ├── activate.external.olinks.xml │ │ │ ├── active.toc.xml │ │ │ ├── ade.extensions.xml │ │ │ ├── admon.graphics.extension.xml │ │ │ ├── admon.graphics.path.xml │ │ │ ├── admon.graphics.xml │ │ │ ├── admon.style.xml │ │ │ ├── admon.textlabel.xml │ │ │ ├── admonition.properties.xml │ │ │ ├── admonition.title.properties.xml │ │ │ ├── alignment.xml │ │ │ ├── annotate.toc.xml │ │ │ ├── annotation.css.xml │ │ │ ├── annotation.graphic.close.xml │ │ │ ├── annotation.graphic.open.xml │ │ │ ├── annotation.js.xml │ │ │ ├── annotation.support.xml │ │ │ ├── appendix.autolabel.xml │ │ │ ├── arbortext.extensions.xml │ │ │ ├── article.appendix.title.properties.xml │ │ │ ├── author.othername.in.middle.xml │ │ │ ├── autolayout-file.xml │ │ │ ├── autotoc.label.in.hyperlink.xml │ │ │ ├── autotoc.label.separator.xml │ │ │ ├── axf.extensions.xml │ │ │ ├── banner.before.navigation.xml │ │ │ ├── base.dir.xml │ │ │ ├── biblioentry.item.separator.xml │ │ │ ├── biblioentry.properties.xml │ │ │ ├── bibliography.collection.xml │ │ │ ├── bibliography.numbered.xml │ │ │ ├── bibliography.style.xml │ │ │ ├── blockquote.properties.xml │ │ │ ├── blurb.on.titlepage.enabled.xml │ │ │ ├── body.attributes.xml │ │ │ ├── body.bg.color.xml │ │ │ ├── body.end.indent.xml │ │ │ ├── body.font.family.xml │ │ │ ├── body.font.master.xml │ │ │ ├── body.font.size.xml │ │ │ ├── body.margin.bottom.xml │ │ │ ├── body.margin.inner.xml │ │ │ ├── body.margin.outer.xml │ │ │ ├── body.margin.top.xml │ │ │ ├── body.start.indent.xml │ │ │ ├── bookmarks.collapse.xml │ │ │ ├── bridgehead.in.toc.xml │ │ │ ├── bullet.image.xml │ │ │ ├── callout.defaultcolumn.xml │ │ │ ├── callout.graphics.extension.xml │ │ │ ├── callout.graphics.number.limit.xml │ │ │ ├── callout.graphics.path.xml │ │ │ ├── callout.graphics.xml │ │ │ ├── callout.icon.size.xml │ │ │ ├── callout.list.table.xml │ │ │ ├── callout.properties.xml │ │ │ ├── callout.unicode.font.xml │ │ │ ├── callout.unicode.number.limit.xml │ │ │ ├── callout.unicode.start.character.xml │ │ │ ├── callout.unicode.xml │ │ │ ├── calloutlist.properties.xml │ │ │ ├── callouts.extension.xml │ │ │ ├── chapter.autolabel.xml │ │ │ ├── chunk.append.xml │ │ │ ├── chunk.first.sections.xml │ │ │ ├── chunk.quietly.xml │ │ │ ├── chunk.section.depth.xml │ │ │ ├── chunk.sections.xml │ │ │ ├── chunk.separate.lots.xml │ │ │ ├── chunk.toc.xml │ │ │ ├── chunk.tocs.and.lots.has.title.xml │ │ │ ├── chunk.tocs.and.lots.xml │ │ │ ├── chunked.filename.prefix.xml │ │ │ ├── chunker.output.cdata-section-elements.xml │ │ │ ├── chunker.output.doctype-public.xml │ │ │ ├── chunker.output.doctype-system.xml │ │ │ ├── chunker.output.encoding.xml │ │ │ ├── chunker.output.indent.xml │ │ │ ├── chunker.output.media-type.xml │ │ │ ├── chunker.output.method.xml │ │ │ ├── chunker.output.omit-xml-declaration.xml │ │ │ ├── chunker.output.standalone.xml │ │ │ ├── citerefentry.link.xml │ │ │ ├── collect.xref.targets.xml │ │ │ ├── column.count.back.xml │ │ │ ├── column.count.body.xml │ │ │ ├── column.count.front.xml │ │ │ ├── column.count.index.xml │ │ │ ├── column.count.lot.xml │ │ │ ├── column.count.titlepage.xml │ │ │ ├── column.gap.back.xml │ │ │ ├── column.gap.body.xml │ │ │ ├── column.gap.front.xml │ │ │ ├── column.gap.index.xml │ │ │ ├── column.gap.lot.xml │ │ │ ├── column.gap.titlepage.xml │ │ │ ├── compact.list.item.spacing.xml │ │ │ ├── component.label.includes.part.label.xml │ │ │ ├── component.title.properties.xml │ │ │ ├── component.titlepage.properties.xml │ │ │ ├── contrib.inline.enabled.xml │ │ │ ├── crop.mark.bleed.xml │ │ │ ├── crop.mark.offset.xml │ │ │ ├── crop.mark.width.xml │ │ │ ├── crop.marks.xml │ │ │ ├── css.decoration.xml │ │ │ ├── css.stylesheet.dir.xml │ │ │ ├── css.stylesheet.xml │ │ │ ├── current.docid.xml │ │ │ ├── currentpage.marker.xml │ │ │ ├── custom.css.source.xml │ │ │ ├── default.float.class.xml │ │ │ ├── default.image.width.xml │ │ │ ├── default.table.frame.xml │ │ │ ├── default.table.rules.xml │ │ │ ├── default.table.width.xml │ │ │ ├── default.units.xml │ │ │ ├── dingbat.font.family.xml │ │ │ ├── disable.collapsible.xml │ │ │ ├── disable.incremental.xml │ │ │ ├── docbook.css.link.xml │ │ │ ├── docbook.css.source.xml │ │ │ ├── double.sided.xml │ │ │ ├── draft.mode.xml │ │ │ ├── draft.watermark.image.xml │ │ │ ├── dry-run.xml │ │ │ ├── dynamic.toc.xml │ │ │ ├── ebnf.assignment.xml │ │ │ ├── ebnf.statement.terminator.xml │ │ │ ├── ebnf.table.bgcolor.xml │ │ │ ├── ebnf.table.border.xml │ │ │ ├── eclipse.autolabel.xml │ │ │ ├── eclipse.plugin.id.xml │ │ │ ├── eclipse.plugin.name.xml │ │ │ ├── eclipse.plugin.provider.xml │ │ │ ├── editedby.enabled.xml │ │ │ ├── email.delimiters.enabled.xml │ │ │ ├── email.mailto.enabled.xml │ │ │ ├── emphasis.propagates.style.xml │ │ │ ├── entry.propagates.style.xml │ │ │ ├── epub.autolabel.xml │ │ │ ├── equation.number.properties.xml │ │ │ ├── equation.properties.xml │ │ │ ├── example.properties.xml │ │ │ ├── exsl.node.set.available.xml │ │ │ ├── feedback.href.xml │ │ │ ├── feedback.link.text.xml │ │ │ ├── feedback.with.ids.xml │ │ │ ├── figure.properties.xml │ │ │ ├── filename-prefix.xml │ │ │ ├── firstterm.only.link.xml │ │ │ ├── foil.footer.properties.xml │ │ │ ├── foil.header.properties.xml │ │ │ ├── foil.master.properties.xml │ │ │ ├── foil.page-sequence.properties.xml │ │ │ ├── foil.properties.xml │ │ │ ├── foil.region-after.properties.xml │ │ │ ├── foil.region-before.properties.xml │ │ │ ├── foil.region-body.properties.xml │ │ │ ├── foil.subtitle.properties.xml │ │ │ ├── foil.title.master.xml │ │ │ ├── foil.title.properties.xml │ │ │ ├── foil.title.size.xml │ │ │ ├── foilgroup.properties.xml │ │ │ ├── foilgroup.toc.xml │ │ │ ├── footer.column.widths.xml │ │ │ ├── footer.content.properties.xml │ │ │ ├── footer.hr.xml │ │ │ ├── footer.rule.xml │ │ │ ├── footer.table.height.xml │ │ │ ├── footer.table.properties.xml │ │ │ ├── footers.on.blank.pages.xml │ │ │ ├── footnote.font.size.xml │ │ │ ├── footnote.mark.properties.xml │ │ │ ├── footnote.number.format.xml │ │ │ ├── footnote.number.symbols.xml │ │ │ ├── footnote.properties.xml │ │ │ ├── footnote.sep.leader.properties.xml │ │ │ ├── fop.extensions.xml │ │ │ ├── fop1.extensions.xml │ │ │ ├── force.blank.pages.xml │ │ │ ├── formal.object.properties.xml │ │ │ ├── formal.procedures.xml │ │ │ ├── formal.title.placement.xml │ │ │ ├── formal.title.properties.xml │ │ │ ├── funcsynopsis.decoration.xml │ │ │ ├── funcsynopsis.style.xml │ │ │ ├── function.parens.xml │ │ │ ├── generate.consistent.ids.xml │ │ │ ├── generate.copyright.xml │ │ │ ├── generate.css.header.xml │ │ │ ├── generate.foilgroup.numbered.toc.xml │ │ │ ├── generate.foilgroup.toc.xml │ │ │ ├── generate.handoutnotes.xml │ │ │ ├── generate.id.attributes.xml │ │ │ ├── generate.index.xml │ │ │ ├── generate.legalnotice.link.xml │ │ │ ├── generate.manifest.xml │ │ │ ├── generate.meta.abstract.xml │ │ │ ├── generate.page.number.xml │ │ │ ├── generate.pubdate.xml │ │ │ ├── generate.revhistory.link.xml │ │ │ ├── generate.section.toc.level.xml │ │ │ ├── generate.speakernotes.xml │ │ │ ├── generate.titlepage.xml │ │ │ ├── generate.toc.xml │ │ │ ├── glossary.as.blocks.xml │ │ │ ├── glossary.collection.xml │ │ │ ├── glossary.sort.xml │ │ │ ├── glossdef.block.properties.xml │ │ │ ├── glossdef.list.properties.xml │ │ │ ├── glossentry.list.item.properties.xml │ │ │ ├── glossentry.show.acronym.xml │ │ │ ├── glosslist.as.blocks.xml │ │ │ ├── glossterm.auto.link.xml │ │ │ ├── glossterm.block.properties.xml │ │ │ ├── glossterm.list.properties.xml │ │ │ ├── glossterm.separation.xml │ │ │ ├── glossterm.width.xml │ │ │ ├── graphic.default.extension.xml │ │ │ ├── graphical.admonition.properties.xml │ │ │ ├── graphics.dir.xml │ │ │ ├── graphicsize.extension.xml │ │ │ ├── graphicsize.use.img.src.path.xml │ │ │ ├── handoutnotes.properties.xml │ │ │ ├── header.column.widths.xml │ │ │ ├── header.content.properties.xml │ │ │ ├── header.hr.xml │ │ │ ├── header.rule.xml │ │ │ ├── header.table.height.xml │ │ │ ├── header.table.properties.xml │ │ │ ├── headers.on.blank.pages.xml │ │ │ ├── hidetoc.image.xml │ │ │ ├── highlight.default.language.xml │ │ │ ├── highlight.source.xml │ │ │ ├── highlight.xslthl.config.xml │ │ │ ├── home.image.xml │ │ │ ├── html.append.xml │ │ │ ├── html.base.xml │ │ │ ├── html.cellpadding.xml │ │ │ ├── html.cellspacing.xml │ │ │ ├── html.cleanup.xml │ │ │ ├── html.ext.xml │ │ │ ├── html.extra.head.links.xml │ │ │ ├── html.head.legalnotice.link.multiple.xml │ │ │ ├── html.head.legalnotice.link.types.xml │ │ │ ├── html.longdesc.link.xml │ │ │ ├── html.longdesc.xml │ │ │ ├── html.script.type.xml │ │ │ ├── html.script.xml │ │ │ ├── html.stylesheet.type.xml │ │ │ ├── html.stylesheet.xml │ │ │ ├── htmlhelp.alias.file.xml │ │ │ ├── htmlhelp.autolabel.xml │ │ │ ├── htmlhelp.button.back.xml │ │ │ ├── htmlhelp.button.forward.xml │ │ │ ├── htmlhelp.button.hideshow.xml │ │ │ ├── htmlhelp.button.home.url.xml │ │ │ ├── htmlhelp.button.home.xml │ │ │ ├── htmlhelp.button.jump1.title.xml │ │ │ ├── htmlhelp.button.jump1.url.xml │ │ │ ├── htmlhelp.button.jump1.xml │ │ │ ├── htmlhelp.button.jump2.title.xml │ │ │ ├── htmlhelp.button.jump2.url.xml │ │ │ ├── htmlhelp.button.jump2.xml │ │ │ ├── htmlhelp.button.locate.xml │ │ │ ├── htmlhelp.button.next.xml │ │ │ ├── htmlhelp.button.options.xml │ │ │ ├── htmlhelp.button.prev.xml │ │ │ ├── htmlhelp.button.print.xml │ │ │ ├── htmlhelp.button.refresh.xml │ │ │ ├── htmlhelp.button.stop.xml │ │ │ ├── htmlhelp.button.zoom.xml │ │ │ ├── htmlhelp.chm.xml │ │ │ ├── htmlhelp.default.topic.xml │ │ │ ├── htmlhelp.display.progress.xml │ │ │ ├── htmlhelp.encoding.xml │ │ │ ├── htmlhelp.enhanced.decompilation.xml │ │ │ ├── htmlhelp.enumerate.images.xml │ │ │ ├── htmlhelp.force.map.and.alias.xml │ │ │ ├── htmlhelp.hhc.binary.xml │ │ │ ├── htmlhelp.hhc.folders.instead.books.xml │ │ │ ├── htmlhelp.hhc.section.depth.xml │ │ │ ├── htmlhelp.hhc.show.root.xml │ │ │ ├── htmlhelp.hhc.width.xml │ │ │ ├── htmlhelp.hhc.xml │ │ │ ├── htmlhelp.hhk.xml │ │ │ ├── htmlhelp.hhp.tail.xml │ │ │ ├── htmlhelp.hhp.window.xml │ │ │ ├── htmlhelp.hhp.windows.xml │ │ │ ├── htmlhelp.hhp.xml │ │ │ ├── htmlhelp.map.file.xml │ │ │ ├── htmlhelp.only.xml │ │ │ ├── htmlhelp.remember.window.position.xml │ │ │ ├── htmlhelp.show.advanced.search.xml │ │ │ ├── htmlhelp.show.favorities.xml │ │ │ ├── htmlhelp.show.menu.xml │ │ │ ├── htmlhelp.show.toolbar.text.xml │ │ │ ├── htmlhelp.title.xml │ │ │ ├── htmlhelp.use.hhk.xml │ │ │ ├── htmlhelp.window.geometry.xml │ │ │ ├── hyphenate.verbatim.characters.xml │ │ │ ├── hyphenate.verbatim.xml │ │ │ ├── hyphenate.xml │ │ │ ├── id.warnings.xml │ │ │ ├── ignore.image.scaling.xml │ │ │ ├── img.src.path.xml │ │ │ ├── index.div.title.properties.xml │ │ │ ├── index.entry.properties.xml │ │ │ ├── index.links.to.section.xml │ │ │ ├── index.method.xml │ │ │ ├── index.number.separator.xml │ │ │ ├── index.on.role.xml │ │ │ ├── index.on.type.xml │ │ │ ├── index.page.number.properties.xml │ │ │ ├── index.prefer.titleabbrev.xml │ │ │ ├── index.preferred.page.properties.xml │ │ │ ├── index.range.separator.xml │ │ │ ├── index.term.separator.xml │ │ │ ├── informal.object.properties.xml │ │ │ ├── informalequation.properties.xml │ │ │ ├── informalexample.properties.xml │ │ │ ├── informalfigure.properties.xml │ │ │ ├── informaltable.properties.xml │ │ │ ├── inherit.keywords.xml │ │ │ ├── inner.region.content.properties.xml │ │ │ ├── insert.link.page.number.xml │ │ │ ├── insert.olink.page.number.xml │ │ │ ├── insert.olink.pdf.frag.xml │ │ │ ├── insert.xref.page.number.xml │ │ │ ├── itemizedlist.label.properties.xml │ │ │ ├── itemizedlist.label.width.xml │ │ │ ├── itemizedlist.properties.xml │ │ │ ├── javahelp.encoding.xml │ │ │ ├── keep.relative.image.uris.xml │ │ │ ├── keyboard.nav.xml │ │ │ ├── l10n.gentext.default.language.xml │ │ │ ├── l10n.gentext.language.xml │ │ │ ├── l10n.gentext.use.xref.language.xml │ │ │ ├── l10n.lang.value.rfc.compliant.xml │ │ │ ├── label.from.part.xml │ │ │ ├── line-height.xml │ │ │ ├── linenumbering.everyNth.xml │ │ │ ├── linenumbering.extension.xml │ │ │ ├── linenumbering.separator.xml │ │ │ ├── linenumbering.width.xml │ │ │ ├── link.mailto.url.xml │ │ │ ├── list.block.properties.xml │ │ │ ├── list.block.spacing.xml │ │ │ ├── list.item.spacing.xml │ │ │ ├── make.clean.html.xml │ │ │ ├── make.graphic.viewport.xml │ │ │ ├── make.index.markup.xml │ │ │ ├── make.single.year.ranges.xml │ │ │ ├── make.valid.html.xml │ │ │ ├── make.year.ranges.xml │ │ │ ├── man.authors.section.enabled.xml │ │ │ ├── man.base.url.for.relative.links.xml │ │ │ ├── man.break.after.slash.xml │ │ │ ├── man.charmap.enabled.xml │ │ │ ├── man.charmap.subset.profile.english.xml │ │ │ ├── man.charmap.subset.profile.xml │ │ │ ├── man.charmap.uri.xml │ │ │ ├── man.charmap.use.subset.xml │ │ │ ├── man.copyright.section.enabled.xml │ │ │ ├── man.endnotes.are.numbered.xml │ │ │ ├── man.endnotes.list.enabled.xml │ │ │ ├── man.endnotes.list.heading.xml │ │ │ ├── man.font.funcprototype.xml │ │ │ ├── man.font.funcsynopsisinfo.xml │ │ │ ├── man.font.links.xml │ │ │ ├── man.font.table.headings.xml │ │ │ ├── man.font.table.title.xml │ │ │ ├── man.funcsynopsis.style.xml │ │ │ ├── man.hyphenate.computer.inlines.xml │ │ │ ├── man.hyphenate.filenames.xml │ │ │ ├── man.hyphenate.urls.xml │ │ │ ├── man.hyphenate.xml │ │ │ ├── man.indent.blurbs.xml │ │ │ ├── man.indent.lists.xml │ │ │ ├── man.indent.refsect.xml │ │ │ ├── man.indent.verbatims.xml │ │ │ ├── man.indent.width.xml │ │ │ ├── man.justify.xml │ │ │ ├── man.output.base.dir.xml │ │ │ ├── man.output.better.ps.enabled.xml │ │ │ ├── man.output.encoding.xml │ │ │ ├── man.output.in.separate.dir.xml │ │ │ ├── man.output.lang.in.name.enabled.xml │ │ │ ├── man.output.manifest.enabled.xml │ │ │ ├── man.output.manifest.filename.xml │ │ │ ├── man.output.quietly.xml │ │ │ ├── man.output.subdirs.enabled.xml │ │ │ ├── man.segtitle.suppress.xml │ │ │ ├── man.string.subst.map.local.post.xml │ │ │ ├── man.string.subst.map.local.pre.xml │ │ │ ├── man.string.subst.map.xml │ │ │ ├── man.subheading.divider.enabled.xml │ │ │ ├── man.subheading.divider.xml │ │ │ ├── man.table.footnotes.divider.xml │ │ │ ├── man.th.extra1.suppress.xml │ │ │ ├── man.th.extra2.max.length.xml │ │ │ ├── man.th.extra2.suppress.xml │ │ │ ├── man.th.extra3.max.length.xml │ │ │ ├── man.th.extra3.suppress.xml │ │ │ ├── man.th.title.max.length.xml │ │ │ ├── manifest.in.base.dir.xml │ │ │ ├── manifest.xml │ │ │ ├── manual.toc.xml │ │ │ ├── margin.note.float.type.xml │ │ │ ├── margin.note.properties.xml │ │ │ ├── margin.note.title.properties.xml │ │ │ ├── margin.note.width.xml │ │ │ ├── marker.section.level.xml │ │ │ ├── menuchoice.menu.separator.xml │ │ │ ├── menuchoice.separator.xml │ │ │ ├── minus.image.xml │ │ │ ├── mml.embedding.mode.fo.xml │ │ │ ├── mml.embedding.mode.xml │ │ │ ├── monospace.font.family.xml │ │ │ ├── monospace.properties.xml │ │ │ ├── monospace.verbatim.font.width.xml │ │ │ ├── monospace.verbatim.properties.xml │ │ │ ├── multiframe.bottom.bgcolor.xml │ │ │ ├── multiframe.navigation.height.xml │ │ │ ├── multiframe.top.bgcolor.xml │ │ │ ├── multiframe.xml │ │ │ ├── nav.separator.xml │ │ │ ├── nav.table.summary.xml │ │ │ ├── navbgcolor.xml │ │ │ ├── navbodywidth.xml │ │ │ ├── navig.graphics.extension.xml │ │ │ ├── navig.graphics.path.xml │ │ │ ├── navig.graphics.xml │ │ │ ├── navig.showtitles.xml │ │ │ ├── navtocwidth.xml │ │ │ ├── next.image.xml │ │ │ ├── no.home.image.xml │ │ │ ├── no.next.image.xml │ │ │ ├── no.prev.image.xml │ │ │ ├── no.toc.image.xml │ │ │ ├── no.up.image.xml │ │ │ ├── nominal.image.depth.xml │ │ │ ├── nominal.image.width.xml │ │ │ ├── nominal.table.width.xml │ │ │ ├── nongraphical.admonition.properties.xml │ │ │ ├── normal.para.spacing.xml │ │ │ ├── olink.base.uri.xml │ │ │ ├── olink.debug.xml │ │ │ ├── olink.doctitle.xml │ │ │ ├── olink.fragid.xml │ │ │ ├── olink.lang.fallback.sequence.xml │ │ │ ├── olink.outline.ext.xml │ │ │ ├── olink.properties.xml │ │ │ ├── olink.pubid.xml │ │ │ ├── olink.resolver.xml │ │ │ ├── olink.sysid.xml │ │ │ ├── orderedlist.label.properties.xml │ │ │ ├── orderedlist.label.width.xml │ │ │ ├── orderedlist.properties.xml │ │ │ ├── othercredit.like.author.enabled.xml │ │ │ ├── outer.region.content.properties.xml │ │ │ ├── output-root.xml │ │ │ ├── output.indent.xml │ │ │ ├── overlay.js.xml │ │ │ ├── overlay.logo.xml │ │ │ ├── overlay.xml │ │ │ ├── page.height.portrait.xml │ │ │ ├── page.height.xml │ │ │ ├── page.margin.bottom.xml │ │ │ ├── page.margin.inner.xml │ │ │ ├── page.margin.outer.xml │ │ │ ├── page.margin.top.xml │ │ │ ├── page.orientation.xml │ │ │ ├── page.width.portrait.xml │ │ │ ├── page.width.xml │ │ │ ├── pages.template.xml │ │ │ ├── paper.type.xml │ │ │ ├── para.propagates.style.xml │ │ │ ├── para.properties.xml │ │ │ ├── part.autolabel.xml │ │ │ ├── passivetex.extensions.xml │ │ │ ├── pgwide.properties.xml │ │ │ ├── phrase.propagates.style.xml │ │ │ ├── pixels.per.inch.xml │ │ │ ├── plus.image.xml │ │ │ ├── points.per.em.xml │ │ │ ├── preface.autolabel.xml │ │ │ ├── prefer.internal.olink.xml │ │ │ ├── preferred.mediaobject.role.xml │ │ │ ├── prev.image.xml │ │ │ ├── procedure.properties.xml │ │ │ ├── process.empty.source.toc.xml │ │ │ ├── process.source.toc.xml │ │ │ ├── profile.arch.xml │ │ │ ├── profile.attribute.xml │ │ │ ├── profile.audience.xml │ │ │ ├── profile.condition.xml │ │ │ ├── profile.conformance.xml │ │ │ ├── profile.lang.xml │ │ │ ├── profile.os.xml │ │ │ ├── profile.revision.xml │ │ │ ├── profile.revisionflag.xml │ │ │ ├── profile.role.xml │ │ │ ├── profile.security.xml │ │ │ ├── profile.separator.xml │ │ │ ├── profile.status.xml │ │ │ ├── profile.userlevel.xml │ │ │ ├── profile.value.xml │ │ │ ├── profile.vendor.xml │ │ │ ├── profile.wordsize.xml │ │ │ ├── punct.honorific.xml │ │ │ ├── qanda.defaultlabel.xml │ │ │ ├── qanda.in.toc.xml │ │ │ ├── qanda.inherit.numeration.xml │ │ │ ├── qanda.nested.in.toc.xml │ │ │ ├── qanda.title.level1.properties.xml │ │ │ ├── qanda.title.level2.properties.xml │ │ │ ├── qanda.title.level3.properties.xml │ │ │ ├── qanda.title.level4.properties.xml │ │ │ ├── qanda.title.level5.properties.xml │ │ │ ├── qanda.title.level6.properties.xml │ │ │ ├── qanda.title.properties.xml │ │ │ ├── qandadiv.autolabel.xml │ │ │ ├── rebuild-all.xml │ │ │ ├── refclass.suppress.xml │ │ │ ├── refentry.date.profile.enabled.xml │ │ │ ├── refentry.date.profile.xml │ │ │ ├── refentry.generate.name.xml │ │ │ ├── refentry.generate.title.xml │ │ │ ├── refentry.manual.fallback.profile.xml │ │ │ ├── refentry.manual.profile.enabled.xml │ │ │ ├── refentry.manual.profile.xml │ │ │ ├── refentry.meta.get.quietly.xml │ │ │ ├── refentry.pagebreak.xml │ │ │ ├── refentry.separator.xml │ │ │ ├── refentry.source.fallback.profile.xml │ │ │ ├── refentry.source.name.profile.enabled.xml │ │ │ ├── refentry.source.name.profile.xml │ │ │ ├── refentry.source.name.suppress.xml │ │ │ ├── refentry.title.properties.xml │ │ │ ├── refentry.version.profile.enabled.xml │ │ │ ├── refentry.version.profile.xml │ │ │ ├── refentry.version.suppress.xml │ │ │ ├── refentry.xref.manvolnum.xml │ │ │ ├── reference.autolabel.xml │ │ │ ├── region.after.extent.xml │ │ │ ├── region.before.extent.xml │ │ │ ├── region.inner.extent.xml │ │ │ ├── region.inner.properties.xml │ │ │ ├── region.outer.extent.xml │ │ │ ├── region.outer.properties.xml │ │ │ ├── revhistory.table.cell.properties.xml │ │ │ ├── revhistory.table.properties.xml │ │ │ ├── revhistory.title.properties.xml │ │ │ ├── root.filename.xml │ │ │ ├── root.properties.xml │ │ │ ├── rootid.xml │ │ │ ├── runinhead.default.title.end.punct.xml │ │ │ ├── runinhead.title.end.punct.xml │ │ │ ├── running.foot.properties.xml │ │ │ ├── s5.controls.xml │ │ │ ├── s5.defaultview.xml │ │ │ ├── s5.opera.css.xml │ │ │ ├── s5.outline.css.xml │ │ │ ├── s5.path.prefix.xml │ │ │ ├── s5.print.css.xml │ │ │ ├── s5.slides.css.xml │ │ │ ├── s5.slides.js.xml │ │ │ ├── sans.font.family.xml │ │ │ ├── saxon.callouts.xml │ │ │ ├── saxon.character.representation.xml │ │ │ ├── saxon.linenumbering.xml │ │ │ ├── saxon.tablecolumns.xml │ │ │ ├── script.dir.xml │ │ │ ├── section.autolabel.max.depth.xml │ │ │ ├── section.autolabel.xml │ │ │ ├── section.container.element.xml │ │ │ ├── section.label.includes.component.label.xml │ │ │ ├── section.level1.properties.xml │ │ │ ├── section.level2.properties.xml │ │ │ ├── section.level3.properties.xml │ │ │ ├── section.level4.properties.xml │ │ │ ├── section.level5.properties.xml │ │ │ ├── section.level6.properties.xml │ │ │ ├── section.properties.xml │ │ │ ├── section.title.level1.properties.xml │ │ │ ├── section.title.level2.properties.xml │ │ │ ├── section.title.level3.properties.xml │ │ │ ├── section.title.level4.properties.xml │ │ │ ├── section.title.level5.properties.xml │ │ │ ├── section.title.level6.properties.xml │ │ │ ├── section.title.properties.xml │ │ │ ├── segmentedlist.as.table.xml │ │ │ ├── sequential.links.xml │ │ │ ├── shade.verbatim.style.xml │ │ │ ├── shade.verbatim.xml │ │ │ ├── show.comments.xml │ │ │ ├── show.foil.number.xml │ │ │ ├── show.revisionflag.xml │ │ │ ├── showtoc.image.xml │ │ │ ├── side.float.properties.xml │ │ │ ├── side.region.precedence.xml │ │ │ ├── sidebar.float.type.xml │ │ │ ├── sidebar.float.width.xml │ │ │ ├── sidebar.properties.xml │ │ │ ├── sidebar.title.properties.xml │ │ │ ├── simplesect.in.toc.xml │ │ │ ├── slide.font.family.xml │ │ │ ├── slide.title.font.family.xml │ │ │ ├── slides.js.xml │ │ │ ├── slides.properties.xml │ │ │ ├── slides.titlepage.author.properties.xml │ │ │ ├── slides.titlepage.authorgroup.properties.xml │ │ │ ├── slides.titlepage.corpauthor.properties.xml │ │ │ ├── slides.titlepage.master.properties.xml │ │ │ ├── slides.titlepage.pubdate.properties.xml │ │ │ ├── slides.titlepage.region-body.properties.xml │ │ │ ├── slides.titlepage.subtitle.properties.xml │ │ │ ├── slides.titlepage.title.properties.xml │ │ │ ├── slidy.duration.xml │ │ │ ├── slidy.path.prefix.xml │ │ │ ├── slidy.slidy.css.xml │ │ │ ├── slidy.slidy.js.xml │ │ │ ├── slidy.user.css.xml │ │ │ ├── spacing.paras.xml │ │ │ ├── speakernote.properties.xml │ │ │ ├── speakernotes.properties.xml │ │ │ ├── subscript.properties.xml │ │ │ ├── superscript.properties.xml │ │ │ ├── suppress.footer.navigation.xml │ │ │ ├── suppress.header.navigation.xml │ │ │ ├── suppress.homepage.title.xml │ │ │ ├── suppress.navigation.xml │ │ │ ├── svg.embedding.mode.fo.xml │ │ │ ├── svg.embedding.mode.xml │ │ │ ├── symbol.font.family.xml │ │ │ ├── table.borders.with.css.xml │ │ │ ├── table.caption.properties.xml │ │ │ ├── table.cell.border.color.xml │ │ │ ├── table.cell.border.style.xml │ │ │ ├── table.cell.border.thickness.xml │ │ │ ├── table.cell.padding.xml │ │ │ ├── table.entry.padding.xml │ │ │ ├── table.footnote.number.format.xml │ │ │ ├── table.footnote.number.symbols.xml │ │ │ ├── table.footnote.properties.xml │ │ │ ├── table.frame.border.color.xml │ │ │ ├── table.frame.border.style.xml │ │ │ ├── table.frame.border.thickness.xml │ │ │ ├── table.properties.xml │ │ │ ├── table.spacer.image.xml │ │ │ ├── table.table.properties.xml │ │ │ ├── tablecolumns.extension.xml │ │ │ ├── target.database.document.xml │ │ │ ├── targets.filename.xml │ │ │ ├── task.properties.xml │ │ │ ├── template.xml │ │ │ ├── tex.math.delims.xml │ │ │ ├── tex.math.file.xml │ │ │ ├── tex.math.in.alt.xml │ │ │ ├── text.home.xml │ │ │ ├── text.next.xml │ │ │ ├── text.prev.xml │ │ │ ├── text.toc.xml │ │ │ ├── text.up.xml │ │ │ ├── textbgcolor.xml │ │ │ ├── textdata.default.encoding.xml │ │ │ ├── textinsert.extension.xml │ │ │ ├── title.font.family.xml │ │ │ ├── title.margin.left.xml │ │ │ ├── titlefoil.html.xml │ │ │ ├── toc.bg.color.xml │ │ │ ├── toc.blank.graphic.xml │ │ │ ├── toc.blank.image.xml │ │ │ ├── toc.blank.text.xml │ │ │ ├── toc.hide.show.xml │ │ │ ├── toc.html.xml │ │ │ ├── toc.image.xml │ │ │ ├── toc.indent.width.xml │ │ │ ├── toc.line.properties.xml │ │ │ ├── toc.list.type.xml │ │ │ ├── toc.margin.properties.xml │ │ │ ├── toc.max.depth.xml │ │ │ ├── toc.pointer.graphic.xml │ │ │ ├── toc.pointer.image.xml │ │ │ ├── toc.pointer.text.xml │ │ │ ├── toc.row.height.xml │ │ │ ├── toc.section.depth.xml │ │ │ ├── toc.spacer.graphic.xml │ │ │ ├── toc.spacer.image.xml │ │ │ ├── toc.spacer.text.xml │ │ │ ├── toc.width.xml │ │ │ ├── ua.js.xml │ │ │ ├── ulink.footnotes.xml │ │ │ ├── ulink.hyphenate.chars.xml │ │ │ ├── ulink.hyphenate.xml │ │ │ ├── ulink.show.xml │ │ │ ├── ulink.target.xml │ │ │ ├── up.image.xml │ │ │ ├── use.embed.for.svg.xml │ │ │ ├── use.extensions.xml │ │ │ ├── use.id.as.filename.xml │ │ │ ├── use.id.function.xml │ │ │ ├── use.local.olink.style.xml │ │ │ ├── use.role.as.xrefstyle.xml │ │ │ ├── use.role.for.mediaobject.xml │ │ │ ├── use.svg.xml │ │ │ ├── user.css.xml │ │ │ ├── variablelist.as.blocks.xml │ │ │ ├── variablelist.as.table.xml │ │ │ ├── variablelist.max.termlength.xml │ │ │ ├── variablelist.term.break.after.xml │ │ │ ├── variablelist.term.properties.xml │ │ │ ├── variablelist.term.separator.xml │ │ │ ├── verbatim.properties.xml │ │ │ ├── webhelp.autolabel.xml │ │ │ ├── webhelp.base.dir.xml │ │ │ ├── webhelp.common.dir.xml │ │ │ ├── webhelp.default.topic.xml │ │ │ ├── webhelp.include.search.tab.xml │ │ │ ├── webhelp.indexer.language.xml │ │ │ ├── webhelp.start.filename.xml │ │ │ ├── webhelp.tree.cookie.id.xml │ │ │ ├── wordml.template.xml │ │ │ ├── wrap.slidecontent.xml │ │ │ ├── writing.mode.xml │ │ │ ├── xbCollapsibleLists.js.xml │ │ │ ├── xbDOM.js.xml │ │ │ ├── xbLibrary.js.xml │ │ │ ├── xbStyle.js.xml │ │ │ ├── xep.extensions.xml │ │ │ ├── xep.index.item.properties.xml │ │ │ ├── xref.label-page.separator.xml │ │ │ ├── xref.label-title.separator.xml │ │ │ ├── xref.properties.xml │ │ │ ├── xref.title-page.separator.xml │ │ │ └── xref.with.number.and.title.xml │ │ ├── profiling │ │ │ ├── profile-mode.xsl │ │ │ ├── profile.xsl │ │ │ ├── strip-attributes.xsl │ │ │ └── xsl2profile.xsl │ │ ├── roundtrip │ │ │ ├── blocks-spec.xml │ │ │ ├── blocks2dbk.dtd │ │ │ ├── blocks2dbk.xsl │ │ │ ├── dbk2ooo.xsl │ │ │ ├── dbk2pages.xsl │ │ │ ├── dbk2wordml.xsl │ │ │ ├── dbk2wp.xsl │ │ │ ├── normalise-common.xsl │ │ │ ├── normalise2sections.xsl │ │ │ ├── pages2normalise.xsl │ │ │ ├── param.xml │ │ │ ├── param.xsl │ │ │ ├── sections-spec.xml │ │ │ ├── sections2blocks.xsl │ │ │ ├── specifications.xml │ │ │ ├── template-pages.xml │ │ │ ├── template.dot │ │ │ ├── template.xml │ │ │ └── wordml2normalise.xsl │ │ ├── slides │ │ │ ├── README │ │ │ ├── RELEASE-NOTES.xml │ │ │ ├── common │ │ │ │ └── common.xsl │ │ │ ├── doc │ │ │ │ ├── slides.xml │ │ │ │ └── user.css │ │ │ ├── fo │ │ │ │ ├── param.xml │ │ │ │ ├── param.xsl │ │ │ │ ├── plain-titlepage.xml │ │ │ │ ├── plain-titlepage.xsl │ │ │ │ └── plain.xsl │ │ │ ├── images │ │ │ │ ├── callouts │ │ │ │ │ ├── 1.png │ │ │ │ │ ├── 1.svg │ │ │ │ │ ├── 10.png │ │ │ │ │ ├── 10.svg │ │ │ │ │ ├── 11.png │ │ │ │ │ ├── 11.svg │ │ │ │ │ ├── 12.png │ │ │ │ │ ├── 12.svg │ │ │ │ │ ├── 13.png │ │ │ │ │ ├── 13.svg │ │ │ │ │ ├── 14.png │ │ │ │ │ ├── 14.svg │ │ │ │ │ ├── 15.png │ │ │ │ │ ├── 15.svg │ │ │ │ │ ├── 16.png │ │ │ │ │ ├── 16.svg │ │ │ │ │ ├── 17.png │ │ │ │ │ ├── 17.svg │ │ │ │ │ ├── 18.png │ │ │ │ │ ├── 18.svg │ │ │ │ │ ├── 19.png │ │ │ │ │ ├── 19.svg │ │ │ │ │ ├── 2.png │ │ │ │ │ ├── 2.svg │ │ │ │ │ ├── 20.png │ │ │ │ │ ├── 20.svg │ │ │ │ │ ├── 21.png │ │ │ │ │ ├── 21.svg │ │ │ │ │ ├── 22.png │ │ │ │ │ ├── 22.svg │ │ │ │ │ ├── 23.png │ │ │ │ │ ├── 23.svg │ │ │ │ │ ├── 24.png │ │ │ │ │ ├── 24.svg │ │ │ │ │ ├── 25.png │ │ │ │ │ ├── 25.svg │ │ │ │ │ ├── 26.png │ │ │ │ │ ├── 26.svg │ │ │ │ │ ├── 27.png │ │ │ │ │ ├── 27.svg │ │ │ │ │ ├── 28.png │ │ │ │ │ ├── 28.svg │ │ │ │ │ ├── 29.png │ │ │ │ │ ├── 29.svg │ │ │ │ │ ├── 3.png │ │ │ │ │ ├── 3.svg │ │ │ │ │ ├── 30.png │ │ │ │ │ ├── 30.svg │ │ │ │ │ ├── 4.png │ │ │ │ │ ├── 4.svg │ │ │ │ │ ├── 5.png │ │ │ │ │ ├── 5.svg │ │ │ │ │ ├── 6.png │ │ │ │ │ ├── 6.svg │ │ │ │ │ ├── 7.png │ │ │ │ │ ├── 7.svg │ │ │ │ │ ├── 8.png │ │ │ │ │ ├── 8.svg │ │ │ │ │ ├── 9.png │ │ │ │ │ ├── 9.svg │ │ │ │ │ └── gen.sh │ │ │ │ ├── face1.gif │ │ │ │ ├── face2.gif │ │ │ │ ├── face3.gif │ │ │ │ └── face4.gif │ │ │ ├── locatingrules.xml │ │ │ ├── s5 │ │ │ │ ├── index-osf.html │ │ │ │ ├── index-xoxo.html │ │ │ │ ├── pix │ │ │ │ │ ├── S501.jpg │ │ │ │ │ ├── S502.jpg │ │ │ │ │ ├── S503.jpg │ │ │ │ │ ├── S504.jpg │ │ │ │ │ ├── mememe01.png │ │ │ │ │ ├── mememe02.png │ │ │ │ │ ├── mememe03.png │ │ │ │ │ ├── mememe04.png │ │ │ │ │ ├── mememe05.png │ │ │ │ │ └── s5filemap.png │ │ │ │ └── ui │ │ │ │ │ ├── bg-shade.png │ │ │ │ │ ├── default │ │ │ │ │ ├── blank.gif │ │ │ │ │ ├── bodybg.gif │ │ │ │ │ ├── framing.css │ │ │ │ │ ├── iepngfix.htc │ │ │ │ │ ├── notes.css │ │ │ │ │ ├── opera.css │ │ │ │ │ ├── outline.css │ │ │ │ │ ├── pretty.css │ │ │ │ │ ├── print.css │ │ │ │ │ ├── s5-core.css │ │ │ │ │ ├── slides.css │ │ │ │ │ └── slides.js │ │ │ │ │ └── s5-notes.html │ │ │ ├── schema │ │ │ │ ├── relaxng │ │ │ │ │ ├── admonitions.rng │ │ │ │ │ ├── annotations.rng │ │ │ │ │ ├── bibliography.rng │ │ │ │ │ ├── callouts.rng │ │ │ │ │ ├── calstbl.rng │ │ │ │ │ ├── core.rng │ │ │ │ │ ├── docbook.rng │ │ │ │ │ ├── docbook1.rng │ │ │ │ │ ├── ebnf.rng │ │ │ │ │ ├── error.rng │ │ │ │ │ ├── glossary.rng │ │ │ │ │ ├── gui.rng │ │ │ │ │ ├── hier.rng │ │ │ │ │ ├── htmltbl.rng │ │ │ │ │ ├── index.rng │ │ │ │ │ ├── keyboard.rng │ │ │ │ │ ├── markup.rng │ │ │ │ │ ├── math.rng │ │ │ │ │ ├── mathml.rng │ │ │ │ │ ├── msgset.rng │ │ │ │ │ ├── os.rng │ │ │ │ │ ├── pool.rng │ │ │ │ │ ├── product.rng │ │ │ │ │ ├── programming.rng │ │ │ │ │ ├── qandaset.rng │ │ │ │ │ ├── refentry.rng │ │ │ │ │ ├── refsect1.rng │ │ │ │ │ ├── sect1.rng │ │ │ │ │ ├── slides.rnc │ │ │ │ │ ├── slides.rng │ │ │ │ │ ├── svg.rng │ │ │ │ │ ├── tasks.rng │ │ │ │ │ ├── technical.rng │ │ │ │ │ ├── toc.rng │ │ │ │ │ ├── topic.rng │ │ │ │ │ └── xlink.rng │ │ │ │ └── xsd │ │ │ │ │ ├── admonitions.xsd │ │ │ │ │ ├── annotations.xsd │ │ │ │ │ ├── bibliography.xsd │ │ │ │ │ ├── callouts.xsd │ │ │ │ │ ├── calstbl.xsd │ │ │ │ │ ├── core.xsd │ │ │ │ │ ├── db.xsd │ │ │ │ │ ├── docbook.xsd │ │ │ │ │ ├── docbook1.xsd │ │ │ │ │ ├── ebnf.xsd │ │ │ │ │ ├── error.xsd │ │ │ │ │ ├── glossary.xsd │ │ │ │ │ ├── gui.xsd │ │ │ │ │ ├── hier.xsd │ │ │ │ │ ├── htmltbl.xsd │ │ │ │ │ ├── index.xsd │ │ │ │ │ ├── keyboard.xsd │ │ │ │ │ ├── markup.xsd │ │ │ │ │ ├── math.xsd │ │ │ │ │ ├── mathml.xsd │ │ │ │ │ ├── msgset.xsd │ │ │ │ │ ├── os.xsd │ │ │ │ │ ├── pool.xsd │ │ │ │ │ ├── product.xsd │ │ │ │ │ ├── programming.xsd │ │ │ │ │ ├── qandaset.xsd │ │ │ │ │ ├── refentry.xsd │ │ │ │ │ ├── refsect1.xsd │ │ │ │ │ ├── sect1.xsd │ │ │ │ │ ├── slides.xsd │ │ │ │ │ ├── svg.xsd │ │ │ │ │ ├── tasks.xsd │ │ │ │ │ ├── technical.xsd │ │ │ │ │ ├── toc.xsd │ │ │ │ │ ├── topic.xsd │ │ │ │ │ ├── xlink.xsd │ │ │ │ │ ├── xlink1.xsd │ │ │ │ │ └── xml.xsd │ │ │ ├── slidy │ │ │ │ ├── .htaccess │ │ │ │ ├── Overview.html │ │ │ │ ├── Overview.xhtml │ │ │ │ ├── blank.html │ │ │ │ ├── graphics │ │ │ │ │ ├── bullet-fold-dim.gif │ │ │ │ │ ├── bullet-fold-dim.png │ │ │ │ │ ├── bullet-fold.gif │ │ │ │ │ ├── bullet-fold.png │ │ │ │ │ ├── bullet-nofold-dim.gif │ │ │ │ │ ├── bullet-nofold-dim.png │ │ │ │ │ ├── bullet-nofold.gif │ │ │ │ │ ├── bullet-nofold.png │ │ │ │ │ ├── bullet-unfold-dim.gif │ │ │ │ │ ├── bullet-unfold-dim.png │ │ │ │ │ ├── bullet-unfold.gif │ │ │ │ │ ├── bullet-unfold.png │ │ │ │ │ ├── bullet.png │ │ │ │ │ ├── example.png │ │ │ │ │ ├── example.svg │ │ │ │ │ ├── face1.gif │ │ │ │ │ ├── face2.gif │ │ │ │ │ ├── face3.gif │ │ │ │ │ ├── face4.gif │ │ │ │ │ ├── fold-bright.gif │ │ │ │ │ ├── fold-dim.bmp │ │ │ │ │ ├── fold-dim.gif │ │ │ │ │ ├── fold.bmp │ │ │ │ │ ├── fold.gif │ │ │ │ │ ├── icon-blue.png │ │ │ │ │ ├── keys2.jpg │ │ │ │ │ ├── nofold-dim.bmp │ │ │ │ │ ├── nofold-dim.gif │ │ │ │ │ ├── nofold.bmp │ │ │ │ │ ├── unfold-bright.gif │ │ │ │ │ ├── unfold-dim.bmp │ │ │ │ │ ├── unfold-dim.gif │ │ │ │ │ ├── unfold.bmp │ │ │ │ │ ├── unfold.gif │ │ │ │ │ ├── w3c-logo-blue.gif │ │ │ │ │ ├── w3c-logo-blue.svg │ │ │ │ │ ├── w3c-logo-slanted.jpg │ │ │ │ │ ├── w3c-logo-white.gif │ │ │ │ │ └── w3c-logo-white.svg │ │ │ │ ├── help │ │ │ │ │ ├── .htaccess │ │ │ │ │ ├── help.html │ │ │ │ │ ├── help.html.ca │ │ │ │ │ ├── help.html.de │ │ │ │ │ ├── help.html.en │ │ │ │ │ ├── help.html.es │ │ │ │ │ ├── help.html.fr │ │ │ │ │ ├── help.html.hu │ │ │ │ │ ├── help.html.nl │ │ │ │ │ ├── help.html.pl │ │ │ │ │ ├── help.html.pt-br │ │ │ │ │ ├── help.html.pt_br │ │ │ │ │ ├── help.html.sv │ │ │ │ │ └── help.pt-br.html │ │ │ │ ├── scripts │ │ │ │ │ ├── .htaccess │ │ │ │ │ ├── slidy.js │ │ │ │ │ └── slidy.js.gz │ │ │ │ └── styles │ │ │ │ │ ├── .htaccess │ │ │ │ │ ├── slidy.css │ │ │ │ │ └── w3c-blue.css │ │ │ ├── tools │ │ │ │ └── dbs3-upgrade.xsl │ │ │ └── xhtml │ │ │ │ ├── param.xml │ │ │ │ ├── param.xsl │ │ │ │ ├── plain-titlepage.xml │ │ │ │ ├── plain-titlepage.xsl │ │ │ │ ├── plain.xsl │ │ │ │ ├── s5.xsl │ │ │ │ └── slidy.xsl │ │ ├── svn-commit.tmp │ │ ├── template │ │ │ ├── titlepage.xml │ │ │ └── titlepage.xsl │ │ ├── tests │ │ │ ├── refentry.007.ns.xml │ │ │ └── refentry.007.xml │ │ ├── tools │ │ │ ├── bin │ │ │ │ └── docbook-xsl-update │ │ │ └── make │ │ │ │ ├── Makefile.DocBook │ │ │ │ ├── Makefile.combine │ │ │ │ └── Makefile.docParam │ │ ├── webhelp │ │ │ ├── LICENSE │ │ │ ├── Makefile.sample │ │ │ ├── build.properties │ │ │ ├── build.xml │ │ │ ├── docs │ │ │ │ ├── ch01.html │ │ │ │ ├── ch02.html │ │ │ │ ├── ch02s01.html │ │ │ │ ├── ch02s02.html │ │ │ │ ├── ch02s02s01.html │ │ │ │ ├── ch02s03.html │ │ │ │ ├── ch02s04.html │ │ │ │ ├── ch02s05.html │ │ │ │ ├── ch03.html │ │ │ │ ├── ch03s01.html │ │ │ │ ├── ch03s02.html │ │ │ │ ├── ch03s02s01.html │ │ │ │ ├── ch04.html │ │ │ │ ├── ch05.html │ │ │ │ ├── ch05s01.html │ │ │ │ ├── ch05s02.html │ │ │ │ ├── common │ │ │ │ │ ├── browserDetect.js │ │ │ │ │ ├── css │ │ │ │ │ │ ├── ie.css │ │ │ │ │ │ └── positioning.css │ │ │ │ │ ├── images │ │ │ │ │ │ ├── admon │ │ │ │ │ │ │ ├── caution.png │ │ │ │ │ │ │ ├── important.png │ │ │ │ │ │ │ ├── note.png │ │ │ │ │ │ │ ├── tip.png │ │ │ │ │ │ │ └── warning.png │ │ │ │ │ │ ├── callouts │ │ │ │ │ │ │ ├── 1.png │ │ │ │ │ │ │ ├── 10.png │ │ │ │ │ │ │ ├── 11.png │ │ │ │ │ │ │ ├── 12.png │ │ │ │ │ │ │ ├── 13.png │ │ │ │ │ │ │ ├── 14.png │ │ │ │ │ │ │ ├── 15.png │ │ │ │ │ │ │ ├── 16.png │ │ │ │ │ │ │ ├── 17.png │ │ │ │ │ │ │ ├── 18.png │ │ │ │ │ │ │ ├── 19.png │ │ │ │ │ │ │ ├── 2.png │ │ │ │ │ │ │ ├── 20.png │ │ │ │ │ │ │ ├── 21.png │ │ │ │ │ │ │ ├── 22.png │ │ │ │ │ │ │ ├── 23.png │ │ │ │ │ │ │ ├── 24.png │ │ │ │ │ │ │ ├── 25.png │ │ │ │ │ │ │ ├── 26.png │ │ │ │ │ │ │ ├── 27.png │ │ │ │ │ │ │ ├── 28.png │ │ │ │ │ │ │ ├── 29.png │ │ │ │ │ │ │ ├── 3.png │ │ │ │ │ │ │ ├── 30.png │ │ │ │ │ │ │ ├── 4.png │ │ │ │ │ │ │ ├── 5.png │ │ │ │ │ │ │ ├── 6.png │ │ │ │ │ │ │ ├── 7.png │ │ │ │ │ │ │ ├── 8.png │ │ │ │ │ │ │ └── 9.png │ │ │ │ │ │ ├── header-bg.gif │ │ │ │ │ │ ├── header-bg.png │ │ │ │ │ │ ├── highlight-blue.gif │ │ │ │ │ │ ├── highlight-yellow.gif │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ ├── logo.png │ │ │ │ │ │ ├── next-arrow.png │ │ │ │ │ │ ├── previous-arrow.png │ │ │ │ │ │ ├── search-icon.png │ │ │ │ │ │ ├── showHideTreeIcons.png │ │ │ │ │ │ ├── sidebar.png │ │ │ │ │ │ ├── starsSmall.png │ │ │ │ │ │ └── toc-icon.png │ │ │ │ │ ├── jquery │ │ │ │ │ │ ├── jquery-1.7.2.min.js │ │ │ │ │ │ ├── jquery-ui-1.8.2.custom.min.js │ │ │ │ │ │ ├── jquery.cookie.js │ │ │ │ │ │ ├── jquery.ui.all.js │ │ │ │ │ │ ├── layout │ │ │ │ │ │ │ └── jquery.layout.js │ │ │ │ │ │ ├── theme-redmond │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ ├── ui-anim_basic_16x16.gif │ │ │ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png │ │ │ │ │ │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png │ │ │ │ │ │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png │ │ │ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ │ │ │ │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ │ │ │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ │ │ │ │ │ │ ├── ui-icons_217bc0_256x240.png │ │ │ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ │ │ │ ├── ui-icons_469bdd_256x240.png │ │ │ │ │ │ │ │ ├── ui-icons_6da8d5_256x240.png │ │ │ │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ │ │ │ │ ├── ui-icons_d8e7f3_256x240.png │ │ │ │ │ │ │ │ └── ui-icons_f9bd01_256x240.png │ │ │ │ │ │ │ ├── jquery-ui-1.8.2.custom.css │ │ │ │ │ │ │ └── jquery-ui-1.8.21.custom.css │ │ │ │ │ │ └── treeview │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ ├── file.gif │ │ │ │ │ │ │ ├── folder-closed.gif │ │ │ │ │ │ │ ├── folder-closed2.gif │ │ │ │ │ │ │ ├── folder.gif │ │ │ │ │ │ │ ├── folder2.gif │ │ │ │ │ │ │ ├── minus.gif │ │ │ │ │ │ │ ├── plus.gif │ │ │ │ │ │ │ ├── treeview-black-line.gif │ │ │ │ │ │ │ ├── treeview-black.gif │ │ │ │ │ │ │ ├── treeview-default-line.gif │ │ │ │ │ │ │ ├── treeview-default.gif │ │ │ │ │ │ │ ├── treeview-famfamfam-line.gif │ │ │ │ │ │ │ ├── treeview-famfamfam.gif │ │ │ │ │ │ │ ├── treeview-gray-line.gif │ │ │ │ │ │ │ ├── treeview-gray.gif │ │ │ │ │ │ │ ├── treeview-red-line.gif │ │ │ │ │ │ │ └── treeview-red.gif │ │ │ │ │ │ │ ├── jquery.treeview.css │ │ │ │ │ │ │ └── jquery.treeview.min.js │ │ │ │ │ ├── main.js │ │ │ │ │ └── splitterInit.js │ │ │ │ ├── favicon.ico │ │ │ │ ├── images │ │ │ │ │ └── sample.jpg │ │ │ │ ├── index.html │ │ │ │ ├── ix01.html │ │ │ │ └── search │ │ │ │ │ ├── default.props │ │ │ │ │ ├── en-us.props │ │ │ │ │ ├── es-es.props │ │ │ │ │ ├── htmlFileInfoList.js │ │ │ │ │ ├── index-1.js │ │ │ │ │ ├── index-2.js │ │ │ │ │ ├── index-3.js │ │ │ │ │ ├── ja-jp.props │ │ │ │ │ ├── l10n.js │ │ │ │ │ ├── nwSearchFnt.js │ │ │ │ │ ├── punctuation.props │ │ │ │ │ └── stemmers │ │ │ │ │ ├── de_stemmer.js │ │ │ │ │ ├── en_stemmer.js │ │ │ │ │ └── fr_stemmer.js │ │ │ ├── docsrc │ │ │ │ ├── images │ │ │ │ │ └── sample.jpg │ │ │ │ ├── readme.xml │ │ │ │ └── xinclude-test.xml │ │ │ ├── template │ │ │ │ ├── common │ │ │ │ │ ├── browserDetect.js │ │ │ │ │ ├── css │ │ │ │ │ │ ├── ie.css │ │ │ │ │ │ └── positioning.css │ │ │ │ │ ├── images │ │ │ │ │ │ ├── admon │ │ │ │ │ │ │ ├── caution.png │ │ │ │ │ │ │ ├── important.png │ │ │ │ │ │ │ ├── note.png │ │ │ │ │ │ │ ├── tip.png │ │ │ │ │ │ │ └── warning.png │ │ │ │ │ │ ├── callouts │ │ │ │ │ │ │ ├── 1.png │ │ │ │ │ │ │ ├── 10.png │ │ │ │ │ │ │ ├── 11.png │ │ │ │ │ │ │ ├── 12.png │ │ │ │ │ │ │ ├── 13.png │ │ │ │ │ │ │ ├── 14.png │ │ │ │ │ │ │ ├── 15.png │ │ │ │ │ │ │ ├── 16.png │ │ │ │ │ │ │ ├── 17.png │ │ │ │ │ │ │ ├── 18.png │ │ │ │ │ │ │ ├── 19.png │ │ │ │ │ │ │ ├── 2.png │ │ │ │ │ │ │ ├── 20.png │ │ │ │ │ │ │ ├── 21.png │ │ │ │ │ │ │ ├── 22.png │ │ │ │ │ │ │ ├── 23.png │ │ │ │ │ │ │ ├── 24.png │ │ │ │ │ │ │ ├── 25.png │ │ │ │ │ │ │ ├── 26.png │ │ │ │ │ │ │ ├── 27.png │ │ │ │ │ │ │ ├── 28.png │ │ │ │ │ │ │ ├── 29.png │ │ │ │ │ │ │ ├── 3.png │ │ │ │ │ │ │ ├── 30.png │ │ │ │ │ │ │ ├── 4.png │ │ │ │ │ │ │ ├── 5.png │ │ │ │ │ │ │ ├── 6.png │ │ │ │ │ │ │ ├── 7.png │ │ │ │ │ │ │ ├── 8.png │ │ │ │ │ │ │ └── 9.png │ │ │ │ │ │ ├── header-bg.gif │ │ │ │ │ │ ├── header-bg.png │ │ │ │ │ │ ├── highlight-blue.gif │ │ │ │ │ │ ├── highlight-yellow.gif │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ ├── logo.png │ │ │ │ │ │ ├── next-arrow.png │ │ │ │ │ │ ├── previous-arrow.png │ │ │ │ │ │ ├── search-icon.png │ │ │ │ │ │ ├── showHideTreeIcons.png │ │ │ │ │ │ ├── sidebar.png │ │ │ │ │ │ ├── starsSmall.png │ │ │ │ │ │ └── toc-icon.png │ │ │ │ │ ├── jquery │ │ │ │ │ │ ├── jquery-1.7.2.min.js │ │ │ │ │ │ ├── jquery-ui-1.8.2.custom.min.js │ │ │ │ │ │ ├── jquery.cookie.js │ │ │ │ │ │ ├── jquery.ui.all.js │ │ │ │ │ │ ├── layout │ │ │ │ │ │ │ └── jquery.layout.js │ │ │ │ │ │ ├── theme-redmond │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ │ ├── ui-anim_basic_16x16.gif │ │ │ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png │ │ │ │ │ │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png │ │ │ │ │ │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png │ │ │ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ │ │ │ │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ │ │ │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ │ │ │ │ │ │ ├── ui-icons_217bc0_256x240.png │ │ │ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ │ │ │ ├── ui-icons_469bdd_256x240.png │ │ │ │ │ │ │ │ ├── ui-icons_6da8d5_256x240.png │ │ │ │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ │ │ │ │ ├── ui-icons_d8e7f3_256x240.png │ │ │ │ │ │ │ │ └── ui-icons_f9bd01_256x240.png │ │ │ │ │ │ │ ├── jquery-ui-1.8.2.custom.css │ │ │ │ │ │ │ └── jquery-ui-1.8.21.custom.css │ │ │ │ │ │ └── treeview │ │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ ├── file.gif │ │ │ │ │ │ │ ├── folder-closed.gif │ │ │ │ │ │ │ ├── folder-closed2.gif │ │ │ │ │ │ │ ├── folder.gif │ │ │ │ │ │ │ ├── folder2.gif │ │ │ │ │ │ │ ├── minus.gif │ │ │ │ │ │ │ ├── plus.gif │ │ │ │ │ │ │ ├── treeview-black-line.gif │ │ │ │ │ │ │ ├── treeview-black.gif │ │ │ │ │ │ │ ├── treeview-default-line.gif │ │ │ │ │ │ │ ├── treeview-default.gif │ │ │ │ │ │ │ ├── treeview-famfamfam-line.gif │ │ │ │ │ │ │ ├── treeview-famfamfam.gif │ │ │ │ │ │ │ ├── treeview-gray-line.gif │ │ │ │ │ │ │ ├── treeview-gray.gif │ │ │ │ │ │ │ ├── treeview-red-line.gif │ │ │ │ │ │ │ └── treeview-red.gif │ │ │ │ │ │ │ ├── jquery.treeview.css │ │ │ │ │ │ │ └── jquery.treeview.min.js │ │ │ │ │ ├── main.js │ │ │ │ │ └── splitterInit.js │ │ │ │ ├── favicon.ico │ │ │ │ └── search │ │ │ │ │ ├── default.props │ │ │ │ │ ├── en-us.props │ │ │ │ │ ├── es-es.props │ │ │ │ │ ├── ja-jp.props │ │ │ │ │ ├── nwSearchFnt.js │ │ │ │ │ ├── punctuation.props │ │ │ │ │ └── stemmers │ │ │ │ │ ├── de_stemmer.js │ │ │ │ │ ├── en_stemmer.js │ │ │ │ │ └── fr_stemmer.js │ │ │ └── xsl │ │ │ │ ├── titlepage.templates.xml │ │ │ │ ├── titlepage.templates.xsl │ │ │ │ ├── webhelp-common.xsl │ │ │ │ └── webhelp.xsl │ │ ├── website │ │ │ ├── autolayout.xsl │ │ │ ├── chunk-common.xsl │ │ │ ├── chunk-tabular.xsl │ │ │ ├── chunk-website.xsl │ │ │ ├── head.xsl │ │ │ ├── makefile-dep.xsl │ │ │ ├── olink.xsl │ │ │ ├── param.xml │ │ │ ├── param.xsl │ │ │ ├── rss.xsl │ │ │ ├── tabular.xsl │ │ │ ├── toc-tabular.xsl │ │ │ ├── toc.xsl │ │ │ ├── website-common.xsl │ │ │ ├── website-targets.xsl │ │ │ ├── website.xsl │ │ │ └── xbel.xsl │ │ ├── xhtml-1_1 │ │ │ ├── admon.xsl │ │ │ ├── annotations.xsl │ │ │ ├── autoidx-kimber.xsl │ │ │ ├── autoidx-kosek.xsl │ │ │ ├── autoidx-ng.xsl │ │ │ ├── autoidx.xsl │ │ │ ├── autotoc.xsl │ │ │ ├── biblio-iso690.xsl │ │ │ ├── biblio.xsl │ │ │ ├── block.xsl │ │ │ ├── callout.xsl │ │ │ ├── changebars.xsl │ │ │ ├── chunk-changebars.xsl │ │ │ ├── chunk-code.xsl │ │ │ ├── chunk-common.xsl │ │ │ ├── chunk.xsl │ │ │ ├── chunker.xsl │ │ │ ├── chunkfast.xsl │ │ │ ├── chunktoc.xsl │ │ │ ├── component.xsl │ │ │ ├── division.xsl │ │ │ ├── docbook.css.xml │ │ │ ├── docbook.xsl │ │ │ ├── ebnf.xsl │ │ │ ├── footnote.xsl │ │ │ ├── formal.xsl │ │ │ ├── glossary.xsl │ │ │ ├── graphics.xsl │ │ │ ├── highlight.xsl │ │ │ ├── html-rtf.xsl │ │ │ ├── html.xsl │ │ │ ├── htmltbl.xsl │ │ │ ├── index.xsl │ │ │ ├── info.xsl │ │ │ ├── inline.xsl │ │ │ ├── keywords.xsl │ │ │ ├── lists.xsl │ │ │ ├── maketoc.xsl │ │ │ ├── manifest.xsl │ │ │ ├── math.xsl │ │ │ ├── oldchunker.xsl │ │ │ ├── onechunk.xsl │ │ │ ├── param.xsl │ │ │ ├── pi.xsl │ │ │ ├── profile-chunk-code.xsl │ │ │ ├── profile-chunk.xsl │ │ │ ├── profile-docbook.xsl │ │ │ ├── profile-onechunk.xsl │ │ │ ├── qandaset.xsl │ │ │ ├── refentry.xsl │ │ │ ├── sections.xsl │ │ │ ├── synop.xsl │ │ │ ├── table.xsl │ │ │ ├── task.xsl │ │ │ ├── titlepage.templates.xsl │ │ │ ├── titlepage.xsl │ │ │ ├── toc.xsl │ │ │ ├── verbatim.xsl │ │ │ └── xref.xsl │ │ ├── xhtml │ │ │ ├── admon.xsl │ │ │ ├── annotations.xsl │ │ │ ├── autoidx-kimber.xsl │ │ │ ├── autoidx-kosek.xsl │ │ │ ├── autoidx-ng.xsl │ │ │ ├── autoidx.xsl │ │ │ ├── autotoc.xsl │ │ │ ├── biblio-iso690.xsl │ │ │ ├── biblio.xsl │ │ │ ├── block.xsl │ │ │ ├── callout.xsl │ │ │ ├── changebars.xsl │ │ │ ├── chunk-changebars.xsl │ │ │ ├── chunk-code.xsl │ │ │ ├── chunk-common.xsl │ │ │ ├── chunk.xsl │ │ │ ├── chunker.xsl │ │ │ ├── chunkfast.xsl │ │ │ ├── chunktoc.xsl │ │ │ ├── component.xsl │ │ │ ├── division.xsl │ │ │ ├── docbook-no-doctype.xsl │ │ │ ├── docbook.css.xml │ │ │ ├── docbook.xsl │ │ │ ├── ebnf.xsl │ │ │ ├── footnote.xsl │ │ │ ├── formal.xsl │ │ │ ├── glossary.xsl │ │ │ ├── graphics.xsl │ │ │ ├── highlight.xsl │ │ │ ├── html-rtf.xsl │ │ │ ├── html.xsl │ │ │ ├── htmltbl.xsl │ │ │ ├── index.xsl │ │ │ ├── info.xsl │ │ │ ├── inline.xsl │ │ │ ├── keywords.xsl │ │ │ ├── lists.xsl │ │ │ ├── maketoc.xsl │ │ │ ├── manifest.xsl │ │ │ ├── math.xsl │ │ │ ├── oldchunker.xsl │ │ │ ├── onechunk.xsl │ │ │ ├── param.xsl │ │ │ ├── pi.xsl │ │ │ ├── profile-chunk-code.xsl │ │ │ ├── profile-chunk.xsl │ │ │ ├── profile-docbook.xsl │ │ │ ├── profile-onechunk.xsl │ │ │ ├── qandaset.xsl │ │ │ ├── refentry.xsl │ │ │ ├── sections.xsl │ │ │ ├── synop.xsl │ │ │ ├── table.xsl │ │ │ ├── task.xsl │ │ │ ├── titlepage.templates.xml │ │ │ ├── titlepage.templates.xsl │ │ │ ├── titlepage.xsl │ │ │ ├── toc.xsl │ │ │ ├── verbatim.xsl │ │ │ └── xref.xsl │ │ └── xhtml5 │ │ │ ├── README │ │ │ ├── chunk.xsl │ │ │ ├── chunkfast.xsl │ │ │ ├── docbook.css.xml │ │ │ ├── docbook.xsl │ │ │ ├── html5-chunk-mods.xsl │ │ │ ├── html5-element-mods.xsl │ │ │ ├── onechunk.xsl │ │ │ ├── profile-chunk.xsl │ │ │ ├── profile-docbook.xsl │ │ │ ├── xhtml-docbook.xsl │ │ │ ├── xhtml-profile-docbook.xsl │ │ │ └── xhtml2xhtml5.xsl │ ├── relax-ng │ │ ├── calstblx.rnc │ │ ├── calstblx.rng │ │ ├── dbhierx.rnc │ │ ├── dbhierx.rng │ │ ├── dbnotnx.rnc │ │ ├── dbnotnx.rng │ │ ├── dbpoolx.rnc │ │ ├── dbpoolx.rng │ │ ├── docbook.rnc │ │ ├── docbook.rng │ │ ├── htmltblx.rnc │ │ ├── htmltblx.rng │ │ └── schemas.xml │ └── xml-dtd │ │ ├── ChangeLog │ │ ├── README │ │ ├── calstblx.dtd │ │ ├── catalog.xml │ │ ├── dbcentx.mod │ │ ├── dbgenent.mod │ │ ├── dbhierx.mod │ │ ├── dbnotnx.mod │ │ ├── dbpoolx.mod │ │ ├── docbook.cat │ │ ├── docbookx.dtd │ │ ├── ent │ │ ├── README │ │ ├── isoamsa.ent │ │ ├── isoamsb.ent │ │ ├── isoamsc.ent │ │ ├── isoamsn.ent │ │ ├── isoamso.ent │ │ ├── isoamsr.ent │ │ ├── isobox.ent │ │ ├── isocyr1.ent │ │ ├── isocyr2.ent │ │ ├── isodia.ent │ │ ├── isogrk1.ent │ │ ├── isogrk2.ent │ │ ├── isogrk3.ent │ │ ├── isogrk4.ent │ │ ├── isolat1.ent │ │ ├── isolat2.ent │ │ ├── isonum.ent │ │ ├── isopub.ent │ │ └── isotech.ent │ │ ├── htmltblx.mod │ │ └── soextblx.dtd ├── etc │ ├── CMakeLists.txt │ ├── bintoc.cpp │ ├── headerguard.cpp │ ├── hhc.cmd.cmake │ ├── j2000.cpp │ └── web-n.cpp ├── inipool │ ├── CMakeLists.txt │ └── inipool.cpp ├── md5walk │ ├── CMakeLists.txt │ ├── md5walk-version.h │ ├── md5walk.cpp │ └── md5walk.rc ├── mpc │ ├── CMakeLists.txt │ ├── component.cmake │ ├── config.h.cmake │ ├── mpc-version.h.in │ ├── mpc.cpp │ ├── mpc.rc.in │ └── version.cmake ├── padout │ ├── CMakeLists.txt │ └── padout.cpp ├── sign │ └── mac │ │ ├── codesign_executable.in │ │ ├── codesign_miktex.in │ │ └── entitlements │ │ └── miktex-texworks.plist ├── tie │ ├── CMakeLists.txt │ ├── source │ │ └── tie.w │ └── tie-miktex.ch └── touch │ ├── CMakeLists.txt │ ├── touch-version.h │ ├── touch.cpp │ └── touch.rc ├── CHANGELOG.md ├── CMakeLists.txt ├── CONTRIBUTING.md ├── COPYING.md ├── Documentation ├── BibEntries │ ├── latex.xml │ ├── metafontbook.xml │ └── texbook.xml ├── CMakeLists.txt ├── EnvVars │ ├── BIBINPUTS.xml │ ├── BSTINPUTS.xml │ ├── MFINPUTS.xml │ ├── MIKTEX_EDITOR.xml │ ├── MIKTEX_REPOSITORY.xml │ ├── MIKTEX_TRACE.xml │ ├── MPINPUTS.xml │ ├── TEXINPUTS.xml │ └── TFMFONTS.xml ├── Images │ └── .keep ├── Manual │ ├── about.xml │ ├── advanced.xml │ ├── configuring.xml │ ├── defaults.xml │ ├── envvars.xml │ ├── files.xml │ ├── installing.xml │ ├── intro.xml │ ├── localguide.xml │ ├── preface.xml │ ├── printing.xml │ ├── programs.xml │ ├── psfonts.xml │ ├── runtimeparams.xml │ ├── texfeatures.xml │ ├── texifying.xml │ └── tracestreams.xml ├── Options │ ├── admin.xml │ ├── alias.xml │ ├── auxdirectory.xml │ ├── bistacksize.xml │ ├── bufsize.xml │ ├── cstyleerrors.xml │ ├── disable8bitchars.xml │ ├── disableinstaller.xml │ ├── disablewriteeighteen.xml │ ├── dontparsefirstline.xml │ ├── enable8bitchars.xml │ ├── enableenctex.xml │ ├── enableetex.xml │ ├── enableinstaller.xml │ ├── enablemltex.xml │ ├── enablewriteeighteen.xml │ ├── errorline.xml │ ├── extramembot.xml │ ├── extramemtop.xml │ ├── fontmax.xml │ ├── fontmemsize.xml │ ├── halferrorline.xml │ ├── haltonerror.xml │ ├── hashextra.xml │ ├── help.xml │ ├── hhelp.xml │ ├── includedirectory.xml │ ├── initialize.xml │ ├── interaction.xml │ ├── jobname.xml │ ├── jobtime.xml │ ├── ligtablesize.xml │ ├── listrepositories.xml │ ├── mainmemory.xml │ ├── maxinopen.xml │ ├── maxprintline.xml │ ├── maxstrings.xml │ ├── maxwiggle.xml │ ├── movesize.xml │ ├── nestsize.xml │ ├── nocstyleerrors.xml │ ├── outputdirectory.xml │ ├── paramsize.xml │ ├── parsefirstline.xml │ ├── pathsize.xml │ ├── poolfree.xml │ ├── poolsize.xml │ ├── quiet.xml │ ├── recorder.xml │ ├── recordpackageusages.xml │ ├── restrictwriteeighteen.xml │ ├── savesize.xml │ ├── srcspecials.xml │ ├── stacksize.xml │ ├── stringvacancies.xml │ ├── synctex.xml │ ├── tcx.xml │ ├── timestatistics.xml │ ├── trace.xml │ ├── trieopsize.xml │ ├── triesize.xml │ ├── undump.xml │ └── version.xml ├── Ref │ ├── _tlack.xml │ ├── findtexmf.xml │ ├── initexmf.xml │ ├── miktex-bibtex.xml │ ├── miktex-dvicopy.xml │ ├── miktex-dvips.xml │ ├── miktex-filesystem.xml │ ├── miktex-filetypes.xml │ ├── miktex-fndb.xml │ ├── miktex-fontmaps.xml │ ├── miktex-formats.xml │ ├── miktex-gftodvi.xml │ ├── miktex-languages.xml │ ├── miktex-links.xml │ ├── miktex-luatex.xml │ ├── miktex-mf.xml │ ├── miktex-mpost.xml │ ├── miktex-packages.xml │ ├── miktex-pdftex.xml │ ├── miktex-repositories.xml │ ├── miktex-tex.xml │ ├── miktex-xetex.xml │ ├── miktex.ini.xml │ ├── miktex.xml │ ├── miktexsetup.xml │ ├── mpm.xml │ ├── mthelp.xml │ ├── mtprint.xml │ ├── pdftex.cfg.xml │ ├── setupwiz.xml │ └── texify.xml ├── Styles │ ├── fo.xsl │ ├── html.xsl │ ├── htmlchunk.xsl │ ├── htmlhelp.xsl │ ├── htmltext.xsl │ ├── manpages.xsl │ ├── miktexhelp.css │ └── miktexman.css ├── component.cmake ├── entities.ent.in ├── local.txt ├── manual.xml └── version.cmake ├── Doxyfile.in ├── HACKING.md ├── Libraries ├── 3rd │ ├── apr-util │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-apr-util-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-apr-util.rc.in │ │ ├── source │ │ │ ├── LICENSE │ │ │ ├── buckets │ │ │ │ ├── apr_brigade.c │ │ │ │ ├── apr_buckets.c │ │ │ │ ├── apr_buckets_alloc.c │ │ │ │ ├── apr_buckets_eos.c │ │ │ │ ├── apr_buckets_file.c │ │ │ │ ├── apr_buckets_flush.c │ │ │ │ ├── apr_buckets_heap.c │ │ │ │ ├── apr_buckets_mmap.c │ │ │ │ ├── apr_buckets_pipe.c │ │ │ │ ├── apr_buckets_pool.c │ │ │ │ ├── apr_buckets_refcount.c │ │ │ │ ├── apr_buckets_simple.c │ │ │ │ └── apr_buckets_socket.c │ │ │ ├── crypto │ │ │ │ ├── apr_crypto.c │ │ │ │ ├── apr_crypto_commoncrypto.c │ │ │ │ ├── apr_crypto_nss.c │ │ │ │ ├── apr_crypto_openssl.c │ │ │ │ ├── apr_md4.c │ │ │ │ ├── apr_md5.c │ │ │ │ ├── apr_passwd.c │ │ │ │ ├── apr_sha1.c │ │ │ │ ├── apr_siphash.c │ │ │ │ ├── crypt_blowfish.c │ │ │ │ ├── crypt_blowfish.h │ │ │ │ ├── getuuid.c │ │ │ │ └── uuid.c │ │ │ ├── dbd │ │ │ │ ├── apr_dbd.c │ │ │ │ ├── apr_dbd_mysql.c │ │ │ │ ├── apr_dbd_odbc.c │ │ │ │ ├── apr_dbd_oracle.c │ │ │ │ ├── apr_dbd_pgsql.c │ │ │ │ ├── apr_dbd_sqlite2.c │ │ │ │ └── apr_dbd_sqlite3.c │ │ │ ├── dbm │ │ │ │ ├── apr_dbm.c │ │ │ │ ├── apr_dbm_berkeleydb.c │ │ │ │ ├── apr_dbm_gdbm.c │ │ │ │ ├── apr_dbm_ndbm.c │ │ │ │ ├── apr_dbm_sdbm.c │ │ │ │ └── sdbm │ │ │ │ │ ├── sdbm.c │ │ │ │ │ ├── sdbm_hash.c │ │ │ │ │ ├── sdbm_lock.c │ │ │ │ │ ├── sdbm_pair.c │ │ │ │ │ ├── sdbm_pair.h │ │ │ │ │ ├── sdbm_private.h │ │ │ │ │ └── sdbm_tune.h │ │ │ ├── encoding │ │ │ │ └── apr_base64.c │ │ │ ├── hooks │ │ │ │ └── apr_hooks.c │ │ │ ├── include │ │ │ │ ├── apr_anylock.h │ │ │ │ ├── apr_base64.h │ │ │ │ ├── apr_buckets.h │ │ │ │ ├── apr_crypto.h │ │ │ │ ├── apr_date.h │ │ │ │ ├── apr_dbd.h │ │ │ │ ├── apr_dbm.h │ │ │ │ ├── apr_hooks.h │ │ │ │ ├── apr_ldap.hnw │ │ │ │ ├── apr_ldap.hw │ │ │ │ ├── apr_ldap.hwc │ │ │ │ ├── apr_ldap_init.h │ │ │ │ ├── apr_ldap_option.h │ │ │ │ ├── apr_ldap_rebind.h │ │ │ │ ├── apr_ldap_url.h │ │ │ │ ├── apr_md4.h │ │ │ │ ├── apr_md5.h │ │ │ │ ├── apr_memcache.h │ │ │ │ ├── apr_optional.h │ │ │ │ ├── apr_optional_hooks.h │ │ │ │ ├── apr_queue.h │ │ │ │ ├── apr_redis.h │ │ │ │ ├── apr_reslist.h │ │ │ │ ├── apr_rmm.h │ │ │ │ ├── apr_sdbm.h │ │ │ │ ├── apr_sha1.h │ │ │ │ ├── apr_siphash.h │ │ │ │ ├── apr_strmatch.h │ │ │ │ ├── apr_thread_pool.h │ │ │ │ ├── apr_uri.h │ │ │ │ ├── apr_uuid.h │ │ │ │ ├── apr_xlate.h │ │ │ │ ├── apr_xml.h │ │ │ │ ├── apu.hnw │ │ │ │ ├── apu.hw │ │ │ │ ├── apu.hwc │ │ │ │ ├── apu_errno.h │ │ │ │ ├── apu_version.h │ │ │ │ ├── apu_want.hnw │ │ │ │ ├── apu_want.hw │ │ │ │ └── private │ │ │ │ │ ├── apr_crypto_internal.h │ │ │ │ │ ├── apr_dbd_internal.h │ │ │ │ │ ├── apr_dbd_odbc_v2.h │ │ │ │ │ ├── apr_dbm_private.h │ │ │ │ │ ├── apu_config.hnw │ │ │ │ │ ├── apu_config.hw │ │ │ │ │ ├── apu_internal.h │ │ │ │ │ └── apu_select_dbm.hw │ │ │ ├── ldap │ │ │ │ ├── apr_ldap_init.c │ │ │ │ ├── apr_ldap_option.c │ │ │ │ ├── apr_ldap_rebind.c │ │ │ │ ├── apr_ldap_stub.c │ │ │ │ └── apr_ldap_url.c │ │ │ ├── memcache │ │ │ │ └── apr_memcache.c │ │ │ ├── misc │ │ │ │ ├── apr_date.c │ │ │ │ ├── apr_queue.c │ │ │ │ ├── apr_reslist.c │ │ │ │ ├── apr_rmm.c │ │ │ │ ├── apr_thread_pool.c │ │ │ │ ├── apu_dso.c │ │ │ │ └── apu_version.c │ │ │ ├── redis │ │ │ │ └── apr_redis.c │ │ │ ├── strmatch │ │ │ │ └── apr_strmatch.c │ │ │ ├── uri │ │ │ │ └── apr_uri.c │ │ │ ├── xlate │ │ │ │ └── xlate.c │ │ │ └── xml │ │ │ │ └── apr_xml.c │ │ └── version.cmake │ ├── apr │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-apr-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-apr.rc.in │ │ ├── source │ │ │ ├── LICENSE │ │ │ ├── atomic │ │ │ │ ├── netware │ │ │ │ │ └── apr_atomic.c │ │ │ │ ├── os390 │ │ │ │ │ └── atomic.c │ │ │ │ ├── unix │ │ │ │ │ ├── builtins.c │ │ │ │ │ ├── builtins64.c │ │ │ │ │ ├── ia32.c │ │ │ │ │ ├── mutex.c │ │ │ │ │ ├── mutex64.c │ │ │ │ │ ├── ppc.c │ │ │ │ │ ├── s390.c │ │ │ │ │ └── solaris.c │ │ │ │ └── win32 │ │ │ │ │ ├── apr_atomic.c │ │ │ │ │ └── apr_atomic64.c │ │ │ ├── dso │ │ │ │ ├── aix │ │ │ │ │ └── dso.c │ │ │ │ ├── beos │ │ │ │ │ └── dso.c │ │ │ │ ├── netware │ │ │ │ │ └── dso.c │ │ │ │ ├── os2 │ │ │ │ │ └── dso.c │ │ │ │ ├── os390 │ │ │ │ │ └── dso.c │ │ │ │ ├── unix │ │ │ │ │ └── dso.c │ │ │ │ └── win32 │ │ │ │ │ └── dso.c │ │ │ ├── encoding │ │ │ │ ├── apr_encode.c │ │ │ │ └── apr_escape.c │ │ │ ├── file_io │ │ │ │ ├── netware │ │ │ │ │ ├── filepath.c │ │ │ │ │ ├── filestat.c │ │ │ │ │ ├── filesys.c │ │ │ │ │ ├── flock.c │ │ │ │ │ ├── mktemp.c │ │ │ │ │ └── pipe.c │ │ │ │ ├── os2 │ │ │ │ │ ├── buffer.c │ │ │ │ │ ├── copy.c │ │ │ │ │ ├── dir.c │ │ │ │ │ ├── dir_make_recurse.c │ │ │ │ │ ├── fileacc.c │ │ │ │ │ ├── filedup.c │ │ │ │ │ ├── filepath.c │ │ │ │ │ ├── filepath_util.c │ │ │ │ │ ├── filestat.c │ │ │ │ │ ├── filesys.c │ │ │ │ │ ├── flock.c │ │ │ │ │ ├── fullrw.c │ │ │ │ │ ├── maperrorcode.c │ │ │ │ │ ├── mktemp.c │ │ │ │ │ ├── open.c │ │ │ │ │ ├── pipe.c │ │ │ │ │ ├── readwrite.c │ │ │ │ │ ├── seek.c │ │ │ │ │ └── tempdir.c │ │ │ │ ├── unix │ │ │ │ │ ├── buffer.c │ │ │ │ │ ├── copy.c │ │ │ │ │ ├── dir.c │ │ │ │ │ ├── fileacc.c │ │ │ │ │ ├── filedup.c │ │ │ │ │ ├── filepath.c │ │ │ │ │ ├── filepath_util.c │ │ │ │ │ ├── filestat.c │ │ │ │ │ ├── flock.c │ │ │ │ │ ├── fullrw.c │ │ │ │ │ ├── mktemp.c │ │ │ │ │ ├── open.c │ │ │ │ │ ├── pipe.c │ │ │ │ │ ├── readwrite.c │ │ │ │ │ ├── seek.c │ │ │ │ │ └── tempdir.c │ │ │ │ └── win32 │ │ │ │ │ ├── buffer.c │ │ │ │ │ ├── dir.c │ │ │ │ │ ├── filedup.c │ │ │ │ │ ├── filepath.c │ │ │ │ │ ├── filestat.c │ │ │ │ │ ├── filesys.c │ │ │ │ │ ├── flock.c │ │ │ │ │ ├── open.c │ │ │ │ │ ├── pipe.c │ │ │ │ │ ├── readwrite.c │ │ │ │ │ └── seek.c │ │ │ ├── include │ │ │ │ ├── apr.hnw │ │ │ │ ├── apr.hw │ │ │ │ ├── apr.hwc │ │ │ │ ├── apr_allocator.h │ │ │ │ ├── apr_atomic.h │ │ │ │ ├── apr_cstr.h │ │ │ │ ├── apr_dso.h │ │ │ │ ├── apr_encode.h │ │ │ │ ├── apr_env.h │ │ │ │ ├── apr_errno.h │ │ │ │ ├── apr_escape.h │ │ │ │ ├── apr_file_info.h │ │ │ │ ├── apr_file_io.h │ │ │ │ ├── apr_fnmatch.h │ │ │ │ ├── apr_general.h │ │ │ │ ├── apr_getopt.h │ │ │ │ ├── apr_global_mutex.h │ │ │ │ ├── apr_hash.h │ │ │ │ ├── apr_inherit.h │ │ │ │ ├── apr_lib.h │ │ │ │ ├── apr_mmap.h │ │ │ │ ├── apr_network_io.h │ │ │ │ ├── apr_perms_set.h │ │ │ │ ├── apr_poll.h │ │ │ │ ├── apr_pools.h │ │ │ │ ├── apr_portable.h │ │ │ │ ├── apr_proc_mutex.h │ │ │ │ ├── apr_random.h │ │ │ │ ├── apr_ring.h │ │ │ │ ├── apr_shm.h │ │ │ │ ├── apr_signal.h │ │ │ │ ├── apr_skiplist.h │ │ │ │ ├── apr_strings.h │ │ │ │ ├── apr_support.h │ │ │ │ ├── apr_tables.h │ │ │ │ ├── apr_thread_cond.h │ │ │ │ ├── apr_thread_mutex.h │ │ │ │ ├── apr_thread_proc.h │ │ │ │ ├── apr_thread_rwlock.h │ │ │ │ ├── apr_time.h │ │ │ │ ├── apr_user.h │ │ │ │ ├── apr_version.h │ │ │ │ ├── apr_want.h │ │ │ │ ├── arch │ │ │ │ │ ├── aix │ │ │ │ │ │ └── apr_arch_dso.h │ │ │ │ │ ├── apr_private_common.h │ │ │ │ │ ├── beos │ │ │ │ │ │ ├── apr_arch_dso.h │ │ │ │ │ │ ├── apr_arch_proc_mutex.h │ │ │ │ │ │ ├── apr_arch_thread_cond.h │ │ │ │ │ │ ├── apr_arch_thread_mutex.h │ │ │ │ │ │ ├── apr_arch_thread_rwlock.h │ │ │ │ │ │ └── apr_arch_threadproc.h │ │ │ │ │ ├── netware │ │ │ │ │ │ ├── apr_arch_dso.h │ │ │ │ │ │ ├── apr_arch_file_io.h │ │ │ │ │ │ ├── apr_arch_global_mutex.h │ │ │ │ │ │ ├── apr_arch_internal_time.h │ │ │ │ │ │ ├── apr_arch_networkio.h │ │ │ │ │ │ ├── apr_arch_pre_nw.h │ │ │ │ │ │ ├── apr_arch_proc_mutex.h │ │ │ │ │ │ ├── apr_arch_thread_cond.h │ │ │ │ │ │ ├── apr_arch_thread_mutex.h │ │ │ │ │ │ ├── apr_arch_thread_rwlock.h │ │ │ │ │ │ ├── apr_arch_threadproc.h │ │ │ │ │ │ └── apr_private.h │ │ │ │ │ ├── os2 │ │ │ │ │ │ ├── apr_arch_dso.h │ │ │ │ │ │ ├── apr_arch_file_io.h │ │ │ │ │ │ ├── apr_arch_inherit.h │ │ │ │ │ │ ├── apr_arch_networkio.h │ │ │ │ │ │ ├── apr_arch_os2calls.h │ │ │ │ │ │ ├── apr_arch_proc_mutex.h │ │ │ │ │ │ ├── apr_arch_thread_cond.h │ │ │ │ │ │ ├── apr_arch_thread_mutex.h │ │ │ │ │ │ ├── apr_arch_thread_rwlock.h │ │ │ │ │ │ └── apr_arch_threadproc.h │ │ │ │ │ ├── os390 │ │ │ │ │ │ └── apr_arch_dso.h │ │ │ │ │ ├── unix │ │ │ │ │ │ ├── apr_arch_atomic.h │ │ │ │ │ │ ├── apr_arch_dso.h │ │ │ │ │ │ ├── apr_arch_file_io.h │ │ │ │ │ │ ├── apr_arch_global_mutex.h │ │ │ │ │ │ ├── apr_arch_inherit.h │ │ │ │ │ │ ├── apr_arch_internal_time.h │ │ │ │ │ │ ├── apr_arch_misc.h │ │ │ │ │ │ ├── apr_arch_networkio.h │ │ │ │ │ │ ├── apr_arch_poll_private.h │ │ │ │ │ │ ├── apr_arch_proc_mutex.h │ │ │ │ │ │ ├── apr_arch_shm.h │ │ │ │ │ │ ├── apr_arch_thread_cond.h │ │ │ │ │ │ ├── apr_arch_thread_mutex.h │ │ │ │ │ │ ├── apr_arch_thread_rwlock.h │ │ │ │ │ │ └── apr_arch_threadproc.h │ │ │ │ │ └── win32 │ │ │ │ │ │ ├── apr_arch_atime.h │ │ │ │ │ │ ├── apr_arch_dso.h │ │ │ │ │ │ ├── apr_arch_file_io.h │ │ │ │ │ │ ├── apr_arch_inherit.h │ │ │ │ │ │ ├── apr_arch_misc.h │ │ │ │ │ │ ├── apr_arch_networkio.h │ │ │ │ │ │ ├── apr_arch_proc_mutex.h │ │ │ │ │ │ ├── apr_arch_thread_cond.h │ │ │ │ │ │ ├── apr_arch_thread_mutex.h │ │ │ │ │ │ ├── apr_arch_thread_rwlock.h │ │ │ │ │ │ ├── apr_arch_threadproc.h │ │ │ │ │ │ ├── apr_arch_utf8.h │ │ │ │ │ │ ├── apr_dbg_win32_handles.h │ │ │ │ │ │ └── apr_private.h │ │ │ │ └── private │ │ │ │ │ └── apr_encode_private.h │ │ │ ├── locks │ │ │ │ ├── beos │ │ │ │ │ ├── proc_mutex.c │ │ │ │ │ ├── thread_cond.c │ │ │ │ │ ├── thread_mutex.c │ │ │ │ │ └── thread_rwlock.c │ │ │ │ ├── netware │ │ │ │ │ ├── proc_mutex.c │ │ │ │ │ ├── thread_cond.c │ │ │ │ │ ├── thread_mutex.c │ │ │ │ │ └── thread_rwlock.c │ │ │ │ ├── os2 │ │ │ │ │ ├── proc_mutex.c │ │ │ │ │ ├── thread_cond.c │ │ │ │ │ ├── thread_mutex.c │ │ │ │ │ └── thread_rwlock.c │ │ │ │ ├── unix │ │ │ │ │ ├── global_mutex.c │ │ │ │ │ ├── proc_mutex.c │ │ │ │ │ ├── thread_cond.c │ │ │ │ │ ├── thread_mutex.c │ │ │ │ │ └── thread_rwlock.c │ │ │ │ └── win32 │ │ │ │ │ ├── proc_mutex.c │ │ │ │ │ ├── thread_cond.c │ │ │ │ │ ├── thread_mutex.c │ │ │ │ │ └── thread_rwlock.c │ │ │ ├── memory │ │ │ │ └── unix │ │ │ │ │ └── apr_pools.c │ │ │ ├── misc │ │ │ │ ├── netware │ │ │ │ │ ├── aprlib.def │ │ │ │ │ ├── charset.c │ │ │ │ │ ├── libprews.c │ │ │ │ │ ├── rand.c │ │ │ │ │ └── start.c │ │ │ │ ├── unix │ │ │ │ │ ├── charset.c │ │ │ │ │ ├── env.c │ │ │ │ │ ├── errorcodes.c │ │ │ │ │ ├── getopt.c │ │ │ │ │ ├── otherchild.c │ │ │ │ │ ├── rand.c │ │ │ │ │ ├── randbyte_os2.inc │ │ │ │ │ ├── start.c │ │ │ │ │ └── version.c │ │ │ │ └── win32 │ │ │ │ │ ├── apr_app.c │ │ │ │ │ ├── charset.c │ │ │ │ │ ├── env.c │ │ │ │ │ ├── internal.c │ │ │ │ │ ├── misc.c │ │ │ │ │ ├── rand.c │ │ │ │ │ ├── start.c │ │ │ │ │ └── utf8.c │ │ │ ├── mmap │ │ │ │ ├── unix │ │ │ │ │ ├── common.c │ │ │ │ │ └── mmap.c │ │ │ │ └── win32 │ │ │ │ │ └── mmap.c │ │ │ ├── network_io │ │ │ │ ├── beos │ │ │ │ │ ├── sendrecv.c │ │ │ │ │ └── socketcommon.c │ │ │ │ ├── os2 │ │ │ │ │ ├── inet_ntop.c │ │ │ │ │ ├── inet_pton.c │ │ │ │ │ ├── os2calls.c │ │ │ │ │ ├── sendrecv.c │ │ │ │ │ ├── sendrecv_udp.c │ │ │ │ │ ├── sockaddr.c │ │ │ │ │ ├── socket_util.c │ │ │ │ │ ├── sockets.c │ │ │ │ │ └── sockopt.c │ │ │ │ ├── unix │ │ │ │ │ ├── inet_ntop.c │ │ │ │ │ ├── inet_pton.c │ │ │ │ │ ├── multicast.c │ │ │ │ │ ├── sendrecv.c │ │ │ │ │ ├── sockaddr.c │ │ │ │ │ ├── socket_util.c │ │ │ │ │ ├── sockets.c │ │ │ │ │ └── sockopt.c │ │ │ │ └── win32 │ │ │ │ │ ├── sendrecv.c │ │ │ │ │ ├── sockets.c │ │ │ │ │ └── sockopt.c │ │ │ ├── passwd │ │ │ │ └── apr_getpass.c │ │ │ ├── poll │ │ │ │ ├── os2 │ │ │ │ │ ├── poll.c │ │ │ │ │ └── pollset.c │ │ │ │ └── unix │ │ │ │ │ ├── epoll.c │ │ │ │ │ ├── kqueue.c │ │ │ │ │ ├── poll.c │ │ │ │ │ ├── pollcb.c │ │ │ │ │ ├── pollset.c │ │ │ │ │ ├── port.c │ │ │ │ │ ├── select.c │ │ │ │ │ ├── wakeup.c │ │ │ │ │ └── z_asio.c │ │ │ ├── random │ │ │ │ └── unix │ │ │ │ │ ├── apr_random.c │ │ │ │ │ ├── sha2.c │ │ │ │ │ ├── sha2.h │ │ │ │ │ └── sha2_glue.c │ │ │ ├── shmem │ │ │ │ ├── beos │ │ │ │ │ └── shm.c │ │ │ │ ├── os2 │ │ │ │ │ └── shm.c │ │ │ │ ├── unix │ │ │ │ │ └── shm.c │ │ │ │ └── win32 │ │ │ │ │ └── shm.c │ │ │ ├── strings │ │ │ │ ├── apr_cpystrn.c │ │ │ │ ├── apr_cstr.c │ │ │ │ ├── apr_fnmatch.c │ │ │ │ ├── apr_snprintf.c │ │ │ │ ├── apr_strings.c │ │ │ │ ├── apr_strnatcmp.c │ │ │ │ └── apr_strtok.c │ │ │ ├── support │ │ │ │ └── unix │ │ │ │ │ └── waitio.c │ │ │ ├── tables │ │ │ │ ├── apr_hash.c │ │ │ │ ├── apr_skiplist.c │ │ │ │ └── apr_tables.c │ │ │ ├── threadproc │ │ │ │ ├── beos │ │ │ │ │ ├── apr_proc_stub.c │ │ │ │ │ ├── proc.c │ │ │ │ │ ├── thread.c │ │ │ │ │ ├── threadpriv.c │ │ │ │ │ └── threadproc_common.c │ │ │ │ ├── netware │ │ │ │ │ ├── proc.c │ │ │ │ │ ├── procsup.c │ │ │ │ │ ├── signals.c │ │ │ │ │ ├── thread.c │ │ │ │ │ └── threadpriv.c │ │ │ │ ├── os2 │ │ │ │ │ ├── proc.c │ │ │ │ │ ├── signals.c │ │ │ │ │ ├── thread.c │ │ │ │ │ └── threadpriv.c │ │ │ │ ├── unix │ │ │ │ │ ├── proc.c │ │ │ │ │ ├── procsup.c │ │ │ │ │ ├── signals.c │ │ │ │ │ ├── thread.c │ │ │ │ │ └── threadpriv.c │ │ │ │ └── win32 │ │ │ │ │ ├── proc.c │ │ │ │ │ ├── signals.c │ │ │ │ │ ├── thread.c │ │ │ │ │ └── threadpriv.c │ │ │ ├── time │ │ │ │ ├── unix │ │ │ │ │ ├── time.c │ │ │ │ │ └── timestr.c │ │ │ │ └── win32 │ │ │ │ │ ├── time.c │ │ │ │ │ └── timestr.c │ │ │ ├── tools │ │ │ │ └── gen_test_char.c │ │ │ └── user │ │ │ │ ├── netware │ │ │ │ ├── groupinfo.c │ │ │ │ └── userinfo.c │ │ │ │ ├── unix │ │ │ │ ├── groupinfo.c │ │ │ │ └── userinfo.c │ │ │ │ └── win32 │ │ │ │ ├── groupinfo.c │ │ │ │ └── userinfo.c │ │ └── version.cmake │ ├── bzip2 │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-libbz2-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ ├── miktex-libbz2.def │ │ │ │ └── miktex-libbz2.rc.in │ │ ├── source │ │ │ ├── LICENSE │ │ │ ├── blocksort.c │ │ │ ├── bzlib.c │ │ │ ├── bzlib.h │ │ │ ├── bzlib_private.h │ │ │ ├── compress.c │ │ │ ├── crctable.c │ │ │ ├── decompress.c │ │ │ ├── huffman.c │ │ │ └── randtable.c │ │ ├── sources.cmake │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── cairo │ │ ├── CMakeLists.txt │ │ ├── cairo-features.h.cmake │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── features.cmake │ │ ├── miktex-cairo-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-cairo.rc.in │ │ ├── source │ │ │ ├── AUTHORS │ │ │ ├── COPYING │ │ │ ├── COPYING-LGPL-2.1 │ │ │ ├── COPYING-MPL-1.1 │ │ │ └── src │ │ │ │ ├── cairo-analysis-surface-private.h │ │ │ │ ├── cairo-analysis-surface.c │ │ │ │ ├── cairo-arc-private.h │ │ │ │ ├── cairo-arc.c │ │ │ │ ├── cairo-array-private.h │ │ │ │ ├── cairo-array.c │ │ │ │ ├── cairo-atomic-private.h │ │ │ │ ├── cairo-atomic.c │ │ │ │ ├── cairo-backend-private.h │ │ │ │ ├── cairo-base64-stream.c │ │ │ │ ├── cairo-base85-stream.c │ │ │ │ ├── cairo-bentley-ottmann-rectangular.c │ │ │ │ ├── cairo-bentley-ottmann-rectilinear.c │ │ │ │ ├── cairo-bentley-ottmann.c │ │ │ │ ├── cairo-botor-scan-converter.c │ │ │ │ ├── cairo-box-inline.h │ │ │ │ ├── cairo-boxes-intersect.c │ │ │ │ ├── cairo-boxes-private.h │ │ │ │ ├── cairo-boxes.c │ │ │ │ ├── cairo-cache-private.h │ │ │ │ ├── cairo-cache.c │ │ │ │ ├── cairo-cff-subset.c │ │ │ │ ├── cairo-clip-boxes.c │ │ │ │ ├── cairo-clip-inline.h │ │ │ │ ├── cairo-clip-polygon.c │ │ │ │ ├── cairo-clip-private.h │ │ │ │ ├── cairo-clip-region.c │ │ │ │ ├── cairo-clip-surface.c │ │ │ │ ├── cairo-clip-tor-scan-converter.c │ │ │ │ ├── cairo-clip.c │ │ │ │ ├── cairo-color.c │ │ │ │ ├── cairo-colr-glyph-render.c │ │ │ │ ├── cairo-combsort-inline.h │ │ │ │ ├── cairo-compiler-private.h │ │ │ │ ├── cairo-composite-rectangles-private.h │ │ │ │ ├── cairo-composite-rectangles.c │ │ │ │ ├── cairo-compositor-private.h │ │ │ │ ├── cairo-compositor.c │ │ │ │ ├── cairo-contour-inline.h │ │ │ │ ├── cairo-contour-private.h │ │ │ │ ├── cairo-contour.c │ │ │ │ ├── cairo-ctype-inline.h │ │ │ │ ├── cairo-damage-private.h │ │ │ │ ├── cairo-damage.c │ │ │ │ ├── cairo-debug.c │ │ │ │ ├── cairo-default-context-private.h │ │ │ │ ├── cairo-default-context.c │ │ │ │ ├── cairo-deflate-stream.c │ │ │ │ ├── cairo-deprecated.h │ │ │ │ ├── cairo-device-private.h │ │ │ │ ├── cairo-device.c │ │ │ │ ├── cairo-dwrite.h │ │ │ │ ├── cairo-error-inline.h │ │ │ │ ├── cairo-error-private.h │ │ │ │ ├── cairo-error.c │ │ │ │ ├── cairo-fallback-compositor.c │ │ │ │ ├── cairo-fixed-private.h │ │ │ │ ├── cairo-fixed-type-private.h │ │ │ │ ├── cairo-fixed.c │ │ │ │ ├── cairo-font-face-twin-data.c │ │ │ │ ├── cairo-font-face-twin.c │ │ │ │ ├── cairo-font-face.c │ │ │ │ ├── cairo-font-options.c │ │ │ │ ├── cairo-fontconfig-private.h │ │ │ │ ├── cairo-freed-pool-private.h │ │ │ │ ├── cairo-freed-pool.c │ │ │ │ ├── cairo-freelist-private.h │ │ │ │ ├── cairo-freelist-type-private.h │ │ │ │ ├── cairo-freelist.c │ │ │ │ ├── cairo-ft-font.c │ │ │ │ ├── cairo-ft-private.h │ │ │ │ ├── cairo-ft.h │ │ │ │ ├── cairo-gstate-private.h │ │ │ │ ├── cairo-gstate.c │ │ │ │ ├── cairo-hash-private.h │ │ │ │ ├── cairo-hash.c │ │ │ │ ├── cairo-hull.c │ │ │ │ ├── cairo-image-compositor.c │ │ │ │ ├── cairo-image-info-private.h │ │ │ │ ├── cairo-image-info.c │ │ │ │ ├── cairo-image-mask-compositor.c │ │ │ │ ├── cairo-image-source.c │ │ │ │ ├── cairo-image-surface-inline.h │ │ │ │ ├── cairo-image-surface-private.h │ │ │ │ ├── cairo-image-surface.c │ │ │ │ ├── cairo-line-inline.h │ │ │ │ ├── cairo-line-private.h │ │ │ │ ├── cairo-line.c │ │ │ │ ├── cairo-list-inline.h │ │ │ │ ├── cairo-list-private.h │ │ │ │ ├── cairo-lzw.c │ │ │ │ ├── cairo-malloc-private.h │ │ │ │ ├── cairo-mask-compositor.c │ │ │ │ ├── cairo-matrix.c │ │ │ │ ├── cairo-mempool-private.h │ │ │ │ ├── cairo-mempool.c │ │ │ │ ├── cairo-mesh-pattern-rasterizer.c │ │ │ │ ├── cairo-misc.c │ │ │ │ ├── cairo-mono-scan-converter.c │ │ │ │ ├── cairo-mutex-impl-private.h │ │ │ │ ├── cairo-mutex-list-private.h │ │ │ │ ├── cairo-mutex-private.h │ │ │ │ ├── cairo-mutex-type-private.h │ │ │ │ ├── cairo-mutex.c │ │ │ │ ├── cairo-no-compositor.c │ │ │ │ ├── cairo-observer.c │ │ │ │ ├── cairo-output-stream-private.h │ │ │ │ ├── cairo-output-stream.c │ │ │ │ ├── cairo-paginated-private.h │ │ │ │ ├── cairo-paginated-surface-private.h │ │ │ │ ├── cairo-paginated-surface.c │ │ │ │ ├── cairo-path-bounds.c │ │ │ │ ├── cairo-path-fill.c │ │ │ │ ├── cairo-path-fixed-private.h │ │ │ │ ├── cairo-path-fixed.c │ │ │ │ ├── cairo-path-in-fill.c │ │ │ │ ├── cairo-path-private.h │ │ │ │ ├── cairo-path-stroke-boxes.c │ │ │ │ ├── cairo-path-stroke-polygon.c │ │ │ │ ├── cairo-path-stroke-traps.c │ │ │ │ ├── cairo-path-stroke-tristrip.c │ │ │ │ ├── cairo-path-stroke.c │ │ │ │ ├── cairo-path.c │ │ │ │ ├── cairo-pattern-inline.h │ │ │ │ ├── cairo-pattern-private.h │ │ │ │ ├── cairo-pattern.c │ │ │ │ ├── cairo-pdf-interchange.c │ │ │ │ ├── cairo-pdf-operators-private.h │ │ │ │ ├── cairo-pdf-operators.c │ │ │ │ ├── cairo-pdf-shading-private.h │ │ │ │ ├── cairo-pdf-shading.c │ │ │ │ ├── cairo-pdf-surface-private.h │ │ │ │ ├── cairo-pdf-surface.c │ │ │ │ ├── cairo-pdf.h │ │ │ │ ├── cairo-pen.c │ │ │ │ ├── cairo-pixman-private.h │ │ │ │ ├── cairo-png.c │ │ │ │ ├── cairo-polygon-intersect.c │ │ │ │ ├── cairo-polygon-reduce.c │ │ │ │ ├── cairo-polygon.c │ │ │ │ ├── cairo-private.h │ │ │ │ ├── cairo-ps-surface-private.h │ │ │ │ ├── cairo-ps-surface.c │ │ │ │ ├── cairo-ps.h │ │ │ │ ├── cairo-quartz-font.c │ │ │ │ ├── cairo-quartz-image-surface.c │ │ │ │ ├── cairo-quartz-image.h │ │ │ │ ├── cairo-quartz-private.h │ │ │ │ ├── cairo-quartz-surface.c │ │ │ │ ├── cairo-quartz.h │ │ │ │ ├── cairo-raster-source-pattern.c │ │ │ │ ├── cairo-recording-surface-inline.h │ │ │ │ ├── cairo-recording-surface-private.h │ │ │ │ ├── cairo-recording-surface.c │ │ │ │ ├── cairo-rectangle.c │ │ │ │ ├── cairo-rectangular-scan-converter.c │ │ │ │ ├── cairo-reference-count-private.h │ │ │ │ ├── cairo-region-private.h │ │ │ │ ├── cairo-region.c │ │ │ │ ├── cairo-rtree-private.h │ │ │ │ ├── cairo-rtree.c │ │ │ │ ├── cairo-scaled-font-private.h │ │ │ │ ├── cairo-scaled-font-subsets-private.h │ │ │ │ ├── cairo-scaled-font-subsets.c │ │ │ │ ├── cairo-scaled-font.c │ │ │ │ ├── cairo-script-private.h │ │ │ │ ├── cairo-script-surface.c │ │ │ │ ├── cairo-script.h │ │ │ │ ├── cairo-shape-mask-compositor.c │ │ │ │ ├── cairo-slope-private.h │ │ │ │ ├── cairo-slope.c │ │ │ │ ├── cairo-spans-compositor-private.h │ │ │ │ ├── cairo-spans-compositor.c │ │ │ │ ├── cairo-spans-private.h │ │ │ │ ├── cairo-spans.c │ │ │ │ ├── cairo-spline.c │ │ │ │ ├── cairo-stroke-dash-private.h │ │ │ │ ├── cairo-stroke-dash.c │ │ │ │ ├── cairo-stroke-style.c │ │ │ │ ├── cairo-surface-backend-private.h │ │ │ │ ├── cairo-surface-clipper-private.h │ │ │ │ ├── cairo-surface-clipper.c │ │ │ │ ├── cairo-surface-fallback-private.h │ │ │ │ ├── cairo-surface-fallback.c │ │ │ │ ├── cairo-surface-inline.h │ │ │ │ ├── cairo-surface-observer-inline.h │ │ │ │ ├── cairo-surface-observer-private.h │ │ │ │ ├── cairo-surface-observer.c │ │ │ │ ├── cairo-surface-offset-private.h │ │ │ │ ├── cairo-surface-offset.c │ │ │ │ ├── cairo-surface-private.h │ │ │ │ ├── cairo-surface-snapshot-inline.h │ │ │ │ ├── cairo-surface-snapshot-private.h │ │ │ │ ├── cairo-surface-snapshot.c │ │ │ │ ├── cairo-surface-subsurface-inline.h │ │ │ │ ├── cairo-surface-subsurface-private.h │ │ │ │ ├── cairo-surface-subsurface.c │ │ │ │ ├── cairo-surface-wrapper-private.h │ │ │ │ ├── cairo-surface-wrapper.c │ │ │ │ ├── cairo-surface.c │ │ │ │ ├── cairo-svg-glyph-render.c │ │ │ │ ├── cairo-svg-surface-private.h │ │ │ │ ├── cairo-svg-surface.c │ │ │ │ ├── cairo-svg.h │ │ │ │ ├── cairo-tag-attributes-private.h │ │ │ │ ├── cairo-tag-attributes.c │ │ │ │ ├── cairo-tag-stack-private.h │ │ │ │ ├── cairo-tag-stack.c │ │ │ │ ├── cairo-tee-surface.c │ │ │ │ ├── cairo-tee.h │ │ │ │ ├── cairo-time-private.h │ │ │ │ ├── cairo-time.c │ │ │ │ ├── cairo-tor-scan-converter.c │ │ │ │ ├── cairo-tor22-scan-converter.c │ │ │ │ ├── cairo-toy-font-face.c │ │ │ │ ├── cairo-traps-compositor.c │ │ │ │ ├── cairo-traps-private.h │ │ │ │ ├── cairo-traps.c │ │ │ │ ├── cairo-tristrip-private.h │ │ │ │ ├── cairo-tristrip.c │ │ │ │ ├── cairo-truetype-subset-private.h │ │ │ │ ├── cairo-truetype-subset.c │ │ │ │ ├── cairo-type1-fallback.c │ │ │ │ ├── cairo-type1-glyph-names.c │ │ │ │ ├── cairo-type1-private.h │ │ │ │ ├── cairo-type1-subset.c │ │ │ │ ├── cairo-type3-glyph-surface-private.h │ │ │ │ ├── cairo-type3-glyph-surface.c │ │ │ │ ├── cairo-types-private.h │ │ │ │ ├── cairo-unicode.c │ │ │ │ ├── cairo-user-font-private.h │ │ │ │ ├── cairo-user-font.c │ │ │ │ ├── cairo-version.c │ │ │ │ ├── cairo-version.h │ │ │ │ ├── cairo-wideint-private.h │ │ │ │ ├── cairo-wideint-type-private.h │ │ │ │ ├── cairo-wideint.c │ │ │ │ ├── cairo-win32.h │ │ │ │ ├── cairo-xcb-connection-core.c │ │ │ │ ├── cairo-xcb-connection-render.c │ │ │ │ ├── cairo-xcb-connection-shm.c │ │ │ │ ├── cairo-xcb-connection.c │ │ │ │ ├── cairo-xcb-private.h │ │ │ │ ├── cairo-xcb-resources.c │ │ │ │ ├── cairo-xcb-screen.c │ │ │ │ ├── cairo-xcb-shm.c │ │ │ │ ├── cairo-xcb-surface-core.c │ │ │ │ ├── cairo-xcb-surface-render.c │ │ │ │ ├── cairo-xcb-surface.c │ │ │ │ ├── cairo-xcb.h │ │ │ │ ├── cairo-xlib-core-compositor.c │ │ │ │ ├── cairo-xlib-display.c │ │ │ │ ├── cairo-xlib-fallback-compositor.c │ │ │ │ ├── cairo-xlib-private.h │ │ │ │ ├── cairo-xlib-render-compositor.c │ │ │ │ ├── cairo-xlib-screen.c │ │ │ │ ├── cairo-xlib-source.c │ │ │ │ ├── cairo-xlib-surface-private.h │ │ │ │ ├── cairo-xlib-surface-shm.c │ │ │ │ ├── cairo-xlib-surface.c │ │ │ │ ├── cairo-xlib-visual.c │ │ │ │ ├── cairo-xlib-xcb-surface.c │ │ │ │ ├── cairo-xlib-xrender-private.h │ │ │ │ ├── cairo-xlib-xrender.h │ │ │ │ ├── cairo-xlib.h │ │ │ │ ├── cairo.c │ │ │ │ ├── cairo.h │ │ │ │ ├── cairoint.h │ │ │ │ ├── check-link.c │ │ │ │ ├── test-base-compositor-surface.c │ │ │ │ ├── test-compositor-surface-private.h │ │ │ │ ├── test-compositor-surface.c │ │ │ │ ├── test-compositor-surface.h │ │ │ │ ├── test-null-compositor-surface.c │ │ │ │ ├── test-null-compositor-surface.h │ │ │ │ ├── test-paginated-surface.c │ │ │ │ ├── test-paginated-surface.h │ │ │ │ └── win32 │ │ │ │ ├── cairo-dwrite-font.cpp │ │ │ │ ├── cairo-dwrite-private.hpp │ │ │ │ ├── cairo-win32-debug.c │ │ │ │ ├── cairo-win32-device.c │ │ │ │ ├── cairo-win32-display-surface.c │ │ │ │ ├── cairo-win32-font.c │ │ │ │ ├── cairo-win32-gdi-compositor.c │ │ │ │ ├── cairo-win32-printing-surface.c │ │ │ │ ├── cairo-win32-private.h │ │ │ │ ├── cairo-win32-refptr.hpp │ │ │ │ ├── cairo-win32-surface.c │ │ │ │ ├── cairo-win32-system.c │ │ │ │ ├── d2d1-extra.h │ │ │ │ └── dw-extra.h │ │ ├── sources.cmake │ │ └── version.cmake │ ├── curl │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-curl-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-curl.rc.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── include │ │ │ │ └── curl │ │ │ │ │ ├── curl.h │ │ │ │ │ ├── curlver.h │ │ │ │ │ ├── easy.h │ │ │ │ │ ├── header.h │ │ │ │ │ ├── mprintf.h │ │ │ │ │ ├── multi.h │ │ │ │ │ ├── options.h │ │ │ │ │ ├── stdcheaders.h │ │ │ │ │ ├── system.h │ │ │ │ │ ├── typecheck-gcc.h │ │ │ │ │ ├── urlapi.h │ │ │ │ │ └── websockets.h │ │ │ └── lib │ │ │ │ ├── altsvc.c │ │ │ │ ├── altsvc.h │ │ │ │ ├── amigaos.c │ │ │ │ ├── amigaos.h │ │ │ │ ├── arpa_telnet.h │ │ │ │ ├── asyn-ares.c │ │ │ │ ├── asyn-thread.c │ │ │ │ ├── asyn.h │ │ │ │ ├── base64.c │ │ │ │ ├── bufq.c │ │ │ │ ├── bufq.h │ │ │ │ ├── bufref.c │ │ │ │ ├── bufref.h │ │ │ │ ├── c-hyper.c │ │ │ │ ├── c-hyper.h │ │ │ │ ├── cf-h1-proxy.c │ │ │ │ ├── cf-h1-proxy.h │ │ │ │ ├── cf-h2-proxy.c │ │ │ │ ├── cf-h2-proxy.h │ │ │ │ ├── cf-haproxy.c │ │ │ │ ├── cf-haproxy.h │ │ │ │ ├── cf-https-connect.c │ │ │ │ ├── cf-https-connect.h │ │ │ │ ├── cf-socket.c │ │ │ │ ├── cf-socket.h │ │ │ │ ├── cfilters.c │ │ │ │ ├── cfilters.h │ │ │ │ ├── config-amigaos.h │ │ │ │ ├── config-dos.h │ │ │ │ ├── config-mac.h │ │ │ │ ├── config-os400.h │ │ │ │ ├── config-plan9.h │ │ │ │ ├── config-riscos.h │ │ │ │ ├── config-win32.h │ │ │ │ ├── config-win32ce.h │ │ │ │ ├── conncache.c │ │ │ │ ├── conncache.h │ │ │ │ ├── connect.c │ │ │ │ ├── connect.h │ │ │ │ ├── content_encoding.c │ │ │ │ ├── content_encoding.h │ │ │ │ ├── cookie.c │ │ │ │ ├── cookie.h │ │ │ │ ├── curl_addrinfo.c │ │ │ │ ├── curl_addrinfo.h │ │ │ │ ├── curl_base64.h │ │ │ │ ├── curl_config.h.cmake │ │ │ │ ├── curl_config.h.in │ │ │ │ ├── curl_ctype.h │ │ │ │ ├── curl_des.c │ │ │ │ ├── curl_des.h │ │ │ │ ├── curl_endian.c │ │ │ │ ├── curl_endian.h │ │ │ │ ├── curl_fnmatch.c │ │ │ │ ├── curl_fnmatch.h │ │ │ │ ├── curl_get_line.c │ │ │ │ ├── curl_get_line.h │ │ │ │ ├── curl_gethostname.c │ │ │ │ ├── curl_gethostname.h │ │ │ │ ├── curl_gssapi.c │ │ │ │ ├── curl_gssapi.h │ │ │ │ ├── curl_hmac.h │ │ │ │ ├── curl_krb5.h │ │ │ │ ├── curl_ldap.h │ │ │ │ ├── curl_md4.h │ │ │ │ ├── curl_md5.h │ │ │ │ ├── curl_memory.h │ │ │ │ ├── curl_memrchr.c │ │ │ │ ├── curl_memrchr.h │ │ │ │ ├── curl_multibyte.c │ │ │ │ ├── curl_multibyte.h │ │ │ │ ├── curl_ntlm_core.c │ │ │ │ ├── curl_ntlm_core.h │ │ │ │ ├── curl_ntlm_wb.c │ │ │ │ ├── curl_ntlm_wb.h │ │ │ │ ├── curl_path.c │ │ │ │ ├── curl_path.h │ │ │ │ ├── curl_printf.h │ │ │ │ ├── curl_range.c │ │ │ │ ├── curl_range.h │ │ │ │ ├── curl_rtmp.c │ │ │ │ ├── curl_rtmp.h │ │ │ │ ├── curl_sasl.c │ │ │ │ ├── curl_sasl.h │ │ │ │ ├── curl_setup.h │ │ │ │ ├── curl_setup_once.h │ │ │ │ ├── curl_sha256.h │ │ │ │ ├── curl_sspi.c │ │ │ │ ├── curl_sspi.h │ │ │ │ ├── curl_threads.c │ │ │ │ ├── curl_threads.h │ │ │ │ ├── curl_trc.c │ │ │ │ ├── curl_trc.h │ │ │ │ ├── curlx.h │ │ │ │ ├── dict.c │ │ │ │ ├── dict.h │ │ │ │ ├── doh.c │ │ │ │ ├── doh.h │ │ │ │ ├── dynbuf.c │ │ │ │ ├── dynbuf.h │ │ │ │ ├── dynhds.c │ │ │ │ ├── dynhds.h │ │ │ │ ├── easy.c │ │ │ │ ├── easy_lock.h │ │ │ │ ├── easygetopt.c │ │ │ │ ├── easyif.h │ │ │ │ ├── easyoptions.c │ │ │ │ ├── easyoptions.h │ │ │ │ ├── escape.c │ │ │ │ ├── escape.h │ │ │ │ ├── file.c │ │ │ │ ├── file.h │ │ │ │ ├── fileinfo.c │ │ │ │ ├── fileinfo.h │ │ │ │ ├── fopen.c │ │ │ │ ├── fopen.h │ │ │ │ ├── formdata.c │ │ │ │ ├── formdata.h │ │ │ │ ├── ftp.c │ │ │ │ ├── ftp.h │ │ │ │ ├── ftplistparser.c │ │ │ │ ├── ftplistparser.h │ │ │ │ ├── functypes.h │ │ │ │ ├── getenv.c │ │ │ │ ├── getinfo.c │ │ │ │ ├── getinfo.h │ │ │ │ ├── gopher.c │ │ │ │ ├── gopher.h │ │ │ │ ├── hash.c │ │ │ │ ├── hash.h │ │ │ │ ├── headers.c │ │ │ │ ├── headers.h │ │ │ │ ├── hmac.c │ │ │ │ ├── hostasyn.c │ │ │ │ ├── hostip.c │ │ │ │ ├── hostip.h │ │ │ │ ├── hostip4.c │ │ │ │ ├── hostip6.c │ │ │ │ ├── hostsyn.c │ │ │ │ ├── hsts.c │ │ │ │ ├── hsts.h │ │ │ │ ├── http.c │ │ │ │ ├── http.h │ │ │ │ ├── http1.c │ │ │ │ ├── http1.h │ │ │ │ ├── http2.c │ │ │ │ ├── http2.h │ │ │ │ ├── http_aws_sigv4.c │ │ │ │ ├── http_aws_sigv4.h │ │ │ │ ├── http_chunks.c │ │ │ │ ├── http_chunks.h │ │ │ │ ├── http_digest.c │ │ │ │ ├── http_digest.h │ │ │ │ ├── http_negotiate.c │ │ │ │ ├── http_negotiate.h │ │ │ │ ├── http_ntlm.c │ │ │ │ ├── http_ntlm.h │ │ │ │ ├── http_proxy.c │ │ │ │ ├── http_proxy.h │ │ │ │ ├── idn.c │ │ │ │ ├── idn.h │ │ │ │ ├── if2ip.c │ │ │ │ ├── if2ip.h │ │ │ │ ├── imap.c │ │ │ │ ├── imap.h │ │ │ │ ├── inet_ntop.c │ │ │ │ ├── inet_ntop.h │ │ │ │ ├── inet_pton.c │ │ │ │ ├── inet_pton.h │ │ │ │ ├── krb5.c │ │ │ │ ├── ldap.c │ │ │ │ ├── llist.c │ │ │ │ ├── llist.h │ │ │ │ ├── macos.c │ │ │ │ ├── macos.h │ │ │ │ ├── md4.c │ │ │ │ ├── md5.c │ │ │ │ ├── memdebug.c │ │ │ │ ├── memdebug.h │ │ │ │ ├── mime.c │ │ │ │ ├── mime.h │ │ │ │ ├── mprintf.c │ │ │ │ ├── mqtt.c │ │ │ │ ├── mqtt.h │ │ │ │ ├── multi.c │ │ │ │ ├── multihandle.h │ │ │ │ ├── multiif.h │ │ │ │ ├── netrc.c │ │ │ │ ├── netrc.h │ │ │ │ ├── nonblock.c │ │ │ │ ├── nonblock.h │ │ │ │ ├── noproxy.c │ │ │ │ ├── noproxy.h │ │ │ │ ├── openldap.c │ │ │ │ ├── parsedate.c │ │ │ │ ├── parsedate.h │ │ │ │ ├── pingpong.c │ │ │ │ ├── pingpong.h │ │ │ │ ├── pop3.c │ │ │ │ ├── pop3.h │ │ │ │ ├── progress.c │ │ │ │ ├── progress.h │ │ │ │ ├── psl.c │ │ │ │ ├── psl.h │ │ │ │ ├── rand.c │ │ │ │ ├── rand.h │ │ │ │ ├── rename.c │ │ │ │ ├── rename.h │ │ │ │ ├── rtsp.c │ │ │ │ ├── rtsp.h │ │ │ │ ├── select.c │ │ │ │ ├── select.h │ │ │ │ ├── sendf.c │ │ │ │ ├── sendf.h │ │ │ │ ├── setopt.c │ │ │ │ ├── setopt.h │ │ │ │ ├── setup-os400.h │ │ │ │ ├── setup-vms.h │ │ │ │ ├── setup-win32.h │ │ │ │ ├── sha256.c │ │ │ │ ├── share.c │ │ │ │ ├── share.h │ │ │ │ ├── sigpipe.h │ │ │ │ ├── slist.c │ │ │ │ ├── slist.h │ │ │ │ ├── smb.c │ │ │ │ ├── smb.h │ │ │ │ ├── smtp.c │ │ │ │ ├── smtp.h │ │ │ │ ├── sockaddr.h │ │ │ │ ├── socketpair.c │ │ │ │ ├── socketpair.h │ │ │ │ ├── socks.c │ │ │ │ ├── socks.h │ │ │ │ ├── socks_gssapi.c │ │ │ │ ├── socks_sspi.c │ │ │ │ ├── speedcheck.c │ │ │ │ ├── speedcheck.h │ │ │ │ ├── splay.c │ │ │ │ ├── splay.h │ │ │ │ ├── strcase.c │ │ │ │ ├── strcase.h │ │ │ │ ├── strdup.c │ │ │ │ ├── strdup.h │ │ │ │ ├── strerror.c │ │ │ │ ├── strerror.h │ │ │ │ ├── strtok.c │ │ │ │ ├── strtok.h │ │ │ │ ├── strtoofft.c │ │ │ │ ├── strtoofft.h │ │ │ │ ├── system_win32.c │ │ │ │ ├── system_win32.h │ │ │ │ ├── telnet.c │ │ │ │ ├── telnet.h │ │ │ │ ├── tftp.c │ │ │ │ ├── tftp.h │ │ │ │ ├── timediff.c │ │ │ │ ├── timediff.h │ │ │ │ ├── timeval.c │ │ │ │ ├── timeval.h │ │ │ │ ├── transfer.c │ │ │ │ ├── transfer.h │ │ │ │ ├── url.c │ │ │ │ ├── url.h │ │ │ │ ├── urlapi-int.h │ │ │ │ ├── urlapi.c │ │ │ │ ├── urldata.h │ │ │ │ ├── vauth │ │ │ │ ├── cleartext.c │ │ │ │ ├── cram.c │ │ │ │ ├── digest.c │ │ │ │ ├── digest.h │ │ │ │ ├── digest_sspi.c │ │ │ │ ├── gsasl.c │ │ │ │ ├── krb5_gssapi.c │ │ │ │ ├── krb5_sspi.c │ │ │ │ ├── ntlm.c │ │ │ │ ├── ntlm.h │ │ │ │ ├── ntlm_sspi.c │ │ │ │ ├── oauth2.c │ │ │ │ ├── spnego_gssapi.c │ │ │ │ ├── spnego_sspi.c │ │ │ │ ├── vauth.c │ │ │ │ └── vauth.h │ │ │ │ ├── version.c │ │ │ │ ├── version_win32.c │ │ │ │ ├── version_win32.h │ │ │ │ ├── vquic │ │ │ │ ├── curl_msh3.c │ │ │ │ ├── curl_msh3.h │ │ │ │ ├── curl_ngtcp2.c │ │ │ │ ├── curl_ngtcp2.h │ │ │ │ ├── curl_quiche.c │ │ │ │ ├── curl_quiche.h │ │ │ │ ├── vquic.c │ │ │ │ ├── vquic.h │ │ │ │ └── vquic_int.h │ │ │ │ ├── vssh │ │ │ │ ├── libssh.c │ │ │ │ ├── libssh2.c │ │ │ │ ├── ssh.h │ │ │ │ └── wolfssh.c │ │ │ │ ├── vtls │ │ │ │ ├── bearssl.c │ │ │ │ ├── bearssl.h │ │ │ │ ├── gtls.c │ │ │ │ ├── gtls.h │ │ │ │ ├── hostcheck.c │ │ │ │ ├── hostcheck.h │ │ │ │ ├── keylog.c │ │ │ │ ├── keylog.h │ │ │ │ ├── mbedtls.c │ │ │ │ ├── mbedtls.h │ │ │ │ ├── mbedtls_threadlock.c │ │ │ │ ├── mbedtls_threadlock.h │ │ │ │ ├── openssl.c │ │ │ │ ├── openssl.h │ │ │ │ ├── rustls.c │ │ │ │ ├── rustls.h │ │ │ │ ├── schannel.c │ │ │ │ ├── schannel.h │ │ │ │ ├── schannel_int.h │ │ │ │ ├── schannel_verify.c │ │ │ │ ├── sectransp.c │ │ │ │ ├── sectransp.h │ │ │ │ ├── vtls.c │ │ │ │ ├── vtls.h │ │ │ │ ├── vtls_int.h │ │ │ │ ├── wolfssl.c │ │ │ │ ├── wolfssl.h │ │ │ │ ├── x509asn1.c │ │ │ │ └── x509asn1.h │ │ │ │ ├── warnless.c │ │ │ │ ├── warnless.h │ │ │ │ ├── ws.c │ │ │ │ └── ws.h │ │ ├── sources.cmake │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── egl-registry │ │ ├── CMakeLists.txt │ │ └── source │ │ │ └── api │ │ │ └── KHR │ │ │ └── khrplatform.h │ ├── expat │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-expat-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ ├── expat.def │ │ │ │ └── miktex-expat.rc.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── expat_config.h.cmake │ │ │ └── lib │ │ │ │ ├── ascii.h │ │ │ │ ├── asciitab.h │ │ │ │ ├── expat.h │ │ │ │ ├── expat_external.h │ │ │ │ ├── iasciitab.h │ │ │ │ ├── internal.h │ │ │ │ ├── latin1tab.h │ │ │ │ ├── nametab.h │ │ │ │ ├── siphash.h │ │ │ │ ├── utf8tab.h │ │ │ │ ├── winconfig.h │ │ │ │ ├── xmlparse.c │ │ │ │ ├── xmlrole.c │ │ │ │ ├── xmlrole.h │ │ │ │ ├── xmltok.c │ │ │ │ ├── xmltok.h │ │ │ │ ├── xmltok_impl.c │ │ │ │ ├── xmltok_impl.h │ │ │ │ └── xmltok_ns.c │ │ ├── sources.cmake │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── fmt │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-fmt-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-fmt.rc.in │ │ ├── source │ │ │ ├── LICENSE.rst │ │ │ ├── include │ │ │ │ └── fmt │ │ │ │ │ ├── args.h │ │ │ │ │ ├── chrono.h │ │ │ │ │ ├── color.h │ │ │ │ │ ├── compile.h │ │ │ │ │ ├── core.h │ │ │ │ │ ├── format-inl.h │ │ │ │ │ ├── format.h │ │ │ │ │ ├── os.h │ │ │ │ │ ├── ostream.h │ │ │ │ │ ├── printf.h │ │ │ │ │ ├── ranges.h │ │ │ │ │ ├── std.h │ │ │ │ │ └── xchar.h │ │ │ └── src │ │ │ │ ├── fmt.cc │ │ │ │ ├── format.cc │ │ │ │ └── os.cc │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── fontconfig │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── miktex-fontconfig-version.h.in │ │ ├── miktex │ │ │ ├── fontconfig.cpp │ │ │ └── fontconfig.h │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── config-fixups.h │ │ │ ├── fc-cache │ │ │ │ └── fc-cache.c │ │ │ ├── fc-case │ │ │ │ ├── CaseFolding.txt │ │ │ │ ├── fc-case.c │ │ │ │ ├── fccase.h │ │ │ │ └── fccase.tmpl.h │ │ │ ├── fc-cat │ │ │ │ └── fc-cat.c │ │ │ ├── fc-conflist │ │ │ │ └── fc-conflist.c │ │ │ ├── fc-lang │ │ │ │ ├── aa.orth │ │ │ │ ├── ab.orth │ │ │ │ ├── af.orth │ │ │ │ ├── ak.orth │ │ │ │ ├── am.orth │ │ │ │ ├── an.orth │ │ │ │ ├── ar.orth │ │ │ │ ├── as.orth │ │ │ │ ├── ast.orth │ │ │ │ ├── av.orth │ │ │ │ ├── ay.orth │ │ │ │ ├── az_az.orth │ │ │ │ ├── az_ir.orth │ │ │ │ ├── ba.orth │ │ │ │ ├── be.orth │ │ │ │ ├── ber_dz.orth │ │ │ │ ├── ber_ma.orth │ │ │ │ ├── bg.orth │ │ │ │ ├── bh.orth │ │ │ │ ├── bho.orth │ │ │ │ ├── bi.orth │ │ │ │ ├── bin.orth │ │ │ │ ├── bm.orth │ │ │ │ ├── bn.orth │ │ │ │ ├── bo.orth │ │ │ │ ├── br.orth │ │ │ │ ├── brx.orth │ │ │ │ ├── bs.orth │ │ │ │ ├── bua.orth │ │ │ │ ├── byn.orth │ │ │ │ ├── ca.orth │ │ │ │ ├── ce.orth │ │ │ │ ├── ch.orth │ │ │ │ ├── chm.orth │ │ │ │ ├── chr.orth │ │ │ │ ├── co.orth │ │ │ │ ├── crh.orth │ │ │ │ ├── cs.orth │ │ │ │ ├── csb.orth │ │ │ │ ├── cu.orth │ │ │ │ ├── cv.orth │ │ │ │ ├── cy.orth │ │ │ │ ├── da.orth │ │ │ │ ├── de.orth │ │ │ │ ├── doi.orth │ │ │ │ ├── dv.orth │ │ │ │ ├── dz.orth │ │ │ │ ├── ee.orth │ │ │ │ ├── el.orth │ │ │ │ ├── en.orth │ │ │ │ ├── eo.orth │ │ │ │ ├── es.orth │ │ │ │ ├── et.orth │ │ │ │ ├── eu.orth │ │ │ │ ├── fa.orth │ │ │ │ ├── fat.orth │ │ │ │ ├── fc-lang.c │ │ │ │ ├── fclang.h │ │ │ │ ├── fclang.tmpl.h │ │ │ │ ├── ff.orth │ │ │ │ ├── fi.orth │ │ │ │ ├── fil.orth │ │ │ │ ├── fj.orth │ │ │ │ ├── fo.orth │ │ │ │ ├── fr.orth │ │ │ │ ├── fur.orth │ │ │ │ ├── fy.orth │ │ │ │ ├── ga.orth │ │ │ │ ├── gd.orth │ │ │ │ ├── gez.orth │ │ │ │ ├── gl.orth │ │ │ │ ├── gn.orth │ │ │ │ ├── gu.orth │ │ │ │ ├── gv.orth │ │ │ │ ├── ha.orth │ │ │ │ ├── haw.orth │ │ │ │ ├── he.orth │ │ │ │ ├── hi.orth │ │ │ │ ├── hne.orth │ │ │ │ ├── ho.orth │ │ │ │ ├── hr.orth │ │ │ │ ├── hsb.orth │ │ │ │ ├── ht.orth │ │ │ │ ├── hu.orth │ │ │ │ ├── hy.orth │ │ │ │ ├── hz.orth │ │ │ │ ├── ia.orth │ │ │ │ ├── id.orth │ │ │ │ ├── ie.orth │ │ │ │ ├── ig.orth │ │ │ │ ├── ii.orth │ │ │ │ ├── ik.orth │ │ │ │ ├── io.orth │ │ │ │ ├── is.orth │ │ │ │ ├── it.orth │ │ │ │ ├── iu.orth │ │ │ │ ├── ja.orth │ │ │ │ ├── jv.orth │ │ │ │ ├── ka.orth │ │ │ │ ├── kaa.orth │ │ │ │ ├── kab.orth │ │ │ │ ├── ki.orth │ │ │ │ ├── kj.orth │ │ │ │ ├── kk.orth │ │ │ │ ├── kl.orth │ │ │ │ ├── km.orth │ │ │ │ ├── kn.orth │ │ │ │ ├── ko.orth │ │ │ │ ├── kok.orth │ │ │ │ ├── kr.orth │ │ │ │ ├── ks.orth │ │ │ │ ├── ku_am.orth │ │ │ │ ├── ku_iq.orth │ │ │ │ ├── ku_ir.orth │ │ │ │ ├── ku_tr.orth │ │ │ │ ├── kum.orth │ │ │ │ ├── kv.orth │ │ │ │ ├── kw.orth │ │ │ │ ├── kwm.orth │ │ │ │ ├── ky.orth │ │ │ │ ├── la.orth │ │ │ │ ├── lah.orth │ │ │ │ ├── lb.orth │ │ │ │ ├── lez.orth │ │ │ │ ├── lg.orth │ │ │ │ ├── li.orth │ │ │ │ ├── ln.orth │ │ │ │ ├── lo.orth │ │ │ │ ├── lt.orth │ │ │ │ ├── lv.orth │ │ │ │ ├── mai.orth │ │ │ │ ├── mg.orth │ │ │ │ ├── mh.orth │ │ │ │ ├── mi.orth │ │ │ │ ├── mk.orth │ │ │ │ ├── ml.orth │ │ │ │ ├── mn_cn.orth │ │ │ │ ├── mn_mn.orth │ │ │ │ ├── mni.orth │ │ │ │ ├── mo.orth │ │ │ │ ├── mr.orth │ │ │ │ ├── ms.orth │ │ │ │ ├── mt.orth │ │ │ │ ├── my.orth │ │ │ │ ├── na.orth │ │ │ │ ├── nb.orth │ │ │ │ ├── nds.orth │ │ │ │ ├── ne.orth │ │ │ │ ├── ng.orth │ │ │ │ ├── nl.orth │ │ │ │ ├── nn.orth │ │ │ │ ├── no.orth │ │ │ │ ├── nqo.orth │ │ │ │ ├── nr.orth │ │ │ │ ├── nso.orth │ │ │ │ ├── nv.orth │ │ │ │ ├── ny.orth │ │ │ │ ├── oc.orth │ │ │ │ ├── om.orth │ │ │ │ ├── or.orth │ │ │ │ ├── os.orth │ │ │ │ ├── ota.orth │ │ │ │ ├── pa.orth │ │ │ │ ├── pa_pk.orth │ │ │ │ ├── pap_an.orth │ │ │ │ ├── pap_aw.orth │ │ │ │ ├── pl.orth │ │ │ │ ├── ps_af.orth │ │ │ │ ├── ps_pk.orth │ │ │ │ ├── pt.orth │ │ │ │ ├── qu.orth │ │ │ │ ├── quz.orth │ │ │ │ ├── rm.orth │ │ │ │ ├── rn.orth │ │ │ │ ├── ro.orth │ │ │ │ ├── ru.orth │ │ │ │ ├── rw.orth │ │ │ │ ├── sa.orth │ │ │ │ ├── sah.orth │ │ │ │ ├── sat.orth │ │ │ │ ├── sc.orth │ │ │ │ ├── sco.orth │ │ │ │ ├── sd.orth │ │ │ │ ├── se.orth │ │ │ │ ├── sel.orth │ │ │ │ ├── sg.orth │ │ │ │ ├── sh.orth │ │ │ │ ├── shs.orth │ │ │ │ ├── si.orth │ │ │ │ ├── sid.orth │ │ │ │ ├── sk.orth │ │ │ │ ├── sl.orth │ │ │ │ ├── sm.orth │ │ │ │ ├── sma.orth │ │ │ │ ├── smj.orth │ │ │ │ ├── smn.orth │ │ │ │ ├── sms.orth │ │ │ │ ├── sn.orth │ │ │ │ ├── so.orth │ │ │ │ ├── sq.orth │ │ │ │ ├── sr.orth │ │ │ │ ├── ss.orth │ │ │ │ ├── st.orth │ │ │ │ ├── su.orth │ │ │ │ ├── sv.orth │ │ │ │ ├── sw.orth │ │ │ │ ├── syr.orth │ │ │ │ ├── ta.orth │ │ │ │ ├── te.orth │ │ │ │ ├── tg.orth │ │ │ │ ├── th.orth │ │ │ │ ├── ti_er.orth │ │ │ │ ├── ti_et.orth │ │ │ │ ├── tig.orth │ │ │ │ ├── tk.orth │ │ │ │ ├── tl.orth │ │ │ │ ├── tn.orth │ │ │ │ ├── to.orth │ │ │ │ ├── tr.orth │ │ │ │ ├── ts.orth │ │ │ │ ├── tt.orth │ │ │ │ ├── tw.orth │ │ │ │ ├── ty.orth │ │ │ │ ├── tyv.orth │ │ │ │ ├── ug.orth │ │ │ │ ├── uk.orth │ │ │ │ ├── und_zmth.orth │ │ │ │ ├── und_zsye.orth │ │ │ │ ├── ur.orth │ │ │ │ ├── uz.orth │ │ │ │ ├── ve.orth │ │ │ │ ├── vi.orth │ │ │ │ ├── vo.orth │ │ │ │ ├── vot.orth │ │ │ │ ├── wa.orth │ │ │ │ ├── wal.orth │ │ │ │ ├── wen.orth │ │ │ │ ├── wo.orth │ │ │ │ ├── xh.orth │ │ │ │ ├── yap.orth │ │ │ │ ├── yi.orth │ │ │ │ ├── yo.orth │ │ │ │ ├── za.orth │ │ │ │ ├── zh_cn.orth │ │ │ │ ├── zh_hk.orth │ │ │ │ ├── zh_mo.orth │ │ │ │ ├── zh_sg.orth │ │ │ │ ├── zh_tw.orth │ │ │ │ └── zu.orth │ │ │ ├── fc-list │ │ │ │ └── fc-list.c │ │ │ ├── fc-match │ │ │ │ └── fc-match.c │ │ │ ├── fc-pattern │ │ │ │ └── fc-pattern.c │ │ │ ├── fc-query │ │ │ │ └── fc-query.c │ │ │ ├── fc-scan │ │ │ │ └── fc-scan.c │ │ │ ├── fc-validate │ │ │ │ └── fc-validate.c │ │ │ ├── fontconfig │ │ │ │ ├── fcfreetype.h │ │ │ │ ├── fcprivate.h │ │ │ │ └── fontconfig.h │ │ │ └── src │ │ │ │ ├── fcarch.c │ │ │ │ ├── fcarch.h │ │ │ │ ├── fcatomic.c │ │ │ │ ├── fcatomic.h │ │ │ │ ├── fccache.c │ │ │ │ ├── fccfg.c │ │ │ │ ├── fccharset.c │ │ │ │ ├── fccompat.c │ │ │ │ ├── fcdbg.c │ │ │ │ ├── fcdefault.c │ │ │ │ ├── fcdeprecate.h │ │ │ │ ├── fcdir.c │ │ │ │ ├── fcformat.c │ │ │ │ ├── fcfreetype.c │ │ │ │ ├── fcfs.c │ │ │ │ ├── fcftint.h │ │ │ │ ├── fchash.c │ │ │ │ ├── fcinit.c │ │ │ │ ├── fcint.h │ │ │ │ ├── fclang.c │ │ │ │ ├── fclist.c │ │ │ │ ├── fcmatch.c │ │ │ │ ├── fcmatrix.c │ │ │ │ ├── fcmutex.h │ │ │ │ ├── fcname.c │ │ │ │ ├── fcobjs.c │ │ │ │ ├── fcobjs.h │ │ │ │ ├── fcobjshash.h │ │ │ │ ├── fcpat.c │ │ │ │ ├── fcptrlist.c │ │ │ │ ├── fcrange.c │ │ │ │ ├── fcserialize.c │ │ │ │ ├── fcstat.c │ │ │ │ ├── fcstdint.h │ │ │ │ ├── fcstr.c │ │ │ │ ├── fcweight.c │ │ │ │ ├── fcwindows.h │ │ │ │ ├── fcxml.c │ │ │ │ ├── ftglue.c │ │ │ │ └── ftglue.h │ │ ├── version.cmake │ │ └── windows │ │ │ ├── miktex-fc-cache.rc │ │ │ ├── miktex-fc-cat.rc │ │ │ ├── miktex-fc-conflist.rc │ │ │ ├── miktex-fc-list.rc │ │ │ ├── miktex-fc-match.rc │ │ │ ├── miktex-fc-pattern.rc │ │ │ ├── miktex-fc-query.rc │ │ │ ├── miktex-fc-scan.rc │ │ │ ├── miktex-fc-validate.rc │ │ │ ├── miktex-fontconfig.def │ │ │ └── miktex-fontconfig.rc.in │ ├── freeglut │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-freeglut-version.h.in │ │ ├── miktex │ │ │ ├── freeglut.cpp │ │ │ └── freeglut.h │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-freeglut.rc.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── config.h.in │ │ │ ├── include │ │ │ │ └── GL │ │ │ │ │ ├── freeglut.h │ │ │ │ │ ├── freeglut_ext.h │ │ │ │ │ ├── freeglut_std.h │ │ │ │ │ ├── freeglut_ucall.h │ │ │ │ │ └── glut.h │ │ │ └── src │ │ │ │ ├── fg_callback_macros.h │ │ │ │ ├── fg_callbacks.c │ │ │ │ ├── fg_cursor.c │ │ │ │ ├── fg_display.c │ │ │ │ ├── fg_ext.c │ │ │ │ ├── fg_font.c │ │ │ │ ├── fg_font_data.c │ │ │ │ ├── fg_gamemode.c │ │ │ │ ├── fg_geometry.c │ │ │ │ ├── fg_gl2.c │ │ │ │ ├── fg_gl2.h │ │ │ │ ├── fg_init.c │ │ │ │ ├── fg_init.h │ │ │ │ ├── fg_input_devices.c │ │ │ │ ├── fg_internal.h │ │ │ │ ├── fg_joystick.c │ │ │ │ ├── fg_main.c │ │ │ │ ├── fg_menu.c │ │ │ │ ├── fg_misc.c │ │ │ │ ├── fg_overlay.c │ │ │ │ ├── fg_spaceball.c │ │ │ │ ├── fg_state.c │ │ │ │ ├── fg_stroke_mono_roman.c │ │ │ │ ├── fg_stroke_roman.c │ │ │ │ ├── fg_structure.c │ │ │ │ ├── fg_teapot.c │ │ │ │ ├── fg_teapot_data.h │ │ │ │ ├── fg_version.h │ │ │ │ ├── fg_version.h.in │ │ │ │ ├── fg_videoresize.c │ │ │ │ ├── fg_window.c │ │ │ │ ├── gles_stubs.c │ │ │ │ ├── mswin │ │ │ │ ├── fg_cmap_mswin.c │ │ │ │ ├── fg_cursor_mswin.c │ │ │ │ ├── fg_display_mswin.c │ │ │ │ ├── fg_ext_mswin.c │ │ │ │ ├── fg_gamemode_mswin.c │ │ │ │ ├── fg_init_mswin.c │ │ │ │ ├── fg_input_devices_mswin.c │ │ │ │ ├── fg_internal_mswin.h │ │ │ │ ├── fg_joystick_mswin.c │ │ │ │ ├── fg_main_mswin.c │ │ │ │ ├── fg_menu_mswin.c │ │ │ │ ├── fg_spaceball_mswin.c │ │ │ │ ├── fg_state_mswin.c │ │ │ │ ├── fg_structure_mswin.c │ │ │ │ └── fg_window_mswin.c │ │ │ │ └── util │ │ │ │ ├── xparsegeometry_repl.c │ │ │ │ └── xparsegeometry_repl.h │ │ └── version.cmake │ ├── freetype2 │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-freetype2-version.h.in │ │ ├── source │ │ │ ├── LICENSE.TXT │ │ │ ├── builds │ │ │ │ ├── unix │ │ │ │ │ └── ftconfig.h.in │ │ │ │ └── windows │ │ │ │ │ └── ftdebug.c │ │ │ ├── docs │ │ │ │ ├── FTL.TXT │ │ │ │ └── GPLv2.TXT │ │ │ ├── include │ │ │ │ ├── dlg │ │ │ │ │ ├── dlg.h │ │ │ │ │ └── output.h │ │ │ │ ├── freetype │ │ │ │ │ ├── config │ │ │ │ │ │ ├── ftconfig.h │ │ │ │ │ │ ├── ftheader.h │ │ │ │ │ │ ├── ftmodule.h │ │ │ │ │ │ ├── ftoption.h │ │ │ │ │ │ ├── ftstdlib.h │ │ │ │ │ │ ├── integer-types.h │ │ │ │ │ │ ├── mac-support.h │ │ │ │ │ │ └── public-macros.h │ │ │ │ │ ├── freetype.h │ │ │ │ │ ├── ftadvanc.h │ │ │ │ │ ├── ftbbox.h │ │ │ │ │ ├── ftbdf.h │ │ │ │ │ ├── ftbitmap.h │ │ │ │ │ ├── ftbzip2.h │ │ │ │ │ ├── ftcache.h │ │ │ │ │ ├── ftchapters.h │ │ │ │ │ ├── ftcid.h │ │ │ │ │ ├── ftcolor.h │ │ │ │ │ ├── ftdriver.h │ │ │ │ │ ├── fterrdef.h │ │ │ │ │ ├── fterrors.h │ │ │ │ │ ├── ftfntfmt.h │ │ │ │ │ ├── ftgasp.h │ │ │ │ │ ├── ftglyph.h │ │ │ │ │ ├── ftgxval.h │ │ │ │ │ ├── ftgzip.h │ │ │ │ │ ├── ftimage.h │ │ │ │ │ ├── ftincrem.h │ │ │ │ │ ├── ftlcdfil.h │ │ │ │ │ ├── ftlist.h │ │ │ │ │ ├── ftlogging.h │ │ │ │ │ ├── ftlzw.h │ │ │ │ │ ├── ftmac.h │ │ │ │ │ ├── ftmm.h │ │ │ │ │ ├── ftmodapi.h │ │ │ │ │ ├── ftmoderr.h │ │ │ │ │ ├── ftotval.h │ │ │ │ │ ├── ftoutln.h │ │ │ │ │ ├── ftparams.h │ │ │ │ │ ├── ftpfr.h │ │ │ │ │ ├── ftrender.h │ │ │ │ │ ├── ftsizes.h │ │ │ │ │ ├── ftsnames.h │ │ │ │ │ ├── ftstroke.h │ │ │ │ │ ├── ftsynth.h │ │ │ │ │ ├── ftsystem.h │ │ │ │ │ ├── fttrigon.h │ │ │ │ │ ├── fttypes.h │ │ │ │ │ ├── ftwinfnt.h │ │ │ │ │ ├── internal │ │ │ │ │ │ ├── autohint.h │ │ │ │ │ │ ├── cffotypes.h │ │ │ │ │ │ ├── cfftypes.h │ │ │ │ │ │ ├── compiler-macros.h │ │ │ │ │ │ ├── ftcalc.h │ │ │ │ │ │ ├── ftdebug.h │ │ │ │ │ │ ├── ftdrv.h │ │ │ │ │ │ ├── ftgloadr.h │ │ │ │ │ │ ├── fthash.h │ │ │ │ │ │ ├── ftmemory.h │ │ │ │ │ │ ├── ftobjs.h │ │ │ │ │ │ ├── ftpsprop.h │ │ │ │ │ │ ├── ftrfork.h │ │ │ │ │ │ ├── ftserv.h │ │ │ │ │ │ ├── ftstream.h │ │ │ │ │ │ ├── fttrace.h │ │ │ │ │ │ ├── ftvalid.h │ │ │ │ │ │ ├── psaux.h │ │ │ │ │ │ ├── pshints.h │ │ │ │ │ │ ├── services │ │ │ │ │ │ │ ├── svbdf.h │ │ │ │ │ │ │ ├── svcfftl.h │ │ │ │ │ │ │ ├── svcid.h │ │ │ │ │ │ │ ├── svfntfmt.h │ │ │ │ │ │ │ ├── svgldict.h │ │ │ │ │ │ │ ├── svgxval.h │ │ │ │ │ │ │ ├── svkern.h │ │ │ │ │ │ │ ├── svmetric.h │ │ │ │ │ │ │ ├── svmm.h │ │ │ │ │ │ │ ├── svotval.h │ │ │ │ │ │ │ ├── svpfr.h │ │ │ │ │ │ │ ├── svpostnm.h │ │ │ │ │ │ │ ├── svprop.h │ │ │ │ │ │ │ ├── svpscmap.h │ │ │ │ │ │ │ ├── svpsinfo.h │ │ │ │ │ │ │ ├── svsfnt.h │ │ │ │ │ │ │ ├── svttcmap.h │ │ │ │ │ │ │ ├── svtteng.h │ │ │ │ │ │ │ ├── svttglyf.h │ │ │ │ │ │ │ └── svwinfnt.h │ │ │ │ │ │ ├── sfnt.h │ │ │ │ │ │ ├── svginterface.h │ │ │ │ │ │ ├── t1types.h │ │ │ │ │ │ ├── tttypes.h │ │ │ │ │ │ └── wofftypes.h │ │ │ │ │ ├── otsvg.h │ │ │ │ │ ├── t1tables.h │ │ │ │ │ ├── ttnameid.h │ │ │ │ │ ├── tttables.h │ │ │ │ │ └── tttags.h │ │ │ │ └── ft2build.h │ │ │ └── src │ │ │ │ ├── autofit │ │ │ │ ├── afblue.c │ │ │ │ ├── afblue.cin │ │ │ │ ├── afblue.dat │ │ │ │ ├── afblue.h │ │ │ │ ├── afblue.hin │ │ │ │ ├── afcjk.c │ │ │ │ ├── afcjk.h │ │ │ │ ├── afcover.h │ │ │ │ ├── afdummy.c │ │ │ │ ├── afdummy.h │ │ │ │ ├── aferrors.h │ │ │ │ ├── afglobal.c │ │ │ │ ├── afglobal.h │ │ │ │ ├── afhints.c │ │ │ │ ├── afhints.h │ │ │ │ ├── afindic.c │ │ │ │ ├── afindic.h │ │ │ │ ├── aflatin.c │ │ │ │ ├── aflatin.h │ │ │ │ ├── afloader.c │ │ │ │ ├── afloader.h │ │ │ │ ├── afmodule.c │ │ │ │ ├── afmodule.h │ │ │ │ ├── afranges.c │ │ │ │ ├── afranges.h │ │ │ │ ├── afscript.h │ │ │ │ ├── afshaper.c │ │ │ │ ├── afshaper.h │ │ │ │ ├── afstyles.h │ │ │ │ ├── aftypes.h │ │ │ │ ├── afws-decl.h │ │ │ │ ├── afws-iter.h │ │ │ │ └── autofit.c │ │ │ │ ├── base │ │ │ │ ├── ftadvanc.c │ │ │ │ ├── ftbase.c │ │ │ │ ├── ftbase.h │ │ │ │ ├── ftbbox.c │ │ │ │ ├── ftbdf.c │ │ │ │ ├── ftbitmap.c │ │ │ │ ├── ftcalc.c │ │ │ │ ├── ftcid.c │ │ │ │ ├── ftcolor.c │ │ │ │ ├── ftdbgmem.c │ │ │ │ ├── ftdebug.c │ │ │ │ ├── fterrors.c │ │ │ │ ├── ftfntfmt.c │ │ │ │ ├── ftfstype.c │ │ │ │ ├── ftgasp.c │ │ │ │ ├── ftgloadr.c │ │ │ │ ├── ftglyph.c │ │ │ │ ├── ftgxval.c │ │ │ │ ├── fthash.c │ │ │ │ ├── ftinit.c │ │ │ │ ├── ftlcdfil.c │ │ │ │ ├── ftmac.c │ │ │ │ ├── ftmm.c │ │ │ │ ├── ftobjs.c │ │ │ │ ├── ftotval.c │ │ │ │ ├── ftoutln.c │ │ │ │ ├── ftpatent.c │ │ │ │ ├── ftpfr.c │ │ │ │ ├── ftpsprop.c │ │ │ │ ├── ftrfork.c │ │ │ │ ├── ftsnames.c │ │ │ │ ├── ftstream.c │ │ │ │ ├── ftstroke.c │ │ │ │ ├── ftsynth.c │ │ │ │ ├── ftsystem.c │ │ │ │ ├── fttrigon.c │ │ │ │ ├── fttype1.c │ │ │ │ ├── ftutil.c │ │ │ │ ├── ftwinfnt.c │ │ │ │ ├── md5.c │ │ │ │ └── md5.h │ │ │ │ ├── bdf │ │ │ │ ├── bdf.c │ │ │ │ ├── bdf.h │ │ │ │ ├── bdfdrivr.c │ │ │ │ ├── bdfdrivr.h │ │ │ │ ├── bdferror.h │ │ │ │ └── bdflib.c │ │ │ │ ├── bzip2 │ │ │ │ └── ftbzip2.c │ │ │ │ ├── cache │ │ │ │ ├── ftcache.c │ │ │ │ ├── ftcbasic.c │ │ │ │ ├── ftccache.c │ │ │ │ ├── ftccache.h │ │ │ │ ├── ftccback.h │ │ │ │ ├── ftccmap.c │ │ │ │ ├── ftcerror.h │ │ │ │ ├── ftcglyph.c │ │ │ │ ├── ftcglyph.h │ │ │ │ ├── ftcimage.c │ │ │ │ ├── ftcimage.h │ │ │ │ ├── ftcmanag.c │ │ │ │ ├── ftcmanag.h │ │ │ │ ├── ftcmru.c │ │ │ │ ├── ftcmru.h │ │ │ │ ├── ftcsbits.c │ │ │ │ └── ftcsbits.h │ │ │ │ ├── cff │ │ │ │ ├── cff.c │ │ │ │ ├── cffcmap.c │ │ │ │ ├── cffcmap.h │ │ │ │ ├── cffdrivr.c │ │ │ │ ├── cffdrivr.h │ │ │ │ ├── cfferrs.h │ │ │ │ ├── cffgload.c │ │ │ │ ├── cffgload.h │ │ │ │ ├── cffload.c │ │ │ │ ├── cffload.h │ │ │ │ ├── cffobjs.c │ │ │ │ ├── cffobjs.h │ │ │ │ ├── cffparse.c │ │ │ │ ├── cffparse.h │ │ │ │ └── cfftoken.h │ │ │ │ ├── cid │ │ │ │ ├── ciderrs.h │ │ │ │ ├── cidgload.c │ │ │ │ ├── cidgload.h │ │ │ │ ├── cidload.c │ │ │ │ ├── cidload.h │ │ │ │ ├── cidobjs.c │ │ │ │ ├── cidobjs.h │ │ │ │ ├── cidparse.c │ │ │ │ ├── cidparse.h │ │ │ │ ├── cidriver.c │ │ │ │ ├── cidriver.h │ │ │ │ ├── cidtoken.h │ │ │ │ └── type1cid.c │ │ │ │ ├── dlg │ │ │ │ ├── dlg.c │ │ │ │ └── dlgwrap.c │ │ │ │ ├── gxvalid │ │ │ │ ├── gxvalid.c │ │ │ │ ├── gxvalid.h │ │ │ │ ├── gxvbsln.c │ │ │ │ ├── gxvcommn.c │ │ │ │ ├── gxvcommn.h │ │ │ │ ├── gxverror.h │ │ │ │ ├── gxvfeat.c │ │ │ │ ├── gxvfeat.h │ │ │ │ ├── gxvfgen.c │ │ │ │ ├── gxvjust.c │ │ │ │ ├── gxvkern.c │ │ │ │ ├── gxvlcar.c │ │ │ │ ├── gxvmod.c │ │ │ │ ├── gxvmod.h │ │ │ │ ├── gxvmort.c │ │ │ │ ├── gxvmort.h │ │ │ │ ├── gxvmort0.c │ │ │ │ ├── gxvmort1.c │ │ │ │ ├── gxvmort2.c │ │ │ │ ├── gxvmort4.c │ │ │ │ ├── gxvmort5.c │ │ │ │ ├── gxvmorx.c │ │ │ │ ├── gxvmorx.h │ │ │ │ ├── gxvmorx0.c │ │ │ │ ├── gxvmorx1.c │ │ │ │ ├── gxvmorx2.c │ │ │ │ ├── gxvmorx4.c │ │ │ │ ├── gxvmorx5.c │ │ │ │ ├── gxvopbd.c │ │ │ │ ├── gxvprop.c │ │ │ │ └── gxvtrak.c │ │ │ │ ├── gzip │ │ │ │ ├── adler32.c │ │ │ │ ├── crc32.c │ │ │ │ ├── crc32.h │ │ │ │ ├── ftgzip.c │ │ │ │ ├── ftzconf.h │ │ │ │ ├── gzguts.h │ │ │ │ ├── infback.c │ │ │ │ ├── inffast.c │ │ │ │ ├── inffast.h │ │ │ │ ├── inffixed.h │ │ │ │ ├── inflate.c │ │ │ │ ├── inflate.h │ │ │ │ ├── inftrees.c │ │ │ │ ├── inftrees.h │ │ │ │ ├── zlib.h │ │ │ │ ├── zutil.c │ │ │ │ └── zutil.h │ │ │ │ ├── lzw │ │ │ │ ├── ftlzw.c │ │ │ │ ├── ftzopen.c │ │ │ │ └── ftzopen.h │ │ │ │ ├── otvalid │ │ │ │ ├── otvalid.c │ │ │ │ ├── otvalid.h │ │ │ │ ├── otvbase.c │ │ │ │ ├── otvcommn.c │ │ │ │ ├── otvcommn.h │ │ │ │ ├── otverror.h │ │ │ │ ├── otvgdef.c │ │ │ │ ├── otvgpos.c │ │ │ │ ├── otvgpos.h │ │ │ │ ├── otvgsub.c │ │ │ │ ├── otvjstf.c │ │ │ │ ├── otvmath.c │ │ │ │ ├── otvmod.c │ │ │ │ └── otvmod.h │ │ │ │ ├── pcf │ │ │ │ ├── pcf.c │ │ │ │ ├── pcf.h │ │ │ │ ├── pcfdrivr.c │ │ │ │ ├── pcfdrivr.h │ │ │ │ ├── pcferror.h │ │ │ │ ├── pcfread.c │ │ │ │ ├── pcfread.h │ │ │ │ ├── pcfutil.c │ │ │ │ └── pcfutil.h │ │ │ │ ├── pfr │ │ │ │ ├── pfr.c │ │ │ │ ├── pfrcmap.c │ │ │ │ ├── pfrcmap.h │ │ │ │ ├── pfrdrivr.c │ │ │ │ ├── pfrdrivr.h │ │ │ │ ├── pfrerror.h │ │ │ │ ├── pfrgload.c │ │ │ │ ├── pfrgload.h │ │ │ │ ├── pfrload.c │ │ │ │ ├── pfrload.h │ │ │ │ ├── pfrobjs.c │ │ │ │ ├── pfrobjs.h │ │ │ │ ├── pfrsbit.c │ │ │ │ ├── pfrsbit.h │ │ │ │ └── pfrtypes.h │ │ │ │ ├── psaux │ │ │ │ ├── afmparse.c │ │ │ │ ├── afmparse.h │ │ │ │ ├── cffdecode.c │ │ │ │ ├── cffdecode.h │ │ │ │ ├── psarrst.c │ │ │ │ ├── psarrst.h │ │ │ │ ├── psaux.c │ │ │ │ ├── psauxerr.h │ │ │ │ ├── psauxmod.c │ │ │ │ ├── psauxmod.h │ │ │ │ ├── psblues.c │ │ │ │ ├── psblues.h │ │ │ │ ├── psconv.c │ │ │ │ ├── psconv.h │ │ │ │ ├── pserror.c │ │ │ │ ├── pserror.h │ │ │ │ ├── psfixed.h │ │ │ │ ├── psfont.c │ │ │ │ ├── psfont.h │ │ │ │ ├── psft.c │ │ │ │ ├── psft.h │ │ │ │ ├── psglue.h │ │ │ │ ├── pshints.c │ │ │ │ ├── pshints.h │ │ │ │ ├── psintrp.c │ │ │ │ ├── psintrp.h │ │ │ │ ├── psobjs.c │ │ │ │ ├── psobjs.h │ │ │ │ ├── psread.c │ │ │ │ ├── psread.h │ │ │ │ ├── psstack.c │ │ │ │ ├── psstack.h │ │ │ │ ├── pstypes.h │ │ │ │ ├── t1cmap.c │ │ │ │ ├── t1cmap.h │ │ │ │ ├── t1decode.c │ │ │ │ └── t1decode.h │ │ │ │ ├── pshinter │ │ │ │ ├── pshalgo.c │ │ │ │ ├── pshalgo.h │ │ │ │ ├── pshglob.c │ │ │ │ ├── pshglob.h │ │ │ │ ├── pshinter.c │ │ │ │ ├── pshmod.c │ │ │ │ ├── pshmod.h │ │ │ │ ├── pshnterr.h │ │ │ │ ├── pshrec.c │ │ │ │ └── pshrec.h │ │ │ │ ├── psnames │ │ │ │ ├── psmodule.c │ │ │ │ ├── psmodule.h │ │ │ │ ├── psnamerr.h │ │ │ │ ├── psnames.c │ │ │ │ └── pstables.h │ │ │ │ ├── raster │ │ │ │ ├── ftmisc.h │ │ │ │ ├── ftraster.c │ │ │ │ ├── ftraster.h │ │ │ │ ├── ftrend1.c │ │ │ │ ├── ftrend1.h │ │ │ │ ├── raster.c │ │ │ │ └── rasterrs.h │ │ │ │ ├── sdf │ │ │ │ ├── ftbsdf.c │ │ │ │ ├── ftsdf.c │ │ │ │ ├── ftsdf.h │ │ │ │ ├── ftsdfcommon.c │ │ │ │ ├── ftsdfcommon.h │ │ │ │ ├── ftsdferrs.h │ │ │ │ ├── ftsdfrend.c │ │ │ │ ├── ftsdfrend.h │ │ │ │ └── sdf.c │ │ │ │ ├── sfnt │ │ │ │ ├── pngshim.c │ │ │ │ ├── pngshim.h │ │ │ │ ├── sfdriver.c │ │ │ │ ├── sfdriver.h │ │ │ │ ├── sferrors.h │ │ │ │ ├── sfnt.c │ │ │ │ ├── sfobjs.c │ │ │ │ ├── sfobjs.h │ │ │ │ ├── sfwoff.c │ │ │ │ ├── sfwoff.h │ │ │ │ ├── sfwoff2.c │ │ │ │ ├── sfwoff2.h │ │ │ │ ├── ttbdf.c │ │ │ │ ├── ttbdf.h │ │ │ │ ├── ttcmap.c │ │ │ │ ├── ttcmap.h │ │ │ │ ├── ttcmapc.h │ │ │ │ ├── ttcolr.c │ │ │ │ ├── ttcolr.h │ │ │ │ ├── ttcpal.c │ │ │ │ ├── ttcpal.h │ │ │ │ ├── ttkern.c │ │ │ │ ├── ttkern.h │ │ │ │ ├── ttload.c │ │ │ │ ├── ttload.h │ │ │ │ ├── ttmtx.c │ │ │ │ ├── ttmtx.h │ │ │ │ ├── ttpost.c │ │ │ │ ├── ttpost.h │ │ │ │ ├── ttsbit.c │ │ │ │ ├── ttsbit.h │ │ │ │ ├── ttsvg.c │ │ │ │ ├── ttsvg.h │ │ │ │ ├── woff2tags.c │ │ │ │ └── woff2tags.h │ │ │ │ ├── smooth │ │ │ │ ├── ftgrays.c │ │ │ │ ├── ftgrays.h │ │ │ │ ├── ftsmerrs.h │ │ │ │ ├── ftsmooth.c │ │ │ │ ├── ftsmooth.h │ │ │ │ └── smooth.c │ │ │ │ ├── svg │ │ │ │ ├── ftsvg.c │ │ │ │ ├── ftsvg.h │ │ │ │ ├── svg.c │ │ │ │ └── svgtypes.h │ │ │ │ ├── tools │ │ │ │ ├── apinames.c │ │ │ │ ├── ftrandom │ │ │ │ │ └── ftrandom.c │ │ │ │ ├── test_afm.c │ │ │ │ ├── test_bbox.c │ │ │ │ └── test_trig.c │ │ │ │ ├── truetype │ │ │ │ ├── truetype.c │ │ │ │ ├── ttdriver.c │ │ │ │ ├── ttdriver.h │ │ │ │ ├── tterrors.h │ │ │ │ ├── ttgload.c │ │ │ │ ├── ttgload.h │ │ │ │ ├── ttgxvar.c │ │ │ │ ├── ttgxvar.h │ │ │ │ ├── ttinterp.c │ │ │ │ ├── ttinterp.h │ │ │ │ ├── ttobjs.c │ │ │ │ ├── ttobjs.h │ │ │ │ ├── ttpload.c │ │ │ │ ├── ttpload.h │ │ │ │ ├── ttsubpix.c │ │ │ │ └── ttsubpix.h │ │ │ │ ├── type1 │ │ │ │ ├── t1afm.c │ │ │ │ ├── t1afm.h │ │ │ │ ├── t1driver.c │ │ │ │ ├── t1driver.h │ │ │ │ ├── t1errors.h │ │ │ │ ├── t1gload.c │ │ │ │ ├── t1gload.h │ │ │ │ ├── t1load.c │ │ │ │ ├── t1load.h │ │ │ │ ├── t1objs.c │ │ │ │ ├── t1objs.h │ │ │ │ ├── t1parse.c │ │ │ │ ├── t1parse.h │ │ │ │ ├── t1tokens.h │ │ │ │ └── type1.c │ │ │ │ ├── type42 │ │ │ │ ├── t42drivr.c │ │ │ │ ├── t42drivr.h │ │ │ │ ├── t42error.h │ │ │ │ ├── t42objs.c │ │ │ │ ├── t42objs.h │ │ │ │ ├── t42parse.c │ │ │ │ ├── t42parse.h │ │ │ │ ├── t42types.h │ │ │ │ └── type42.c │ │ │ │ └── winfonts │ │ │ │ ├── fnterrs.h │ │ │ │ ├── winfnt.c │ │ │ │ └── winfnt.h │ │ ├── version.cmake │ │ └── windows │ │ │ └── miktex-freetype2.rc.in │ ├── fribidi │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── miktex-fribidi-version.h.in │ │ ├── source │ │ │ ├── AUTHORS │ │ │ ├── COPYING │ │ │ ├── config.h.in │ │ │ └── lib │ │ │ │ ├── arabic-misc.tab.i │ │ │ │ ├── arabic-shaping.tab.i │ │ │ │ ├── bidi-type.tab.i │ │ │ │ ├── bidi-types.h │ │ │ │ ├── brackets-type.tab.i │ │ │ │ ├── brackets.tab.i │ │ │ │ ├── common.h │ │ │ │ ├── debug.h │ │ │ │ ├── fribidi-arabic.c │ │ │ │ ├── fribidi-arabic.h │ │ │ │ ├── fribidi-begindecls.h │ │ │ │ ├── fribidi-bidi-types-list.h │ │ │ │ ├── fribidi-bidi-types.c │ │ │ │ ├── fribidi-bidi-types.h │ │ │ │ ├── fribidi-bidi.c │ │ │ │ ├── fribidi-bidi.h │ │ │ │ ├── fribidi-brackets.c │ │ │ │ ├── fribidi-brackets.h │ │ │ │ ├── fribidi-char-sets-cap-rtl.c │ │ │ │ ├── fribidi-char-sets-cap-rtl.h │ │ │ │ ├── fribidi-char-sets-cp1255.c │ │ │ │ ├── fribidi-char-sets-cp1255.h │ │ │ │ ├── fribidi-char-sets-cp1256.c │ │ │ │ ├── fribidi-char-sets-cp1256.h │ │ │ │ ├── fribidi-char-sets-iso8859-6.c │ │ │ │ ├── fribidi-char-sets-iso8859-6.h │ │ │ │ ├── fribidi-char-sets-iso8859-8.c │ │ │ │ ├── fribidi-char-sets-iso8859-8.h │ │ │ │ ├── fribidi-char-sets-list.h │ │ │ │ ├── fribidi-char-sets-utf8.c │ │ │ │ ├── fribidi-char-sets-utf8.h │ │ │ │ ├── fribidi-char-sets.c │ │ │ │ ├── fribidi-char-sets.h │ │ │ │ ├── fribidi-common.h │ │ │ │ ├── fribidi-config.h.in │ │ │ │ ├── fribidi-deprecated.c │ │ │ │ ├── fribidi-deprecated.h │ │ │ │ ├── fribidi-enddecls.h │ │ │ │ ├── fribidi-flags.h │ │ │ │ ├── fribidi-joining-types-list.h │ │ │ │ ├── fribidi-joining-types.c │ │ │ │ ├── fribidi-joining-types.h │ │ │ │ ├── fribidi-joining.c │ │ │ │ ├── fribidi-joining.h │ │ │ │ ├── fribidi-mirroring.c │ │ │ │ ├── fribidi-mirroring.h │ │ │ │ ├── fribidi-run.c │ │ │ │ ├── fribidi-shape.c │ │ │ │ ├── fribidi-shape.h │ │ │ │ ├── fribidi-types.h │ │ │ │ ├── fribidi-unicode-version.h │ │ │ │ ├── fribidi-unicode.h │ │ │ │ ├── fribidi.c │ │ │ │ ├── fribidi.def │ │ │ │ ├── fribidi.h │ │ │ │ ├── joining-type.tab.i │ │ │ │ ├── joining-types.h │ │ │ │ ├── mirroring.tab.i │ │ │ │ └── run.h │ │ ├── sources.cmake │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── gd │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-gd-version.h.in │ │ ├── source │ │ │ ├── COPYING │ │ │ └── src │ │ │ │ ├── bmp.h │ │ │ │ ├── config.h.cmake │ │ │ │ ├── entities.h │ │ │ │ ├── gd.c │ │ │ │ ├── gd.h │ │ │ │ ├── gd_avif.c │ │ │ │ ├── gd_bmp.c │ │ │ │ ├── gd_color.c │ │ │ │ ├── gd_color.h │ │ │ │ ├── gd_color_map.c │ │ │ │ ├── gd_color_map.h │ │ │ │ ├── gd_color_match.c │ │ │ │ ├── gd_crop.c │ │ │ │ ├── gd_errors.h │ │ │ │ ├── gd_filename.c │ │ │ │ ├── gd_filter.c │ │ │ │ ├── gd_gd.c │ │ │ │ ├── gd_gd2.c │ │ │ │ ├── gd_gif_in.c │ │ │ │ ├── gd_gif_out.c │ │ │ │ ├── gd_heif.c │ │ │ │ ├── gd_intern.h │ │ │ │ ├── gd_interpolation.c │ │ │ │ ├── gd_io.c │ │ │ │ ├── gd_io.h │ │ │ │ ├── gd_io_dp.c │ │ │ │ ├── gd_io_file.c │ │ │ │ ├── gd_io_ss.c │ │ │ │ ├── gd_io_stream.cxx │ │ │ │ ├── gd_io_stream.h │ │ │ │ ├── gd_jpeg.c │ │ │ │ ├── gd_matrix.c │ │ │ │ ├── gd_nnquant.c │ │ │ │ ├── gd_nnquant.h │ │ │ │ ├── gd_png.c │ │ │ │ ├── gd_rotate.c │ │ │ │ ├── gd_security.c │ │ │ │ ├── gd_ss.c │ │ │ │ ├── gd_tga.c │ │ │ │ ├── gd_tga.h │ │ │ │ ├── gd_tiff.c │ │ │ │ ├── gd_topal.c │ │ │ │ ├── gd_transform.c │ │ │ │ ├── gd_version.c │ │ │ │ ├── gd_wbmp.c │ │ │ │ ├── gd_webp.c │ │ │ │ ├── gd_xbm.c │ │ │ │ ├── gdcache.c │ │ │ │ ├── gdcache.h │ │ │ │ ├── gdfontg.c │ │ │ │ ├── gdfontg.h │ │ │ │ ├── gdfontl.c │ │ │ │ ├── gdfontl.h │ │ │ │ ├── gdfontmb.c │ │ │ │ ├── gdfontmb.h │ │ │ │ ├── gdfonts.c │ │ │ │ ├── gdfonts.h │ │ │ │ ├── gdfontt.c │ │ │ │ ├── gdfontt.h │ │ │ │ ├── gdft.c │ │ │ │ ├── gdfx.c │ │ │ │ ├── gdfx.h │ │ │ │ ├── gdhelpers.c │ │ │ │ ├── gdhelpers.h │ │ │ │ ├── gdkanji.c │ │ │ │ ├── gdpp.cxx │ │ │ │ ├── gdpp.h │ │ │ │ ├── gdtables.c │ │ │ │ ├── gdtest.c │ │ │ │ ├── gdxpm.c │ │ │ │ ├── jisx0208.h │ │ │ │ ├── wbmp.c │ │ │ │ └── wbmp.h │ │ ├── version.cmake │ │ └── windows │ │ │ └── miktex-gd.rc.in │ ├── getopt │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-getopt-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-getopt.rc.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── COPYING.LIB │ │ │ └── posix │ │ │ │ ├── bits │ │ │ │ ├── getopt_core.h │ │ │ │ └── getopt_ext.h │ │ │ │ ├── getopt.c │ │ │ │ ├── getopt.h │ │ │ │ ├── getopt1.c │ │ │ │ └── getopt_int.h │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── glm │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-glm-version.h.in │ │ ├── source │ │ │ ├── copying.txt │ │ │ └── glm │ │ │ │ ├── common.hpp │ │ │ │ ├── detail │ │ │ │ ├── _features.hpp │ │ │ │ ├── _fixes.hpp │ │ │ │ ├── _noise.hpp │ │ │ │ ├── _swizzle.hpp │ │ │ │ ├── _swizzle_func.hpp │ │ │ │ ├── _vectorize.hpp │ │ │ │ ├── compute_common.hpp │ │ │ │ ├── compute_vector_relational.hpp │ │ │ │ ├── func_common.inl │ │ │ │ ├── func_common_simd.inl │ │ │ │ ├── func_exponential.inl │ │ │ │ ├── func_exponential_simd.inl │ │ │ │ ├── func_geometric.inl │ │ │ │ ├── func_geometric_simd.inl │ │ │ │ ├── func_integer.inl │ │ │ │ ├── func_integer_simd.inl │ │ │ │ ├── func_matrix.inl │ │ │ │ ├── func_matrix_simd.inl │ │ │ │ ├── func_packing.inl │ │ │ │ ├── func_packing_simd.inl │ │ │ │ ├── func_trigonometric.inl │ │ │ │ ├── func_trigonometric_simd.inl │ │ │ │ ├── func_vector_relational.inl │ │ │ │ ├── func_vector_relational_simd.inl │ │ │ │ ├── glm.cpp │ │ │ │ ├── qualifier.hpp │ │ │ │ ├── setup.hpp │ │ │ │ ├── type_float.hpp │ │ │ │ ├── type_half.hpp │ │ │ │ ├── type_half.inl │ │ │ │ ├── type_mat2x2.hpp │ │ │ │ ├── type_mat2x2.inl │ │ │ │ ├── type_mat2x3.hpp │ │ │ │ ├── type_mat2x3.inl │ │ │ │ ├── type_mat2x4.hpp │ │ │ │ ├── type_mat2x4.inl │ │ │ │ ├── type_mat3x2.hpp │ │ │ │ ├── type_mat3x2.inl │ │ │ │ ├── type_mat3x3.hpp │ │ │ │ ├── type_mat3x3.inl │ │ │ │ ├── type_mat3x4.hpp │ │ │ │ ├── type_mat3x4.inl │ │ │ │ ├── type_mat4x2.hpp │ │ │ │ ├── type_mat4x2.inl │ │ │ │ ├── type_mat4x3.hpp │ │ │ │ ├── type_mat4x3.inl │ │ │ │ ├── type_mat4x4.hpp │ │ │ │ ├── type_mat4x4.inl │ │ │ │ ├── type_mat4x4_simd.inl │ │ │ │ ├── type_quat.hpp │ │ │ │ ├── type_quat.inl │ │ │ │ ├── type_quat_simd.inl │ │ │ │ ├── type_vec1.hpp │ │ │ │ ├── type_vec1.inl │ │ │ │ ├── type_vec2.hpp │ │ │ │ ├── type_vec2.inl │ │ │ │ ├── type_vec3.hpp │ │ │ │ ├── type_vec3.inl │ │ │ │ ├── type_vec4.hpp │ │ │ │ ├── type_vec4.inl │ │ │ │ └── type_vec4_simd.inl │ │ │ │ ├── exponential.hpp │ │ │ │ ├── ext.hpp │ │ │ │ ├── ext │ │ │ │ ├── matrix_clip_space.hpp │ │ │ │ ├── matrix_clip_space.inl │ │ │ │ ├── matrix_common.hpp │ │ │ │ ├── matrix_common.inl │ │ │ │ ├── matrix_double2x2.hpp │ │ │ │ ├── matrix_double2x2_precision.hpp │ │ │ │ ├── matrix_double2x3.hpp │ │ │ │ ├── matrix_double2x3_precision.hpp │ │ │ │ ├── matrix_double2x4.hpp │ │ │ │ ├── matrix_double2x4_precision.hpp │ │ │ │ ├── matrix_double3x2.hpp │ │ │ │ ├── matrix_double3x2_precision.hpp │ │ │ │ ├── matrix_double3x3.hpp │ │ │ │ ├── matrix_double3x3_precision.hpp │ │ │ │ ├── matrix_double3x4.hpp │ │ │ │ ├── matrix_double3x4_precision.hpp │ │ │ │ ├── matrix_double4x2.hpp │ │ │ │ ├── matrix_double4x2_precision.hpp │ │ │ │ ├── matrix_double4x3.hpp │ │ │ │ ├── matrix_double4x3_precision.hpp │ │ │ │ ├── matrix_double4x4.hpp │ │ │ │ ├── matrix_double4x4_precision.hpp │ │ │ │ ├── matrix_float2x2.hpp │ │ │ │ ├── matrix_float2x2_precision.hpp │ │ │ │ ├── matrix_float2x3.hpp │ │ │ │ ├── matrix_float2x3_precision.hpp │ │ │ │ ├── matrix_float2x4.hpp │ │ │ │ ├── matrix_float2x4_precision.hpp │ │ │ │ ├── matrix_float3x2.hpp │ │ │ │ ├── matrix_float3x2_precision.hpp │ │ │ │ ├── matrix_float3x3.hpp │ │ │ │ ├── matrix_float3x3_precision.hpp │ │ │ │ ├── matrix_float3x4.hpp │ │ │ │ ├── matrix_float3x4_precision.hpp │ │ │ │ ├── matrix_float4x2.hpp │ │ │ │ ├── matrix_float4x2_precision.hpp │ │ │ │ ├── matrix_float4x3.hpp │ │ │ │ ├── matrix_float4x3_precision.hpp │ │ │ │ ├── matrix_float4x4.hpp │ │ │ │ ├── matrix_float4x4_precision.hpp │ │ │ │ ├── matrix_int2x2.hpp │ │ │ │ ├── matrix_int2x2_sized.hpp │ │ │ │ ├── matrix_int2x3.hpp │ │ │ │ ├── matrix_int2x3_sized.hpp │ │ │ │ ├── matrix_int2x4.hpp │ │ │ │ ├── matrix_int2x4_sized.hpp │ │ │ │ ├── matrix_int3x2.hpp │ │ │ │ ├── matrix_int3x2_sized.hpp │ │ │ │ ├── matrix_int3x3.hpp │ │ │ │ ├── matrix_int3x3_sized.hpp │ │ │ │ ├── matrix_int3x4.hpp │ │ │ │ ├── matrix_int3x4_sized.hpp │ │ │ │ ├── matrix_int4x2.hpp │ │ │ │ ├── matrix_int4x2_sized.hpp │ │ │ │ ├── matrix_int4x3.hpp │ │ │ │ ├── matrix_int4x3_sized.hpp │ │ │ │ ├── matrix_int4x4.hpp │ │ │ │ ├── matrix_int4x4_sized.hpp │ │ │ │ ├── matrix_projection.hpp │ │ │ │ ├── matrix_projection.inl │ │ │ │ ├── matrix_relational.hpp │ │ │ │ ├── matrix_relational.inl │ │ │ │ ├── matrix_transform.hpp │ │ │ │ ├── matrix_transform.inl │ │ │ │ ├── matrix_uint2x2.hpp │ │ │ │ ├── matrix_uint2x2_sized.hpp │ │ │ │ ├── matrix_uint2x3.hpp │ │ │ │ ├── matrix_uint2x3_sized.hpp │ │ │ │ ├── matrix_uint2x4.hpp │ │ │ │ ├── matrix_uint2x4_sized.hpp │ │ │ │ ├── matrix_uint3x2.hpp │ │ │ │ ├── matrix_uint3x2_sized.hpp │ │ │ │ ├── matrix_uint3x3.hpp │ │ │ │ ├── matrix_uint3x3_sized.hpp │ │ │ │ ├── matrix_uint3x4.hpp │ │ │ │ ├── matrix_uint3x4_sized.hpp │ │ │ │ ├── matrix_uint4x2.hpp │ │ │ │ ├── matrix_uint4x2_sized.hpp │ │ │ │ ├── matrix_uint4x3.hpp │ │ │ │ ├── matrix_uint4x3_sized.hpp │ │ │ │ ├── matrix_uint4x4.hpp │ │ │ │ ├── matrix_uint4x4_sized.hpp │ │ │ │ ├── quaternion_common.hpp │ │ │ │ ├── quaternion_common.inl │ │ │ │ ├── quaternion_common_simd.inl │ │ │ │ ├── quaternion_double.hpp │ │ │ │ ├── quaternion_double_precision.hpp │ │ │ │ ├── quaternion_exponential.hpp │ │ │ │ ├── quaternion_exponential.inl │ │ │ │ ├── quaternion_float.hpp │ │ │ │ ├── quaternion_float_precision.hpp │ │ │ │ ├── quaternion_geometric.hpp │ │ │ │ ├── quaternion_geometric.inl │ │ │ │ ├── quaternion_relational.hpp │ │ │ │ ├── quaternion_relational.inl │ │ │ │ ├── quaternion_transform.hpp │ │ │ │ ├── quaternion_transform.inl │ │ │ │ ├── quaternion_trigonometric.hpp │ │ │ │ ├── quaternion_trigonometric.inl │ │ │ │ ├── scalar_common.hpp │ │ │ │ ├── scalar_common.inl │ │ │ │ ├── scalar_constants.hpp │ │ │ │ ├── scalar_constants.inl │ │ │ │ ├── scalar_int_sized.hpp │ │ │ │ ├── scalar_integer.hpp │ │ │ │ ├── scalar_integer.inl │ │ │ │ ├── scalar_packing.hpp │ │ │ │ ├── scalar_packing.inl │ │ │ │ ├── scalar_relational.hpp │ │ │ │ ├── scalar_relational.inl │ │ │ │ ├── scalar_uint_sized.hpp │ │ │ │ ├── scalar_ulp.hpp │ │ │ │ ├── scalar_ulp.inl │ │ │ │ ├── vector_bool1.hpp │ │ │ │ ├── vector_bool1_precision.hpp │ │ │ │ ├── vector_bool2.hpp │ │ │ │ ├── vector_bool2_precision.hpp │ │ │ │ ├── vector_bool3.hpp │ │ │ │ ├── vector_bool3_precision.hpp │ │ │ │ ├── vector_bool4.hpp │ │ │ │ ├── vector_bool4_precision.hpp │ │ │ │ ├── vector_common.hpp │ │ │ │ ├── vector_common.inl │ │ │ │ ├── vector_double1.hpp │ │ │ │ ├── vector_double1_precision.hpp │ │ │ │ ├── vector_double2.hpp │ │ │ │ ├── vector_double2_precision.hpp │ │ │ │ ├── vector_double3.hpp │ │ │ │ ├── vector_double3_precision.hpp │ │ │ │ ├── vector_double4.hpp │ │ │ │ ├── vector_double4_precision.hpp │ │ │ │ ├── vector_float1.hpp │ │ │ │ ├── vector_float1_precision.hpp │ │ │ │ ├── vector_float2.hpp │ │ │ │ ├── vector_float2_precision.hpp │ │ │ │ ├── vector_float3.hpp │ │ │ │ ├── vector_float3_precision.hpp │ │ │ │ ├── vector_float4.hpp │ │ │ │ ├── vector_float4_precision.hpp │ │ │ │ ├── vector_int1.hpp │ │ │ │ ├── vector_int1_sized.hpp │ │ │ │ ├── vector_int2.hpp │ │ │ │ ├── vector_int2_sized.hpp │ │ │ │ ├── vector_int3.hpp │ │ │ │ ├── vector_int3_sized.hpp │ │ │ │ ├── vector_int4.hpp │ │ │ │ ├── vector_int4_sized.hpp │ │ │ │ ├── vector_integer.hpp │ │ │ │ ├── vector_integer.inl │ │ │ │ ├── vector_packing.hpp │ │ │ │ ├── vector_packing.inl │ │ │ │ ├── vector_relational.hpp │ │ │ │ ├── vector_relational.inl │ │ │ │ ├── vector_uint1.hpp │ │ │ │ ├── vector_uint1_sized.hpp │ │ │ │ ├── vector_uint2.hpp │ │ │ │ ├── vector_uint2_sized.hpp │ │ │ │ ├── vector_uint3.hpp │ │ │ │ ├── vector_uint3_sized.hpp │ │ │ │ ├── vector_uint4.hpp │ │ │ │ ├── vector_uint4_sized.hpp │ │ │ │ ├── vector_ulp.hpp │ │ │ │ └── vector_ulp.inl │ │ │ │ ├── fwd.hpp │ │ │ │ ├── geometric.hpp │ │ │ │ ├── glm.hpp │ │ │ │ ├── gtc │ │ │ │ ├── bitfield.hpp │ │ │ │ ├── bitfield.inl │ │ │ │ ├── color_space.hpp │ │ │ │ ├── color_space.inl │ │ │ │ ├── constants.hpp │ │ │ │ ├── constants.inl │ │ │ │ ├── epsilon.hpp │ │ │ │ ├── epsilon.inl │ │ │ │ ├── integer.hpp │ │ │ │ ├── integer.inl │ │ │ │ ├── matrix_access.hpp │ │ │ │ ├── matrix_access.inl │ │ │ │ ├── matrix_integer.hpp │ │ │ │ ├── matrix_inverse.hpp │ │ │ │ ├── matrix_inverse.inl │ │ │ │ ├── matrix_transform.hpp │ │ │ │ ├── matrix_transform.inl │ │ │ │ ├── noise.hpp │ │ │ │ ├── noise.inl │ │ │ │ ├── packing.hpp │ │ │ │ ├── packing.inl │ │ │ │ ├── quaternion.hpp │ │ │ │ ├── quaternion.inl │ │ │ │ ├── quaternion_simd.inl │ │ │ │ ├── random.hpp │ │ │ │ ├── random.inl │ │ │ │ ├── reciprocal.hpp │ │ │ │ ├── reciprocal.inl │ │ │ │ ├── round.hpp │ │ │ │ ├── round.inl │ │ │ │ ├── type_aligned.hpp │ │ │ │ ├── type_precision.hpp │ │ │ │ ├── type_precision.inl │ │ │ │ ├── type_ptr.hpp │ │ │ │ ├── type_ptr.inl │ │ │ │ ├── ulp.hpp │ │ │ │ ├── ulp.inl │ │ │ │ └── vec1.hpp │ │ │ │ ├── gtx │ │ │ │ ├── associated_min_max.hpp │ │ │ │ ├── associated_min_max.inl │ │ │ │ ├── bit.hpp │ │ │ │ ├── bit.inl │ │ │ │ ├── closest_point.hpp │ │ │ │ ├── closest_point.inl │ │ │ │ ├── color_encoding.hpp │ │ │ │ ├── color_encoding.inl │ │ │ │ ├── color_space.hpp │ │ │ │ ├── color_space.inl │ │ │ │ ├── color_space_YCoCg.hpp │ │ │ │ ├── color_space_YCoCg.inl │ │ │ │ ├── common.hpp │ │ │ │ ├── common.inl │ │ │ │ ├── compatibility.hpp │ │ │ │ ├── compatibility.inl │ │ │ │ ├── component_wise.hpp │ │ │ │ ├── component_wise.inl │ │ │ │ ├── dual_quaternion.hpp │ │ │ │ ├── dual_quaternion.inl │ │ │ │ ├── easing.hpp │ │ │ │ ├── easing.inl │ │ │ │ ├── euler_angles.hpp │ │ │ │ ├── euler_angles.inl │ │ │ │ ├── extend.hpp │ │ │ │ ├── extend.inl │ │ │ │ ├── extended_min_max.hpp │ │ │ │ ├── extended_min_max.inl │ │ │ │ ├── exterior_product.hpp │ │ │ │ ├── exterior_product.inl │ │ │ │ ├── fast_exponential.hpp │ │ │ │ ├── fast_exponential.inl │ │ │ │ ├── fast_square_root.hpp │ │ │ │ ├── fast_square_root.inl │ │ │ │ ├── fast_trigonometry.hpp │ │ │ │ ├── fast_trigonometry.inl │ │ │ │ ├── float_notmalize.inl │ │ │ │ ├── functions.hpp │ │ │ │ ├── functions.inl │ │ │ │ ├── gradient_paint.hpp │ │ │ │ ├── gradient_paint.inl │ │ │ │ ├── handed_coordinate_space.hpp │ │ │ │ ├── handed_coordinate_space.inl │ │ │ │ ├── hash.hpp │ │ │ │ ├── hash.inl │ │ │ │ ├── integer.hpp │ │ │ │ ├── integer.inl │ │ │ │ ├── intersect.hpp │ │ │ │ ├── intersect.inl │ │ │ │ ├── io.hpp │ │ │ │ ├── io.inl │ │ │ │ ├── log_base.hpp │ │ │ │ ├── log_base.inl │ │ │ │ ├── matrix_cross_product.hpp │ │ │ │ ├── matrix_cross_product.inl │ │ │ │ ├── matrix_decompose.hpp │ │ │ │ ├── matrix_decompose.inl │ │ │ │ ├── matrix_factorisation.hpp │ │ │ │ ├── matrix_factorisation.inl │ │ │ │ ├── matrix_interpolation.hpp │ │ │ │ ├── matrix_interpolation.inl │ │ │ │ ├── matrix_major_storage.hpp │ │ │ │ ├── matrix_major_storage.inl │ │ │ │ ├── matrix_operation.hpp │ │ │ │ ├── matrix_operation.inl │ │ │ │ ├── matrix_query.hpp │ │ │ │ ├── matrix_query.inl │ │ │ │ ├── matrix_transform_2d.hpp │ │ │ │ ├── matrix_transform_2d.inl │ │ │ │ ├── mixed_product.hpp │ │ │ │ ├── mixed_product.inl │ │ │ │ ├── norm.hpp │ │ │ │ ├── norm.inl │ │ │ │ ├── normal.hpp │ │ │ │ ├── normal.inl │ │ │ │ ├── normalize_dot.hpp │ │ │ │ ├── normalize_dot.inl │ │ │ │ ├── number_precision.hpp │ │ │ │ ├── number_precision.inl │ │ │ │ ├── optimum_pow.hpp │ │ │ │ ├── optimum_pow.inl │ │ │ │ ├── orthonormalize.hpp │ │ │ │ ├── orthonormalize.inl │ │ │ │ ├── perpendicular.hpp │ │ │ │ ├── perpendicular.inl │ │ │ │ ├── polar_coordinates.hpp │ │ │ │ ├── polar_coordinates.inl │ │ │ │ ├── projection.hpp │ │ │ │ ├── projection.inl │ │ │ │ ├── quaternion.hpp │ │ │ │ ├── quaternion.inl │ │ │ │ ├── range.hpp │ │ │ │ ├── raw_data.hpp │ │ │ │ ├── raw_data.inl │ │ │ │ ├── rotate_normalized_axis.hpp │ │ │ │ ├── rotate_normalized_axis.inl │ │ │ │ ├── rotate_vector.hpp │ │ │ │ ├── rotate_vector.inl │ │ │ │ ├── scalar_multiplication.hpp │ │ │ │ ├── scalar_relational.hpp │ │ │ │ ├── scalar_relational.inl │ │ │ │ ├── spline.hpp │ │ │ │ ├── spline.inl │ │ │ │ ├── std_based_type.hpp │ │ │ │ ├── std_based_type.inl │ │ │ │ ├── string_cast.hpp │ │ │ │ ├── string_cast.inl │ │ │ │ ├── texture.hpp │ │ │ │ ├── texture.inl │ │ │ │ ├── transform.hpp │ │ │ │ ├── transform.inl │ │ │ │ ├── transform2.hpp │ │ │ │ ├── transform2.inl │ │ │ │ ├── type_aligned.hpp │ │ │ │ ├── type_aligned.inl │ │ │ │ ├── type_trait.hpp │ │ │ │ ├── type_trait.inl │ │ │ │ ├── vec_swizzle.hpp │ │ │ │ ├── vector_angle.hpp │ │ │ │ ├── vector_angle.inl │ │ │ │ ├── vector_query.hpp │ │ │ │ ├── vector_query.inl │ │ │ │ ├── wrap.hpp │ │ │ │ └── wrap.inl │ │ │ │ ├── integer.hpp │ │ │ │ ├── mat2x2.hpp │ │ │ │ ├── mat2x3.hpp │ │ │ │ ├── mat2x4.hpp │ │ │ │ ├── mat3x2.hpp │ │ │ │ ├── mat3x3.hpp │ │ │ │ ├── mat3x4.hpp │ │ │ │ ├── mat4x2.hpp │ │ │ │ ├── mat4x3.hpp │ │ │ │ ├── mat4x4.hpp │ │ │ │ ├── matrix.hpp │ │ │ │ ├── packing.hpp │ │ │ │ ├── simd │ │ │ │ ├── common.h │ │ │ │ ├── exponential.h │ │ │ │ ├── geometric.h │ │ │ │ ├── integer.h │ │ │ │ ├── matrix.h │ │ │ │ ├── neon.h │ │ │ │ ├── packing.h │ │ │ │ ├── platform.h │ │ │ │ ├── trigonometric.h │ │ │ │ └── vector_relational.h │ │ │ │ ├── trigonometric.hpp │ │ │ │ ├── vec2.hpp │ │ │ │ ├── vec3.hpp │ │ │ │ ├── vec4.hpp │ │ │ │ └── vector_relational.hpp │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── gmp │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── miktex-gmp-version.h.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── COPYING.LESSERv3 │ │ │ ├── COPYINGv2 │ │ │ ├── COPYINGv3 │ │ │ ├── assert.c │ │ │ ├── bootstrap.c │ │ │ ├── compat.c │ │ │ ├── errno.c │ │ │ ├── extract-dbl.c │ │ │ ├── gen-bases.c │ │ │ ├── gen-fac.c │ │ │ ├── gen-fib.c │ │ │ ├── gen-jacobitab.c │ │ │ ├── gen-psqr.c │ │ │ ├── gen-trialdivtab.c │ │ │ ├── gmp-h.in │ │ │ ├── gmp-impl.h │ │ │ ├── gmpxx.h │ │ │ ├── invalid.c │ │ │ ├── longlong.h │ │ │ ├── memory.c │ │ │ ├── mini-gmp │ │ │ │ ├── mini-gmp.c │ │ │ │ └── mini-gmp.h │ │ │ ├── mp_bpl.c │ │ │ ├── mp_clz_tab.c │ │ │ ├── mp_dv_tab.c │ │ │ ├── mp_get_fns.c │ │ │ ├── mp_minv_tab.c │ │ │ ├── mp_set_fns.c │ │ │ ├── mpn │ │ │ │ └── generic │ │ │ │ │ ├── add.c │ │ │ │ │ ├── add_1.c │ │ │ │ │ ├── add_err1_n.c │ │ │ │ │ ├── add_err2_n.c │ │ │ │ │ ├── add_err3_n.c │ │ │ │ │ ├── add_n.c │ │ │ │ │ ├── add_n_sub_n.c │ │ │ │ │ ├── addmul_1.c │ │ │ │ │ ├── bdiv_dbm1c.c │ │ │ │ │ ├── bdiv_q.c │ │ │ │ │ ├── bdiv_q_1.c │ │ │ │ │ ├── bdiv_qr.c │ │ │ │ │ ├── binvert.c │ │ │ │ │ ├── broot.c │ │ │ │ │ ├── brootinv.c │ │ │ │ │ ├── bsqrt.c │ │ │ │ │ ├── bsqrtinv.c │ │ │ │ │ ├── cmp.c │ │ │ │ │ ├── cnd_add_n.c │ │ │ │ │ ├── cnd_sub_n.c │ │ │ │ │ ├── cnd_swap.c │ │ │ │ │ ├── com.c │ │ │ │ │ ├── comb_tables.c │ │ │ │ │ ├── compute_powtab.c │ │ │ │ │ ├── copyd.c │ │ │ │ │ ├── copyi.c │ │ │ │ │ ├── dcpi1_bdiv_q.c │ │ │ │ │ ├── dcpi1_bdiv_qr.c │ │ │ │ │ ├── dcpi1_div_q.c │ │ │ │ │ ├── dcpi1_div_qr.c │ │ │ │ │ ├── dcpi1_divappr_q.c │ │ │ │ │ ├── div_q.c │ │ │ │ │ ├── div_qr_1.c │ │ │ │ │ ├── div_qr_1n_pi1.c │ │ │ │ │ ├── div_qr_1n_pi2.c │ │ │ │ │ ├── div_qr_1u_pi2.c │ │ │ │ │ ├── div_qr_2.c │ │ │ │ │ ├── div_qr_2n_pi1.c │ │ │ │ │ ├── div_qr_2u_pi1.c │ │ │ │ │ ├── dive_1.c │ │ │ │ │ ├── diveby3.c │ │ │ │ │ ├── divexact.c │ │ │ │ │ ├── divis.c │ │ │ │ │ ├── divrem.c │ │ │ │ │ ├── divrem_1.c │ │ │ │ │ ├── divrem_2.c │ │ │ │ │ ├── dump.c │ │ │ │ │ ├── fib2_ui.c │ │ │ │ │ ├── fib2m.c │ │ │ │ │ ├── gcd.c │ │ │ │ │ ├── gcd_1.c │ │ │ │ │ ├── gcd_11.c │ │ │ │ │ ├── gcd_22.c │ │ │ │ │ ├── gcd_subdiv_step.c │ │ │ │ │ ├── gcdext.c │ │ │ │ │ ├── gcdext_1.c │ │ │ │ │ ├── gcdext_lehmer.c │ │ │ │ │ ├── get_d.c │ │ │ │ │ ├── get_str.c │ │ │ │ │ ├── gmp-mparam.h │ │ │ │ │ ├── hgcd.c │ │ │ │ │ ├── hgcd2.c │ │ │ │ │ ├── hgcd2_jacobi.c │ │ │ │ │ ├── hgcd_appr.c │ │ │ │ │ ├── hgcd_jacobi.c │ │ │ │ │ ├── hgcd_matrix.c │ │ │ │ │ ├── hgcd_reduce.c │ │ │ │ │ ├── hgcd_step.c │ │ │ │ │ ├── invert.c │ │ │ │ │ ├── invertappr.c │ │ │ │ │ ├── jacbase.c │ │ │ │ │ ├── jacobi.c │ │ │ │ │ ├── jacobi_2.c │ │ │ │ │ ├── logops_n.c │ │ │ │ │ ├── lshift.c │ │ │ │ │ ├── lshiftc.c │ │ │ │ │ ├── matrix22_mul.c │ │ │ │ │ ├── matrix22_mul1_inverse_vector.c │ │ │ │ │ ├── mod_1.c │ │ │ │ │ ├── mod_1_1.c │ │ │ │ │ ├── mod_1_2.c │ │ │ │ │ ├── mod_1_3.c │ │ │ │ │ ├── mod_1_4.c │ │ │ │ │ ├── mod_34lsub1.c │ │ │ │ │ ├── mode1o.c │ │ │ │ │ ├── mu_bdiv_q.c │ │ │ │ │ ├── mu_bdiv_qr.c │ │ │ │ │ ├── mu_div_q.c │ │ │ │ │ ├── mu_div_qr.c │ │ │ │ │ ├── mu_divappr_q.c │ │ │ │ │ ├── mul.c │ │ │ │ │ ├── mul_1.c │ │ │ │ │ ├── mul_basecase.c │ │ │ │ │ ├── mul_fft.c │ │ │ │ │ ├── mul_n.c │ │ │ │ │ ├── mullo_basecase.c │ │ │ │ │ ├── mullo_n.c │ │ │ │ │ ├── mulmid.c │ │ │ │ │ ├── mulmid_basecase.c │ │ │ │ │ ├── mulmid_n.c │ │ │ │ │ ├── mulmod_bnm1.c │ │ │ │ │ ├── neg.c │ │ │ │ │ ├── nussbaumer_mul.c │ │ │ │ │ ├── perfpow.c │ │ │ │ │ ├── perfsqr.c │ │ │ │ │ ├── popham.c │ │ │ │ │ ├── pow_1.c │ │ │ │ │ ├── powlo.c │ │ │ │ │ ├── powm.c │ │ │ │ │ ├── pre_divrem_1.c │ │ │ │ │ ├── pre_mod_1.c │ │ │ │ │ ├── random.c │ │ │ │ │ ├── random2.c │ │ │ │ │ ├── redc_1.c │ │ │ │ │ ├── redc_2.c │ │ │ │ │ ├── redc_n.c │ │ │ │ │ ├── remove.c │ │ │ │ │ ├── rootrem.c │ │ │ │ │ ├── rshift.c │ │ │ │ │ ├── sbpi1_bdiv_q.c │ │ │ │ │ ├── sbpi1_bdiv_qr.c │ │ │ │ │ ├── sbpi1_bdiv_r.c │ │ │ │ │ ├── sbpi1_div_q.c │ │ │ │ │ ├── sbpi1_div_qr.c │ │ │ │ │ ├── sbpi1_divappr_q.c │ │ │ │ │ ├── scan0.c │ │ │ │ │ ├── scan1.c │ │ │ │ │ ├── sec_aors_1.c │ │ │ │ │ ├── sec_div.c │ │ │ │ │ ├── sec_invert.c │ │ │ │ │ ├── sec_mul.c │ │ │ │ │ ├── sec_pi1_div.c │ │ │ │ │ ├── sec_powm.c │ │ │ │ │ ├── sec_sqr.c │ │ │ │ │ ├── sec_tabselect.c │ │ │ │ │ ├── set_str.c │ │ │ │ │ ├── sizeinbase.c │ │ │ │ │ ├── sqr.c │ │ │ │ │ ├── sqr_basecase.c │ │ │ │ │ ├── sqrlo.c │ │ │ │ │ ├── sqrlo_basecase.c │ │ │ │ │ ├── sqrmod_bnm1.c │ │ │ │ │ ├── sqrtrem.c │ │ │ │ │ ├── strongfibo.c │ │ │ │ │ ├── sub.c │ │ │ │ │ ├── sub_1.c │ │ │ │ │ ├── sub_err1_n.c │ │ │ │ │ ├── sub_err2_n.c │ │ │ │ │ ├── sub_err3_n.c │ │ │ │ │ ├── sub_n.c │ │ │ │ │ ├── submul_1.c │ │ │ │ │ ├── tdiv_qr.c │ │ │ │ │ ├── toom22_mul.c │ │ │ │ │ ├── toom2_sqr.c │ │ │ │ │ ├── toom32_mul.c │ │ │ │ │ ├── toom33_mul.c │ │ │ │ │ ├── toom3_sqr.c │ │ │ │ │ ├── toom42_mul.c │ │ │ │ │ ├── toom42_mulmid.c │ │ │ │ │ ├── toom43_mul.c │ │ │ │ │ ├── toom44_mul.c │ │ │ │ │ ├── toom4_sqr.c │ │ │ │ │ ├── toom52_mul.c │ │ │ │ │ ├── toom53_mul.c │ │ │ │ │ ├── toom54_mul.c │ │ │ │ │ ├── toom62_mul.c │ │ │ │ │ ├── toom63_mul.c │ │ │ │ │ ├── toom6_sqr.c │ │ │ │ │ ├── toom6h_mul.c │ │ │ │ │ ├── toom8_sqr.c │ │ │ │ │ ├── toom8h_mul.c │ │ │ │ │ ├── toom_couple_handling.c │ │ │ │ │ ├── toom_eval_dgr3_pm1.c │ │ │ │ │ ├── toom_eval_dgr3_pm2.c │ │ │ │ │ ├── toom_eval_pm1.c │ │ │ │ │ ├── toom_eval_pm2.c │ │ │ │ │ ├── toom_eval_pm2exp.c │ │ │ │ │ ├── toom_eval_pm2rexp.c │ │ │ │ │ ├── toom_interpolate_12pts.c │ │ │ │ │ ├── toom_interpolate_16pts.c │ │ │ │ │ ├── toom_interpolate_5pts.c │ │ │ │ │ ├── toom_interpolate_6pts.c │ │ │ │ │ ├── toom_interpolate_7pts.c │ │ │ │ │ ├── toom_interpolate_8pts.c │ │ │ │ │ ├── trialdiv.c │ │ │ │ │ ├── udiv_w_sdiv.c │ │ │ │ │ ├── zero.c │ │ │ │ │ └── zero_p.c │ │ │ ├── mpz │ │ │ │ ├── 2fac_ui.c │ │ │ │ ├── abs.c │ │ │ │ ├── add.c │ │ │ │ ├── add_ui.c │ │ │ │ ├── and.c │ │ │ │ ├── aors.h │ │ │ │ ├── aors_ui.h │ │ │ │ ├── aorsmul.c │ │ │ │ ├── aorsmul_i.c │ │ │ │ ├── array_init.c │ │ │ │ ├── bin_ui.c │ │ │ │ ├── bin_uiui.c │ │ │ │ ├── cdiv_q.c │ │ │ │ ├── cdiv_q_ui.c │ │ │ │ ├── cdiv_qr.c │ │ │ │ ├── cdiv_qr_ui.c │ │ │ │ ├── cdiv_r.c │ │ │ │ ├── cdiv_r_ui.c │ │ │ │ ├── cdiv_ui.c │ │ │ │ ├── cfdiv_q_2exp.c │ │ │ │ ├── cfdiv_r_2exp.c │ │ │ │ ├── clear.c │ │ │ │ ├── clears.c │ │ │ │ ├── clrbit.c │ │ │ │ ├── cmp.c │ │ │ │ ├── cmp_d.c │ │ │ │ ├── cmp_si.c │ │ │ │ ├── cmp_ui.c │ │ │ │ ├── cmpabs.c │ │ │ │ ├── cmpabs_d.c │ │ │ │ ├── cmpabs_ui.c │ │ │ │ ├── com.c │ │ │ │ ├── combit.c │ │ │ │ ├── cong.c │ │ │ │ ├── cong_2exp.c │ │ │ │ ├── cong_ui.c │ │ │ │ ├── dive_ui.c │ │ │ │ ├── divegcd.c │ │ │ │ ├── divexact.c │ │ │ │ ├── divis.c │ │ │ │ ├── divis_2exp.c │ │ │ │ ├── divis_ui.c │ │ │ │ ├── dump.c │ │ │ │ ├── export.c │ │ │ │ ├── fac_ui.c │ │ │ │ ├── fdiv_q.c │ │ │ │ ├── fdiv_q_ui.c │ │ │ │ ├── fdiv_qr.c │ │ │ │ ├── fdiv_qr_ui.c │ │ │ │ ├── fdiv_r.c │ │ │ │ ├── fdiv_r_ui.c │ │ │ │ ├── fdiv_ui.c │ │ │ │ ├── fib2_ui.c │ │ │ │ ├── fib_ui.c │ │ │ │ ├── fits_s.h │ │ │ │ ├── fits_sint.c │ │ │ │ ├── fits_slong.c │ │ │ │ ├── fits_sshort.c │ │ │ │ ├── fits_uint.c │ │ │ │ ├── fits_ulong.c │ │ │ │ ├── fits_ushort.c │ │ │ │ ├── gcd.c │ │ │ │ ├── gcd_ui.c │ │ │ │ ├── gcdext.c │ │ │ │ ├── get_d.c │ │ │ │ ├── get_d_2exp.c │ │ │ │ ├── get_si.c │ │ │ │ ├── get_str.c │ │ │ │ ├── get_ui.c │ │ │ │ ├── getlimbn.c │ │ │ │ ├── hamdist.c │ │ │ │ ├── import.c │ │ │ │ ├── init.c │ │ │ │ ├── init2.c │ │ │ │ ├── inits.c │ │ │ │ ├── inp_raw.c │ │ │ │ ├── inp_str.c │ │ │ │ ├── invert.c │ │ │ │ ├── ior.c │ │ │ │ ├── iset.c │ │ │ │ ├── iset_d.c │ │ │ │ ├── iset_si.c │ │ │ │ ├── iset_str.c │ │ │ │ ├── iset_ui.c │ │ │ │ ├── jacobi.c │ │ │ │ ├── kronsz.c │ │ │ │ ├── kronuz.c │ │ │ │ ├── kronzs.c │ │ │ │ ├── kronzu.c │ │ │ │ ├── lcm.c │ │ │ │ ├── lcm_ui.c │ │ │ │ ├── limbs_finish.c │ │ │ │ ├── limbs_modify.c │ │ │ │ ├── limbs_read.c │ │ │ │ ├── limbs_write.c │ │ │ │ ├── lucmod.c │ │ │ │ ├── lucnum2_ui.c │ │ │ │ ├── lucnum_ui.c │ │ │ │ ├── mfac_uiui.c │ │ │ │ ├── millerrabin.c │ │ │ │ ├── mod.c │ │ │ │ ├── mul.c │ │ │ │ ├── mul_2exp.c │ │ │ │ ├── mul_i.h │ │ │ │ ├── mul_si.c │ │ │ │ ├── mul_ui.c │ │ │ │ ├── n_pow_ui.c │ │ │ │ ├── neg.c │ │ │ │ ├── nextprime.c │ │ │ │ ├── oddfac_1.c │ │ │ │ ├── out_raw.c │ │ │ │ ├── out_str.c │ │ │ │ ├── perfpow.c │ │ │ │ ├── perfsqr.c │ │ │ │ ├── popcount.c │ │ │ │ ├── pow_ui.c │ │ │ │ ├── powm.c │ │ │ │ ├── powm_sec.c │ │ │ │ ├── powm_ui.c │ │ │ │ ├── pprime_p.c │ │ │ │ ├── primorial_ui.c │ │ │ │ ├── prodlimbs.c │ │ │ │ ├── random.c │ │ │ │ ├── random2.c │ │ │ │ ├── realloc.c │ │ │ │ ├── realloc2.c │ │ │ │ ├── remove.c │ │ │ │ ├── roinit_n.c │ │ │ │ ├── root.c │ │ │ │ ├── rootrem.c │ │ │ │ ├── rrandomb.c │ │ │ │ ├── scan0.c │ │ │ │ ├── scan1.c │ │ │ │ ├── set.c │ │ │ │ ├── set_d.c │ │ │ │ ├── set_f.c │ │ │ │ ├── set_q.c │ │ │ │ ├── set_si.c │ │ │ │ ├── set_str.c │ │ │ │ ├── set_ui.c │ │ │ │ ├── setbit.c │ │ │ │ ├── size.c │ │ │ │ ├── sizeinbase.c │ │ │ │ ├── sqrt.c │ │ │ │ ├── sqrtrem.c │ │ │ │ ├── stronglucas.c │ │ │ │ ├── sub.c │ │ │ │ ├── sub_ui.c │ │ │ │ ├── swap.c │ │ │ │ ├── tdiv_q.c │ │ │ │ ├── tdiv_q_2exp.c │ │ │ │ ├── tdiv_q_ui.c │ │ │ │ ├── tdiv_qr.c │ │ │ │ ├── tdiv_qr_ui.c │ │ │ │ ├── tdiv_r.c │ │ │ │ ├── tdiv_r_2exp.c │ │ │ │ ├── tdiv_r_ui.c │ │ │ │ ├── tdiv_ui.c │ │ │ │ ├── tstbit.c │ │ │ │ ├── ui_pow_ui.c │ │ │ │ ├── ui_sub.c │ │ │ │ ├── urandomb.c │ │ │ │ ├── urandomm.c │ │ │ │ └── xor.c │ │ │ ├── nextprime.c │ │ │ ├── primesieve.c │ │ │ ├── tal-debug.c │ │ │ ├── tal-notreent.c │ │ │ ├── tal-reent.c │ │ │ └── version.c │ │ ├── static │ │ │ └── CMakeLists.txt │ │ ├── test │ │ │ ├── CMakeLists.txt │ │ │ └── test.c │ │ └── version.cmake │ ├── graphite2 │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-graphite2-version.h.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── LICENSE │ │ │ ├── include │ │ │ │ └── graphite2 │ │ │ │ │ ├── Font.h │ │ │ │ │ ├── Log.h │ │ │ │ │ ├── Segment.h │ │ │ │ │ └── Types.h │ │ │ └── src │ │ │ │ ├── CmapCache.cpp │ │ │ │ ├── Code.cpp │ │ │ │ ├── Collider.cpp │ │ │ │ ├── Decompressor.cpp │ │ │ │ ├── Face.cpp │ │ │ │ ├── FeatureMap.cpp │ │ │ │ ├── FileFace.cpp │ │ │ │ ├── Font.cpp │ │ │ │ ├── GlyphCache.cpp │ │ │ │ ├── GlyphFace.cpp │ │ │ │ ├── Intervals.cpp │ │ │ │ ├── Justifier.cpp │ │ │ │ ├── NameTable.cpp │ │ │ │ ├── Pass.cpp │ │ │ │ ├── Position.cpp │ │ │ │ ├── Segment.cpp │ │ │ │ ├── Silf.cpp │ │ │ │ ├── Slot.cpp │ │ │ │ ├── Sparse.cpp │ │ │ │ ├── TtfUtil.cpp │ │ │ │ ├── UtfCodec.cpp │ │ │ │ ├── call_machine.cpp │ │ │ │ ├── direct_machine.cpp │ │ │ │ ├── files.mk │ │ │ │ ├── gr_char_info.cpp │ │ │ │ ├── gr_face.cpp │ │ │ │ ├── gr_features.cpp │ │ │ │ ├── gr_font.cpp │ │ │ │ ├── gr_logging.cpp │ │ │ │ ├── gr_segment.cpp │ │ │ │ ├── gr_slot.cpp │ │ │ │ ├── inc │ │ │ │ ├── CharInfo.h │ │ │ │ ├── CmapCache.h │ │ │ │ ├── Code.h │ │ │ │ ├── Collider.h │ │ │ │ ├── Compression.h │ │ │ │ ├── Decompressor.h │ │ │ │ ├── Endian.h │ │ │ │ ├── Error.h │ │ │ │ ├── Face.h │ │ │ │ ├── FeatureMap.h │ │ │ │ ├── FeatureVal.h │ │ │ │ ├── FileFace.h │ │ │ │ ├── Font.h │ │ │ │ ├── GlyphCache.h │ │ │ │ ├── GlyphFace.h │ │ │ │ ├── Intervals.h │ │ │ │ ├── List.h │ │ │ │ ├── Machine.h │ │ │ │ ├── Main.h │ │ │ │ ├── NameTable.h │ │ │ │ ├── Pass.h │ │ │ │ ├── Position.h │ │ │ │ ├── Rule.h │ │ │ │ ├── Segment.h │ │ │ │ ├── Silf.h │ │ │ │ ├── Slot.h │ │ │ │ ├── Sparse.h │ │ │ │ ├── TtfTypes.h │ │ │ │ ├── TtfUtil.h │ │ │ │ ├── UtfCodec.h │ │ │ │ ├── bits.h │ │ │ │ ├── debug.h │ │ │ │ ├── json.h │ │ │ │ ├── locale2lcid.h │ │ │ │ ├── opcode_table.h │ │ │ │ └── opcodes.h │ │ │ │ └── json.cpp │ │ ├── version.cmake │ │ └── windows │ │ │ └── miktex-graphite2.rc.in │ ├── harfbuzz │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── miktex-harfbuzz-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-harfbuzz.rc.in │ │ ├── source │ │ │ ├── COPYING │ │ │ └── src │ │ │ │ ├── OT │ │ │ │ ├── Color │ │ │ │ │ ├── CBDT │ │ │ │ │ │ └── CBDT.hh │ │ │ │ │ ├── COLR │ │ │ │ │ │ ├── COLR.hh │ │ │ │ │ │ └── colrv1-closure.hh │ │ │ │ │ ├── CPAL │ │ │ │ │ │ └── CPAL.hh │ │ │ │ │ ├── sbix │ │ │ │ │ │ └── sbix.hh │ │ │ │ │ └── svg │ │ │ │ │ │ └── svg.hh │ │ │ │ ├── Layout │ │ │ │ │ ├── Common │ │ │ │ │ │ ├── Coverage.hh │ │ │ │ │ │ ├── CoverageFormat1.hh │ │ │ │ │ │ ├── CoverageFormat2.hh │ │ │ │ │ │ └── RangeRecord.hh │ │ │ │ │ ├── GDEF │ │ │ │ │ │ └── GDEF.hh │ │ │ │ │ ├── GPOS │ │ │ │ │ │ ├── Anchor.hh │ │ │ │ │ │ ├── AnchorFormat1.hh │ │ │ │ │ │ ├── AnchorFormat2.hh │ │ │ │ │ │ ├── AnchorFormat3.hh │ │ │ │ │ │ ├── AnchorMatrix.hh │ │ │ │ │ │ ├── ChainContextPos.hh │ │ │ │ │ │ ├── Common.hh │ │ │ │ │ │ ├── ContextPos.hh │ │ │ │ │ │ ├── CursivePos.hh │ │ │ │ │ │ ├── CursivePosFormat1.hh │ │ │ │ │ │ ├── ExtensionPos.hh │ │ │ │ │ │ ├── GPOS.hh │ │ │ │ │ │ ├── LigatureArray.hh │ │ │ │ │ │ ├── MarkArray.hh │ │ │ │ │ │ ├── MarkBasePos.hh │ │ │ │ │ │ ├── MarkBasePosFormat1.hh │ │ │ │ │ │ ├── MarkLigPos.hh │ │ │ │ │ │ ├── MarkLigPosFormat1.hh │ │ │ │ │ │ ├── MarkMarkPos.hh │ │ │ │ │ │ ├── MarkMarkPosFormat1.hh │ │ │ │ │ │ ├── MarkRecord.hh │ │ │ │ │ │ ├── PairPos.hh │ │ │ │ │ │ ├── PairPosFormat1.hh │ │ │ │ │ │ ├── PairPosFormat2.hh │ │ │ │ │ │ ├── PairSet.hh │ │ │ │ │ │ ├── PairValueRecord.hh │ │ │ │ │ │ ├── PosLookup.hh │ │ │ │ │ │ ├── PosLookupSubTable.hh │ │ │ │ │ │ ├── SinglePos.hh │ │ │ │ │ │ ├── SinglePosFormat1.hh │ │ │ │ │ │ ├── SinglePosFormat2.hh │ │ │ │ │ │ └── ValueFormat.hh │ │ │ │ │ ├── GSUB │ │ │ │ │ │ ├── AlternateSet.hh │ │ │ │ │ │ ├── AlternateSubst.hh │ │ │ │ │ │ ├── AlternateSubstFormat1.hh │ │ │ │ │ │ ├── ChainContextSubst.hh │ │ │ │ │ │ ├── Common.hh │ │ │ │ │ │ ├── ContextSubst.hh │ │ │ │ │ │ ├── ExtensionSubst.hh │ │ │ │ │ │ ├── GSUB.hh │ │ │ │ │ │ ├── Ligature.hh │ │ │ │ │ │ ├── LigatureSet.hh │ │ │ │ │ │ ├── LigatureSubst.hh │ │ │ │ │ │ ├── LigatureSubstFormat1.hh │ │ │ │ │ │ ├── MultipleSubst.hh │ │ │ │ │ │ ├── MultipleSubstFormat1.hh │ │ │ │ │ │ ├── ReverseChainSingleSubst.hh │ │ │ │ │ │ ├── ReverseChainSingleSubstFormat1.hh │ │ │ │ │ │ ├── Sequence.hh │ │ │ │ │ │ ├── SingleSubst.hh │ │ │ │ │ │ ├── SingleSubstFormat1.hh │ │ │ │ │ │ ├── SingleSubstFormat2.hh │ │ │ │ │ │ ├── SubstLookup.hh │ │ │ │ │ │ └── SubstLookupSubTable.hh │ │ │ │ │ └── types.hh │ │ │ │ ├── Var │ │ │ │ │ └── VARC │ │ │ │ │ │ ├── VARC.cc │ │ │ │ │ │ ├── VARC.hh │ │ │ │ │ │ └── coord-setter.hh │ │ │ │ ├── glyf │ │ │ │ │ ├── CompositeGlyph.hh │ │ │ │ │ ├── Glyph.hh │ │ │ │ │ ├── GlyphHeader.hh │ │ │ │ │ ├── SimpleGlyph.hh │ │ │ │ │ ├── SubsetGlyph.hh │ │ │ │ │ ├── composite-iter.hh │ │ │ │ │ ├── glyf-helpers.hh │ │ │ │ │ ├── glyf.hh │ │ │ │ │ ├── loca.hh │ │ │ │ │ └── path-builder.hh │ │ │ │ └── name │ │ │ │ │ └── name.hh │ │ │ │ ├── graph │ │ │ │ ├── classdef-graph.hh │ │ │ │ ├── coverage-graph.hh │ │ │ │ ├── graph.hh │ │ │ │ ├── gsubgpos-context.cc │ │ │ │ ├── gsubgpos-context.hh │ │ │ │ ├── gsubgpos-graph.hh │ │ │ │ ├── markbasepos-graph.hh │ │ │ │ ├── pairpos-graph.hh │ │ │ │ ├── serialize.hh │ │ │ │ ├── split-helpers.hh │ │ │ │ └── test-classdef-graph.cc │ │ │ │ ├── harfbuzz-subset.cc │ │ │ │ ├── harfbuzz.cc │ │ │ │ ├── hb-aat-layout-ankr-table.hh │ │ │ │ ├── hb-aat-layout-bsln-table.hh │ │ │ │ ├── hb-aat-layout-common.hh │ │ │ │ ├── hb-aat-layout-feat-table.hh │ │ │ │ ├── hb-aat-layout-just-table.hh │ │ │ │ ├── hb-aat-layout-kerx-table.hh │ │ │ │ ├── hb-aat-layout-morx-table.hh │ │ │ │ ├── hb-aat-layout-opbd-table.hh │ │ │ │ ├── hb-aat-layout-trak-table.hh │ │ │ │ ├── hb-aat-layout.cc │ │ │ │ ├── hb-aat-layout.h │ │ │ │ ├── hb-aat-layout.hh │ │ │ │ ├── hb-aat-ltag-table.hh │ │ │ │ ├── hb-aat-map.cc │ │ │ │ ├── hb-aat-map.hh │ │ │ │ ├── hb-aat.h │ │ │ │ ├── hb-algs.hh │ │ │ │ ├── hb-array.hh │ │ │ │ ├── hb-atomic.hh │ │ │ │ ├── hb-bimap.hh │ │ │ │ ├── hb-bit-page.hh │ │ │ │ ├── hb-bit-set-invertible.hh │ │ │ │ ├── hb-bit-set.hh │ │ │ │ ├── hb-blob.cc │ │ │ │ ├── hb-blob.h │ │ │ │ ├── hb-blob.hh │ │ │ │ ├── hb-buffer-deserialize-json.hh │ │ │ │ ├── hb-buffer-deserialize-text-glyphs.hh │ │ │ │ ├── hb-buffer-deserialize-text-unicode.hh │ │ │ │ ├── hb-buffer-serialize.cc │ │ │ │ ├── hb-buffer-verify.cc │ │ │ │ ├── hb-buffer.cc │ │ │ │ ├── hb-buffer.h │ │ │ │ ├── hb-buffer.hh │ │ │ │ ├── hb-cache.hh │ │ │ │ ├── hb-cairo-utils.cc │ │ │ │ ├── hb-cairo-utils.hh │ │ │ │ ├── hb-cairo.cc │ │ │ │ ├── hb-cairo.h │ │ │ │ ├── hb-cff-interp-common.hh │ │ │ │ ├── hb-cff-interp-cs-common.hh │ │ │ │ ├── hb-cff-interp-dict-common.hh │ │ │ │ ├── hb-cff1-interp-cs.hh │ │ │ │ ├── hb-cff2-interp-cs.hh │ │ │ │ ├── hb-common.cc │ │ │ │ ├── hb-common.h │ │ │ │ ├── hb-config.hh │ │ │ │ ├── hb-coretext-font.cc │ │ │ │ ├── hb-coretext-shape.cc │ │ │ │ ├── hb-coretext.h │ │ │ │ ├── hb-cplusplus.hh │ │ │ │ ├── hb-debug.hh │ │ │ │ ├── hb-deprecated.h │ │ │ │ ├── hb-directwrite.cc │ │ │ │ ├── hb-directwrite.h │ │ │ │ ├── hb-dispatch.hh │ │ │ │ ├── hb-draw.cc │ │ │ │ ├── hb-draw.h │ │ │ │ ├── hb-draw.hh │ │ │ │ ├── hb-face-builder.cc │ │ │ │ ├── hb-face.cc │ │ │ │ ├── hb-face.h │ │ │ │ ├── hb-face.hh │ │ │ │ ├── hb-fallback-shape.cc │ │ │ │ ├── hb-font.cc │ │ │ │ ├── hb-font.h │ │ │ │ ├── hb-font.hh │ │ │ │ ├── hb-ft-colr.hh │ │ │ │ ├── hb-ft.cc │ │ │ │ ├── hb-ft.h │ │ │ │ ├── hb-gdi.cc │ │ │ │ ├── hb-gdi.h │ │ │ │ ├── hb-geometry.hh │ │ │ │ ├── hb-glib.cc │ │ │ │ ├── hb-glib.h │ │ │ │ ├── hb-gobject-structs.cc │ │ │ │ ├── hb-gobject-structs.h │ │ │ │ ├── hb-gobject.h │ │ │ │ ├── hb-graphite2.cc │ │ │ │ ├── hb-graphite2.h │ │ │ │ ├── hb-icu.cc │ │ │ │ ├── hb-icu.h │ │ │ │ ├── hb-iter.hh │ │ │ │ ├── hb-kern.hh │ │ │ │ ├── hb-limits.hh │ │ │ │ ├── hb-machinery.hh │ │ │ │ ├── hb-map.cc │ │ │ │ ├── hb-map.h │ │ │ │ ├── hb-map.hh │ │ │ │ ├── hb-meta.hh │ │ │ │ ├── hb-ms-feature-ranges.hh │ │ │ │ ├── hb-multimap.hh │ │ │ │ ├── hb-mutex.hh │ │ │ │ ├── hb-null.hh │ │ │ │ ├── hb-number-parser.hh │ │ │ │ ├── hb-number.cc │ │ │ │ ├── hb-number.hh │ │ │ │ ├── hb-object.hh │ │ │ │ ├── hb-open-file.hh │ │ │ │ ├── hb-open-type.hh │ │ │ │ ├── hb-ot-cff-common.hh │ │ │ │ ├── hb-ot-cff1-std-str.hh │ │ │ │ ├── hb-ot-cff1-table.cc │ │ │ │ ├── hb-ot-cff1-table.hh │ │ │ │ ├── hb-ot-cff2-table.cc │ │ │ │ ├── hb-ot-cff2-table.hh │ │ │ │ ├── hb-ot-cmap-table.hh │ │ │ │ ├── hb-ot-color.cc │ │ │ │ ├── hb-ot-color.h │ │ │ │ ├── hb-ot-deprecated.h │ │ │ │ ├── hb-ot-face-table-list.hh │ │ │ │ ├── hb-ot-face.cc │ │ │ │ ├── hb-ot-face.hh │ │ │ │ ├── hb-ot-font.cc │ │ │ │ ├── hb-ot-font.h │ │ │ │ ├── hb-ot-gasp-table.hh │ │ │ │ ├── hb-ot-glyf-table.hh │ │ │ │ ├── hb-ot-hdmx-table.hh │ │ │ │ ├── hb-ot-head-table.hh │ │ │ │ ├── hb-ot-hhea-table.hh │ │ │ │ ├── hb-ot-hmtx-table.hh │ │ │ │ ├── hb-ot-kern-table.hh │ │ │ │ ├── hb-ot-layout-base-table.hh │ │ │ │ ├── hb-ot-layout-common.hh │ │ │ │ ├── hb-ot-layout-gdef-table.hh │ │ │ │ ├── hb-ot-layout-gpos-table.hh │ │ │ │ ├── hb-ot-layout-gsub-table.hh │ │ │ │ ├── hb-ot-layout-gsubgpos.hh │ │ │ │ ├── hb-ot-layout-jstf-table.hh │ │ │ │ ├── hb-ot-layout.cc │ │ │ │ ├── hb-ot-layout.h │ │ │ │ ├── hb-ot-layout.hh │ │ │ │ ├── hb-ot-map.cc │ │ │ │ ├── hb-ot-map.hh │ │ │ │ ├── hb-ot-math-table.hh │ │ │ │ ├── hb-ot-math.cc │ │ │ │ ├── hb-ot-math.h │ │ │ │ ├── hb-ot-maxp-table.hh │ │ │ │ ├── hb-ot-meta-table.hh │ │ │ │ ├── hb-ot-meta.cc │ │ │ │ ├── hb-ot-meta.h │ │ │ │ ├── hb-ot-metrics.cc │ │ │ │ ├── hb-ot-metrics.h │ │ │ │ ├── hb-ot-metrics.hh │ │ │ │ ├── hb-ot-name-language-static.hh │ │ │ │ ├── hb-ot-name-language.hh │ │ │ │ ├── hb-ot-name-table.hh │ │ │ │ ├── hb-ot-name.cc │ │ │ │ ├── hb-ot-name.h │ │ │ │ ├── hb-ot-os2-table.hh │ │ │ │ ├── hb-ot-os2-unicode-ranges.hh │ │ │ │ ├── hb-ot-post-macroman.hh │ │ │ │ ├── hb-ot-post-table-v2subset.hh │ │ │ │ ├── hb-ot-post-table.hh │ │ │ │ ├── hb-ot-shape-fallback.cc │ │ │ │ ├── hb-ot-shape-fallback.hh │ │ │ │ ├── hb-ot-shape-normalize.cc │ │ │ │ ├── hb-ot-shape-normalize.hh │ │ │ │ ├── hb-ot-shape.cc │ │ │ │ ├── hb-ot-shape.h │ │ │ │ ├── hb-ot-shape.hh │ │ │ │ ├── hb-ot-shaper-arabic-fallback.hh │ │ │ │ ├── hb-ot-shaper-arabic-joining-list.hh │ │ │ │ ├── hb-ot-shaper-arabic-pua.hh │ │ │ │ ├── hb-ot-shaper-arabic-table.hh │ │ │ │ ├── hb-ot-shaper-arabic-win1256.hh │ │ │ │ ├── hb-ot-shaper-arabic.cc │ │ │ │ ├── hb-ot-shaper-arabic.hh │ │ │ │ ├── hb-ot-shaper-default.cc │ │ │ │ ├── hb-ot-shaper-hangul.cc │ │ │ │ ├── hb-ot-shaper-hebrew.cc │ │ │ │ ├── hb-ot-shaper-indic-machine.hh │ │ │ │ ├── hb-ot-shaper-indic-table.cc │ │ │ │ ├── hb-ot-shaper-indic.cc │ │ │ │ ├── hb-ot-shaper-indic.hh │ │ │ │ ├── hb-ot-shaper-khmer-machine.hh │ │ │ │ ├── hb-ot-shaper-khmer.cc │ │ │ │ ├── hb-ot-shaper-myanmar-machine.hh │ │ │ │ ├── hb-ot-shaper-myanmar.cc │ │ │ │ ├── hb-ot-shaper-syllabic.cc │ │ │ │ ├── hb-ot-shaper-syllabic.hh │ │ │ │ ├── hb-ot-shaper-thai.cc │ │ │ │ ├── hb-ot-shaper-use-machine.hh │ │ │ │ ├── hb-ot-shaper-use-table.hh │ │ │ │ ├── hb-ot-shaper-use.cc │ │ │ │ ├── hb-ot-shaper-vowel-constraints.cc │ │ │ │ ├── hb-ot-shaper-vowel-constraints.hh │ │ │ │ ├── hb-ot-shaper.hh │ │ │ │ ├── hb-ot-stat-table.hh │ │ │ │ ├── hb-ot-tag-table.hh │ │ │ │ ├── hb-ot-tag.cc │ │ │ │ ├── hb-ot-var-avar-table.hh │ │ │ │ ├── hb-ot-var-common.hh │ │ │ │ ├── hb-ot-var-cvar-table.hh │ │ │ │ ├── hb-ot-var-fvar-table.hh │ │ │ │ ├── hb-ot-var-gvar-table.hh │ │ │ │ ├── hb-ot-var-hvar-table.hh │ │ │ │ ├── hb-ot-var-mvar-table.hh │ │ │ │ ├── hb-ot-var-varc-table.hh │ │ │ │ ├── hb-ot-var.cc │ │ │ │ ├── hb-ot-var.h │ │ │ │ ├── hb-ot-vorg-table.hh │ │ │ │ ├── hb-ot.h │ │ │ │ ├── hb-outline.cc │ │ │ │ ├── hb-outline.hh │ │ │ │ ├── hb-paint-extents.cc │ │ │ │ ├── hb-paint-extents.hh │ │ │ │ ├── hb-paint.cc │ │ │ │ ├── hb-paint.h │ │ │ │ ├── hb-paint.hh │ │ │ │ ├── hb-pool.hh │ │ │ │ ├── hb-priority-queue.hh │ │ │ │ ├── hb-repacker.hh │ │ │ │ ├── hb-sanitize.hh │ │ │ │ ├── hb-serialize.hh │ │ │ │ ├── hb-set-digest.hh │ │ │ │ ├── hb-set.cc │ │ │ │ ├── hb-set.h │ │ │ │ ├── hb-set.hh │ │ │ │ ├── hb-shape-plan.cc │ │ │ │ ├── hb-shape-plan.h │ │ │ │ ├── hb-shape-plan.hh │ │ │ │ ├── hb-shape.cc │ │ │ │ ├── hb-shape.h │ │ │ │ ├── hb-shaper-impl.hh │ │ │ │ ├── hb-shaper-list.hh │ │ │ │ ├── hb-shaper.cc │ │ │ │ ├── hb-shaper.hh │ │ │ │ ├── hb-static.cc │ │ │ │ ├── hb-string-array.hh │ │ │ │ ├── hb-style.cc │ │ │ │ ├── hb-style.h │ │ │ │ ├── hb-subset-accelerator.hh │ │ │ │ ├── hb-subset-cff-common.cc │ │ │ │ ├── hb-subset-cff-common.hh │ │ │ │ ├── hb-subset-cff1.cc │ │ │ │ ├── hb-subset-cff2.cc │ │ │ │ ├── hb-subset-input.cc │ │ │ │ ├── hb-subset-input.hh │ │ │ │ ├── hb-subset-instancer-iup.cc │ │ │ │ ├── hb-subset-instancer-iup.hh │ │ │ │ ├── hb-subset-instancer-solver.cc │ │ │ │ ├── hb-subset-instancer-solver.hh │ │ │ │ ├── hb-subset-plan-member-list.hh │ │ │ │ ├── hb-subset-plan.cc │ │ │ │ ├── hb-subset-plan.hh │ │ │ │ ├── hb-subset-repacker.cc │ │ │ │ ├── hb-subset-repacker.h │ │ │ │ ├── hb-subset.cc │ │ │ │ ├── hb-subset.h │ │ │ │ ├── hb-subset.hh │ │ │ │ ├── hb-ucd-table.hh │ │ │ │ ├── hb-ucd.cc │ │ │ │ ├── hb-unicode-emoji-table.hh │ │ │ │ ├── hb-unicode.cc │ │ │ │ ├── hb-unicode.h │ │ │ │ ├── hb-unicode.hh │ │ │ │ ├── hb-uniscribe.cc │ │ │ │ ├── hb-uniscribe.h │ │ │ │ ├── hb-utf.hh │ │ │ │ ├── hb-vector.hh │ │ │ │ ├── hb-version.h │ │ │ │ ├── hb-wasm-api-blob.hh │ │ │ │ ├── hb-wasm-api-buffer.hh │ │ │ │ ├── hb-wasm-api-common.hh │ │ │ │ ├── hb-wasm-api-face.hh │ │ │ │ ├── hb-wasm-api-font.hh │ │ │ │ ├── hb-wasm-api-list.hh │ │ │ │ ├── hb-wasm-api-shape.hh │ │ │ │ ├── hb-wasm-api.cc │ │ │ │ ├── hb-wasm-api.h │ │ │ │ ├── hb-wasm-api.hh │ │ │ │ ├── hb-wasm-shape.cc │ │ │ │ ├── hb.h │ │ │ │ └── hb.hh │ │ ├── sources.cmake │ │ └── version.cmake │ ├── hunspell │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-hunspell-version.h.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── COPYING.LESSER │ │ │ ├── COPYING.MPL │ │ │ ├── license.hunspell │ │ │ ├── license.myspell │ │ │ └── src │ │ │ │ └── hunspell │ │ │ │ ├── affentry.cxx │ │ │ │ ├── affentry.hxx │ │ │ │ ├── affixmgr.cxx │ │ │ │ ├── affixmgr.hxx │ │ │ │ ├── atypes.hxx │ │ │ │ ├── baseaffix.hxx │ │ │ │ ├── csutil.cxx │ │ │ │ ├── csutil.hxx │ │ │ │ ├── filemgr.cxx │ │ │ │ ├── filemgr.hxx │ │ │ │ ├── hashmgr.cxx │ │ │ │ ├── hashmgr.hxx │ │ │ │ ├── htypes.hxx │ │ │ │ ├── hunspell.cxx │ │ │ │ ├── hunspell.h │ │ │ │ ├── hunspell.hxx │ │ │ │ ├── hunvisapi.h │ │ │ │ ├── hunvisapi.h.in │ │ │ │ ├── hunzip.cxx │ │ │ │ ├── hunzip.hxx │ │ │ │ ├── langnum.hxx │ │ │ │ ├── phonet.cxx │ │ │ │ ├── phonet.hxx │ │ │ │ ├── replist.cxx │ │ │ │ ├── replist.hxx │ │ │ │ ├── suggestmgr.cxx │ │ │ │ ├── suggestmgr.hxx │ │ │ │ ├── utf_info.hxx │ │ │ │ └── w_char.hxx │ │ ├── version.cmake │ │ └── windows │ │ │ └── miktex-hunspell.rc.in │ ├── jpeg │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-libjpeg-version.h.in │ │ ├── source │ │ │ ├── README │ │ │ ├── jaricom.c │ │ │ ├── jcapimin.c │ │ │ ├── jcapistd.c │ │ │ ├── jcarith.c │ │ │ ├── jccoefct.c │ │ │ ├── jccolor.c │ │ │ ├── jcdctmgr.c │ │ │ ├── jchuff.c │ │ │ ├── jcinit.c │ │ │ ├── jcmainct.c │ │ │ ├── jcmarker.c │ │ │ ├── jcmaster.c │ │ │ ├── jcomapi.c │ │ │ ├── jconfig.vc │ │ │ ├── jcparam.c │ │ │ ├── jcprepct.c │ │ │ ├── jcsample.c │ │ │ ├── jctrans.c │ │ │ ├── jdapimin.c │ │ │ ├── jdapistd.c │ │ │ ├── jdarith.c │ │ │ ├── jdatadst.c │ │ │ ├── jdatasrc.c │ │ │ ├── jdcoefct.c │ │ │ ├── jdcolor.c │ │ │ ├── jdct.h │ │ │ ├── jddctmgr.c │ │ │ ├── jdhuff.c │ │ │ ├── jdinput.c │ │ │ ├── jdmainct.c │ │ │ ├── jdmarker.c │ │ │ ├── jdmaster.c │ │ │ ├── jdmerge.c │ │ │ ├── jdpostct.c │ │ │ ├── jdsample.c │ │ │ ├── jdtrans.c │ │ │ ├── jerror.c │ │ │ ├── jerror.h │ │ │ ├── jfdctflt.c │ │ │ ├── jfdctfst.c │ │ │ ├── jfdctint.c │ │ │ ├── jidctflt.c │ │ │ ├── jidctfst.c │ │ │ ├── jidctint.c │ │ │ ├── jinclude.h │ │ │ ├── jmemmgr.c │ │ │ ├── jmemnobs.c │ │ │ ├── jmemsys.h │ │ │ ├── jmorecfg.h │ │ │ ├── jpegint.h │ │ │ ├── jpeglib.h │ │ │ ├── jquant1.c │ │ │ ├── jquant2.c │ │ │ ├── jutils.c │ │ │ └── jversion.h │ │ ├── version.cmake │ │ └── windows │ │ │ └── miktex-libjpeg.rc.in │ ├── libressl │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── crypto │ │ │ ├── CMakeLists.txt │ │ │ ├── shared │ │ │ │ ├── CMakeLists.txt │ │ │ │ └── windows │ │ │ │ │ └── miktex-libressl-crypto.rc.in │ │ │ └── static │ │ │ │ └── CMakeLists.txt │ │ ├── miktex-libressl-version.h.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── crypto │ │ │ │ ├── VERSION │ │ │ │ ├── aes │ │ │ │ │ ├── aes-elf-x86_64.s │ │ │ │ │ ├── aes-macosx-x86_64.s │ │ │ │ │ ├── aes_cbc.c │ │ │ │ │ ├── aes_cfb.c │ │ │ │ │ ├── aes_core.c │ │ │ │ │ ├── aes_ctr.c │ │ │ │ │ ├── aes_ecb.c │ │ │ │ │ ├── aes_ige.c │ │ │ │ │ ├── aes_local.h │ │ │ │ │ ├── aes_ofb.c │ │ │ │ │ ├── aes_wrap.c │ │ │ │ │ ├── aesni-elf-x86_64.s │ │ │ │ │ ├── aesni-macosx-x86_64.s │ │ │ │ │ ├── aesni-sha1-elf-x86_64.s │ │ │ │ │ ├── aesni-sha1-macosx-x86_64.s │ │ │ │ │ ├── bsaes-elf-x86_64.s │ │ │ │ │ ├── bsaes-macosx-x86_64.s │ │ │ │ │ ├── vpaes-elf-x86_64.s │ │ │ │ │ └── vpaes-macosx-x86_64.s │ │ │ │ ├── arm_arch.h │ │ │ │ ├── armcap.c │ │ │ │ ├── asn1 │ │ │ │ │ ├── a_bitstr.c │ │ │ │ │ ├── a_enum.c │ │ │ │ │ ├── a_int.c │ │ │ │ │ ├── a_mbstr.c │ │ │ │ │ ├── a_object.c │ │ │ │ │ ├── a_octet.c │ │ │ │ │ ├── a_pkey.c │ │ │ │ │ ├── a_print.c │ │ │ │ │ ├── a_pubkey.c │ │ │ │ │ ├── a_strex.c │ │ │ │ │ ├── a_string.c │ │ │ │ │ ├── a_strnid.c │ │ │ │ │ ├── a_time.c │ │ │ │ │ ├── a_time_posix.c │ │ │ │ │ ├── a_time_tm.c │ │ │ │ │ ├── a_type.c │ │ │ │ │ ├── a_utf8.c │ │ │ │ │ ├── ameth_lib.c │ │ │ │ │ ├── asn1_err.c │ │ │ │ │ ├── asn1_gen.c │ │ │ │ │ ├── asn1_item.c │ │ │ │ │ ├── asn1_lib.c │ │ │ │ │ ├── asn1_local.h │ │ │ │ │ ├── asn1_old.c │ │ │ │ │ ├── asn1_old_lib.c │ │ │ │ │ ├── asn1_par.c │ │ │ │ │ ├── asn1_types.c │ │ │ │ │ ├── asn_mime.c │ │ │ │ │ ├── asn_moid.c │ │ │ │ │ ├── bio_asn1.c │ │ │ │ │ ├── bio_ndef.c │ │ │ │ │ ├── charmap.h │ │ │ │ │ ├── p5_pbe.c │ │ │ │ │ ├── p5_pbev2.c │ │ │ │ │ ├── p8_pkey.c │ │ │ │ │ ├── t_crl.c │ │ │ │ │ ├── t_req.c │ │ │ │ │ ├── t_spki.c │ │ │ │ │ ├── t_x509.c │ │ │ │ │ ├── t_x509a.c │ │ │ │ │ ├── tasn_dec.c │ │ │ │ │ ├── tasn_enc.c │ │ │ │ │ ├── tasn_fre.c │ │ │ │ │ ├── tasn_new.c │ │ │ │ │ ├── tasn_prn.c │ │ │ │ │ ├── tasn_typ.c │ │ │ │ │ ├── tasn_utl.c │ │ │ │ │ ├── x_algor.c │ │ │ │ │ ├── x_attrib.c │ │ │ │ │ ├── x_bignum.c │ │ │ │ │ ├── x_crl.c │ │ │ │ │ ├── x_exten.c │ │ │ │ │ ├── x_info.c │ │ │ │ │ ├── x_long.c │ │ │ │ │ ├── x_name.c │ │ │ │ │ ├── x_pkey.c │ │ │ │ │ ├── x_pubkey.c │ │ │ │ │ ├── x_req.c │ │ │ │ │ ├── x_sig.c │ │ │ │ │ ├── x_spki.c │ │ │ │ │ ├── x_val.c │ │ │ │ │ ├── x_x509.c │ │ │ │ │ └── x_x509a.c │ │ │ │ ├── bf │ │ │ │ │ ├── bf_cfb64.c │ │ │ │ │ ├── bf_ecb.c │ │ │ │ │ ├── bf_enc.c │ │ │ │ │ ├── bf_local.h │ │ │ │ │ ├── bf_ofb64.c │ │ │ │ │ └── bf_skey.c │ │ │ │ ├── bio │ │ │ │ │ ├── b_dump.c │ │ │ │ │ ├── b_posix.c │ │ │ │ │ ├── b_print.c │ │ │ │ │ ├── b_sock.c │ │ │ │ │ ├── b_win.c │ │ │ │ │ ├── bf_buff.c │ │ │ │ │ ├── bf_nbio.c │ │ │ │ │ ├── bf_null.c │ │ │ │ │ ├── bio_cb.c │ │ │ │ │ ├── bio_err.c │ │ │ │ │ ├── bio_lib.c │ │ │ │ │ ├── bio_local.h │ │ │ │ │ ├── bio_meth.c │ │ │ │ │ ├── bss_acpt.c │ │ │ │ │ ├── bss_bio.c │ │ │ │ │ ├── bss_conn.c │ │ │ │ │ ├── bss_dgram.c │ │ │ │ │ ├── bss_fd.c │ │ │ │ │ ├── bss_file.c │ │ │ │ │ ├── bss_log.c │ │ │ │ │ ├── bss_mem.c │ │ │ │ │ ├── bss_null.c │ │ │ │ │ └── bss_sock.c │ │ │ │ ├── bn │ │ │ │ │ ├── arch │ │ │ │ │ │ ├── aarch64 │ │ │ │ │ │ │ └── bn_arch.h │ │ │ │ │ │ ├── amd64 │ │ │ │ │ │ │ ├── bn_arch.c │ │ │ │ │ │ │ └── bn_arch.h │ │ │ │ │ │ ├── arm │ │ │ │ │ │ │ └── bn_arch.h │ │ │ │ │ │ ├── i386 │ │ │ │ │ │ │ └── bn_arch.h │ │ │ │ │ │ ├── mips │ │ │ │ │ │ │ └── bn_arch.h │ │ │ │ │ │ ├── mips64 │ │ │ │ │ │ │ └── bn_arch.h │ │ │ │ │ │ ├── powerpc │ │ │ │ │ │ │ └── bn_arch.h │ │ │ │ │ │ ├── powerpc64 │ │ │ │ │ │ │ └── bn_arch.h │ │ │ │ │ │ ├── riscv64 │ │ │ │ │ │ │ └── bn_arch.h │ │ │ │ │ │ └── sparc64 │ │ │ │ │ │ │ └── bn_arch.h │ │ │ │ │ ├── bn_add.c │ │ │ │ │ ├── bn_bpsw.c │ │ │ │ │ ├── bn_const.c │ │ │ │ │ ├── bn_convert.c │ │ │ │ │ ├── bn_ctx.c │ │ │ │ │ ├── bn_div.c │ │ │ │ │ ├── bn_err.c │ │ │ │ │ ├── bn_exp.c │ │ │ │ │ ├── bn_gcd.c │ │ │ │ │ ├── bn_internal.h │ │ │ │ │ ├── bn_isqrt.c │ │ │ │ │ ├── bn_kron.c │ │ │ │ │ ├── bn_lib.c │ │ │ │ │ ├── bn_local.h │ │ │ │ │ ├── bn_mod.c │ │ │ │ │ ├── bn_mod_sqrt.c │ │ │ │ │ ├── bn_mont.c │ │ │ │ │ ├── bn_mul.c │ │ │ │ │ ├── bn_prime.c │ │ │ │ │ ├── bn_prime.h │ │ │ │ │ ├── bn_primitives.c │ │ │ │ │ ├── bn_print.c │ │ │ │ │ ├── bn_rand.c │ │ │ │ │ ├── bn_recp.c │ │ │ │ │ ├── bn_shift.c │ │ │ │ │ ├── bn_small_primes.c │ │ │ │ │ ├── bn_sqr.c │ │ │ │ │ ├── bn_word.c │ │ │ │ │ ├── modexp512-elf-x86_64.s │ │ │ │ │ ├── modexp512-macosx-x86_64.s │ │ │ │ │ ├── mont-elf-x86_64.s │ │ │ │ │ ├── mont-macosx-x86_64.s │ │ │ │ │ ├── mont5-elf-x86_64.s │ │ │ │ │ ├── mont5-macosx-x86_64.s │ │ │ │ │ ├── s2n_bignum.h │ │ │ │ │ └── s2n_bignum_internal.h │ │ │ │ ├── buffer │ │ │ │ │ ├── buf_err.c │ │ │ │ │ └── buffer.c │ │ │ │ ├── bytestring │ │ │ │ │ ├── bs_ber.c │ │ │ │ │ ├── bs_cbb.c │ │ │ │ │ ├── bs_cbs.c │ │ │ │ │ └── bytestring.h │ │ │ │ ├── camellia │ │ │ │ │ ├── camellia.c │ │ │ │ │ ├── camellia.h │ │ │ │ │ ├── cmll-elf-x86_64.s │ │ │ │ │ ├── cmll-macosx-x86_64.s │ │ │ │ │ ├── cmll_cbc.c │ │ │ │ │ ├── cmll_cfb.c │ │ │ │ │ ├── cmll_ctr.c │ │ │ │ │ ├── cmll_ecb.c │ │ │ │ │ ├── cmll_local.h │ │ │ │ │ ├── cmll_misc.c │ │ │ │ │ └── cmll_ofb.c │ │ │ │ ├── cast │ │ │ │ │ ├── c_cfb64.c │ │ │ │ │ ├── c_ecb.c │ │ │ │ │ ├── c_enc.c │ │ │ │ │ ├── c_ofb64.c │ │ │ │ │ ├── c_skey.c │ │ │ │ │ ├── cast_local.h │ │ │ │ │ └── cast_s.h │ │ │ │ ├── chacha │ │ │ │ │ ├── chacha-merged.c │ │ │ │ │ └── chacha.c │ │ │ │ ├── cmac │ │ │ │ │ ├── cm_ameth.c │ │ │ │ │ ├── cm_pmeth.c │ │ │ │ │ └── cmac.c │ │ │ │ ├── cms │ │ │ │ │ ├── cms_asn1.c │ │ │ │ │ ├── cms_att.c │ │ │ │ │ ├── cms_dd.c │ │ │ │ │ ├── cms_enc.c │ │ │ │ │ ├── cms_env.c │ │ │ │ │ ├── cms_err.c │ │ │ │ │ ├── cms_ess.c │ │ │ │ │ ├── cms_io.c │ │ │ │ │ ├── cms_kari.c │ │ │ │ │ ├── cms_lib.c │ │ │ │ │ ├── cms_local.h │ │ │ │ │ ├── cms_pwri.c │ │ │ │ │ ├── cms_sd.c │ │ │ │ │ └── cms_smime.c │ │ │ │ ├── compat │ │ │ │ │ ├── arc4random.c │ │ │ │ │ ├── arc4random.h │ │ │ │ │ ├── arc4random_aix.h │ │ │ │ │ ├── arc4random_freebsd.h │ │ │ │ │ ├── arc4random_hpux.h │ │ │ │ │ ├── arc4random_linux.h │ │ │ │ │ ├── arc4random_netbsd.h │ │ │ │ │ ├── arc4random_osx.h │ │ │ │ │ ├── arc4random_solaris.h │ │ │ │ │ ├── arc4random_uniform.c │ │ │ │ │ ├── arc4random_win.h │ │ │ │ │ ├── bsd-asprintf.c │ │ │ │ │ ├── chacha_private.h │ │ │ │ │ ├── crypto_lock_win.c │ │ │ │ │ ├── explicit_bzero.c │ │ │ │ │ ├── explicit_bzero_win.c │ │ │ │ │ ├── freezero.c │ │ │ │ │ ├── getentropy_aix.c │ │ │ │ │ ├── getentropy_freebsd.c │ │ │ │ │ ├── getentropy_hpux.c │ │ │ │ │ ├── getentropy_linux.c │ │ │ │ │ ├── getentropy_netbsd.c │ │ │ │ │ ├── getentropy_osx.c │ │ │ │ │ ├── getentropy_solaris.c │ │ │ │ │ ├── getentropy_win.c │ │ │ │ │ ├── getpagesize.c │ │ │ │ │ ├── getprogname_linux.c │ │ │ │ │ ├── getprogname_unimpl.c │ │ │ │ │ ├── getprogname_windows.c │ │ │ │ │ ├── posix_win.c │ │ │ │ │ ├── reallocarray.c │ │ │ │ │ ├── recallocarray.c │ │ │ │ │ ├── strcasecmp.c │ │ │ │ │ ├── strlcat.c │ │ │ │ │ ├── strlcpy.c │ │ │ │ │ ├── strndup.c │ │ │ │ │ ├── strnlen.c │ │ │ │ │ ├── strsep.c │ │ │ │ │ ├── strtonum.c │ │ │ │ │ ├── syslog_r.c │ │ │ │ │ ├── timegm.c │ │ │ │ │ ├── timingsafe_bcmp.c │ │ │ │ │ └── timingsafe_memcmp.c │ │ │ │ ├── conf │ │ │ │ │ ├── conf_api.c │ │ │ │ │ ├── conf_def.c │ │ │ │ │ ├── conf_def.h │ │ │ │ │ ├── conf_err.c │ │ │ │ │ ├── conf_lib.c │ │ │ │ │ ├── conf_mall.c │ │ │ │ │ ├── conf_mod.c │ │ │ │ │ └── conf_sap.c │ │ │ │ ├── constant_time.h │ │ │ │ ├── cpt_err.c │ │ │ │ ├── cpuid-elf-x86_64.S │ │ │ │ ├── cpuid-macosx-x86_64.S │ │ │ │ ├── cryptlib.c │ │ │ │ ├── cryptlib.h │ │ │ │ ├── crypto_init.c │ │ │ │ ├── crypto_internal.h │ │ │ │ ├── crypto_lock.c │ │ │ │ ├── ct │ │ │ │ │ ├── ct_b64.c │ │ │ │ │ ├── ct_err.c │ │ │ │ │ ├── ct_local.h │ │ │ │ │ ├── ct_log.c │ │ │ │ │ ├── ct_oct.c │ │ │ │ │ ├── ct_policy.c │ │ │ │ │ ├── ct_prn.c │ │ │ │ │ ├── ct_sct.c │ │ │ │ │ ├── ct_sct_ctx.c │ │ │ │ │ ├── ct_vfy.c │ │ │ │ │ └── ct_x509v3.c │ │ │ │ ├── curve25519 │ │ │ │ │ ├── curve25519-generic.c │ │ │ │ │ ├── curve25519.c │ │ │ │ │ └── curve25519_internal.h │ │ │ │ ├── cversion.c │ │ │ │ ├── des │ │ │ │ │ ├── cbc_cksm.c │ │ │ │ │ ├── cbc_enc.c │ │ │ │ │ ├── cfb64ede.c │ │ │ │ │ ├── cfb64enc.c │ │ │ │ │ ├── cfb_enc.c │ │ │ │ │ ├── des_enc.c │ │ │ │ │ ├── des_local.h │ │ │ │ │ ├── ecb3_enc.c │ │ │ │ │ ├── ecb_enc.c │ │ │ │ │ ├── ede_cbcm_enc.c │ │ │ │ │ ├── enc_read.c │ │ │ │ │ ├── enc_writ.c │ │ │ │ │ ├── fcrypt.c │ │ │ │ │ ├── fcrypt_b.c │ │ │ │ │ ├── ncbc_enc.c │ │ │ │ │ ├── ofb64ede.c │ │ │ │ │ ├── ofb64enc.c │ │ │ │ │ ├── ofb_enc.c │ │ │ │ │ ├── pcbc_enc.c │ │ │ │ │ ├── qud_cksm.c │ │ │ │ │ ├── rand_key.c │ │ │ │ │ ├── set_key.c │ │ │ │ │ ├── spr.h │ │ │ │ │ ├── str2key.c │ │ │ │ │ └── xcbc_enc.c │ │ │ │ ├── dh │ │ │ │ │ ├── dh_ameth.c │ │ │ │ │ ├── dh_asn1.c │ │ │ │ │ ├── dh_check.c │ │ │ │ │ ├── dh_err.c │ │ │ │ │ ├── dh_gen.c │ │ │ │ │ ├── dh_key.c │ │ │ │ │ ├── dh_lib.c │ │ │ │ │ ├── dh_local.h │ │ │ │ │ └── dh_pmeth.c │ │ │ │ ├── dsa │ │ │ │ │ ├── dsa_ameth.c │ │ │ │ │ ├── dsa_asn1.c │ │ │ │ │ ├── dsa_err.c │ │ │ │ │ ├── dsa_gen.c │ │ │ │ │ ├── dsa_key.c │ │ │ │ │ ├── dsa_lib.c │ │ │ │ │ ├── dsa_local.h │ │ │ │ │ ├── dsa_meth.c │ │ │ │ │ ├── dsa_ossl.c │ │ │ │ │ ├── dsa_pmeth.c │ │ │ │ │ └── dsa_prn.c │ │ │ │ ├── ec │ │ │ │ │ ├── ec_ameth.c │ │ │ │ │ ├── ec_asn1.c │ │ │ │ │ ├── ec_check.c │ │ │ │ │ ├── ec_curve.c │ │ │ │ │ ├── ec_cvt.c │ │ │ │ │ ├── ec_err.c │ │ │ │ │ ├── ec_key.c │ │ │ │ │ ├── ec_kmeth.c │ │ │ │ │ ├── ec_lib.c │ │ │ │ │ ├── ec_local.h │ │ │ │ │ ├── ec_mult.c │ │ │ │ │ ├── ec_oct.c │ │ │ │ │ ├── ec_pmeth.c │ │ │ │ │ ├── ec_print.c │ │ │ │ │ ├── eck_prn.c │ │ │ │ │ ├── ecp_mont.c │ │ │ │ │ ├── ecp_oct.c │ │ │ │ │ ├── ecp_smpl.c │ │ │ │ │ └── ecx_methods.c │ │ │ │ ├── ecdh │ │ │ │ │ └── ecdh.c │ │ │ │ ├── ecdsa │ │ │ │ │ ├── ecdsa.c │ │ │ │ │ └── ecdsa_local.h │ │ │ │ ├── empty.c │ │ │ │ ├── engine │ │ │ │ │ └── engine_stubs.c │ │ │ │ ├── err │ │ │ │ │ ├── err.c │ │ │ │ │ ├── err_all.c │ │ │ │ │ └── err_prn.c │ │ │ │ ├── evp │ │ │ │ │ ├── bio_b64.c │ │ │ │ │ ├── bio_enc.c │ │ │ │ │ ├── bio_md.c │ │ │ │ │ ├── c_all.c │ │ │ │ │ ├── cipher_method_lib.c │ │ │ │ │ ├── digest.c │ │ │ │ │ ├── e_aes.c │ │ │ │ │ ├── e_aes_cbc_hmac_sha1.c │ │ │ │ │ ├── e_bf.c │ │ │ │ │ ├── e_camellia.c │ │ │ │ │ ├── e_cast.c │ │ │ │ │ ├── e_chacha.c │ │ │ │ │ ├── e_chacha20poly1305.c │ │ │ │ │ ├── e_des.c │ │ │ │ │ ├── e_des3.c │ │ │ │ │ ├── e_gost2814789.c │ │ │ │ │ ├── e_idea.c │ │ │ │ │ ├── e_null.c │ │ │ │ │ ├── e_rc2.c │ │ │ │ │ ├── e_rc4.c │ │ │ │ │ ├── e_rc4_hmac_md5.c │ │ │ │ │ ├── e_sm4.c │ │ │ │ │ ├── e_xcbc_d.c │ │ │ │ │ ├── encode.c │ │ │ │ │ ├── evp_aead.c │ │ │ │ │ ├── evp_enc.c │ │ │ │ │ ├── evp_err.c │ │ │ │ │ ├── evp_key.c │ │ │ │ │ ├── evp_lib.c │ │ │ │ │ ├── evp_local.h │ │ │ │ │ ├── evp_pbe.c │ │ │ │ │ ├── evp_pkey.c │ │ │ │ │ ├── m_gost2814789.c │ │ │ │ │ ├── m_gostr341194.c │ │ │ │ │ ├── m_md4.c │ │ │ │ │ ├── m_md5.c │ │ │ │ │ ├── m_md5_sha1.c │ │ │ │ │ ├── m_null.c │ │ │ │ │ ├── m_ripemd.c │ │ │ │ │ ├── m_sha1.c │ │ │ │ │ ├── m_sha3.c │ │ │ │ │ ├── m_sigver.c │ │ │ │ │ ├── m_sm3.c │ │ │ │ │ ├── m_streebog.c │ │ │ │ │ ├── m_wp.c │ │ │ │ │ ├── names.c │ │ │ │ │ ├── p5_crpt.c │ │ │ │ │ ├── p5_crpt2.c │ │ │ │ │ ├── p_dec.c │ │ │ │ │ ├── p_enc.c │ │ │ │ │ ├── p_lib.c │ │ │ │ │ ├── p_open.c │ │ │ │ │ ├── p_seal.c │ │ │ │ │ ├── p_sign.c │ │ │ │ │ ├── p_verify.c │ │ │ │ │ ├── pmeth_fn.c │ │ │ │ │ ├── pmeth_gn.c │ │ │ │ │ └── pmeth_lib.c │ │ │ │ ├── ex_data.c │ │ │ │ ├── gost │ │ │ │ │ ├── gost2814789.c │ │ │ │ │ ├── gost89_keywrap.c │ │ │ │ │ ├── gost89_params.c │ │ │ │ │ ├── gost89imit_ameth.c │ │ │ │ │ ├── gost89imit_pmeth.c │ │ │ │ │ ├── gost_asn1.c │ │ │ │ │ ├── gost_asn1.h │ │ │ │ │ ├── gost_err.c │ │ │ │ │ ├── gost_local.h │ │ │ │ │ ├── gostr341001.c │ │ │ │ │ ├── gostr341001_ameth.c │ │ │ │ │ ├── gostr341001_key.c │ │ │ │ │ ├── gostr341001_params.c │ │ │ │ │ ├── gostr341001_pmeth.c │ │ │ │ │ ├── gostr341194.c │ │ │ │ │ └── streebog.c │ │ │ │ ├── hidden │ │ │ │ │ ├── crypto_namespace.h │ │ │ │ │ └── openssl │ │ │ │ │ │ ├── asn1.h │ │ │ │ │ │ ├── asn1t.h │ │ │ │ │ │ ├── bio.h │ │ │ │ │ │ ├── bn.h │ │ │ │ │ │ ├── buffer.h │ │ │ │ │ │ ├── cast.h │ │ │ │ │ │ ├── chacha.h │ │ │ │ │ │ ├── cmac.h │ │ │ │ │ │ ├── cms.h │ │ │ │ │ │ ├── conf_api.h │ │ │ │ │ │ ├── crypto.h │ │ │ │ │ │ ├── ct.h │ │ │ │ │ │ ├── curve25519.h │ │ │ │ │ │ ├── dh.h │ │ │ │ │ │ ├── dsa.h │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ ├── gost.h │ │ │ │ │ │ ├── hkdf.h │ │ │ │ │ │ ├── hmac.h │ │ │ │ │ │ ├── idea.h │ │ │ │ │ │ ├── lhash.h │ │ │ │ │ │ ├── md4.h │ │ │ │ │ │ ├── md5.h │ │ │ │ │ │ ├── modes.h │ │ │ │ │ │ ├── objects.h │ │ │ │ │ │ ├── ocsp.h │ │ │ │ │ │ ├── pem.h │ │ │ │ │ │ ├── pkcs12.h │ │ │ │ │ │ ├── pkcs7.h │ │ │ │ │ │ ├── poly1305.h │ │ │ │ │ │ ├── rand.h │ │ │ │ │ │ ├── rc2.h │ │ │ │ │ │ ├── rsa.h │ │ │ │ │ │ ├── sha.h │ │ │ │ │ │ ├── sm3.h │ │ │ │ │ │ ├── sm4.h │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ ├── ts.h │ │ │ │ │ │ ├── txt_db.h │ │ │ │ │ │ ├── ui.h │ │ │ │ │ │ ├── x509.h │ │ │ │ │ │ ├── x509_vfy.h │ │ │ │ │ │ └── x509v3.h │ │ │ │ ├── hkdf │ │ │ │ │ └── hkdf.c │ │ │ │ ├── hmac │ │ │ │ │ ├── hm_ameth.c │ │ │ │ │ ├── hm_pmeth.c │ │ │ │ │ ├── hmac.c │ │ │ │ │ └── hmac_local.h │ │ │ │ ├── idea │ │ │ │ │ ├── i_cbc.c │ │ │ │ │ ├── i_cfb64.c │ │ │ │ │ ├── i_ecb.c │ │ │ │ │ ├── i_ofb64.c │ │ │ │ │ ├── i_skey.c │ │ │ │ │ └── idea_local.h │ │ │ │ ├── kdf │ │ │ │ │ ├── hkdf_evp.c │ │ │ │ │ └── kdf_err.c │ │ │ │ ├── lhash │ │ │ │ │ ├── lh_stats.c │ │ │ │ │ └── lhash.c │ │ │ │ ├── malloc-wrapper.c │ │ │ │ ├── md32_common.h │ │ │ │ ├── md4 │ │ │ │ │ └── md4.c │ │ │ │ ├── md5 │ │ │ │ │ ├── md5-elf-x86_64.s │ │ │ │ │ ├── md5-macosx-x86_64.s │ │ │ │ │ └── md5.c │ │ │ │ ├── mem_clr.c │ │ │ │ ├── mem_dbg.c │ │ │ │ ├── modes │ │ │ │ │ ├── cbc128.c │ │ │ │ │ ├── ccm128.c │ │ │ │ │ ├── cfb128.c │ │ │ │ │ ├── ctr128.c │ │ │ │ │ ├── gcm128.c │ │ │ │ │ ├── ghash-elf-x86_64.s │ │ │ │ │ ├── ghash-macosx-x86_64.s │ │ │ │ │ ├── modes_local.h │ │ │ │ │ ├── ofb128.c │ │ │ │ │ └── xts128.c │ │ │ │ ├── o_fips.c │ │ │ │ ├── o_init.c │ │ │ │ ├── o_str.c │ │ │ │ ├── objects │ │ │ │ │ ├── o_names.c │ │ │ │ │ ├── obj_dat.c │ │ │ │ │ ├── obj_dat.h │ │ │ │ │ ├── obj_err.c │ │ │ │ │ ├── obj_lib.c │ │ │ │ │ └── obj_xref.c │ │ │ │ ├── ocsp │ │ │ │ │ ├── ocsp_asn.c │ │ │ │ │ ├── ocsp_cl.c │ │ │ │ │ ├── ocsp_err.c │ │ │ │ │ ├── ocsp_ext.c │ │ │ │ │ ├── ocsp_ht.c │ │ │ │ │ ├── ocsp_lib.c │ │ │ │ │ ├── ocsp_local.h │ │ │ │ │ ├── ocsp_prn.c │ │ │ │ │ ├── ocsp_srv.c │ │ │ │ │ └── ocsp_vfy.c │ │ │ │ ├── pem │ │ │ │ │ ├── pem_all.c │ │ │ │ │ ├── pem_err.c │ │ │ │ │ ├── pem_info.c │ │ │ │ │ ├── pem_lib.c │ │ │ │ │ ├── pem_oth.c │ │ │ │ │ ├── pem_pk8.c │ │ │ │ │ ├── pem_pkey.c │ │ │ │ │ ├── pem_sign.c │ │ │ │ │ ├── pem_x509.c │ │ │ │ │ ├── pem_xaux.c │ │ │ │ │ └── pvkfmt.c │ │ │ │ ├── pkcs12 │ │ │ │ │ ├── p12_add.c │ │ │ │ │ ├── p12_asn.c │ │ │ │ │ ├── p12_attr.c │ │ │ │ │ ├── p12_crpt.c │ │ │ │ │ ├── p12_crt.c │ │ │ │ │ ├── p12_decr.c │ │ │ │ │ ├── p12_init.c │ │ │ │ │ ├── p12_key.c │ │ │ │ │ ├── p12_kiss.c │ │ │ │ │ ├── p12_mutl.c │ │ │ │ │ ├── p12_npas.c │ │ │ │ │ ├── p12_p8d.c │ │ │ │ │ ├── p12_p8e.c │ │ │ │ │ ├── p12_sbag.c │ │ │ │ │ ├── p12_utl.c │ │ │ │ │ ├── pk12err.c │ │ │ │ │ └── pkcs12_local.h │ │ │ │ ├── pkcs7 │ │ │ │ │ ├── pk7_asn1.c │ │ │ │ │ ├── pk7_attr.c │ │ │ │ │ ├── pk7_doit.c │ │ │ │ │ ├── pk7_lib.c │ │ │ │ │ ├── pk7_mime.c │ │ │ │ │ ├── pk7_smime.c │ │ │ │ │ └── pkcs7err.c │ │ │ │ ├── poly1305 │ │ │ │ │ ├── poly1305-donna.c │ │ │ │ │ └── poly1305.c │ │ │ │ ├── rand │ │ │ │ │ ├── rand_err.c │ │ │ │ │ ├── rand_lib.c │ │ │ │ │ └── randfile.c │ │ │ │ ├── rc2 │ │ │ │ │ ├── rc2_cbc.c │ │ │ │ │ ├── rc2_ecb.c │ │ │ │ │ ├── rc2_local.h │ │ │ │ │ ├── rc2_skey.c │ │ │ │ │ ├── rc2cfb64.c │ │ │ │ │ └── rc2ofb64.c │ │ │ │ ├── rc4 │ │ │ │ │ ├── rc4-elf-x86_64.s │ │ │ │ │ ├── rc4-macosx-x86_64.s │ │ │ │ │ ├── rc4-md5-elf-x86_64.s │ │ │ │ │ ├── rc4-md5-macosx-x86_64.s │ │ │ │ │ ├── rc4_enc.c │ │ │ │ │ ├── rc4_local.h │ │ │ │ │ └── rc4_skey.c │ │ │ │ ├── ripemd │ │ │ │ │ └── ripemd.c │ │ │ │ ├── rsa │ │ │ │ │ ├── rsa_ameth.c │ │ │ │ │ ├── rsa_asn1.c │ │ │ │ │ ├── rsa_blinding.c │ │ │ │ │ ├── rsa_chk.c │ │ │ │ │ ├── rsa_eay.c │ │ │ │ │ ├── rsa_err.c │ │ │ │ │ ├── rsa_gen.c │ │ │ │ │ ├── rsa_lib.c │ │ │ │ │ ├── rsa_local.h │ │ │ │ │ ├── rsa_meth.c │ │ │ │ │ ├── rsa_none.c │ │ │ │ │ ├── rsa_oaep.c │ │ │ │ │ ├── rsa_pk1.c │ │ │ │ │ ├── rsa_pmeth.c │ │ │ │ │ ├── rsa_prn.c │ │ │ │ │ ├── rsa_pss.c │ │ │ │ │ ├── rsa_saos.c │ │ │ │ │ ├── rsa_sign.c │ │ │ │ │ └── rsa_x931.c │ │ │ │ ├── sha │ │ │ │ │ ├── sha1-elf-x86_64.s │ │ │ │ │ ├── sha1-macosx-x86_64.s │ │ │ │ │ ├── sha1.c │ │ │ │ │ ├── sha256-elf-x86_64.S │ │ │ │ │ ├── sha256-macosx-x86_64.S │ │ │ │ │ ├── sha256.c │ │ │ │ │ ├── sha3.c │ │ │ │ │ ├── sha3_internal.h │ │ │ │ │ ├── sha512-elf-x86_64.S │ │ │ │ │ ├── sha512-macosx-x86_64.S │ │ │ │ │ ├── sha512.c │ │ │ │ │ └── sha_internal.h │ │ │ │ ├── sm3 │ │ │ │ │ └── sm3.c │ │ │ │ ├── sm4 │ │ │ │ │ └── sm4.c │ │ │ │ ├── stack │ │ │ │ │ └── stack.c │ │ │ │ ├── ts │ │ │ │ │ ├── ts_asn1.c │ │ │ │ │ ├── ts_conf.c │ │ │ │ │ ├── ts_err.c │ │ │ │ │ ├── ts_lib.c │ │ │ │ │ ├── ts_local.h │ │ │ │ │ ├── ts_req_print.c │ │ │ │ │ ├── ts_req_utils.c │ │ │ │ │ ├── ts_rsp_print.c │ │ │ │ │ ├── ts_rsp_sign.c │ │ │ │ │ ├── ts_rsp_utils.c │ │ │ │ │ ├── ts_rsp_verify.c │ │ │ │ │ └── ts_verify_ctx.c │ │ │ │ ├── txt_db │ │ │ │ │ └── txt_db.c │ │ │ │ ├── ui │ │ │ │ │ ├── ui_err.c │ │ │ │ │ ├── ui_lib.c │ │ │ │ │ ├── ui_local.h │ │ │ │ │ ├── ui_null.c │ │ │ │ │ ├── ui_openssl.c │ │ │ │ │ ├── ui_openssl_win.c │ │ │ │ │ └── ui_util.c │ │ │ │ ├── whrlpool │ │ │ │ │ ├── wp-elf-x86_64.s │ │ │ │ │ ├── wp-macosx-x86_64.s │ │ │ │ │ ├── wp_block.c │ │ │ │ │ ├── wp_dgst.c │ │ │ │ │ └── wp_local.h │ │ │ │ ├── x509 │ │ │ │ │ ├── by_dir.c │ │ │ │ │ ├── by_file.c │ │ │ │ │ ├── by_mem.c │ │ │ │ │ ├── x509_addr.c │ │ │ │ │ ├── x509_akey.c │ │ │ │ │ ├── x509_akeya.c │ │ │ │ │ ├── x509_alt.c │ │ │ │ │ ├── x509_asid.c │ │ │ │ │ ├── x509_att.c │ │ │ │ │ ├── x509_bcons.c │ │ │ │ │ ├── x509_bitst.c │ │ │ │ │ ├── x509_cmp.c │ │ │ │ │ ├── x509_conf.c │ │ │ │ │ ├── x509_constraints.c │ │ │ │ │ ├── x509_cpols.c │ │ │ │ │ ├── x509_crld.c │ │ │ │ │ ├── x509_d2.c │ │ │ │ │ ├── x509_def.c │ │ │ │ │ ├── x509_err.c │ │ │ │ │ ├── x509_ext.c │ │ │ │ │ ├── x509_extku.c │ │ │ │ │ ├── x509_genn.c │ │ │ │ │ ├── x509_ia5.c │ │ │ │ │ ├── x509_info.c │ │ │ │ │ ├── x509_int.c │ │ │ │ │ ├── x509_internal.h │ │ │ │ │ ├── x509_issuer_cache.c │ │ │ │ │ ├── x509_issuer_cache.h │ │ │ │ │ ├── x509_lib.c │ │ │ │ │ ├── x509_local.h │ │ │ │ │ ├── x509_lu.c │ │ │ │ │ ├── x509_ncons.c │ │ │ │ │ ├── x509_obj.c │ │ │ │ │ ├── x509_ocsp.c │ │ │ │ │ ├── x509_pcons.c │ │ │ │ │ ├── x509_pku.c │ │ │ │ │ ├── x509_pmaps.c │ │ │ │ │ ├── x509_policy.c │ │ │ │ │ ├── x509_prn.c │ │ │ │ │ ├── x509_purp.c │ │ │ │ │ ├── x509_r2x.c │ │ │ │ │ ├── x509_req.c │ │ │ │ │ ├── x509_set.c │ │ │ │ │ ├── x509_skey.c │ │ │ │ │ ├── x509_trs.c │ │ │ │ │ ├── x509_txt.c │ │ │ │ │ ├── x509_utl.c │ │ │ │ │ ├── x509_v3.c │ │ │ │ │ ├── x509_verify.c │ │ │ │ │ ├── x509_verify.h │ │ │ │ │ ├── x509_vfy.c │ │ │ │ │ ├── x509_vpm.c │ │ │ │ │ ├── x509cset.c │ │ │ │ │ ├── x509name.c │ │ │ │ │ ├── x509rset.c │ │ │ │ │ ├── x509spki.c │ │ │ │ │ ├── x509type.c │ │ │ │ │ └── x_all.c │ │ │ │ └── x86_arch.h │ │ │ └── include │ │ │ │ ├── compat │ │ │ │ ├── arpa │ │ │ │ │ ├── inet.h │ │ │ │ │ └── nameser.h │ │ │ │ ├── dirent.h │ │ │ │ ├── dirent_msvc.h │ │ │ │ ├── endian.h │ │ │ │ ├── err.h │ │ │ │ ├── fcntl.h │ │ │ │ ├── limits.h │ │ │ │ ├── machine │ │ │ │ │ └── endian.h │ │ │ │ ├── netdb.h │ │ │ │ ├── netinet │ │ │ │ │ ├── in.h │ │ │ │ │ ├── ip.h │ │ │ │ │ └── tcp.h │ │ │ │ ├── poll.h │ │ │ │ ├── pthread.h │ │ │ │ ├── readpassphrase.h │ │ │ │ ├── resolv.h │ │ │ │ ├── stdio.h │ │ │ │ ├── stdlib.h │ │ │ │ ├── string.h │ │ │ │ ├── sys │ │ │ │ │ ├── _null.h │ │ │ │ │ ├── ioctl.h │ │ │ │ │ ├── mman.h │ │ │ │ │ ├── param.h │ │ │ │ │ ├── queue.h │ │ │ │ │ ├── select.h │ │ │ │ │ ├── socket.h │ │ │ │ │ ├── stat.h │ │ │ │ │ ├── time.h │ │ │ │ │ ├── tree.h │ │ │ │ │ ├── types.h │ │ │ │ │ └── uio.h │ │ │ │ ├── syslog.h │ │ │ │ ├── time.h │ │ │ │ ├── unistd.h │ │ │ │ └── win32netcompat.h │ │ │ │ ├── openssl │ │ │ │ ├── aes.h │ │ │ │ ├── asn1.h │ │ │ │ ├── asn1t.h │ │ │ │ ├── bio.h │ │ │ │ ├── blowfish.h │ │ │ │ ├── bn.h │ │ │ │ ├── buffer.h │ │ │ │ ├── camellia.h │ │ │ │ ├── cast.h │ │ │ │ ├── chacha.h │ │ │ │ ├── cmac.h │ │ │ │ ├── cms.h │ │ │ │ ├── comp.h │ │ │ │ ├── conf.h │ │ │ │ ├── conf_api.h │ │ │ │ ├── crypto.h │ │ │ │ ├── ct.h │ │ │ │ ├── curve25519.h │ │ │ │ ├── des.h │ │ │ │ ├── dh.h │ │ │ │ ├── dsa.h │ │ │ │ ├── dso.h │ │ │ │ ├── dtls1.h │ │ │ │ ├── ec.h │ │ │ │ ├── ecdh.h │ │ │ │ ├── ecdsa.h │ │ │ │ ├── engine.h │ │ │ │ ├── err.h │ │ │ │ ├── evp.h │ │ │ │ ├── gost.h │ │ │ │ ├── hkdf.h │ │ │ │ ├── hmac.h │ │ │ │ ├── idea.h │ │ │ │ ├── kdf.h │ │ │ │ ├── lhash.h │ │ │ │ ├── md4.h │ │ │ │ ├── md5.h │ │ │ │ ├── modes.h │ │ │ │ ├── obj_mac.h │ │ │ │ ├── objects.h │ │ │ │ ├── ocsp.h │ │ │ │ ├── opensslconf.h │ │ │ │ ├── opensslfeatures.h │ │ │ │ ├── opensslv.h │ │ │ │ ├── ossl_typ.h │ │ │ │ ├── pem.h │ │ │ │ ├── pem2.h │ │ │ │ ├── pkcs12.h │ │ │ │ ├── pkcs7.h │ │ │ │ ├── poly1305.h │ │ │ │ ├── rand.h │ │ │ │ ├── rc2.h │ │ │ │ ├── rc4.h │ │ │ │ ├── ripemd.h │ │ │ │ ├── rsa.h │ │ │ │ ├── safestack.h │ │ │ │ ├── sha.h │ │ │ │ ├── sm3.h │ │ │ │ ├── sm4.h │ │ │ │ ├── srtp.h │ │ │ │ ├── ssl.h │ │ │ │ ├── ssl2.h │ │ │ │ ├── ssl23.h │ │ │ │ ├── ssl3.h │ │ │ │ ├── stack.h │ │ │ │ ├── tls1.h │ │ │ │ ├── ts.h │ │ │ │ ├── txt_db.h │ │ │ │ ├── ui.h │ │ │ │ ├── ui_compat.h │ │ │ │ ├── whrlpool.h │ │ │ │ ├── x509.h │ │ │ │ ├── x509_vfy.h │ │ │ │ └── x509v3.h │ │ │ │ ├── pqueue.h │ │ │ │ └── tls.h │ │ └── version.cmake │ ├── log4cxx │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-log4cxx-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-log4cxx.rc.in │ │ ├── source │ │ │ ├── LICENSE │ │ │ └── src │ │ │ │ ├── cmake │ │ │ │ ├── boost-fallback │ │ │ │ │ └── boost-std-configuration.h.cmake │ │ │ │ └── compiler-features │ │ │ │ │ └── makeunique.h.cmake │ │ │ │ └── main │ │ │ │ ├── cpp-qt │ │ │ │ ├── configuration.cpp │ │ │ │ └── messagehandler.cpp │ │ │ │ ├── cpp │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── action.cpp │ │ │ │ ├── andfilter.cpp │ │ │ │ ├── appenderattachableimpl.cpp │ │ │ │ ├── appenderskeleton.cpp │ │ │ │ ├── aprdatagramsocket.cpp │ │ │ │ ├── aprinitializer.cpp │ │ │ │ ├── aprserversocket.cpp │ │ │ │ ├── aprsocket.cpp │ │ │ │ ├── asyncappender.cpp │ │ │ │ ├── basicconfigurator.cpp │ │ │ │ ├── bufferedwriter.cpp │ │ │ │ ├── bytearrayinputstream.cpp │ │ │ │ ├── bytearrayoutputstream.cpp │ │ │ │ ├── bytebuffer.cpp │ │ │ │ ├── cacheddateformat.cpp │ │ │ │ ├── charsetdecoder.cpp │ │ │ │ ├── charsetencoder.cpp │ │ │ │ ├── class.cpp │ │ │ │ ├── classnamepatternconverter.cpp │ │ │ │ ├── classregistration.cpp │ │ │ │ ├── colorendpatternconverter.cpp │ │ │ │ ├── colorstartpatternconverter.cpp │ │ │ │ ├── configurator.cpp │ │ │ │ ├── consoleappender.cpp │ │ │ │ ├── cyclicbuffer.cpp │ │ │ │ ├── datagrampacket.cpp │ │ │ │ ├── datagramsocket.cpp │ │ │ │ ├── date.cpp │ │ │ │ ├── dateformat.cpp │ │ │ │ ├── datepatternconverter.cpp │ │ │ │ ├── dbappender.cpp │ │ │ │ ├── defaultconfigurator.cpp │ │ │ │ ├── defaultloggerfactory.cpp │ │ │ │ ├── defaultrepositoryselector.cpp │ │ │ │ ├── domconfigurator.cpp │ │ │ │ ├── exception.cpp │ │ │ │ ├── fallbackerrorhandler.cpp │ │ │ │ ├── file.cpp │ │ │ │ ├── fileappender.cpp │ │ │ │ ├── filedatepatternconverter.cpp │ │ │ │ ├── fileinputstream.cpp │ │ │ │ ├── filelocationpatternconverter.cpp │ │ │ │ ├── fileoutputstream.cpp │ │ │ │ ├── filerenameaction.cpp │ │ │ │ ├── filewatchdog.cpp │ │ │ │ ├── filter.cpp │ │ │ │ ├── filterbasedtriggeringpolicy.cpp │ │ │ │ ├── fixedwindowrollingpolicy.cpp │ │ │ │ ├── fmtlayout.cpp │ │ │ │ ├── formattinginfo.cpp │ │ │ │ ├── fulllocationpatternconverter.cpp │ │ │ │ ├── gzcompressaction.cpp │ │ │ │ ├── hierarchy.cpp │ │ │ │ ├── htmllayout.cpp │ │ │ │ ├── inetaddress.cpp │ │ │ │ ├── inputstream.cpp │ │ │ │ ├── inputstreamreader.cpp │ │ │ │ ├── integer.cpp │ │ │ │ ├── integerpatternconverter.cpp │ │ │ │ ├── jsonlayout.cpp │ │ │ │ ├── layout.cpp │ │ │ │ ├── level.cpp │ │ │ │ ├── levelmatchfilter.cpp │ │ │ │ ├── levelpatternconverter.cpp │ │ │ │ ├── levelrangefilter.cpp │ │ │ │ ├── linelocationpatternconverter.cpp │ │ │ │ ├── lineseparatorpatternconverter.cpp │ │ │ │ ├── literalpatternconverter.cpp │ │ │ │ ├── loader.cpp │ │ │ │ ├── locale.cpp │ │ │ │ ├── locationinfo.cpp │ │ │ │ ├── locationinfofilter.cpp │ │ │ │ ├── logger.cpp │ │ │ │ ├── loggermatchfilter.cpp │ │ │ │ ├── loggerpatternconverter.cpp │ │ │ │ ├── loggingevent.cpp │ │ │ │ ├── loggingeventpatternconverter.cpp │ │ │ │ ├── loglog.cpp │ │ │ │ ├── logmanager.cpp │ │ │ │ ├── logstream.cpp │ │ │ │ ├── manualtriggeringpolicy.cpp │ │ │ │ ├── mapfilter.cpp │ │ │ │ ├── mdc.cpp │ │ │ │ ├── mdcpatternconverter.cpp │ │ │ │ ├── messagebuffer.cpp │ │ │ │ ├── messagepatternconverter.cpp │ │ │ │ ├── methodlocationpatternconverter.cpp │ │ │ │ ├── multiprocessrollingfileappender.cpp │ │ │ │ ├── nameabbreviator.cpp │ │ │ │ ├── namepatternconverter.cpp │ │ │ │ ├── ndc.cpp │ │ │ │ ├── ndcpatternconverter.cpp │ │ │ │ ├── nteventlogappender.cpp │ │ │ │ ├── odbcappender.cpp │ │ │ │ ├── onlyonceerrorhandler.cpp │ │ │ │ ├── optionconverter.cpp │ │ │ │ ├── outputdebugstringappender.cpp │ │ │ │ ├── outputstream.cpp │ │ │ │ ├── outputstreamwriter.cpp │ │ │ │ ├── patternconverter.cpp │ │ │ │ ├── patternlayout.cpp │ │ │ │ ├── patternparser.cpp │ │ │ │ ├── pool.cpp │ │ │ │ ├── properties.cpp │ │ │ │ ├── propertiespatternconverter.cpp │ │ │ │ ├── propertyconfigurator.cpp │ │ │ │ ├── propertyresourcebundle.cpp │ │ │ │ ├── propertysetter.cpp │ │ │ │ ├── reader.cpp │ │ │ │ ├── relativetimedateformat.cpp │ │ │ │ ├── relativetimepatternconverter.cpp │ │ │ │ ├── resourcebundle.cpp │ │ │ │ ├── rollingfileappender.cpp │ │ │ │ ├── rollingpolicy.cpp │ │ │ │ ├── rollingpolicybase.cpp │ │ │ │ ├── rolloverdescription.cpp │ │ │ │ ├── rootlogger.cpp │ │ │ │ ├── serversocket.cpp │ │ │ │ ├── shortfilelocationpatternconverter.cpp │ │ │ │ ├── simpledateformat.cpp │ │ │ │ ├── simplelayout.cpp │ │ │ │ ├── sizebasedtriggeringpolicy.cpp │ │ │ │ ├── smtpappender.cpp │ │ │ │ ├── socket.cpp │ │ │ │ ├── socketappenderskeleton.cpp │ │ │ │ ├── socketoutputstream.cpp │ │ │ │ ├── strftimedateformat.cpp │ │ │ │ ├── stringhelper.cpp │ │ │ │ ├── stringmatchfilter.cpp │ │ │ │ ├── stringtokenizer.cpp │ │ │ │ ├── syslogappender.cpp │ │ │ │ ├── syslogwriter.cpp │ │ │ │ ├── system.cpp │ │ │ │ ├── systemerrwriter.cpp │ │ │ │ ├── systemoutwriter.cpp │ │ │ │ ├── telnetappender.cpp │ │ │ │ ├── threadlocal.cpp │ │ │ │ ├── threadpatternconverter.cpp │ │ │ │ ├── threadspecificdata.cpp │ │ │ │ ├── threadusernamepatternconverter.cpp │ │ │ │ ├── threadutility.cpp │ │ │ │ ├── throwableinformationpatternconverter.cpp │ │ │ │ ├── timebasedrollingpolicy.cpp │ │ │ │ ├── timezone.cpp │ │ │ │ ├── transcoder.cpp │ │ │ │ ├── transform.cpp │ │ │ │ ├── triggeringpolicy.cpp │ │ │ │ ├── writer.cpp │ │ │ │ ├── writerappender.cpp │ │ │ │ ├── xmllayout.cpp │ │ │ │ ├── xmlsocketappender.cpp │ │ │ │ └── zipcompressaction.cpp │ │ │ │ ├── include │ │ │ │ ├── log4cxx-qt │ │ │ │ │ ├── configuration.h │ │ │ │ │ └── messagehandler.h │ │ │ │ └── log4cxx │ │ │ │ │ ├── appender.h │ │ │ │ │ ├── appenderskeleton.h │ │ │ │ │ ├── asyncappender.h │ │ │ │ │ ├── basicconfigurator.h │ │ │ │ │ ├── config │ │ │ │ │ └── propertysetter.h │ │ │ │ │ ├── consoleappender.h │ │ │ │ │ ├── db │ │ │ │ │ ├── dbappender.h │ │ │ │ │ └── odbcappender.h │ │ │ │ │ ├── defaultconfigurator.h │ │ │ │ │ ├── defaultloggerfactory.h │ │ │ │ │ ├── file.h │ │ │ │ │ ├── fileappender.h │ │ │ │ │ ├── filter │ │ │ │ │ ├── andfilter.h │ │ │ │ │ ├── denyallfilter.h │ │ │ │ │ ├── expressionfilter.h │ │ │ │ │ ├── levelmatchfilter.h │ │ │ │ │ ├── levelrangefilter.h │ │ │ │ │ ├── locationinfofilter.h │ │ │ │ │ ├── loggermatchfilter.h │ │ │ │ │ ├── mapfilter.h │ │ │ │ │ ├── propertyfilter.h │ │ │ │ │ └── stringmatchfilter.h │ │ │ │ │ ├── fmtlayout.h │ │ │ │ │ ├── helpers │ │ │ │ │ ├── absolutetimedateformat.h │ │ │ │ │ ├── appenderattachableimpl.h │ │ │ │ │ ├── aprinitializer.h │ │ │ │ │ ├── bufferedwriter.h │ │ │ │ │ ├── bytearrayinputstream.h │ │ │ │ │ ├── bytearrayoutputstream.h │ │ │ │ │ ├── bytebuffer.h │ │ │ │ │ ├── cacheddateformat.h │ │ │ │ │ ├── charsetdecoder.h │ │ │ │ │ ├── charsetencoder.h │ │ │ │ │ ├── class.h │ │ │ │ │ ├── classregistration.h │ │ │ │ │ ├── cyclicbuffer.h │ │ │ │ │ ├── datagrampacket.h │ │ │ │ │ ├── datagramsocket.h │ │ │ │ │ ├── date.h │ │ │ │ │ ├── dateformat.h │ │ │ │ │ ├── datetimedateformat.h │ │ │ │ │ ├── exception.h │ │ │ │ │ ├── fileinputstream.h │ │ │ │ │ ├── fileoutputstream.h │ │ │ │ │ ├── filewatchdog.h │ │ │ │ │ ├── inetaddress.h │ │ │ │ │ ├── inputstream.h │ │ │ │ │ ├── inputstreamreader.h │ │ │ │ │ ├── integer.h │ │ │ │ │ ├── iso8601dateformat.h │ │ │ │ │ ├── loader.h │ │ │ │ │ ├── locale.h │ │ │ │ │ ├── loglog.h │ │ │ │ │ ├── messagebuffer.h │ │ │ │ │ ├── object.h │ │ │ │ │ ├── onlyonceerrorhandler.h │ │ │ │ │ ├── optionconverter.h │ │ │ │ │ ├── outputstream.h │ │ │ │ │ ├── outputstreamwriter.h │ │ │ │ │ ├── pool.h │ │ │ │ │ ├── properties.h │ │ │ │ │ ├── propertyresourcebundle.h │ │ │ │ │ ├── reader.h │ │ │ │ │ ├── relativetimedateformat.h │ │ │ │ │ ├── resourcebundle.h │ │ │ │ │ ├── serversocket.h │ │ │ │ │ ├── simpledateformat.h │ │ │ │ │ ├── socket.h │ │ │ │ │ ├── socketoutputstream.h │ │ │ │ │ ├── strftimedateformat.h │ │ │ │ │ ├── strictmath.h │ │ │ │ │ ├── stringhelper.h │ │ │ │ │ ├── stringtokenizer.h │ │ │ │ │ ├── syslogwriter.h │ │ │ │ │ ├── system.h │ │ │ │ │ ├── systemerrwriter.h │ │ │ │ │ ├── systemoutwriter.h │ │ │ │ │ ├── tchar.h │ │ │ │ │ ├── threadlocal.h │ │ │ │ │ ├── threadspecificdata.h │ │ │ │ │ ├── threadutility.h │ │ │ │ │ ├── timezone.h │ │ │ │ │ ├── transcoder.h │ │ │ │ │ ├── transform.h │ │ │ │ │ ├── writer.h │ │ │ │ │ └── xml.h │ │ │ │ │ ├── hierarchy.h │ │ │ │ │ ├── htmllayout.h │ │ │ │ │ ├── jsonlayout.h │ │ │ │ │ ├── layout.h │ │ │ │ │ ├── level.h │ │ │ │ │ ├── log4cxx.h.in │ │ │ │ │ ├── logger.h │ │ │ │ │ ├── logmanager.h │ │ │ │ │ ├── logstring.h │ │ │ │ │ ├── mdc.h │ │ │ │ │ ├── ndc.h │ │ │ │ │ ├── net │ │ │ │ │ ├── smtpappender.h │ │ │ │ │ ├── socketappenderskeleton.h │ │ │ │ │ ├── syslogappender.h │ │ │ │ │ ├── telnetappender.h │ │ │ │ │ └── xmlsocketappender.h │ │ │ │ │ ├── nt │ │ │ │ │ ├── EventLogCategories.mc │ │ │ │ │ ├── nteventlogappender.h │ │ │ │ │ └── outputdebugstringappender.h │ │ │ │ │ ├── pattern │ │ │ │ │ ├── classnamepatternconverter.h │ │ │ │ │ ├── colorendpatternconverter.h │ │ │ │ │ ├── colorstartpatternconverter.h │ │ │ │ │ ├── datepatternconverter.h │ │ │ │ │ ├── filedatepatternconverter.h │ │ │ │ │ ├── filelocationpatternconverter.h │ │ │ │ │ ├── formattinginfo.h │ │ │ │ │ ├── fulllocationpatternconverter.h │ │ │ │ │ ├── integerpatternconverter.h │ │ │ │ │ ├── levelpatternconverter.h │ │ │ │ │ ├── linelocationpatternconverter.h │ │ │ │ │ ├── lineseparatorpatternconverter.h │ │ │ │ │ ├── literalpatternconverter.h │ │ │ │ │ ├── loggerpatternconverter.h │ │ │ │ │ ├── loggingeventpatternconverter.h │ │ │ │ │ ├── mdcpatternconverter.h │ │ │ │ │ ├── messagepatternconverter.h │ │ │ │ │ ├── methodlocationpatternconverter.h │ │ │ │ │ ├── nameabbreviator.h │ │ │ │ │ ├── namepatternconverter.h │ │ │ │ │ ├── ndcpatternconverter.h │ │ │ │ │ ├── patternconverter.h │ │ │ │ │ ├── patternparser.h │ │ │ │ │ ├── propertiespatternconverter.h │ │ │ │ │ ├── relativetimepatternconverter.h │ │ │ │ │ ├── shortfilelocationpatternconverter.h │ │ │ │ │ ├── threadpatternconverter.h │ │ │ │ │ ├── threadusernamepatternconverter.h │ │ │ │ │ └── throwableinformationpatternconverter.h │ │ │ │ │ ├── patternlayout.h │ │ │ │ │ ├── private │ │ │ │ │ ├── action_priv.h │ │ │ │ │ ├── appenderskeleton_priv.h │ │ │ │ │ ├── aprdatagramsocket.h │ │ │ │ │ ├── aprserversocket.h │ │ │ │ │ ├── aprsocket.h │ │ │ │ │ ├── datagramsocket_priv.h │ │ │ │ │ ├── fileappender_priv.h │ │ │ │ │ ├── filter_priv.h │ │ │ │ │ ├── log4cxx_private.h.in │ │ │ │ │ ├── nteventlogappender_priv.h │ │ │ │ │ ├── odbcappender_priv.h │ │ │ │ │ ├── patternconverter_priv.h │ │ │ │ │ ├── rollingpolicybase_priv.h │ │ │ │ │ ├── serversocket_priv.h │ │ │ │ │ ├── socket_priv.h │ │ │ │ │ ├── socketappenderskeleton_priv.h │ │ │ │ │ ├── string_c11.h │ │ │ │ │ ├── syslogappender_priv.h │ │ │ │ │ └── writerappender_priv.h │ │ │ │ │ ├── propertyconfigurator.h │ │ │ │ │ ├── provisionnode.h │ │ │ │ │ ├── rolling │ │ │ │ │ ├── action.h │ │ │ │ │ ├── filerenameaction.h │ │ │ │ │ ├── filterbasedtriggeringpolicy.h │ │ │ │ │ ├── fixedwindowrollingpolicy.h │ │ │ │ │ ├── gzcompressaction.h │ │ │ │ │ ├── manualtriggeringpolicy.h │ │ │ │ │ ├── multiprocessrollingfileappender.h │ │ │ │ │ ├── rollingfileappender.h │ │ │ │ │ ├── rollingpolicy.h │ │ │ │ │ ├── rollingpolicybase.h │ │ │ │ │ ├── rolloverdescription.h │ │ │ │ │ ├── sizebasedtriggeringpolicy.h │ │ │ │ │ ├── timebasedrollingpolicy.h │ │ │ │ │ ├── triggeringpolicy.h │ │ │ │ │ └── zipcompressaction.h │ │ │ │ │ ├── simplelayout.h │ │ │ │ │ ├── spi │ │ │ │ │ ├── appenderattachable.h │ │ │ │ │ ├── configurator.h │ │ │ │ │ ├── defaultrepositoryselector.h │ │ │ │ │ ├── errorhandler.h │ │ │ │ │ ├── filter.h │ │ │ │ │ ├── hierarchyeventlistener.h │ │ │ │ │ ├── location │ │ │ │ │ │ └── locationinfo.h │ │ │ │ │ ├── loggerfactory.h │ │ │ │ │ ├── loggerrepository.h │ │ │ │ │ ├── loggingevent.h │ │ │ │ │ ├── optionhandler.h │ │ │ │ │ ├── repositoryselector.h │ │ │ │ │ ├── rootlogger.h │ │ │ │ │ └── triggeringeventevaluator.h │ │ │ │ │ ├── stream.h │ │ │ │ │ ├── varia │ │ │ │ │ └── fallbackerrorhandler.h │ │ │ │ │ ├── version_info.h.in │ │ │ │ │ ├── writerappender.h │ │ │ │ │ └── xml │ │ │ │ │ ├── domconfigurator.h │ │ │ │ │ └── xmllayout.h │ │ │ │ └── resources │ │ │ │ ├── EventLogCategories.mc │ │ │ │ └── MSG00001.bin │ │ └── version.cmake │ ├── lua53 │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-liblua-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-liblua.rc.in │ │ ├── source │ │ │ └── src │ │ │ │ ├── lapi.c │ │ │ │ ├── lapi.h │ │ │ │ ├── lauxlib.c │ │ │ │ ├── lauxlib.h │ │ │ │ ├── lbaselib.c │ │ │ │ ├── lbitlib.c │ │ │ │ ├── lcode.c │ │ │ │ ├── lcode.h │ │ │ │ ├── lcorolib.c │ │ │ │ ├── lctype.c │ │ │ │ ├── lctype.h │ │ │ │ ├── ldblib.c │ │ │ │ ├── ldebug.c │ │ │ │ ├── ldebug.h │ │ │ │ ├── ldo.c │ │ │ │ ├── ldo.h │ │ │ │ ├── ldump.c │ │ │ │ ├── lfunc.c │ │ │ │ ├── lfunc.h │ │ │ │ ├── lgc.c │ │ │ │ ├── lgc.h │ │ │ │ ├── linit.c │ │ │ │ ├── liolib.c │ │ │ │ ├── llex.c │ │ │ │ ├── llex.h │ │ │ │ ├── llimits.h │ │ │ │ ├── lmathlib.c │ │ │ │ ├── lmem.c │ │ │ │ ├── lmem.h │ │ │ │ ├── loadlib.c │ │ │ │ ├── lobject.c │ │ │ │ ├── lobject.h │ │ │ │ ├── lopcodes.c │ │ │ │ ├── lopcodes.h │ │ │ │ ├── loslib.c │ │ │ │ ├── lparser.c │ │ │ │ ├── lparser.h │ │ │ │ ├── lprefix.h │ │ │ │ ├── lstate.c │ │ │ │ ├── lstate.h │ │ │ │ ├── lstring.c │ │ │ │ ├── lstring.h │ │ │ │ ├── lstrlib.c │ │ │ │ ├── ltable.c │ │ │ │ ├── ltable.h │ │ │ │ ├── ltablib.c │ │ │ │ ├── ltm.c │ │ │ │ ├── ltm.h │ │ │ │ ├── lua.c │ │ │ │ ├── lua.h │ │ │ │ ├── lua.hpp │ │ │ │ ├── luac.c │ │ │ │ ├── luaconf.h │ │ │ │ ├── lualib.h │ │ │ │ ├── lundump.c │ │ │ │ ├── lundump.h │ │ │ │ ├── lutf8lib.c │ │ │ │ ├── lvm.c │ │ │ │ ├── lvm.h │ │ │ │ ├── lzio.c │ │ │ │ └── lzio.h │ │ ├── sources.cmake │ │ ├── static │ │ │ └── CMakeLists.txt │ │ ├── test │ │ │ ├── 1.good.out │ │ │ ├── 1.lua │ │ │ └── CMakeLists.txt │ │ ├── version.cmake │ │ └── windows │ │ │ ├── miktex-lua.rc │ │ │ └── miktex-luac.rc │ ├── luajit │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── liblua │ │ │ └── lbitlib.c │ │ ├── miktex-libluajit-version.h.in │ │ ├── source │ │ │ ├── COPYRIGHT │ │ │ ├── dynasm │ │ │ │ ├── dasm_arm.h │ │ │ │ ├── dasm_arm.lua │ │ │ │ ├── dasm_arm64.h │ │ │ │ ├── dasm_arm64.lua │ │ │ │ ├── dasm_mips.h │ │ │ │ ├── dasm_mips.lua │ │ │ │ ├── dasm_ppc.h │ │ │ │ ├── dasm_ppc.lua │ │ │ │ ├── dasm_proto.h │ │ │ │ ├── dasm_x64.lua │ │ │ │ ├── dasm_x86.h │ │ │ │ ├── dasm_x86.lua │ │ │ │ └── dynasm.lua │ │ │ └── src │ │ │ │ ├── host │ │ │ │ ├── buildvm.c │ │ │ │ ├── buildvm.h │ │ │ │ ├── buildvm_asm.c │ │ │ │ ├── buildvm_fold.c │ │ │ │ ├── buildvm_lib.c │ │ │ │ ├── buildvm_libbc.h │ │ │ │ ├── buildvm_peobj.c │ │ │ │ ├── genlibbc.lua │ │ │ │ ├── genminilua.lua │ │ │ │ └── minilua.c │ │ │ │ ├── jit │ │ │ │ ├── bc.lua │ │ │ │ ├── bcsave.lua │ │ │ │ ├── dis_arm.lua │ │ │ │ ├── dis_mips.lua │ │ │ │ ├── dis_mipsel.lua │ │ │ │ ├── dis_ppc.lua │ │ │ │ ├── dis_x64.lua │ │ │ │ ├── dis_x86.lua │ │ │ │ ├── dump.lua │ │ │ │ ├── p.lua │ │ │ │ ├── v.lua │ │ │ │ └── zone.lua │ │ │ │ ├── lauxlib.h │ │ │ │ ├── lib_aux.c │ │ │ │ ├── lib_base.c │ │ │ │ ├── lib_bit.c │ │ │ │ ├── lib_debug.c │ │ │ │ ├── lib_ffi.c │ │ │ │ ├── lib_init.c │ │ │ │ ├── lib_io.c │ │ │ │ ├── lib_jit.c │ │ │ │ ├── lib_math.c │ │ │ │ ├── lib_os.c │ │ │ │ ├── lib_package.c │ │ │ │ ├── lib_string.c │ │ │ │ ├── lib_table.c │ │ │ │ ├── lj.supp │ │ │ │ ├── lj_alloc.c │ │ │ │ ├── lj_alloc.h │ │ │ │ ├── lj_api.c │ │ │ │ ├── lj_arch.h │ │ │ │ ├── lj_asm.c │ │ │ │ ├── lj_asm.h │ │ │ │ ├── lj_asm_arm.h │ │ │ │ ├── lj_asm_mips.h │ │ │ │ ├── lj_asm_ppc.h │ │ │ │ ├── lj_asm_x86.h │ │ │ │ ├── lj_bc.c │ │ │ │ ├── lj_bc.h │ │ │ │ ├── lj_bcdump.h │ │ │ │ ├── lj_bcread.c │ │ │ │ ├── lj_bcwrite.c │ │ │ │ ├── lj_buf.c │ │ │ │ ├── lj_buf.h │ │ │ │ ├── lj_carith.c │ │ │ │ ├── lj_carith.h │ │ │ │ ├── lj_ccall.c │ │ │ │ ├── lj_ccall.h │ │ │ │ ├── lj_ccallback.c │ │ │ │ ├── lj_ccallback.h │ │ │ │ ├── lj_cconv.c │ │ │ │ ├── lj_cconv.h │ │ │ │ ├── lj_cdata.c │ │ │ │ ├── lj_cdata.h │ │ │ │ ├── lj_char.c │ │ │ │ ├── lj_char.h │ │ │ │ ├── lj_clib.c │ │ │ │ ├── lj_clib.h │ │ │ │ ├── lj_cparse.c │ │ │ │ ├── lj_cparse.h │ │ │ │ ├── lj_crecord.c │ │ │ │ ├── lj_crecord.h │ │ │ │ ├── lj_ctype.c │ │ │ │ ├── lj_ctype.h │ │ │ │ ├── lj_debug.c │ │ │ │ ├── lj_debug.h │ │ │ │ ├── lj_def.h │ │ │ │ ├── lj_dispatch.c │ │ │ │ ├── lj_dispatch.h │ │ │ │ ├── lj_emit_arm.h │ │ │ │ ├── lj_emit_mips.h │ │ │ │ ├── lj_emit_ppc.h │ │ │ │ ├── lj_emit_x86.h │ │ │ │ ├── lj_err.c │ │ │ │ ├── lj_err.h │ │ │ │ ├── lj_errmsg.h │ │ │ │ ├── lj_ff.h │ │ │ │ ├── lj_ffrecord.c │ │ │ │ ├── lj_ffrecord.h │ │ │ │ ├── lj_frame.h │ │ │ │ ├── lj_func.c │ │ │ │ ├── lj_func.h │ │ │ │ ├── lj_gc.c │ │ │ │ ├── lj_gc.h │ │ │ │ ├── lj_gdbjit.c │ │ │ │ ├── lj_gdbjit.h │ │ │ │ ├── lj_ir.c │ │ │ │ ├── lj_ir.h │ │ │ │ ├── lj_ircall.h │ │ │ │ ├── lj_iropt.h │ │ │ │ ├── lj_jit.h │ │ │ │ ├── lj_lex.c │ │ │ │ ├── lj_lex.h │ │ │ │ ├── lj_lib.c │ │ │ │ ├── lj_lib.h │ │ │ │ ├── lj_load.c │ │ │ │ ├── lj_mcode.c │ │ │ │ ├── lj_mcode.h │ │ │ │ ├── lj_meta.c │ │ │ │ ├── lj_meta.h │ │ │ │ ├── lj_obj.c │ │ │ │ ├── lj_obj.h │ │ │ │ ├── lj_opt_dce.c │ │ │ │ ├── lj_opt_fold.c │ │ │ │ ├── lj_opt_loop.c │ │ │ │ ├── lj_opt_mem.c │ │ │ │ ├── lj_opt_narrow.c │ │ │ │ ├── lj_opt_sink.c │ │ │ │ ├── lj_opt_split.c │ │ │ │ ├── lj_parse.c │ │ │ │ ├── lj_parse.h │ │ │ │ ├── lj_profile.c │ │ │ │ ├── lj_profile.h │ │ │ │ ├── lj_record.c │ │ │ │ ├── lj_record.h │ │ │ │ ├── lj_snap.c │ │ │ │ ├── lj_snap.h │ │ │ │ ├── lj_state.c │ │ │ │ ├── lj_state.h │ │ │ │ ├── lj_str.c │ │ │ │ ├── lj_str.h │ │ │ │ ├── lj_strfmt.c │ │ │ │ ├── lj_strfmt.h │ │ │ │ ├── lj_strscan.c │ │ │ │ ├── lj_strscan.h │ │ │ │ ├── lj_tab.c │ │ │ │ ├── lj_tab.h │ │ │ │ ├── lj_target.h │ │ │ │ ├── lj_target_arm.h │ │ │ │ ├── lj_target_arm64.h │ │ │ │ ├── lj_target_mips.h │ │ │ │ ├── lj_target_ppc.h │ │ │ │ ├── lj_target_x86.h │ │ │ │ ├── lj_trace.c │ │ │ │ ├── lj_trace.h │ │ │ │ ├── lj_traceerr.h │ │ │ │ ├── lj_udata.c │ │ │ │ ├── lj_udata.h │ │ │ │ ├── lj_vm.h │ │ │ │ ├── lj_vmevent.c │ │ │ │ ├── lj_vmevent.h │ │ │ │ ├── lj_vmmath.c │ │ │ │ ├── ljamalg.c │ │ │ │ ├── lua.h │ │ │ │ ├── lua.hpp │ │ │ │ ├── luaconf.h │ │ │ │ ├── luajit.c │ │ │ │ ├── luajit.h │ │ │ │ ├── lualib.h │ │ │ │ ├── vm_arm.dasc │ │ │ │ ├── vm_arm64.dasc │ │ │ │ ├── vm_mips.dasc │ │ │ │ ├── vm_ppc.dasc │ │ │ │ ├── vm_x64.dasc │ │ │ │ └── vm_x86.dasc │ │ ├── version.cmake │ │ └── windows │ │ │ ├── miktex-libluajit.rc.in │ │ │ └── miktex-luajit.rc │ ├── md5 │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-md5-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-md5.rc.in │ │ ├── source │ │ │ ├── md5.c │ │ │ └── md5.h │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── mpfi │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-mpfi-version.h.in │ │ ├── mpfi_config.h.cmake │ │ ├── source │ │ │ ├── AUTHORS │ │ │ ├── COPYING │ │ │ ├── COPYING.LESSER │ │ │ ├── mpfi_config.h.in │ │ │ └── src │ │ │ │ ├── abs.c │ │ │ │ ├── acos.c │ │ │ │ ├── acosh.c │ │ │ │ ├── add.c │ │ │ │ ├── add_d.c │ │ │ │ ├── add_fr.c │ │ │ │ ├── add_q.c │ │ │ │ ├── add_si.c │ │ │ │ ├── add_ui.c │ │ │ │ ├── add_z.c │ │ │ │ ├── alea.c │ │ │ │ ├── asin.c │ │ │ │ ├── asinh.c │ │ │ │ ├── atan.c │ │ │ │ ├── atan2.c │ │ │ │ ├── atanh.c │ │ │ │ ├── bisect.c │ │ │ │ ├── blow.c │ │ │ │ ├── cbrt.c │ │ │ │ ├── clear.c │ │ │ │ ├── clears.c │ │ │ │ ├── cmp.c │ │ │ │ ├── cmp_sym_pi.c │ │ │ │ ├── constants.c │ │ │ │ ├── cos.c │ │ │ │ ├── cosh.c │ │ │ │ ├── cot.c │ │ │ │ ├── coth.c │ │ │ │ ├── csc.c │ │ │ │ ├── csch.c │ │ │ │ ├── d_div.c │ │ │ │ ├── d_sub.c │ │ │ │ ├── diam.c │ │ │ │ ├── div.c │ │ │ │ ├── div_2exp.c │ │ │ │ ├── div_2si.c │ │ │ │ ├── div_2ui.c │ │ │ │ ├── div_d.c │ │ │ │ ├── div_ext.c │ │ │ │ ├── div_fr.c │ │ │ │ ├── div_q.c │ │ │ │ ├── div_si.c │ │ │ │ ├── div_ui.c │ │ │ │ ├── div_z.c │ │ │ │ ├── erandom.c │ │ │ │ ├── error.c │ │ │ │ ├── exp.c │ │ │ │ ├── exp10.c │ │ │ │ ├── exp10m1.c │ │ │ │ ├── exp2.c │ │ │ │ ├── exp2m1.c │ │ │ │ ├── expm1.c │ │ │ │ ├── fr_div.c │ │ │ │ ├── fr_sub.c │ │ │ │ ├── get_d.c │ │ │ │ ├── get_endpoints.c │ │ │ │ ├── get_fr.c │ │ │ │ ├── get_prec.c │ │ │ │ ├── get_version.c │ │ │ │ ├── has_zero.c │ │ │ │ ├── hypot.c │ │ │ │ ├── increase.c │ │ │ │ ├── init.c │ │ │ │ ├── init2.c │ │ │ │ ├── inits.c │ │ │ │ ├── inits2.c │ │ │ │ ├── inp_str.c │ │ │ │ ├── intersect.c │ │ │ │ ├── interv_d.c │ │ │ │ ├── interv_fr.c │ │ │ │ ├── interv_q.c │ │ │ │ ├── interv_si.c │ │ │ │ ├── interv_ui.c │ │ │ │ ├── interv_z.c │ │ │ │ ├── inv.c │ │ │ │ ├── is_empty.c │ │ │ │ ├── is_inside.c │ │ │ │ ├── log.c │ │ │ │ ├── log10.c │ │ │ │ ├── log10p1.c │ │ │ │ ├── log1p.c │ │ │ │ ├── log2.c │ │ │ │ ├── log2p1.c │ │ │ │ ├── mag.c │ │ │ │ ├── mid.c │ │ │ │ ├── mig.c │ │ │ │ ├── mpfi-impl.h │ │ │ │ ├── mpfi.h │ │ │ │ ├── mpfi_io.h │ │ │ │ ├── mul.c │ │ │ │ ├── mul_2exp.c │ │ │ │ ├── mul_2si.c │ │ │ │ ├── mul_2ui.c │ │ │ │ ├── mul_d.c │ │ │ │ ├── mul_fr.c │ │ │ │ ├── mul_q.c │ │ │ │ ├── mul_si.c │ │ │ │ ├── mul_ui.c │ │ │ │ ├── mul_z.c │ │ │ │ ├── neg.c │ │ │ │ ├── nrandom.c │ │ │ │ ├── out_str.c │ │ │ │ ├── predicates.c │ │ │ │ ├── print_binary.c │ │ │ │ ├── put.c │ │ │ │ ├── put_d.c │ │ │ │ ├── put_fr.c │ │ │ │ ├── put_q.c │ │ │ │ ├── put_si.c │ │ │ │ ├── put_ui.c │ │ │ │ ├── put_z.c │ │ │ │ ├── q_div.c │ │ │ │ ├── q_sub.c │ │ │ │ ├── quadrant.c │ │ │ │ ├── rec_sqrt.c │ │ │ │ ├── revert_if_needed.c │ │ │ │ ├── round_prec.c │ │ │ │ ├── sec.c │ │ │ │ ├── sech.c │ │ │ │ ├── set.c │ │ │ │ ├── set_d.c │ │ │ │ ├── set_flt.c │ │ │ │ ├── set_fr.c │ │ │ │ ├── set_ld.c │ │ │ │ ├── set_prec.c │ │ │ │ ├── set_q.c │ │ │ │ ├── set_si.c │ │ │ │ ├── set_str.c │ │ │ │ ├── set_ui.c │ │ │ │ ├── set_z.c │ │ │ │ ├── si_div.c │ │ │ │ ├── si_sub.c │ │ │ │ ├── sign.c │ │ │ │ ├── sin.c │ │ │ │ ├── sinh.c │ │ │ │ ├── sqr.c │ │ │ │ ├── sqrt.c │ │ │ │ ├── sub.c │ │ │ │ ├── sub_d.c │ │ │ │ ├── sub_fr.c │ │ │ │ ├── sub_q.c │ │ │ │ ├── sub_si.c │ │ │ │ ├── sub_ui.c │ │ │ │ ├── sub_z.c │ │ │ │ ├── swap.c │ │ │ │ ├── tan.c │ │ │ │ ├── tanh.c │ │ │ │ ├── ui_div.c │ │ │ │ ├── ui_sub.c │ │ │ │ ├── union.c │ │ │ │ ├── urandom.c │ │ │ │ ├── z_div.c │ │ │ │ └── z_sub.c │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── mpfr │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── miktex-mpfr-version.h.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── COPYING.LESSER │ │ │ └── src │ │ │ │ ├── abort_prec_max.c │ │ │ │ ├── acos.c │ │ │ │ ├── acosh.c │ │ │ │ ├── acosu.c │ │ │ │ ├── add.c │ │ │ │ ├── add1.c │ │ │ │ ├── add1sp.c │ │ │ │ ├── add1sp1_extracted.c │ │ │ │ ├── add_d.c │ │ │ │ ├── add_ui.c │ │ │ │ ├── agm.c │ │ │ │ ├── ai.c │ │ │ │ ├── asin.c │ │ │ │ ├── asinh.c │ │ │ │ ├── asinu.c │ │ │ │ ├── atan.c │ │ │ │ ├── atan2.c │ │ │ │ ├── atan2u.c │ │ │ │ ├── atanh.c │ │ │ │ ├── atanu.c │ │ │ │ ├── bernoulli.c │ │ │ │ ├── beta.c │ │ │ │ ├── buildopt.c │ │ │ │ ├── cache.c │ │ │ │ ├── cbrt.c │ │ │ │ ├── check.c │ │ │ │ ├── clear.c │ │ │ │ ├── clears.c │ │ │ │ ├── cmp.c │ │ │ │ ├── cmp2.c │ │ │ │ ├── cmp_d.c │ │ │ │ ├── cmp_ld.c │ │ │ │ ├── cmp_si.c │ │ │ │ ├── cmp_ui.c │ │ │ │ ├── cmpabs.c │ │ │ │ ├── cmpabs_ui.c │ │ │ │ ├── comparisons.c │ │ │ │ ├── compound.c │ │ │ │ ├── const_catalan.c │ │ │ │ ├── const_euler.c │ │ │ │ ├── const_log2.c │ │ │ │ ├── const_pi.c │ │ │ │ ├── constant.c │ │ │ │ ├── copysign.c │ │ │ │ ├── cos.c │ │ │ │ ├── cosh.c │ │ │ │ ├── cosu.c │ │ │ │ ├── cot.c │ │ │ │ ├── coth.c │ │ │ │ ├── csc.c │ │ │ │ ├── csch.c │ │ │ │ ├── d_div.c │ │ │ │ ├── d_sub.c │ │ │ │ ├── digamma.c │ │ │ │ ├── dim.c │ │ │ │ ├── div.c │ │ │ │ ├── div_2exp.c │ │ │ │ ├── div_2si.c │ │ │ │ ├── div_2ui.c │ │ │ │ ├── div_d.c │ │ │ │ ├── div_ui.c │ │ │ │ ├── dot.c │ │ │ │ ├── dump.c │ │ │ │ ├── eint.c │ │ │ │ ├── eq.c │ │ │ │ ├── erandom.c │ │ │ │ ├── erf.c │ │ │ │ ├── erfc.c │ │ │ │ ├── exceptions.c │ │ │ │ ├── exp.c │ │ │ │ ├── exp10.c │ │ │ │ ├── exp10m1.c │ │ │ │ ├── exp2.c │ │ │ │ ├── exp2m1.c │ │ │ │ ├── exp3.c │ │ │ │ ├── exp_2.c │ │ │ │ ├── expm1.c │ │ │ │ ├── extract.c │ │ │ │ ├── factorial.c │ │ │ │ ├── fits_intmax.c │ │ │ │ ├── fits_s.h │ │ │ │ ├── fits_sint.c │ │ │ │ ├── fits_slong.c │ │ │ │ ├── fits_sshort.c │ │ │ │ ├── fits_u.h │ │ │ │ ├── fits_uint.c │ │ │ │ ├── fits_uintmax.c │ │ │ │ ├── fits_ulong.c │ │ │ │ ├── fits_ushort.c │ │ │ │ ├── fma.c │ │ │ │ ├── fmma.c │ │ │ │ ├── fmod_ui.c │ │ │ │ ├── fms.c │ │ │ │ ├── fpif.c │ │ │ │ ├── frac.c │ │ │ │ ├── free_cache.c │ │ │ │ ├── frexp.c │ │ │ │ ├── gamma.c │ │ │ │ ├── gamma_inc.c │ │ │ │ ├── gammaonethird.c │ │ │ │ ├── gen_inverse.h │ │ │ │ ├── generic │ │ │ │ └── mparam.h │ │ │ │ ├── get_d.c │ │ │ │ ├── get_d128.c │ │ │ │ ├── get_d64.c │ │ │ │ ├── get_exp.c │ │ │ │ ├── get_f.c │ │ │ │ ├── get_float128.c │ │ │ │ ├── get_flt.c │ │ │ │ ├── get_ld.c │ │ │ │ ├── get_q.c │ │ │ │ ├── get_si.c │ │ │ │ ├── get_sj.c │ │ │ │ ├── get_str.c │ │ │ │ ├── get_ui.c │ │ │ │ ├── get_uj.c │ │ │ │ ├── get_z.c │ │ │ │ ├── get_z_2exp.c │ │ │ │ ├── gmp_op.c │ │ │ │ ├── grandom.c │ │ │ │ ├── hypot.c │ │ │ │ ├── ieee_floats.h │ │ │ │ ├── init.c │ │ │ │ ├── init2.c │ │ │ │ ├── inits.c │ │ │ │ ├── inits2.c │ │ │ │ ├── inp_str.c │ │ │ │ ├── int_ceil_log2.c │ │ │ │ ├── invert_limb.h │ │ │ │ ├── invsqrt_limb.h │ │ │ │ ├── isinf.c │ │ │ │ ├── isinteger.c │ │ │ │ ├── isnan.c │ │ │ │ ├── isnum.c │ │ │ │ ├── isqrt.c │ │ │ │ ├── isregular.c │ │ │ │ ├── iszero.c │ │ │ │ ├── jn.c │ │ │ │ ├── jyn_asympt.c │ │ │ │ ├── li2.c │ │ │ │ ├── lngamma.c │ │ │ │ ├── log.c │ │ │ │ ├── log10.c │ │ │ │ ├── log10p1.c │ │ │ │ ├── log1p.c │ │ │ │ ├── log2.c │ │ │ │ ├── log2p1.c │ │ │ │ ├── log_ui.c │ │ │ │ ├── logging.c │ │ │ │ ├── min_prec.c │ │ │ │ ├── minmax.c │ │ │ │ ├── modf.c │ │ │ │ ├── mp_clz_tab.c │ │ │ │ ├── mparam_h.in │ │ │ │ ├── mpf2mpfr.h │ │ │ │ ├── mpfr-cvers.h │ │ │ │ ├── mpfr-gmp.c │ │ │ │ ├── mpfr-gmp.h │ │ │ │ ├── mpfr-impl.h │ │ │ │ ├── mpfr-intmax.h │ │ │ │ ├── mpfr-longlong.h │ │ │ │ ├── mpfr-mini-gmp.c │ │ │ │ ├── mpfr-mini-gmp.h │ │ │ │ ├── mpfr-sassert.h │ │ │ │ ├── mpfr-thread.h │ │ │ │ ├── mpfr.h │ │ │ │ ├── mpn_exp.c │ │ │ │ ├── mul.c │ │ │ │ ├── mul_1_extracted.c │ │ │ │ ├── mul_2exp.c │ │ │ │ ├── mul_2si.c │ │ │ │ ├── mul_2ui.c │ │ │ │ ├── mul_d.c │ │ │ │ ├── mul_ui.c │ │ │ │ ├── mulders.c │ │ │ │ ├── nbits_ulong.c │ │ │ │ ├── neg.c │ │ │ │ ├── next.c │ │ │ │ ├── nrandom.c │ │ │ │ ├── odd_p.c │ │ │ │ ├── out_str.c │ │ │ │ ├── pool.c │ │ │ │ ├── pow.c │ │ │ │ ├── pow_si.c │ │ │ │ ├── pow_sj.c │ │ │ │ ├── pow_ui.c │ │ │ │ ├── pow_uj.c │ │ │ │ ├── pow_z.c │ │ │ │ ├── powerof2.c │ │ │ │ ├── powr.c │ │ │ │ ├── print_raw.c │ │ │ │ ├── print_rnd_mode.c │ │ │ │ ├── printf.c │ │ │ │ ├── random_deviate.c │ │ │ │ ├── random_deviate.h │ │ │ │ ├── rec_sqrt.c │ │ │ │ ├── reldiff.c │ │ │ │ ├── rem1.c │ │ │ │ ├── rint.c │ │ │ │ ├── rndna.c │ │ │ │ ├── root.c │ │ │ │ ├── round_near_x.c │ │ │ │ ├── round_p.c │ │ │ │ ├── round_prec.c │ │ │ │ ├── round_raw_generic.c │ │ │ │ ├── scale2.c │ │ │ │ ├── sec.c │ │ │ │ ├── sech.c │ │ │ │ ├── set.c │ │ │ │ ├── set_d.c │ │ │ │ ├── set_d128.c │ │ │ │ ├── set_d64.c │ │ │ │ ├── set_dfl_prec.c │ │ │ │ ├── set_exp.c │ │ │ │ ├── set_f.c │ │ │ │ ├── set_float128.c │ │ │ │ ├── set_flt.c │ │ │ │ ├── set_inf.c │ │ │ │ ├── set_ld.c │ │ │ │ ├── set_nan.c │ │ │ │ ├── set_prc_raw.c │ │ │ │ ├── set_prec.c │ │ │ │ ├── set_q.c │ │ │ │ ├── set_rnd.c │ │ │ │ ├── set_si.c │ │ │ │ ├── set_si_2exp.c │ │ │ │ ├── set_sj.c │ │ │ │ ├── set_str.c │ │ │ │ ├── set_str_raw.c │ │ │ │ ├── set_ui.c │ │ │ │ ├── set_ui_2exp.c │ │ │ │ ├── set_uj.c │ │ │ │ ├── set_z.c │ │ │ │ ├── set_z_2exp.c │ │ │ │ ├── set_zero.c │ │ │ │ ├── setmax.c │ │ │ │ ├── setmin.c │ │ │ │ ├── setsign.c │ │ │ │ ├── sgn.c │ │ │ │ ├── si_op.c │ │ │ │ ├── signbit.c │ │ │ │ ├── sin.c │ │ │ │ ├── sin_cos.c │ │ │ │ ├── sinh.c │ │ │ │ ├── sinh_cosh.c │ │ │ │ ├── sinu.c │ │ │ │ ├── sqr.c │ │ │ │ ├── sqrt.c │ │ │ │ ├── sqrt_ui.c │ │ │ │ ├── stack_interface.c │ │ │ │ ├── strtofr.c │ │ │ │ ├── sub.c │ │ │ │ ├── sub1.c │ │ │ │ ├── sub1sp.c │ │ │ │ ├── sub1sp1_extracted.c │ │ │ │ ├── sub_d.c │ │ │ │ ├── sub_ui.c │ │ │ │ ├── subnormal.c │ │ │ │ ├── sum.c │ │ │ │ ├── swap.c │ │ │ │ ├── tan.c │ │ │ │ ├── tanh.c │ │ │ │ ├── tanu.c │ │ │ │ ├── total_order.c │ │ │ │ ├── ubf.c │ │ │ │ ├── uceil_exp2.c │ │ │ │ ├── uceil_log2.c │ │ │ │ ├── ufloor_log2.c │ │ │ │ ├── ui_div.c │ │ │ │ ├── ui_pow.c │ │ │ │ ├── ui_pow_ui.c │ │ │ │ ├── ui_sub.c │ │ │ │ ├── urandom.c │ │ │ │ ├── urandomb.c │ │ │ │ ├── vasprintf.c │ │ │ │ ├── version.c │ │ │ │ ├── volatile.c │ │ │ │ ├── yn.c │ │ │ │ ├── zeta.c │ │ │ │ └── zeta_ui.c │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── mspack │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── miktex-mspack-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ ├── miktex-mspack.def │ │ │ │ └── miktex-mspack.rc.in │ │ ├── source │ │ │ ├── COPYING.LIB │ │ │ └── mspack │ │ │ │ ├── cab.h │ │ │ │ ├── cabc.c │ │ │ │ ├── cabd.c │ │ │ │ ├── chm.h │ │ │ │ ├── chmc.c │ │ │ │ ├── chmd.c │ │ │ │ ├── crc32.c │ │ │ │ ├── crc32.h │ │ │ │ ├── des.h │ │ │ │ ├── hlp.h │ │ │ │ ├── hlpc.c │ │ │ │ ├── hlpd.c │ │ │ │ ├── kwaj.h │ │ │ │ ├── kwajc.c │ │ │ │ ├── kwajd.c │ │ │ │ ├── lit.h │ │ │ │ ├── litc.c │ │ │ │ ├── litd.c │ │ │ │ ├── lzss.h │ │ │ │ ├── lzssd.c │ │ │ │ ├── lzx.h │ │ │ │ ├── lzxc.c │ │ │ │ ├── lzxd.c │ │ │ │ ├── mspack.h │ │ │ │ ├── mszip.h │ │ │ │ ├── mszipc.c │ │ │ │ ├── mszipd.c │ │ │ │ ├── oab.h │ │ │ │ ├── oabc.c │ │ │ │ ├── oabd.c │ │ │ │ ├── qtm.h │ │ │ │ ├── qtmd.c │ │ │ │ ├── readbits.h │ │ │ │ ├── readhuff.h │ │ │ │ ├── sha.h │ │ │ │ ├── system.c │ │ │ │ ├── system.h │ │ │ │ ├── szdd.h │ │ │ │ ├── szddc.c │ │ │ │ └── szddd.c │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── nlohmann-json │ │ ├── CMakeLists.txt │ │ └── source │ │ │ ├── LICENSE.MIT │ │ │ └── single_include │ │ │ └── nlohmann │ │ │ ├── json.hpp │ │ │ └── json_fwd.hpp │ ├── opengl-registry │ │ ├── CMakeLists.txt │ │ └── source │ │ │ └── api │ │ │ └── GL │ │ │ ├── glcorearb.h │ │ │ ├── glext.h │ │ │ ├── glxext.h │ │ │ ├── wgl.h │ │ │ └── wglext.h │ ├── pixman │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-pixman-version.h.in │ │ ├── pixman-config.h.cmake │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-pixman.rc.in │ │ ├── source │ │ │ ├── COPYING │ │ │ └── pixman │ │ │ │ ├── dither │ │ │ │ └── blue-noise-64x64.h │ │ │ │ ├── loongson-mmintrin.h │ │ │ │ ├── pixman-access-accessors.c │ │ │ │ ├── pixman-access.c │ │ │ │ ├── pixman-accessor.h │ │ │ │ ├── pixman-arm-asm.h │ │ │ │ ├── pixman-arm-common.h │ │ │ │ ├── pixman-arm-neon-asm.h │ │ │ │ ├── pixman-arm-neon.c │ │ │ │ ├── pixman-arm-simd-asm.h │ │ │ │ ├── pixman-arm-simd.c │ │ │ │ ├── pixman-arm.c │ │ │ │ ├── pixman-bits-image.c │ │ │ │ ├── pixman-combine-float.c │ │ │ │ ├── pixman-combine32.c │ │ │ │ ├── pixman-combine32.h │ │ │ │ ├── pixman-compiler.h │ │ │ │ ├── pixman-conical-gradient.c │ │ │ │ ├── pixman-edge-accessors.c │ │ │ │ ├── pixman-edge-imp.h │ │ │ │ ├── pixman-edge.c │ │ │ │ ├── pixman-fast-path.c │ │ │ │ ├── pixman-filter.c │ │ │ │ ├── pixman-general.c │ │ │ │ ├── pixman-glyph.c │ │ │ │ ├── pixman-gradient-walker.c │ │ │ │ ├── pixman-image.c │ │ │ │ ├── pixman-implementation.c │ │ │ │ ├── pixman-inlines.h │ │ │ │ ├── pixman-linear-gradient.c │ │ │ │ ├── pixman-matrix.c │ │ │ │ ├── pixman-mips-dspr2-asm.h │ │ │ │ ├── pixman-mips-dspr2.c │ │ │ │ ├── pixman-mips-dspr2.h │ │ │ │ ├── pixman-mips.c │ │ │ │ ├── pixman-mmx.c │ │ │ │ ├── pixman-noop.c │ │ │ │ ├── pixman-ppc.c │ │ │ │ ├── pixman-private.h │ │ │ │ ├── pixman-radial-gradient.c │ │ │ │ ├── pixman-region.c │ │ │ │ ├── pixman-region16.c │ │ │ │ ├── pixman-region32.c │ │ │ │ ├── pixman-solid-fill.c │ │ │ │ ├── pixman-sse2.c │ │ │ │ ├── pixman-ssse3.c │ │ │ │ ├── pixman-timer.c │ │ │ │ ├── pixman-trap.c │ │ │ │ ├── pixman-utils.c │ │ │ │ ├── pixman-version.h.in │ │ │ │ ├── pixman-vmx.c │ │ │ │ ├── pixman-x86.c │ │ │ │ ├── pixman.c │ │ │ │ └── pixman.h │ │ └── version.cmake │ ├── png │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-libpng-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-libpng.rc.in │ │ ├── source │ │ │ ├── LICENSE │ │ │ ├── png.c │ │ │ ├── png.h │ │ │ ├── pngconf.h │ │ │ ├── pngdebug.h │ │ │ ├── pngerror.c │ │ │ ├── pngget.c │ │ │ ├── pnginfo.h │ │ │ ├── pngmem.c │ │ │ ├── pngpread.c │ │ │ ├── pngpriv.h │ │ │ ├── pngread.c │ │ │ ├── pngrio.c │ │ │ ├── pngrtran.c │ │ │ ├── pngrutil.c │ │ │ ├── pngset.c │ │ │ ├── pngstruct.h │ │ │ ├── pngtrans.c │ │ │ ├── pngwio.c │ │ │ ├── pngwrite.c │ │ │ ├── pngwtran.c │ │ │ ├── pngwutil.c │ │ │ └── scripts │ │ │ │ └── pnglibconf.h.prebuilt │ │ └── version.cmake │ ├── poppler │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-poppler-version.h.in │ │ ├── qt5 │ │ │ └── shared │ │ │ │ └── CMakeLists.txt │ │ ├── qt6 │ │ │ └── shared │ │ │ │ └── CMakeLists.txt │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-poppler.rc.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── COPYING3 │ │ │ ├── config.h.cmake │ │ │ ├── fofi │ │ │ │ ├── FoFiBase.cc │ │ │ │ ├── FoFiBase.h │ │ │ │ ├── FoFiEncodings.cc │ │ │ │ ├── FoFiEncodings.h │ │ │ │ ├── FoFiIdentifier.cc │ │ │ │ ├── FoFiIdentifier.h │ │ │ │ ├── FoFiTrueType.cc │ │ │ │ ├── FoFiTrueType.h │ │ │ │ ├── FoFiType1.cc │ │ │ │ ├── FoFiType1.h │ │ │ │ ├── FoFiType1C.cc │ │ │ │ └── FoFiType1C.h │ │ │ ├── goo │ │ │ │ ├── GooCheckedOps.h │ │ │ │ ├── GooLikely.h │ │ │ │ ├── GooString.cc │ │ │ │ ├── GooString.h │ │ │ │ ├── GooTimer.cc │ │ │ │ ├── GooTimer.h │ │ │ │ ├── ImgWriter.cc │ │ │ │ ├── ImgWriter.h │ │ │ │ ├── JpegWriter.cc │ │ │ │ ├── JpegWriter.h │ │ │ │ ├── NetPBMWriter.cc │ │ │ │ ├── NetPBMWriter.h │ │ │ │ ├── PNGWriter.cc │ │ │ │ ├── PNGWriter.h │ │ │ │ ├── TiffWriter.cc │ │ │ │ ├── TiffWriter.h │ │ │ │ ├── ft_utils.cc │ │ │ │ ├── ft_utils.h │ │ │ │ ├── gbase64.cc │ │ │ │ ├── gbase64.h │ │ │ │ ├── gbasename.cc │ │ │ │ ├── gbasename.h │ │ │ │ ├── gdir.h │ │ │ │ ├── gfile.cc │ │ │ │ ├── gfile.h │ │ │ │ ├── glibc.cc │ │ │ │ ├── glibc.h │ │ │ │ ├── glibc_strtok_r.cc │ │ │ │ ├── gmem.h │ │ │ │ ├── grandom.cc │ │ │ │ ├── grandom.h │ │ │ │ ├── gstrtod.cc │ │ │ │ └── gstrtod.h │ │ │ ├── poppler │ │ │ │ ├── Annot.cc │ │ │ │ ├── Annot.h │ │ │ │ ├── AnnotStampImageHelper.cc │ │ │ │ ├── AnnotStampImageHelper.h │ │ │ │ ├── Array.cc │ │ │ │ ├── Array.h │ │ │ │ ├── BBoxOutputDev.cc │ │ │ │ ├── BBoxOutputDev.h │ │ │ │ ├── BuiltinFont.h │ │ │ │ ├── BuiltinFontWidth.h │ │ │ │ ├── CIDFontsWidthsBuilder.h │ │ │ │ ├── CMap.cc │ │ │ │ ├── CMap.h │ │ │ │ ├── CachedFile.cc │ │ │ │ ├── CachedFile.h │ │ │ │ ├── CairoFontEngine.cc │ │ │ │ ├── CairoFontEngine.h │ │ │ │ ├── CairoOutputDev.cc │ │ │ │ ├── CairoOutputDev.h │ │ │ │ ├── CairoRescaleBox.cc │ │ │ │ ├── CairoRescaleBox.h │ │ │ │ ├── Catalog.cc │ │ │ │ ├── Catalog.h │ │ │ │ ├── CertificateInfo.cc │ │ │ │ ├── CertificateInfo.h │ │ │ │ ├── CharCodeToUnicode.cc │ │ │ │ ├── CharCodeToUnicode.h │ │ │ │ ├── CharTypes.h │ │ │ │ ├── CourierBoldObliqueWidths.pregenerated.c │ │ │ │ ├── CourierBoldWidths.pregenerated.c │ │ │ │ ├── CourierObliqueWidths.pregenerated.c │ │ │ │ ├── CourierWidths.pregenerated.c │ │ │ │ ├── CryptoSignBackend.cc │ │ │ │ ├── CryptoSignBackend.h │ │ │ │ ├── CurlCachedFile.cc │ │ │ │ ├── CurlCachedFile.h │ │ │ │ ├── CurlPDFDocBuilder.cc │ │ │ │ ├── CurlPDFDocBuilder.h │ │ │ │ ├── DCTStream.cc │ │ │ │ ├── DCTStream.h │ │ │ │ ├── DateInfo.cc │ │ │ │ ├── DateInfo.h │ │ │ │ ├── Decrypt.cc │ │ │ │ ├── Decrypt.h │ │ │ │ ├── Dict.cc │ │ │ │ ├── Dict.h │ │ │ │ ├── DistinguishedNameParser.h │ │ │ │ ├── Error.cc │ │ │ │ ├── Error.h │ │ │ │ ├── ErrorCodes.h │ │ │ │ ├── FDPDFDocBuilder.cc │ │ │ │ ├── FDPDFDocBuilder.h │ │ │ │ ├── FILECacheLoader.cc │ │ │ │ ├── FILECacheLoader.h │ │ │ │ ├── FileSpec.cc │ │ │ │ ├── FileSpec.h │ │ │ │ ├── FlateEncoder.cc │ │ │ │ ├── FlateEncoder.h │ │ │ │ ├── FlateStream.cc │ │ │ │ ├── FlateStream.h │ │ │ │ ├── FontEncodingTables.cc │ │ │ │ ├── FontEncodingTables.h │ │ │ │ ├── FontInfo.cc │ │ │ │ ├── FontInfo.h │ │ │ │ ├── Form.cc │ │ │ │ ├── Form.h │ │ │ │ ├── Function.cc │ │ │ │ ├── Function.h │ │ │ │ ├── GPGMECryptoSignBackend.cc │ │ │ │ ├── GPGMECryptoSignBackend.h │ │ │ │ ├── Gfx.cc │ │ │ │ ├── Gfx.h │ │ │ │ ├── GfxFont.cc │ │ │ │ ├── GfxFont.h │ │ │ │ ├── GfxState.cc │ │ │ │ ├── GfxState.h │ │ │ │ ├── GfxState_helpers.h │ │ │ │ ├── GlobalParams.cc │ │ │ │ ├── GlobalParams.h │ │ │ │ ├── GlobalParamsWin.cc │ │ │ │ ├── HashAlgorithm.h │ │ │ │ ├── HelveticaBoldObliqueWidths.pregenerated.c │ │ │ │ ├── HelveticaBoldWidths.pregenerated.c │ │ │ │ ├── HelveticaObliqueWidths.pregenerated.c │ │ │ │ ├── HelveticaWidths.pregenerated.c │ │ │ │ ├── Hints.cc │ │ │ │ ├── Hints.h │ │ │ │ ├── ImageEmbeddingUtils.cc │ │ │ │ ├── ImageEmbeddingUtils.h │ │ │ │ ├── JArithmeticDecoder.cc │ │ │ │ ├── JArithmeticDecoder.h │ │ │ │ ├── JBIG2Stream.cc │ │ │ │ ├── JBIG2Stream.h │ │ │ │ ├── JPEG2000Stream.cc │ │ │ │ ├── JPEG2000Stream.h │ │ │ │ ├── JPXStream.cc │ │ │ │ ├── JPXStream.h │ │ │ │ ├── JSInfo.cc │ │ │ │ ├── JSInfo.h │ │ │ │ ├── Lexer.cc │ │ │ │ ├── Lexer.h │ │ │ │ ├── Linearization.cc │ │ │ │ ├── Linearization.h │ │ │ │ ├── Link.cc │ │ │ │ ├── Link.h │ │ │ │ ├── LocalPDFDocBuilder.cc │ │ │ │ ├── LocalPDFDocBuilder.h │ │ │ │ ├── MarkedContentOutputDev.cc │ │ │ │ ├── MarkedContentOutputDev.h │ │ │ │ ├── Movie.cc │ │ │ │ ├── Movie.h │ │ │ │ ├── NSSCryptoSignBackend.cc │ │ │ │ ├── NSSCryptoSignBackend.h │ │ │ │ ├── NameToCharCode.cc │ │ │ │ ├── NameToCharCode.h │ │ │ │ ├── NameToUnicodeTable.h │ │ │ │ ├── Object.cc │ │ │ │ ├── Object.h │ │ │ │ ├── OptionalContent.cc │ │ │ │ ├── OptionalContent.h │ │ │ │ ├── Outline.cc │ │ │ │ ├── Outline.h │ │ │ │ ├── OutputDev.cc │ │ │ │ ├── OutputDev.h │ │ │ │ ├── PDFDoc.cc │ │ │ │ ├── PDFDoc.h │ │ │ │ ├── PDFDocBuilder.cc │ │ │ │ ├── PDFDocBuilder.h │ │ │ │ ├── PDFDocEncoding.cc │ │ │ │ ├── PDFDocEncoding.h │ │ │ │ ├── PDFDocFactory.cc │ │ │ │ ├── PDFDocFactory.h │ │ │ │ ├── PSOutputDev.cc │ │ │ │ ├── PSOutputDev.h │ │ │ │ ├── PSTokenizer.cc │ │ │ │ ├── PSTokenizer.h │ │ │ │ ├── Page.cc │ │ │ │ ├── Page.h │ │ │ │ ├── PageLabelInfo.cc │ │ │ │ ├── PageLabelInfo.h │ │ │ │ ├── PageLabelInfo_p.h │ │ │ │ ├── PageTransition.cc │ │ │ │ ├── PageTransition.h │ │ │ │ ├── Parser.cc │ │ │ │ ├── Parser.h │ │ │ │ ├── PopplerCache.h │ │ │ │ ├── PreScanOutputDev.cc │ │ │ │ ├── PreScanOutputDev.h │ │ │ │ ├── ProfileData.cc │ │ │ │ ├── ProfileData.h │ │ │ │ ├── Rendition.cc │ │ │ │ ├── Rendition.h │ │ │ │ ├── SecurityHandler.cc │ │ │ │ ├── SecurityHandler.h │ │ │ │ ├── SignatureInfo.cc │ │ │ │ ├── SignatureInfo.h │ │ │ │ ├── Sound.cc │ │ │ │ ├── Sound.h │ │ │ │ ├── SplashOutputDev.cc │ │ │ │ ├── SplashOutputDev.h │ │ │ │ ├── Stream-CCITT.h │ │ │ │ ├── Stream.cc │ │ │ │ ├── Stream.h │ │ │ │ ├── StructElement.cc │ │ │ │ ├── StructElement.h │ │ │ │ ├── StructTreeRoot.cc │ │ │ │ ├── StructTreeRoot.h │ │ │ │ ├── SymbolWidths.pregenerated.c │ │ │ │ ├── TextOutputDev.cc │ │ │ │ ├── TextOutputDev.h │ │ │ │ ├── TimesBoldItalicWidths.pregenerated.c │ │ │ │ ├── TimesBoldWidths.pregenerated.c │ │ │ │ ├── TimesItalicWidths.pregenerated.c │ │ │ │ ├── TimesRomanWidths.pregenerated.c │ │ │ │ ├── UTF.cc │ │ │ │ ├── UTF.h │ │ │ │ ├── UnicodeCClassTables.h │ │ │ │ ├── UnicodeCompTables.h │ │ │ │ ├── UnicodeDecompTables.h │ │ │ │ ├── UnicodeMap.cc │ │ │ │ ├── UnicodeMap.h │ │ │ │ ├── UnicodeMapFuncs.cc │ │ │ │ ├── UnicodeMapFuncs.h │ │ │ │ ├── UnicodeMapTables.h │ │ │ │ ├── UnicodeTypeTable.cc │ │ │ │ ├── UnicodeTypeTable.h │ │ │ │ ├── ViewerPreferences.cc │ │ │ │ ├── ViewerPreferences.h │ │ │ │ ├── XRef.cc │ │ │ │ ├── XRef.h │ │ │ │ ├── ZapfDingbatsWidths.pregenerated.c │ │ │ │ ├── annot_stamp_approved.h │ │ │ │ ├── annot_stamp_as_is.h │ │ │ │ ├── annot_stamp_confidential.h │ │ │ │ ├── annot_stamp_departmental.h │ │ │ │ ├── annot_stamp_draft.h │ │ │ │ ├── annot_stamp_experimental.h │ │ │ │ ├── annot_stamp_expired.h │ │ │ │ ├── annot_stamp_final.h │ │ │ │ ├── annot_stamp_for_comment.h │ │ │ │ ├── annot_stamp_for_public_release.h │ │ │ │ ├── annot_stamp_not_approved.h │ │ │ │ ├── annot_stamp_not_for_public_release.h │ │ │ │ ├── annot_stamp_sold.h │ │ │ │ ├── annot_stamp_top_secret.h │ │ │ │ └── poppler-config.h.cmake │ │ │ ├── qt5 │ │ │ │ └── src │ │ │ │ │ ├── QPainterOutputDev.cc │ │ │ │ │ ├── QPainterOutputDev.h │ │ │ │ │ ├── poppler-annotation-helper.h │ │ │ │ │ ├── poppler-annotation-private.h │ │ │ │ │ ├── poppler-annotation.cc │ │ │ │ │ ├── poppler-annotation.h │ │ │ │ │ ├── poppler-base-converter.cc │ │ │ │ │ ├── poppler-converter-private.h │ │ │ │ │ ├── poppler-document.cc │ │ │ │ │ ├── poppler-embeddedfile-private.h │ │ │ │ │ ├── poppler-embeddedfile.cc │ │ │ │ │ ├── poppler-fontinfo.cc │ │ │ │ │ ├── poppler-form.cc │ │ │ │ │ ├── poppler-form.h │ │ │ │ │ ├── poppler-link-extractor-private.h │ │ │ │ │ ├── poppler-link-extractor.cc │ │ │ │ │ ├── poppler-link-private.h │ │ │ │ │ ├── poppler-link.cc │ │ │ │ │ ├── poppler-link.h │ │ │ │ │ ├── poppler-media.cc │ │ │ │ │ ├── poppler-media.h │ │ │ │ │ ├── poppler-movie.cc │ │ │ │ │ ├── poppler-optcontent-private.h │ │ │ │ │ ├── poppler-optcontent.cc │ │ │ │ │ ├── poppler-optcontent.h │ │ │ │ │ ├── poppler-outline-private.h │ │ │ │ │ ├── poppler-outline.cc │ │ │ │ │ ├── poppler-page-private.h │ │ │ │ │ ├── poppler-page-transition-private.h │ │ │ │ │ ├── poppler-page-transition.cc │ │ │ │ │ ├── poppler-page-transition.h │ │ │ │ │ ├── poppler-page.cc │ │ │ │ │ ├── poppler-pdf-converter.cc │ │ │ │ │ ├── poppler-private.cc │ │ │ │ │ ├── poppler-private.h │ │ │ │ │ ├── poppler-ps-converter.cc │ │ │ │ │ ├── poppler-qiodeviceinstream-private.h │ │ │ │ │ ├── poppler-qiodeviceinstream.cc │ │ │ │ │ ├── poppler-qiodeviceoutstream-private.h │ │ │ │ │ ├── poppler-qiodeviceoutstream.cc │ │ │ │ │ ├── poppler-qt5.h │ │ │ │ │ ├── poppler-sound.cc │ │ │ │ │ ├── poppler-textbox.cc │ │ │ │ │ ├── poppler-version.cpp │ │ │ │ │ └── poppler-version.h.in │ │ │ ├── qt6 │ │ │ │ └── src │ │ │ │ │ ├── QPainterOutputDev.cc │ │ │ │ │ ├── QPainterOutputDev.h │ │ │ │ │ ├── poppler-annotation-helper.h │ │ │ │ │ ├── poppler-annotation-private.h │ │ │ │ │ ├── poppler-annotation.cc │ │ │ │ │ ├── poppler-annotation.h │ │ │ │ │ ├── poppler-base-converter.cc │ │ │ │ │ ├── poppler-converter-private.h │ │ │ │ │ ├── poppler-document.cc │ │ │ │ │ ├── poppler-embeddedfile-private.h │ │ │ │ │ ├── poppler-embeddedfile.cc │ │ │ │ │ ├── poppler-fontinfo.cc │ │ │ │ │ ├── poppler-form.cc │ │ │ │ │ ├── poppler-form.h │ │ │ │ │ ├── poppler-link-extractor-private.h │ │ │ │ │ ├── poppler-link-extractor.cc │ │ │ │ │ ├── poppler-link-private.h │ │ │ │ │ ├── poppler-link.cc │ │ │ │ │ ├── poppler-link.h │ │ │ │ │ ├── poppler-media.cc │ │ │ │ │ ├── poppler-media.h │ │ │ │ │ ├── poppler-movie.cc │ │ │ │ │ ├── poppler-optcontent-private.h │ │ │ │ │ ├── poppler-optcontent.cc │ │ │ │ │ ├── poppler-optcontent.h │ │ │ │ │ ├── poppler-outline-private.h │ │ │ │ │ ├── poppler-outline.cc │ │ │ │ │ ├── poppler-page-private.h │ │ │ │ │ ├── poppler-page-transition-private.h │ │ │ │ │ ├── poppler-page-transition.cc │ │ │ │ │ ├── poppler-page-transition.h │ │ │ │ │ ├── poppler-page.cc │ │ │ │ │ ├── poppler-pdf-converter.cc │ │ │ │ │ ├── poppler-private.cc │ │ │ │ │ ├── poppler-private.h │ │ │ │ │ ├── poppler-ps-converter.cc │ │ │ │ │ ├── poppler-qiodeviceinstream-private.h │ │ │ │ │ ├── poppler-qiodeviceinstream.cc │ │ │ │ │ ├── poppler-qiodeviceoutstream-private.h │ │ │ │ │ ├── poppler-qiodeviceoutstream.cc │ │ │ │ │ ├── poppler-qt6.h │ │ │ │ │ ├── poppler-sound.cc │ │ │ │ │ ├── poppler-textbox.cc │ │ │ │ │ ├── poppler-version.cpp │ │ │ │ │ └── poppler-version.h.in │ │ │ ├── splash │ │ │ │ ├── Splash.cc │ │ │ │ ├── Splash.h │ │ │ │ ├── SplashBitmap.cc │ │ │ │ ├── SplashBitmap.h │ │ │ │ ├── SplashClip.cc │ │ │ │ ├── SplashClip.h │ │ │ │ ├── SplashErrorCodes.h │ │ │ │ ├── SplashFTFont.cc │ │ │ │ ├── SplashFTFont.h │ │ │ │ ├── SplashFTFontEngine.cc │ │ │ │ ├── SplashFTFontEngine.h │ │ │ │ ├── SplashFTFontFile.cc │ │ │ │ ├── SplashFTFontFile.h │ │ │ │ ├── SplashFont.cc │ │ │ │ ├── SplashFont.h │ │ │ │ ├── SplashFontEngine.cc │ │ │ │ ├── SplashFontEngine.h │ │ │ │ ├── SplashFontFile.cc │ │ │ │ ├── SplashFontFile.h │ │ │ │ ├── SplashFontFileID.cc │ │ │ │ ├── SplashFontFileID.h │ │ │ │ ├── SplashGlyphBitmap.h │ │ │ │ ├── SplashMath.h │ │ │ │ ├── SplashPath.cc │ │ │ │ ├── SplashPath.h │ │ │ │ ├── SplashPattern.cc │ │ │ │ ├── SplashPattern.h │ │ │ │ ├── SplashScreen.cc │ │ │ │ ├── SplashScreen.h │ │ │ │ ├── SplashState.cc │ │ │ │ ├── SplashState.h │ │ │ │ ├── SplashTypes.h │ │ │ │ ├── SplashXPath.cc │ │ │ │ ├── SplashXPath.h │ │ │ │ ├── SplashXPathScanner.cc │ │ │ │ └── SplashXPathScanner.h │ │ │ └── utils │ │ │ │ ├── HtmlFonts.cc │ │ │ │ ├── HtmlFonts.h │ │ │ │ ├── HtmlLinks.cc │ │ │ │ ├── HtmlLinks.h │ │ │ │ ├── HtmlOutputDev.cc │ │ │ │ ├── HtmlOutputDev.h │ │ │ │ ├── HtmlUtils.h │ │ │ │ ├── ImageOutputDev.cc │ │ │ │ ├── ImageOutputDev.h │ │ │ │ ├── InMemoryFile.cc │ │ │ │ ├── InMemoryFile.h │ │ │ │ ├── Win32Console.cc │ │ │ │ ├── Win32Console.h │ │ │ │ ├── numberofcharacters.h │ │ │ │ ├── parseargs.cc │ │ │ │ ├── parseargs.h │ │ │ │ ├── pdf2xml.dtd │ │ │ │ ├── pdfattach.cc │ │ │ │ ├── pdfdetach.cc │ │ │ │ ├── pdffonts.cc │ │ │ │ ├── pdfimages.cc │ │ │ │ ├── pdfinfo.cc │ │ │ │ ├── pdfseparate.cc │ │ │ │ ├── pdfsig.cc │ │ │ │ ├── pdftocairo-win32.cc │ │ │ │ ├── pdftocairo-win32.h │ │ │ │ ├── pdftocairo.cc │ │ │ │ ├── pdftohtml.cc │ │ │ │ ├── pdftoppm.cc │ │ │ │ ├── pdftops.cc │ │ │ │ ├── pdftotext.cc │ │ │ │ ├── pdfunite.cc │ │ │ │ ├── printencodings.cc │ │ │ │ ├── printencodings.h │ │ │ │ ├── sanitychecks.cc │ │ │ │ └── sanitychecks.h │ │ ├── utils │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── popt │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── miktex-popt-version.h.in │ │ ├── miktex │ │ │ ├── CMakeLists.txt │ │ │ └── include │ │ │ │ └── miktex │ │ │ │ └── Wrappers │ │ │ │ ├── PoptWrapper │ │ │ │ └── PoptWrapper.h │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-popt.rc.in │ │ ├── source │ │ │ ├── COPYING │ │ │ └── src │ │ │ │ ├── lookup3.c │ │ │ │ ├── popt.c │ │ │ │ ├── popt.h │ │ │ │ ├── poptconfig.c │ │ │ │ ├── popthelp.c │ │ │ │ ├── poptint.c │ │ │ │ ├── poptint.h │ │ │ │ ├── poptparse.c │ │ │ │ └── system.h │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── pplib │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-pplib-version.h.in │ │ ├── source │ │ │ └── src │ │ │ │ ├── ppapi.h │ │ │ │ ├── pparray.c │ │ │ │ ├── pparray.h │ │ │ │ ├── ppconf.h │ │ │ │ ├── ppcrypt.c │ │ │ │ ├── ppcrypt.h │ │ │ │ ├── ppdict.c │ │ │ │ ├── ppdict.h │ │ │ │ ├── ppfilter.h │ │ │ │ ├── ppheap.c │ │ │ │ ├── ppheap.h │ │ │ │ ├── pplib.h │ │ │ │ ├── ppload.c │ │ │ │ ├── ppload.h │ │ │ │ ├── ppstream.c │ │ │ │ ├── ppstream.h │ │ │ │ ├── ppxref.c │ │ │ │ ├── ppxref.h │ │ │ │ └── util │ │ │ │ ├── utilbasexx.c │ │ │ │ ├── utilbasexx.h │ │ │ │ ├── utilcrypt.c │ │ │ │ ├── utilcrypt.h │ │ │ │ ├── utilcryptdef.h │ │ │ │ ├── utildecl.h │ │ │ │ ├── utilflate.c │ │ │ │ ├── utilflate.h │ │ │ │ ├── utilfpred.c │ │ │ │ ├── utilfpred.h │ │ │ │ ├── utiliof.c │ │ │ │ ├── utiliof.h │ │ │ │ ├── utillog.c │ │ │ │ ├── utillog.h │ │ │ │ ├── utillzw.c │ │ │ │ ├── utillzw.h │ │ │ │ ├── utilmd5.c │ │ │ │ ├── utilmd5.h │ │ │ │ ├── utilmem.c │ │ │ │ ├── utilmem.h │ │ │ │ ├── utilmemallc.h │ │ │ │ ├── utilmemallh.h │ │ │ │ ├── utilmemheap.c │ │ │ │ ├── utilmemheap.h │ │ │ │ ├── utilmemheapiof.c │ │ │ │ ├── utilmemheapiof.h │ │ │ │ ├── utilmeminfo.c │ │ │ │ ├── utilmeminfo.h │ │ │ │ ├── utilnumber.c │ │ │ │ ├── utilnumber.h │ │ │ │ ├── utilplat.h │ │ │ │ ├── utilsha.c │ │ │ │ └── utilsha.h │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── ptexenc │ │ ├── CMakeLists.txt │ │ ├── c-auto.h.cmake │ │ ├── component.cmake │ │ ├── miktex-ptexenc-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-ptexenc.rc.in │ │ ├── source │ │ │ ├── COPYRIGHT │ │ │ ├── jisx0208.h │ │ │ ├── kanjicnv.c │ │ │ ├── ptekf.c │ │ │ ├── ptexenc.c │ │ │ ├── ptexenc │ │ │ │ ├── kanjicnv.h │ │ │ │ ├── ptexenc.h │ │ │ │ ├── unicode-jp.h │ │ │ │ └── unicode.h │ │ │ ├── tex8benc.h │ │ │ ├── unicode-jp.c │ │ │ └── unicode.c │ │ └── version.cmake │ ├── regex │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-regex-version.h.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── COPYING.LIB │ │ │ └── posix │ │ │ │ ├── regcomp.c │ │ │ │ ├── regex.c │ │ │ │ ├── regex.h │ │ │ │ ├── regex_internal.c │ │ │ │ ├── regex_internal.h │ │ │ │ └── regexec.c │ │ ├── version.cmake │ │ └── windows │ │ │ └── miktex-regex.rc.in │ ├── teckit │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-teckit-version.h.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── license │ │ │ │ ├── LICENSING.txt │ │ │ │ ├── License_CPLv05.txt │ │ │ │ └── License_LGPLv21.txt │ │ │ └── source │ │ │ │ ├── Engine.cpp │ │ │ │ ├── Engine.h │ │ │ │ ├── NormalizationData.c │ │ │ │ ├── Public-headers │ │ │ │ ├── TECkit_Common.h │ │ │ │ └── TECkit_Engine.h │ │ │ │ └── TECkit_Format.h │ │ ├── version.cmake │ │ └── windows │ │ │ ├── miktex-teckit.def │ │ │ └── miktex-teckit.rc.in │ ├── uriparser │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-uriparser-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-uriparser.rc.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── include │ │ │ │ └── uriparser │ │ │ │ │ ├── Uri.h │ │ │ │ │ ├── UriBase.h │ │ │ │ │ ├── UriDefsAnsi.h │ │ │ │ │ ├── UriDefsConfig.h │ │ │ │ │ ├── UriDefsUnicode.h │ │ │ │ │ └── UriIp4.h │ │ │ └── src │ │ │ │ ├── UriCommon.c │ │ │ │ ├── UriCommon.h │ │ │ │ ├── UriCompare.c │ │ │ │ ├── UriConfig.h.in │ │ │ │ ├── UriEscape.c │ │ │ │ ├── UriFile.c │ │ │ │ ├── UriIp4.c │ │ │ │ ├── UriIp4Base.c │ │ │ │ ├── UriIp4Base.h │ │ │ │ ├── UriMemory.c │ │ │ │ ├── UriMemory.h │ │ │ │ ├── UriNormalize.c │ │ │ │ ├── UriNormalizeBase.c │ │ │ │ ├── UriNormalizeBase.h │ │ │ │ ├── UriParse.c │ │ │ │ ├── UriParseBase.c │ │ │ │ ├── UriParseBase.h │ │ │ │ ├── UriQuery.c │ │ │ │ ├── UriRecompose.c │ │ │ │ ├── UriResolve.c │ │ │ │ └── UriShorten.c │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── web2c │ │ ├── CMakeLists.txt │ │ └── source │ │ │ ├── lib │ │ │ └── texmfmp.c │ │ │ └── texmfmp.h │ ├── xpdf │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-xpdf-version.h.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── COPYING3 │ │ │ ├── aconf.h.in │ │ │ ├── aconf2.h │ │ │ ├── fofi │ │ │ │ ├── FoFiBase.cc │ │ │ │ ├── FoFiBase.h │ │ │ │ ├── FoFiEncodings.cc │ │ │ │ ├── FoFiEncodings.h │ │ │ │ ├── FoFiIdentifier.cc │ │ │ │ ├── FoFiIdentifier.h │ │ │ │ ├── FoFiTrueType.cc │ │ │ │ ├── FoFiTrueType.h │ │ │ │ ├── FoFiType1.cc │ │ │ │ ├── FoFiType1.h │ │ │ │ ├── FoFiType1C.cc │ │ │ │ └── FoFiType1C.h │ │ │ ├── goo │ │ │ │ ├── FixedPoint.cc │ │ │ │ ├── FixedPoint.h │ │ │ │ ├── GHash.cc │ │ │ │ ├── GHash.h │ │ │ │ ├── GList.cc │ │ │ │ ├── GList.h │ │ │ │ ├── GMutex.h │ │ │ │ ├── GString.cc │ │ │ │ ├── GString.h │ │ │ │ ├── Trace.cc │ │ │ │ ├── Trace.h │ │ │ │ ├── gfile.cc │ │ │ │ ├── gfile.h │ │ │ │ ├── gmem.cc │ │ │ │ ├── gmem.h │ │ │ │ ├── gmempp.cc │ │ │ │ ├── gmempp.h │ │ │ │ ├── gtypes.h │ │ │ │ ├── parseargs.c │ │ │ │ └── parseargs.h │ │ │ ├── splash │ │ │ │ ├── Splash.cc │ │ │ │ ├── Splash.h │ │ │ │ ├── SplashBitmap.cc │ │ │ │ ├── SplashBitmap.h │ │ │ │ ├── SplashClip.cc │ │ │ │ ├── SplashClip.h │ │ │ │ ├── SplashErrorCodes.h │ │ │ │ ├── SplashFTFont.cc │ │ │ │ ├── SplashFTFont.h │ │ │ │ ├── SplashFTFontEngine.cc │ │ │ │ ├── SplashFTFontEngine.h │ │ │ │ ├── SplashFTFontFile.cc │ │ │ │ ├── SplashFTFontFile.h │ │ │ │ ├── SplashFont.cc │ │ │ │ ├── SplashFont.h │ │ │ │ ├── SplashFontEngine.cc │ │ │ │ ├── SplashFontEngine.h │ │ │ │ ├── SplashFontFile.cc │ │ │ │ ├── SplashFontFile.h │ │ │ │ ├── SplashFontFileID.cc │ │ │ │ ├── SplashFontFileID.h │ │ │ │ ├── SplashGlyphBitmap.h │ │ │ │ ├── SplashMath.h │ │ │ │ ├── SplashPath.cc │ │ │ │ ├── SplashPath.h │ │ │ │ ├── SplashPattern.cc │ │ │ │ ├── SplashPattern.h │ │ │ │ ├── SplashScreen.cc │ │ │ │ ├── SplashScreen.h │ │ │ │ ├── SplashState.cc │ │ │ │ ├── SplashState.h │ │ │ │ ├── SplashTypes.h │ │ │ │ ├── SplashXPath.cc │ │ │ │ ├── SplashXPath.h │ │ │ │ ├── SplashXPathScanner.cc │ │ │ │ └── SplashXPathScanner.h │ │ │ └── xpdf │ │ │ │ ├── AcroForm.cc │ │ │ │ ├── AcroForm.h │ │ │ │ ├── Annot.cc │ │ │ │ ├── Annot.h │ │ │ │ ├── Array.cc │ │ │ │ ├── Array.h │ │ │ │ ├── BuiltinFont.cc │ │ │ │ ├── BuiltinFont.h │ │ │ │ ├── BuiltinFontTables.cc │ │ │ │ ├── BuiltinFontTables.h │ │ │ │ ├── CMap.cc │ │ │ │ ├── CMap.h │ │ │ │ ├── Catalog.cc │ │ │ │ ├── Catalog.h │ │ │ │ ├── CharCodeToUnicode.cc │ │ │ │ ├── CharCodeToUnicode.h │ │ │ │ ├── CharTypes.h │ │ │ │ ├── CompactFontTables.h │ │ │ │ ├── Decrypt.cc │ │ │ │ ├── Decrypt.h │ │ │ │ ├── Dict.cc │ │ │ │ ├── Dict.h │ │ │ │ ├── DisplayState.cc │ │ │ │ ├── DisplayState.h │ │ │ │ ├── Error.cc │ │ │ │ ├── Error.h │ │ │ │ ├── ErrorCodes.h │ │ │ │ ├── FontEncodingTables.cc │ │ │ │ ├── FontEncodingTables.h │ │ │ │ ├── Function.cc │ │ │ │ ├── Function.h │ │ │ │ ├── Gfx.cc │ │ │ │ ├── Gfx.h │ │ │ │ ├── GfxFont.cc │ │ │ │ ├── GfxFont.h │ │ │ │ ├── GfxState.cc │ │ │ │ ├── GfxState.h │ │ │ │ ├── GlobalParams.cc │ │ │ │ ├── GlobalParams.h │ │ │ │ ├── HTMLGen.cc │ │ │ │ ├── HTMLGen.h │ │ │ │ ├── ImageOutputDev.cc │ │ │ │ ├── ImageOutputDev.h │ │ │ │ ├── JArithmeticDecoder.cc │ │ │ │ ├── JArithmeticDecoder.h │ │ │ │ ├── JBIG2Stream.cc │ │ │ │ ├── JBIG2Stream.h │ │ │ │ ├── JPXStream.cc │ │ │ │ ├── JPXStream.h │ │ │ │ ├── Lexer.cc │ │ │ │ ├── Lexer.h │ │ │ │ ├── Link.cc │ │ │ │ ├── Link.h │ │ │ │ ├── NameToCharCode.cc │ │ │ │ ├── NameToCharCode.h │ │ │ │ ├── NameToUnicodeTable.h │ │ │ │ ├── Object.cc │ │ │ │ ├── Object.h │ │ │ │ ├── OptionalContent.cc │ │ │ │ ├── OptionalContent.h │ │ │ │ ├── Outline.cc │ │ │ │ ├── Outline.h │ │ │ │ ├── OutputDev.cc │ │ │ │ ├── OutputDev.h │ │ │ │ ├── PDF417Barcode.cc │ │ │ │ ├── PDF417Barcode.h │ │ │ │ ├── PDFCore.cc │ │ │ │ ├── PDFCore.h │ │ │ │ ├── PDFDoc.cc │ │ │ │ ├── PDFDoc.h │ │ │ │ ├── PDFDocEncoding.cc │ │ │ │ ├── PDFDocEncoding.h │ │ │ │ ├── PSOutputDev.cc │ │ │ │ ├── PSOutputDev.h │ │ │ │ ├── PSTokenizer.cc │ │ │ │ ├── PSTokenizer.h │ │ │ │ ├── Page.cc │ │ │ │ ├── Page.h │ │ │ │ ├── Parser.cc │ │ │ │ ├── Parser.h │ │ │ │ ├── PreScanOutputDev.cc │ │ │ │ ├── PreScanOutputDev.h │ │ │ │ ├── SecurityHandler.cc │ │ │ │ ├── SecurityHandler.h │ │ │ │ ├── ShadingImage.cc │ │ │ │ ├── ShadingImage.h │ │ │ │ ├── SplashOutputDev.cc │ │ │ │ ├── SplashOutputDev.h │ │ │ │ ├── Stream-CCITT.h │ │ │ │ ├── Stream.cc │ │ │ │ ├── Stream.h │ │ │ │ ├── TextOutputDev.cc │ │ │ │ ├── TextOutputDev.h │ │ │ │ ├── TextString.cc │ │ │ │ ├── TextString.h │ │ │ │ ├── TileCache.cc │ │ │ │ ├── TileCache.h │ │ │ │ ├── TileCompositor.cc │ │ │ │ ├── TileCompositor.h │ │ │ │ ├── TileMap.cc │ │ │ │ ├── TileMap.h │ │ │ │ ├── UTF8.cc │ │ │ │ ├── UTF8.h │ │ │ │ ├── UnicodeMap.cc │ │ │ │ ├── UnicodeMap.h │ │ │ │ ├── UnicodeMapTables.h │ │ │ │ ├── UnicodeRemapping.cc │ │ │ │ ├── UnicodeRemapping.h │ │ │ │ ├── UnicodeTypeTable.cc │ │ │ │ ├── UnicodeTypeTable.h │ │ │ │ ├── WebFont.cc │ │ │ │ ├── WebFont.h │ │ │ │ ├── XFAScanner.cc │ │ │ │ ├── XFAScanner.h │ │ │ │ ├── XRef.cc │ │ │ │ ├── XRef.h │ │ │ │ ├── Zoox.cc │ │ │ │ ├── Zoox.h │ │ │ │ ├── config.h │ │ │ │ ├── pdfdetach.cc │ │ │ │ ├── pdffonts.cc │ │ │ │ ├── pdfimages.cc │ │ │ │ ├── pdfinfo.cc │ │ │ │ ├── pdftohtml.cc │ │ │ │ ├── pdftopng.cc │ │ │ │ ├── pdftoppm.cc │ │ │ │ ├── pdftops.cc │ │ │ │ └── pdftotext.cc │ │ └── version.cmake │ ├── xz │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-liblzma-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-liblzma.rc.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── COPYING.GPLv2 │ │ │ ├── COPYING.GPLv3 │ │ │ ├── COPYING.LGPLv2.1 │ │ │ ├── src │ │ │ │ ├── common │ │ │ │ │ ├── mythread.h │ │ │ │ │ ├── sysdefs.h │ │ │ │ │ ├── tuklib_common.h │ │ │ │ │ ├── tuklib_config.h │ │ │ │ │ ├── tuklib_cpucores.c │ │ │ │ │ ├── tuklib_cpucores.h │ │ │ │ │ ├── tuklib_exit.c │ │ │ │ │ ├── tuklib_exit.h │ │ │ │ │ ├── tuklib_gettext.h │ │ │ │ │ ├── tuklib_integer.h │ │ │ │ │ ├── tuklib_mbstr.h │ │ │ │ │ ├── tuklib_mbstr_fw.c │ │ │ │ │ ├── tuklib_mbstr_width.c │ │ │ │ │ ├── tuklib_open_stdxxx.c │ │ │ │ │ ├── tuklib_open_stdxxx.h │ │ │ │ │ ├── tuklib_physmem.c │ │ │ │ │ ├── tuklib_physmem.h │ │ │ │ │ ├── tuklib_progname.c │ │ │ │ │ └── tuklib_progname.h │ │ │ │ └── liblzma │ │ │ │ │ ├── api │ │ │ │ │ ├── lzma.h │ │ │ │ │ └── lzma │ │ │ │ │ │ ├── base.h │ │ │ │ │ │ ├── bcj.h │ │ │ │ │ │ ├── block.h │ │ │ │ │ │ ├── check.h │ │ │ │ │ │ ├── container.h │ │ │ │ │ │ ├── delta.h │ │ │ │ │ │ ├── filter.h │ │ │ │ │ │ ├── hardware.h │ │ │ │ │ │ ├── index.h │ │ │ │ │ │ ├── index_hash.h │ │ │ │ │ │ ├── lzma12.h │ │ │ │ │ │ ├── stream_flags.h │ │ │ │ │ │ ├── version.h │ │ │ │ │ │ └── vli.h │ │ │ │ │ ├── check │ │ │ │ │ ├── check.c │ │ │ │ │ ├── check.h │ │ │ │ │ ├── crc32_fast.c │ │ │ │ │ ├── crc32_small.c │ │ │ │ │ ├── crc32_table.c │ │ │ │ │ ├── crc32_table_be.h │ │ │ │ │ ├── crc32_table_le.h │ │ │ │ │ ├── crc32_tablegen.c │ │ │ │ │ ├── crc64_fast.c │ │ │ │ │ ├── crc64_small.c │ │ │ │ │ ├── crc64_table.c │ │ │ │ │ ├── crc64_table_be.h │ │ │ │ │ ├── crc64_table_le.h │ │ │ │ │ ├── crc64_tablegen.c │ │ │ │ │ ├── crc_macros.h │ │ │ │ │ └── sha256.c │ │ │ │ │ ├── common │ │ │ │ │ ├── alone_decoder.c │ │ │ │ │ ├── alone_decoder.h │ │ │ │ │ ├── alone_encoder.c │ │ │ │ │ ├── auto_decoder.c │ │ │ │ │ ├── block_buffer_decoder.c │ │ │ │ │ ├── block_buffer_encoder.c │ │ │ │ │ ├── block_buffer_encoder.h │ │ │ │ │ ├── block_decoder.c │ │ │ │ │ ├── block_decoder.h │ │ │ │ │ ├── block_encoder.c │ │ │ │ │ ├── block_encoder.h │ │ │ │ │ ├── block_header_decoder.c │ │ │ │ │ ├── block_header_encoder.c │ │ │ │ │ ├── block_util.c │ │ │ │ │ ├── common.c │ │ │ │ │ ├── common.h │ │ │ │ │ ├── easy_buffer_encoder.c │ │ │ │ │ ├── easy_decoder_memusage.c │ │ │ │ │ ├── easy_encoder.c │ │ │ │ │ ├── easy_encoder_memusage.c │ │ │ │ │ ├── easy_preset.c │ │ │ │ │ ├── easy_preset.h │ │ │ │ │ ├── file_info.c │ │ │ │ │ ├── filter_buffer_decoder.c │ │ │ │ │ ├── filter_buffer_encoder.c │ │ │ │ │ ├── filter_common.c │ │ │ │ │ ├── filter_common.h │ │ │ │ │ ├── filter_decoder.c │ │ │ │ │ ├── filter_decoder.h │ │ │ │ │ ├── filter_encoder.c │ │ │ │ │ ├── filter_encoder.h │ │ │ │ │ ├── filter_flags_decoder.c │ │ │ │ │ ├── filter_flags_encoder.c │ │ │ │ │ ├── hardware_cputhreads.c │ │ │ │ │ ├── hardware_physmem.c │ │ │ │ │ ├── index.c │ │ │ │ │ ├── index.h │ │ │ │ │ ├── index_decoder.c │ │ │ │ │ ├── index_decoder.h │ │ │ │ │ ├── index_encoder.c │ │ │ │ │ ├── index_encoder.h │ │ │ │ │ ├── index_hash.c │ │ │ │ │ ├── lzip_decoder.c │ │ │ │ │ ├── lzip_decoder.h │ │ │ │ │ ├── memcmplen.h │ │ │ │ │ ├── microlzma_decoder.c │ │ │ │ │ ├── microlzma_encoder.c │ │ │ │ │ ├── outqueue.c │ │ │ │ │ ├── outqueue.h │ │ │ │ │ ├── stream_buffer_decoder.c │ │ │ │ │ ├── stream_buffer_encoder.c │ │ │ │ │ ├── stream_decoder.c │ │ │ │ │ ├── stream_decoder.h │ │ │ │ │ ├── stream_decoder_mt.c │ │ │ │ │ ├── stream_encoder.c │ │ │ │ │ ├── stream_encoder_mt.c │ │ │ │ │ ├── stream_flags_common.c │ │ │ │ │ ├── stream_flags_common.h │ │ │ │ │ ├── stream_flags_decoder.c │ │ │ │ │ ├── stream_flags_encoder.c │ │ │ │ │ ├── string_conversion.c │ │ │ │ │ ├── vli_decoder.c │ │ │ │ │ ├── vli_encoder.c │ │ │ │ │ └── vli_size.c │ │ │ │ │ ├── delta │ │ │ │ │ ├── delta_common.c │ │ │ │ │ ├── delta_common.h │ │ │ │ │ ├── delta_decoder.c │ │ │ │ │ ├── delta_decoder.h │ │ │ │ │ ├── delta_encoder.c │ │ │ │ │ ├── delta_encoder.h │ │ │ │ │ └── delta_private.h │ │ │ │ │ ├── lz │ │ │ │ │ ├── lz_decoder.c │ │ │ │ │ ├── lz_decoder.h │ │ │ │ │ ├── lz_encoder.c │ │ │ │ │ ├── lz_encoder.h │ │ │ │ │ ├── lz_encoder_hash.h │ │ │ │ │ ├── lz_encoder_hash_table.h │ │ │ │ │ └── lz_encoder_mf.c │ │ │ │ │ ├── lzma │ │ │ │ │ ├── fastpos.h │ │ │ │ │ ├── fastpos_table.c │ │ │ │ │ ├── fastpos_tablegen.c │ │ │ │ │ ├── lzma2_decoder.c │ │ │ │ │ ├── lzma2_decoder.h │ │ │ │ │ ├── lzma2_encoder.c │ │ │ │ │ ├── lzma2_encoder.h │ │ │ │ │ ├── lzma_common.h │ │ │ │ │ ├── lzma_decoder.c │ │ │ │ │ ├── lzma_decoder.h │ │ │ │ │ ├── lzma_encoder.c │ │ │ │ │ ├── lzma_encoder.h │ │ │ │ │ ├── lzma_encoder_optimum_fast.c │ │ │ │ │ ├── lzma_encoder_optimum_normal.c │ │ │ │ │ ├── lzma_encoder_presets.c │ │ │ │ │ └── lzma_encoder_private.h │ │ │ │ │ ├── rangecoder │ │ │ │ │ ├── price.h │ │ │ │ │ ├── price_table.c │ │ │ │ │ ├── price_tablegen.c │ │ │ │ │ ├── range_common.h │ │ │ │ │ ├── range_decoder.h │ │ │ │ │ └── range_encoder.h │ │ │ │ │ └── simple │ │ │ │ │ ├── arm.c │ │ │ │ │ ├── arm64.c │ │ │ │ │ ├── armthumb.c │ │ │ │ │ ├── ia64.c │ │ │ │ │ ├── powerpc.c │ │ │ │ │ ├── simple_coder.c │ │ │ │ │ ├── simple_coder.h │ │ │ │ │ ├── simple_decoder.c │ │ │ │ │ ├── simple_decoder.h │ │ │ │ │ ├── simple_encoder.c │ │ │ │ │ ├── simple_encoder.h │ │ │ │ │ ├── simple_private.h │ │ │ │ │ ├── sparc.c │ │ │ │ │ └── x86.c │ │ │ └── windows │ │ │ │ └── vs2019 │ │ │ │ └── config.h │ │ ├── sources.cmake │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ ├── zlib │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-zlib-version.h.in │ │ ├── shared │ │ │ ├── CMakeLists.txt │ │ │ └── windows │ │ │ │ └── miktex-zlib.rc.in │ │ ├── source │ │ │ ├── README │ │ │ ├── adler32.c │ │ │ ├── compress.c │ │ │ ├── crc32.c │ │ │ ├── crc32.h │ │ │ ├── deflate.c │ │ │ ├── deflate.h │ │ │ ├── gzclose.c │ │ │ ├── gzguts.h │ │ │ ├── gzlib.c │ │ │ ├── gzread.c │ │ │ ├── gzwrite.c │ │ │ ├── infback.c │ │ │ ├── inffast.c │ │ │ ├── inffast.h │ │ │ ├── inffixed.h │ │ │ ├── inflate.c │ │ │ ├── inflate.h │ │ │ ├── inftrees.c │ │ │ ├── inftrees.h │ │ │ ├── trees.c │ │ │ ├── trees.h │ │ │ ├── uncompr.c │ │ │ ├── zconf.h │ │ │ ├── zlib.h │ │ │ ├── zutil.c │ │ │ └── zutil.h │ │ ├── static │ │ │ └── CMakeLists.txt │ │ └── version.cmake │ └── zzip │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-zzip-version.h.in │ │ ├── source │ │ ├── COPYING.LIB │ │ ├── docs │ │ │ ├── COPYING.LIB │ │ │ ├── COPYING.MPL │ │ │ └── COPYING.ZLIB │ │ └── zzip │ │ │ ├── __debug.h │ │ │ ├── __dirent.h │ │ │ ├── __errno.h │ │ │ ├── __fnmatch.h │ │ │ ├── __hints.h │ │ │ ├── __mkdir.h │ │ │ ├── __mmap.h │ │ │ ├── __string.h │ │ │ ├── _config.h.cmake │ │ │ ├── _msvc.h │ │ │ ├── _msvc.sed │ │ │ ├── autoconf.h │ │ │ ├── conf.h │ │ │ ├── dir.c │ │ │ ├── err.c │ │ │ ├── fetch.c │ │ │ ├── fetch.h │ │ │ ├── file.c │ │ │ ├── file.h │ │ │ ├── format.h │ │ │ ├── fseeko.c │ │ │ ├── fseeko.h │ │ │ ├── info.c │ │ │ ├── info.h │ │ │ ├── lib.h │ │ │ ├── memdisk.c │ │ │ ├── memdisk.h │ │ │ ├── mmapped.c │ │ │ ├── mmapped.h │ │ │ ├── plugin.c │ │ │ ├── plugin.h │ │ │ ├── stat.c │ │ │ ├── stdint.h │ │ │ ├── types.h │ │ │ ├── write.c │ │ │ ├── write.h │ │ │ ├── zip.c │ │ │ ├── zzip.h │ │ │ └── zzip32.h │ │ ├── version.cmake │ │ └── windows │ │ └── miktex-zzip.rc.in └── MiKTeX │ ├── App │ ├── AppResources.h.in │ ├── CMakeLists.txt │ ├── app-version.h.in │ ├── app.cpp │ ├── component.cmake │ ├── config.h.cmake │ ├── include │ │ └── miktex │ │ │ └── App │ │ │ ├── Application.h │ │ │ ├── config.h │ │ │ └── vi │ │ │ └── Version.h.in │ ├── internal.h │ ├── po │ │ ├── de │ │ │ └── miktex-app.po │ │ ├── miktex-app.pot │ │ └── zh_CN │ │ │ └── miktex-app.po │ ├── shared │ │ ├── CMakeLists.txt │ │ └── windows │ │ │ └── app.rc.in │ ├── version.cmake │ └── vi │ │ └── Runtime.cpp │ ├── Configuration │ ├── CMakeLists.txt │ └── include │ │ └── miktex │ │ └── Configuration │ │ ├── ConfigNames.h.in │ │ ├── ConfigValue.h │ │ ├── ConfigurationProvider.h │ │ ├── HasNamedValues.h │ │ ├── TriState.h │ │ └── config.h.in │ ├── Core │ ├── CMakeLists.txt │ ├── COM │ │ ├── comSession.cpp │ │ ├── comSession.h │ │ ├── comSession.rgs.in │ │ ├── session.cpp │ │ ├── session.def │ │ ├── session.h │ │ ├── session.idl.in │ │ ├── session.rgs.in │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── StdAfx.h.cmake │ │ │ └── miktexinfo.cpp │ ├── Cfg │ │ └── Cfg.cpp │ ├── CommandLineBuilder │ │ ├── ArgvImpl.h │ │ ├── CommandLineBuilder.cpp │ │ ├── unx │ │ │ └── unxCommandLineBuilder.cpp │ │ └── win │ │ │ └── winCommandLineBuilder.cpp │ ├── CsvList │ │ └── CsvList.cpp │ ├── Debug.cpp │ ├── Directory │ │ ├── Directory.cpp │ │ ├── unx │ │ │ └── unxDirectory.cpp │ │ └── win │ │ │ └── winDirectory.cpp │ ├── DirectoryLister │ │ ├── DirectoryLister.cpp │ │ ├── unx │ │ │ ├── unxDirectoryLister.cpp │ │ │ └── unxDirectoryLister.h │ │ └── win │ │ │ ├── winDirectoryLister.cpp │ │ │ └── winDirectoryLister.h │ ├── Exceptions.cpp │ ├── File │ │ ├── File.cpp │ │ ├── unx │ │ │ └── unxFile.cpp │ │ └── win │ │ │ └── winFile.cpp │ ├── FileSystemWatcher │ │ ├── FileSystemWatcher.cpp │ │ ├── FileSystemWatcherBase.cpp │ │ ├── FileSystemWatcherBase.h │ │ ├── mac │ │ │ ├── macFileSystemWatcher.cpp │ │ │ └── macFileSystemWatcher.h │ │ ├── unx │ │ │ ├── unxFileSystemWatcher.cpp │ │ │ └── unxFileSystemWatcher.h │ │ └── win │ │ │ ├── winFileSystemWatcher.cpp │ │ │ └── winFileSystemWatcher.h │ ├── Fndb │ │ ├── FileNameDatabase.cpp │ │ ├── FileNameDatabase.h │ │ ├── Fndb.cpp │ │ ├── fndbmem.h │ │ └── makefndb.cpp │ ├── LockFile │ │ └── LockFile.cpp │ ├── MD5 │ │ └── MD5.cpp │ ├── MemoryMappedFile │ │ ├── MemoryMappedFile.cpp │ │ ├── unx │ │ │ ├── unxMemoryMappedFile.cpp │ │ │ └── unxMemoryMappedFile.h │ │ └── win │ │ │ ├── winMemoryMappedFile.cpp │ │ │ └── winMemoryMappedFile.h │ ├── MiKTeXEvents.mc │ ├── Process │ │ ├── Process.cpp │ │ ├── unx │ │ │ ├── unxProcess.cpp │ │ │ └── unxProcess.h │ │ └── win │ │ │ ├── winProcess.cpp │ │ │ └── winProcess.h │ ├── Resource.h │ ├── Session │ │ ├── RootDirectoryInternals.h │ │ ├── SessionImpl.h │ │ ├── StartupConfig.cpp │ │ ├── appnames.cpp │ │ ├── config.cpp │ │ ├── error.cpp │ │ ├── files.cpp │ │ ├── filetypes.cpp │ │ ├── findfile.cpp │ │ ├── fontinfo.cpp │ │ ├── formats.cpp │ │ ├── graphics.cpp │ │ ├── gsinfo.cpp │ │ ├── init.cpp │ │ ├── languages.cpp │ │ ├── mfmodes.cpp │ │ ├── miktex.cpp │ │ ├── papersize.cpp │ │ ├── runexe.cpp │ │ ├── rungs.cpp │ │ ├── runperl.cpp │ │ ├── searchpath.cpp │ │ ├── texmfroot.cpp │ │ ├── unx │ │ │ ├── runsh.cpp │ │ │ ├── unxSession.cpp │ │ │ └── unxStartupConfig.cpp │ │ └── win │ │ │ ├── runbat.cpp │ │ │ ├── winSession.cpp │ │ │ └── winStartupConfig.cpp │ ├── Stream │ │ ├── BZip2Stream.cpp │ │ ├── CompressedStreamBase.cpp │ │ ├── CompressedStreamBase.h │ │ ├── FileStream.cpp │ │ ├── GzipStream.cpp │ │ ├── LzmaStream.cpp │ │ ├── Stream.cpp │ │ ├── StreamReader.cpp │ │ └── StreamWriter.cpp │ ├── TemporaryDirectory │ │ └── TemporaryDirectory.cpp │ ├── TemporaryFile │ │ └── TemporaryFile.cpp │ ├── Uri │ │ └── Uri.cpp │ ├── Utils │ │ ├── CoreStopWatch.h │ │ ├── Pipe.h │ │ ├── Utils.cpp │ │ ├── inliners.h │ │ ├── uncompress.cpp │ │ ├── unx │ │ │ └── unxUtils.cpp │ │ └── win │ │ │ └── winUtils.cpp │ ├── VersionNumber │ │ └── VersionNumber.cpp │ ├── c │ │ └── api.cpp │ ├── component.cmake │ ├── config.h.cmake │ ├── core-version.h.in │ ├── include │ │ ├── miktex │ │ │ └── Core │ │ │ │ ├── AutoResource.h │ │ │ │ ├── BZip2Stream.h │ │ │ │ ├── BufferSizes.h │ │ │ │ ├── Cfg.h │ │ │ │ ├── CommandLineBuilder.h │ │ │ │ ├── CsvList.h │ │ │ │ ├── Debug.h │ │ │ │ ├── Directory.h │ │ │ │ ├── DirectoryLister.h │ │ │ │ ├── Environment.h │ │ │ │ ├── Exceptions.h │ │ │ │ ├── File.h │ │ │ │ ├── FileStream.h │ │ │ │ ├── FileSystemWatcher.h │ │ │ │ ├── FileType.h │ │ │ │ ├── Fndb.h │ │ │ │ ├── GzipStream.h │ │ │ │ ├── Help.h │ │ │ │ ├── IntegerTypes.h.cmake │ │ │ │ ├── LibraryVersion.h │ │ │ │ ├── LockFile.h │ │ │ │ ├── LzmaStream.h │ │ │ │ ├── MD5.h │ │ │ │ ├── MemoryMappedFile.h │ │ │ │ ├── Paths.h.in │ │ │ │ ├── Process.h │ │ │ │ ├── Quoter.h │ │ │ │ ├── RootDirectoryInfo.h │ │ │ │ ├── Session.h │ │ │ │ ├── Stream.h │ │ │ │ ├── StreamReader.h │ │ │ │ ├── StreamWriter.h │ │ │ │ ├── StructChecker.h │ │ │ │ ├── TemporaryDirectory.h │ │ │ │ ├── TemporaryFile.h │ │ │ │ ├── Test.h │ │ │ │ ├── Text.h │ │ │ │ ├── Uri.h │ │ │ │ ├── Urls.h.cmake │ │ │ │ ├── Utils.h │ │ │ │ ├── VersionNumber.h │ │ │ │ ├── c │ │ │ │ └── api.h │ │ │ │ ├── ci_string.h │ │ │ │ ├── config.h.cmake │ │ │ │ ├── equal_icase.h │ │ │ │ ├── hash_icase.h │ │ │ │ ├── less_icase_dos.h │ │ │ │ ├── mac │ │ │ │ └── MacOsVersion.h │ │ │ │ ├── tux │ │ │ │ └── LinuxOsRelease.h │ │ │ │ ├── vi │ │ │ │ └── Version.h.in │ │ │ │ └── win │ │ │ │ ├── COMInitializer.h │ │ │ │ ├── ConsoleCodePageSwitcher.h │ │ │ │ ├── DllProc.h │ │ │ │ ├── HResult.h │ │ │ │ ├── Registry.h │ │ │ │ ├── WindowsVersion.h │ │ │ │ └── winAutoResource.h │ │ └── miktexidl.idl │ ├── internal.h │ ├── mac │ │ └── MacOsVersion.cpp │ ├── obsolete │ │ └── gsdevs_c.xsl │ ├── shared │ │ ├── CMakeLists.txt │ │ ├── com.cmake │ │ ├── ps │ │ │ ├── CMakeLists.txt │ │ │ └── ProxyStub.def │ │ └── windows │ │ │ └── core.rc.in │ ├── static │ │ └── CMakeLists.txt │ ├── test │ │ ├── CMakeLists.txt │ │ ├── cfg │ │ │ ├── 1.cpp │ │ │ ├── CMakeLists.txt │ │ │ ├── README.md │ │ │ ├── sigtest.ini │ │ │ ├── test.pem │ │ │ ├── test.pkcs8.pem │ │ │ └── test.pub.pem │ │ ├── compression │ │ │ ├── 1.cpp.in │ │ │ ├── CMakeLists.txt │ │ │ ├── largefile.bin.bz2 │ │ │ ├── test1.txt.bz2 │ │ │ ├── test1.txt.good │ │ │ ├── test1.txt.gz │ │ │ ├── test1.txt.lzma │ │ │ └── test1.txt.xz │ │ ├── config.h.cmake │ │ ├── exceptions │ │ │ ├── 1.cpp │ │ │ └── CMakeLists.txt │ │ ├── expansion │ │ │ ├── 1.cpp │ │ │ └── CMakeLists.txt │ │ ├── file │ │ │ ├── 1.cpp │ │ │ └── CMakeLists.txt │ │ ├── filesystem │ │ │ ├── 1.cpp │ │ │ └── CMakeLists.txt │ │ ├── fndb │ │ │ ├── 1.cpp │ │ │ ├── 2.cpp │ │ │ └── CMakeLists.txt │ │ ├── lockfile │ │ │ ├── 1-1.cpp │ │ │ ├── 1-2.cpp │ │ │ ├── 1-3.cpp │ │ │ ├── 1.cpp │ │ │ └── CMakeLists.txt │ │ ├── log4cxx.xml.in │ │ ├── mmap │ │ │ └── 1.cpp │ │ ├── pathname │ │ │ ├── 1.cpp │ │ │ └── CMakeLists.txt │ │ ├── process │ │ │ ├── 1-1.cpp │ │ │ ├── 1-2.cpp │ │ │ ├── 1-3.cpp │ │ │ ├── 1.cpp │ │ │ ├── 2.cpp │ │ │ ├── 3-1.cpp │ │ │ ├── 3.cpp │ │ │ ├── 4.cpp │ │ │ ├── 5-1.cpp │ │ │ ├── 5.cpp │ │ │ └── CMakeLists.txt │ │ ├── strings │ │ │ ├── 1.cpp │ │ │ └── CMakeLists.txt │ │ ├── tempdir │ │ │ ├── 1.cpp │ │ │ └── CMakeLists.txt │ │ └── thread │ │ │ ├── 1.cpp │ │ │ └── CMakeLists.txt │ ├── tux │ │ └── LinuxOsRelease.cpp │ ├── unx │ │ └── unx.cpp │ ├── version.cmake │ ├── vi │ │ └── Runtime.cpp │ └── win │ │ ├── COMInitializer.cpp │ │ ├── ConsoleCodePageSwitcher.cpp │ │ ├── DllProc.cpp │ │ ├── WindowsVersion.cpp │ │ ├── win.cpp │ │ ├── winRegistry.cpp │ │ ├── winRegistry.h │ │ └── winUnused.cpp │ ├── Dib │ ├── CMakeLists.txt │ ├── COPYING │ ├── DibChunker.cpp │ ├── chunkdib.cpp │ ├── dib-version.h │ ├── dib.rc.in │ ├── include │ │ └── miktex │ │ │ └── Graphics │ │ │ ├── DibChunker │ │ │ └── DibChunker.h │ └── internal.h │ ├── Dvi │ ├── CMakeLists.txt │ ├── COPYING │ ├── Dib.cpp │ ├── Dib.h │ ├── Dvi.cpp │ ├── DviChar.cpp │ ├── DviChar.h │ ├── DviFont.cpp │ ├── DviFont.h │ ├── DviPage.cpp │ ├── Ghostscript.cpp │ ├── Ghostscript.h │ ├── PkChar.cpp │ ├── PkChar.h │ ├── PkFont.cpp │ ├── PkFont.h │ ├── PostScript.cpp │ ├── PostScript.h │ ├── Tfm.cpp │ ├── Tfm.h │ ├── VFont.cpp │ ├── VFont.h │ ├── VfChar.cpp │ ├── VfChar.h │ ├── color.cpp │ ├── config.h.cmake │ ├── dvi-version.h │ ├── dvi.rc.in │ ├── dviscan.cpp │ ├── graphics.cpp │ ├── hypertex.cpp │ ├── include │ │ └── miktex │ │ │ └── DVI │ │ │ ├── Dvi │ │ │ └── Dvi.h │ ├── inliners.h │ ├── internal.h │ ├── makebitcounts.cpp │ ├── misc.cpp │ ├── ps.cpp │ ├── special.cpp │ ├── src.cpp │ ├── test │ │ ├── hypertex │ │ │ ├── miktex.mak │ │ │ └── test001.tex │ │ ├── miktex.mak │ │ ├── scanner │ │ │ ├── 1.cpp │ │ │ ├── 2.cpp │ │ │ └── miktex.mak │ │ └── src │ │ │ ├── 1.cpp │ │ │ └── miktex.mak │ └── tpic.cpp │ ├── Extractor │ ├── CMakeLists.txt │ ├── CabExtractor.cpp │ ├── CabExtractor.h │ ├── Extractor.cpp │ ├── TarBzip2Extractor.cpp │ ├── TarBzip2Extractor.h │ ├── TarExtractor.cpp │ ├── TarExtractor.h │ ├── TarLzmaExtractor.cpp │ ├── TarLzmaExtractor.h │ ├── component.cmake │ ├── config.h.cmake │ ├── extractor-version.h.in │ ├── extractor.rc.in │ ├── include │ │ └── miktex │ │ │ └── Extractor │ │ │ ├── Extractor │ │ │ ├── Extractor.h │ │ │ ├── config.h │ │ │ └── vi │ │ │ ├── Version │ │ │ └── Version.h.in │ ├── internal.h │ ├── shared │ │ └── CMakeLists.txt │ ├── static │ │ └── CMakeLists.txt │ ├── version.cmake │ └── vi │ │ └── Runtime.cpp │ ├── KPathSeaEmulation │ ├── CMakeLists.txt │ ├── component.cmake │ ├── config.h.cmake │ ├── include │ │ ├── kpathsea │ │ │ └── kpathsea.h.in │ │ └── miktex │ │ │ └── KPSE │ │ │ ├── Emulation │ │ │ └── Emulation.h │ ├── internal.h │ ├── kpsemu-version.h.in │ ├── kpsemu.cpp │ ├── shared │ │ ├── CMakeLists.txt │ │ └── windows │ │ │ └── kpsemu.rc.in │ ├── test │ │ └── kpsewhich │ │ │ ├── CMakeLists.txt │ │ │ ├── component.cmake │ │ │ ├── miktex-kpsewhich-version.h.in │ │ │ ├── source │ │ │ └── kpsewhich.c │ │ │ ├── version.cmake │ │ │ └── windows │ │ │ └── miktex-kpsewhich.rc.in │ └── version.cmake │ ├── Locale │ ├── CMakeLists.txt │ ├── Translator.cpp │ ├── component.cmake │ ├── config.h.cmake │ ├── include │ │ └── miktex │ │ │ └── Locale │ │ │ ├── Translator │ │ │ ├── Translator.h │ │ │ └── config.h │ ├── shared │ │ └── CMakeLists.txt │ ├── static │ │ └── CMakeLists.txt │ ├── version.cmake │ ├── version.h.in │ └── win │ │ └── loc.rc.in │ ├── PackageManager │ ├── CMakeLists.txt │ ├── COM │ │ ├── com-internal.h │ │ ├── comPackageInstaller.cpp │ │ ├── comPackageInstaller.h │ │ ├── comPackageIterator.cpp │ │ ├── comPackageIterator.h │ │ ├── comPackageManager.cpp │ │ ├── comPackageManager.h │ │ ├── comPackageManager.rgs.in │ │ ├── import.h.cmake │ │ ├── mpm.cpp │ │ ├── mpm.def │ │ ├── mpm.h │ │ ├── mpm.idl.in │ │ ├── mpm.rgs.in │ │ └── test │ │ │ ├── CMakeLists.txt │ │ │ ├── StdAfx.h.cmake │ │ │ └── listpackages.cpp │ ├── COPYING │ ├── ComboCfg.cpp │ ├── ComboCfg.h │ ├── CurlWebFile.cpp │ ├── CurlWebFile.h │ ├── CurlWebSession.cpp │ ├── CurlWebSession.h │ ├── ExpatTpmParser.cpp │ ├── ExpatTpmParser.h │ ├── NoRemoteService.h │ ├── PackageDataStore.cpp │ ├── PackageDataStore.h │ ├── PackageInstallerImpl.cpp │ ├── PackageInstallerImpl.h │ ├── PackageIteratorImpl.cpp │ ├── PackageIteratorImpl.h │ ├── PackageManagerImpl.cpp │ ├── PackageManagerImpl.h │ ├── PackageRepositoryDataStore.cpp │ ├── PackageRepositoryDataStore.h │ ├── RemoteService.cpp │ ├── RemoteService.h │ ├── RepositoryManifest.h │ ├── Resource.h │ ├── RestRemoteService.cpp │ ├── RestRemoteService.h │ ├── StdAfx.h.in │ ├── TpmParser.cpp │ ├── TpmParser.h │ ├── WebFile.h │ ├── WebSession.cpp │ ├── WebSession.h │ ├── component.cmake │ ├── config.h.cmake │ ├── exceptions.h │ ├── include │ │ └── miktex │ │ │ └── PackageManager │ │ │ ├── PackageInfo.h │ │ │ ├── PackageInstaller.h │ │ │ ├── PackageIterator.h │ │ │ ├── PackageManager │ │ │ ├── PackageManager.h │ │ │ ├── RepositoryInfo.h │ │ │ ├── config.h │ │ │ ├── definitions.h │ │ │ └── vi │ │ │ ├── Version │ │ │ └── Version.h.in │ ├── internal.h │ ├── mpm-version.h.in │ ├── mpm.rc.in │ ├── shared │ │ ├── CMakeLists.txt │ │ ├── com.cmake │ │ └── ps │ │ │ ├── CMakeLists.txt │ │ │ └── ProxyStub.def │ ├── static │ │ └── CMakeLists.txt │ ├── text.h │ ├── version.cmake │ └── vi │ │ └── Runtime.cpp │ ├── Resources │ ├── CMakeLists.txt │ ├── ResourceRepository.cpp │ ├── component.cmake │ ├── config.h.cmake │ ├── include │ │ └── miktex │ │ │ └── Resources │ │ │ ├── ResourceRepository │ │ │ ├── ResourceRepository.h │ │ │ └── config.h │ ├── shared │ │ └── CMakeLists.txt │ ├── static │ │ └── CMakeLists.txt │ ├── version.cmake │ ├── version.h.in │ └── win │ │ └── res.rc.in │ ├── Setup │ ├── CMakeLists.txt │ ├── LogFile.cpp │ ├── SetupResources.h.in │ ├── SetupService.cpp │ ├── component.cmake │ ├── config.h.cmake │ ├── include │ │ └── miktex │ │ │ └── Setup │ │ │ ├── SetupService │ │ │ └── SetupService.h │ ├── internal.h │ ├── po │ │ ├── de │ │ │ └── miktex-setup.po │ │ ├── miktex-setup.pot │ │ └── zh_CN │ │ │ └── miktex-setup.po │ ├── setup-version.h.in │ ├── shared │ │ ├── CMakeLists.txt │ │ └── windows │ │ │ └── setup.rc.in │ ├── static │ │ └── CMakeLists.txt │ ├── unx │ │ └── unxSetupService.cpp │ ├── version.cmake │ └── win │ │ ├── winSetupService.cpp │ │ └── winSetupService.h │ ├── TeXAndFriends │ ├── CMakeLists.txt │ ├── TeXMFResources.h.in │ ├── c4plib.cpp │ ├── c4pstart.cpp │ ├── component.cmake │ ├── etexapp.cpp │ ├── include │ │ └── miktex │ │ │ ├── C4P │ │ │ ├── C4P.h │ │ │ └── config.h.cmake │ │ │ └── TeXAndFriends │ │ │ ├── CharacterConverterImpl.h │ │ │ ├── ETeXApp.h │ │ │ ├── ETeXMemoryHandlerImpl.h │ │ │ ├── ErrorHandlerImpl.h │ │ │ ├── FormatHandlerImpl.h │ │ │ ├── InitFinalizeImpl.h │ │ │ ├── InputOutputImpl.h │ │ │ ├── MetafontApp.h │ │ │ ├── MetafontMemoryHandlerImpl.h │ │ │ ├── Prototypes.h │ │ │ ├── StringHandlerImpl.h │ │ │ ├── TeXApp.h │ │ │ ├── TeXMFApp.h │ │ │ ├── TeXMFMemoryHandlerImpl.h │ │ │ ├── TeXMemoryHandlerImpl.h │ │ │ ├── WebApp.h │ │ │ ├── WebAppInputLine.h │ │ │ └── config.h.cmake │ ├── inputline.cpp │ ├── internal.h │ ├── mfapp.cpp │ ├── po │ │ ├── de │ │ │ └── miktex-texmf.po │ │ ├── miktex-texmf.pot │ │ └── zh_CN │ │ │ └── miktex-texmf.po │ ├── shared │ │ └── CMakeLists.txt │ ├── test │ │ ├── CMakeLists.txt │ │ ├── testwebapp-miktex.ch │ │ └── testwebapp.web │ ├── texapp.cpp │ ├── texmf-version.h.in │ ├── texmf.rc.in │ ├── texmfapp.cpp │ ├── texmflib.cpp │ ├── version.cmake │ └── webapp.cpp │ ├── Trace │ ├── CMakeLists.txt │ ├── StopWatch.cpp │ ├── TraceStream.cpp │ ├── component.cmake │ ├── include │ │ └── miktex │ │ │ └── Trace │ │ │ ├── StopWatch │ │ │ ├── StopWatch.h │ │ │ ├── Trace │ │ │ ├── Trace.h │ │ │ ├── TraceCallback │ │ │ ├── TraceCallback.h │ │ │ ├── TraceStream │ │ │ ├── TraceStream.h │ │ │ └── config.h │ ├── shared │ │ └── CMakeLists.txt │ ├── static │ │ └── CMakeLists.txt │ ├── trace-version.h.in │ ├── trace.rc.in │ └── version.cmake │ ├── UI │ ├── CMakeLists.txt │ ├── Qt │ │ ├── CMakeLists.txt │ │ ├── ConnectionSettingsDialog.cpp │ │ ├── ConnectionSettingsDialog.h │ │ ├── ConnectionSettingsDialog.ui │ │ ├── ErrorDialog.cpp │ │ ├── ErrorDialog.h │ │ ├── ErrorDialog.ui │ │ ├── FileTableModel.cpp │ │ ├── FileTableModel.h │ │ ├── InstallPackageDialog.cpp │ │ ├── InstallPackageDialog.h │ │ ├── InstallPackageDialog.ui │ │ ├── PackageInfoDialog.cpp │ │ ├── PackageInfoDialog.h │ │ ├── PackageInfoDialog.ui │ │ ├── ProxyAuthenticationDialog.cpp │ │ ├── ProxyAuthenticationDialog.h │ │ ├── ProxyAuthenticationDialog.ui │ │ ├── RepositoryTableModel.cpp │ │ ├── RepositoryTableModel.h │ │ ├── SiteWizDrive.cpp │ │ ├── SiteWizDrive.h │ │ ├── SiteWizDrive.ui │ │ ├── SiteWizLocal.cpp │ │ ├── SiteWizLocal.h │ │ ├── SiteWizLocal.ui │ │ ├── SiteWizRemote.cpp │ │ ├── SiteWizRemote.h │ │ ├── SiteWizRemote.ui │ │ ├── SiteWizSheet.cpp │ │ ├── SiteWizSheet.h │ │ ├── SiteWizType.cpp │ │ ├── SiteWizType.h │ │ ├── SiteWizType.ui │ │ ├── UpdateDialog.cpp │ │ ├── UpdateDialog.h │ │ ├── UpdateDialog.ui │ │ ├── component.cmake │ │ ├── include │ │ │ └── miktex │ │ │ │ └── UI │ │ │ │ └── Qt │ │ │ │ ├── ErrorDialog │ │ │ │ ├── ErrorDialog.h │ │ │ │ ├── PackageInfoDialog │ │ │ │ ├── PackageInfoDialog.h │ │ │ │ ├── Prototypes │ │ │ │ ├── Prototypes.h │ │ │ │ ├── SiteWizSheet │ │ │ │ ├── SiteWizSheet.h │ │ │ │ ├── UpdateDialog │ │ │ │ └── UpdateDialog.h │ │ ├── internal.h │ │ ├── mikuiqt-version.h.in │ │ ├── mikuiqt.cpp │ │ ├── mikuiqt.qrc │ │ ├── mikuiqt.rc.in │ │ ├── translations.qrc.in │ │ ├── translations │ │ │ ├── ui_de.ts │ │ │ └── ui_zh_CN.ts │ │ └── version.cmake │ └── include │ │ └── miktex │ │ └── UI │ │ ├── UI │ │ └── UI.h │ ├── UTF8Wrap │ ├── CMakeLists.txt │ ├── component.cmake │ ├── include │ │ └── miktex │ │ │ ├── utf8wrap-config.h.cmake │ │ │ └── utf8wrap.h │ ├── internal.h │ ├── shared │ │ └── CMakeLists.txt │ ├── static │ │ ├── CMakeLists.txt │ │ └── utf8wrap.cpp │ ├── utf8wrap-version.h.in │ ├── utf8wrap.cpp │ ├── utf8wrap.rc.in │ └── version.cmake │ ├── UnxEmulation │ ├── CMakeLists.txt │ ├── component.cmake │ ├── include │ │ ├── miktex │ │ │ ├── unxemu-config.h.cmake │ │ │ └── unxemu.h │ │ ├── sysexits.h │ │ └── unx.h.in │ ├── internal.h │ ├── shared │ │ ├── CMakeLists.txt │ │ └── windows │ │ │ └── unxemu.rc.in │ ├── static │ │ └── CMakeLists.txt │ ├── unxemu-version.h.in │ ├── unxemu.cpp │ └── version.cmake │ ├── Util │ ├── CMakeLists.txt │ ├── Helpers.cpp │ ├── PathName │ │ ├── PathName.cpp │ │ ├── unx │ │ │ └── unxPathName.cpp │ │ └── win │ │ │ └── winPathName.cpp │ ├── PathNameParser.cpp │ ├── PathNameUtil.cpp │ ├── StringUtil.cpp │ ├── Tokenizer.cpp │ ├── component.cmake │ ├── include │ │ └── miktex │ │ │ └── Util │ │ │ ├── CharBuffer.h │ │ │ ├── DateUtil.h │ │ │ ├── OptionSet.h │ │ │ ├── PathName.h │ │ │ ├── PathNameParser.h │ │ │ ├── PathNameUtil.h │ │ │ ├── StringUtil.h │ │ │ ├── Tokenizer.h │ │ │ ├── config.h.in │ │ │ └── inliners.h │ ├── internal.h │ ├── shared │ │ ├── CMakeLists.txt │ │ └── windows │ │ │ └── util.rc.in │ ├── static │ │ └── CMakeLists.txt │ ├── unx │ │ └── unxHelpers.cpp │ ├── util-version.h.in │ ├── version.cmake │ └── win │ │ ├── winHelpers.cpp │ │ ├── winPathNameUtil.cpp │ │ └── winStringUtil.cpp │ ├── Web2CEmulation │ ├── CMakeLists.txt │ ├── component.cmake │ ├── include │ │ ├── c-auto.h │ │ ├── cpascal.h │ │ ├── lib │ │ │ └── lib.h │ │ ├── miktex │ │ │ └── W2C │ │ │ │ ├── Emulation │ │ │ │ ├── Emulation.h │ │ │ │ └── pre.h │ │ └── w2c │ │ │ ├── c-auto.h.cmake │ │ │ └── config.h │ ├── internal.h │ ├── version.cmake │ ├── w2cemu-version.h.in │ ├── w2cemu.cpp │ └── w2cemu.rc.in │ └── etc │ ├── alias.cpp │ └── wrapper.cpp ├── Packaging ├── cpack-config.cmake.in ├── deb │ ├── config.in │ ├── postinst.in │ ├── prerm.in │ └── templates.in ├── dmg │ ├── background.tif │ └── setup.scpt ├── package-description.txt └── rpm │ ├── post-install.sh.in │ └── pre-uninstall.sh.in ├── Programs ├── Bibliography │ ├── bibarts │ │ ├── CMakeLists.txt │ │ ├── bibsort-version.h.in │ │ ├── bibsort.rc.cmake │ │ ├── component.cmake │ │ ├── source │ │ │ └── bibsort.c │ │ └── version.cmake │ ├── bibtex-x │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── miktex-bibtex-x-version.h.in │ │ ├── miktex-bibtex8.rc.in │ │ ├── miktex-bibtexu.rc.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── bibtex-1.c │ │ │ ├── bibtex-2.c │ │ │ ├── bibtex-3.c │ │ │ ├── bibtex-4.c │ │ │ ├── bibtex.c │ │ │ ├── bibtex.h │ │ │ ├── datatype.h │ │ │ ├── gblprocs.h │ │ │ ├── gblvars.h │ │ │ ├── sysdep.h │ │ │ ├── utils.c │ │ │ ├── utils.h │ │ │ └── version.h │ │ └── version.cmake │ └── bibtex │ │ ├── CMakeLists.txt │ │ ├── dyn.sed │ │ ├── miktex-bibtex-version.h │ │ ├── miktex-bibtex.ch │ │ ├── miktex-bibtex.h │ │ ├── miktex-bibtex.rc.in │ │ └── source │ │ └── bibtex.web ├── Converters │ ├── axohelp │ │ ├── CMakeLists.txt │ │ ├── axohelp-version.h.in │ │ ├── axohelp.rc.cmake │ │ ├── component.cmake │ │ ├── source │ │ │ └── axohelp.c │ │ └── version.cmake │ ├── gregorio │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config_.h.cmake │ │ ├── miktex-gregorio-version.h.in │ │ ├── source │ │ │ ├── COPYING.md │ │ │ └── src │ │ │ │ ├── bool.h │ │ │ │ ├── characters.c │ │ │ │ ├── characters.h │ │ │ │ ├── config.h │ │ │ │ ├── dump │ │ │ │ └── dump.c │ │ │ │ ├── encode_utf8strings.c │ │ │ │ ├── enum_generator.h │ │ │ │ ├── gabc │ │ │ │ ├── gabc-elements-determination.c │ │ │ │ ├── gabc-glyphs-determination.c │ │ │ │ ├── gabc-notes-determination-l.c │ │ │ │ ├── gabc-notes-determination.l │ │ │ │ ├── gabc-score-determination-l.c │ │ │ │ ├── gabc-score-determination-l.h │ │ │ │ ├── gabc-score-determination-y.c │ │ │ │ ├── gabc-score-determination-y.h │ │ │ │ ├── gabc-score-determination.c │ │ │ │ ├── gabc-score-determination.h │ │ │ │ ├── gabc-score-determination.l │ │ │ │ ├── gabc-score-determination.y │ │ │ │ ├── gabc-write.c │ │ │ │ └── gabc.h │ │ │ │ ├── gregorio-utils.c │ │ │ │ ├── gregoriotex │ │ │ │ ├── gregoriotex-position.c │ │ │ │ ├── gregoriotex-write.c │ │ │ │ └── gregoriotex.h │ │ │ │ ├── messages.c │ │ │ │ ├── messages.h │ │ │ │ ├── plugins.h │ │ │ │ ├── sha1.c │ │ │ │ ├── sha1.h │ │ │ │ ├── struct.c │ │ │ │ ├── struct.h │ │ │ │ ├── struct_iter.h │ │ │ │ ├── support.c │ │ │ │ ├── support.h │ │ │ │ ├── unicode.c │ │ │ │ ├── unicode.h │ │ │ │ ├── utf8strings.h │ │ │ │ ├── utf8strings.h.in │ │ │ │ └── vowel │ │ │ │ ├── vowel-rules-l.c │ │ │ │ ├── vowel-rules-l.h │ │ │ │ ├── vowel-rules-y.c │ │ │ │ ├── vowel-rules-y.h │ │ │ │ ├── vowel-rules.h │ │ │ │ ├── vowel-rules.l │ │ │ │ ├── vowel-rules.y │ │ │ │ ├── vowel.c │ │ │ │ └── vowel.h │ │ ├── version.cmake │ │ └── windows │ │ │ └── miktex-gregorio.rc.in │ ├── tex4ht │ │ ├── CMakeLists.txt │ │ ├── miktex-t4ht-version.h │ │ ├── miktex-tex4ht-version.h │ │ ├── miktex │ │ │ └── tex4ht.h │ │ ├── source │ │ │ ├── t4ht.c │ │ │ └── tex4ht.c │ │ └── windows │ │ │ ├── miktex-t4ht.rc │ │ │ └── miktex-tex4ht.rc │ └── xml2pmx │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── source │ │ ├── Args.c │ │ ├── Builtin.c │ │ ├── COPYING │ │ ├── Files.c │ │ ├── action.c │ │ ├── dynlink.c │ │ ├── exec.h │ │ ├── gc.c │ │ ├── image.c │ │ ├── interp.c │ │ ├── keiko.h │ │ ├── loader.c │ │ ├── obcommon.h │ │ ├── obx.h │ │ ├── primtab.h │ │ ├── primtab0.c │ │ ├── support.c │ │ ├── wrapper.c │ │ └── xmain.c │ │ ├── version.cmake │ │ ├── xml2pmx-version.h.in │ │ └── xml2pmx.rc.cmake ├── DviWare │ ├── dvicopy │ │ ├── CMakeLists.txt │ │ ├── dvicopy-miktex.ch │ │ ├── dvicopy-miktex.h │ │ ├── dvicopy-version.h │ │ ├── dvicopy.rc.in │ │ └── source │ │ │ ├── COPYING │ │ │ └── dvicopy.web │ ├── dvipdfm-x │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── dvipdfm-x-version.h.in │ │ ├── dvipdfm-x.rc.cmake │ │ ├── dvipdft-version.h │ │ ├── dvipdft.cpp │ │ ├── dvipdft.rc │ │ ├── miktex │ │ │ ├── dvipdfm-x.h │ │ │ └── miktex.cpp │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── agl.c │ │ │ ├── agl.h │ │ │ ├── bmpimage.c │ │ │ ├── bmpimage.h │ │ │ ├── cff.c │ │ │ ├── cff.h │ │ │ ├── cff_dict.c │ │ │ ├── cff_dict.h │ │ │ ├── cff_limits.h │ │ │ ├── cff_stdstr.h │ │ │ ├── cff_types.h │ │ │ ├── cid.c │ │ │ ├── cid.h │ │ │ ├── cid_basefont.h │ │ │ ├── cidtype0.c │ │ │ ├── cidtype0.h │ │ │ ├── cidtype2.c │ │ │ ├── cidtype2.h │ │ │ ├── cmap.c │ │ │ ├── cmap.h │ │ │ ├── cmap_p.h │ │ │ ├── cmap_read.c │ │ │ ├── cmap_read.h │ │ │ ├── cmap_write.c │ │ │ ├── cmap_write.h │ │ │ ├── cs_type2.c │ │ │ ├── cs_type2.h │ │ │ ├── dpxconf.c │ │ │ ├── dpxconf.h │ │ │ ├── dpxcrypt.c │ │ │ ├── dpxcrypt.h │ │ │ ├── dpxfile.c │ │ │ ├── dpxfile.h │ │ │ ├── dpxutil.c │ │ │ ├── dpxutil.h │ │ │ ├── dvi.c │ │ │ ├── dvi.h │ │ │ ├── dvicodes.h │ │ │ ├── dvipdfmx.c │ │ │ ├── dvipdfmx.h │ │ │ ├── epdf.c │ │ │ ├── epdf.h │ │ │ ├── error.c │ │ │ ├── error.h │ │ │ ├── fontmap.c │ │ │ ├── fontmap.h │ │ │ ├── jp2image.c │ │ │ ├── jp2image.h │ │ │ ├── jpegimage.c │ │ │ ├── jpegimage.h │ │ │ ├── mem.c │ │ │ ├── mem.h │ │ │ ├── mfileio.c │ │ │ ├── mfileio.h │ │ │ ├── mpost.c │ │ │ ├── mpost.h │ │ │ ├── mt19937ar.c │ │ │ ├── numbers.c │ │ │ ├── numbers.h │ │ │ ├── otl_opt.c │ │ │ ├── otl_opt.h │ │ │ ├── pdfcolor.c │ │ │ ├── pdfcolor.h │ │ │ ├── pdfdev.c │ │ │ ├── pdfdev.h │ │ │ ├── pdfdoc.c │ │ │ ├── pdfdoc.h │ │ │ ├── pdfdraw.c │ │ │ ├── pdfdraw.h │ │ │ ├── pdfencoding.c │ │ │ ├── pdfencoding.h │ │ │ ├── pdfencrypt.c │ │ │ ├── pdfencrypt.h │ │ │ ├── pdffont.c │ │ │ ├── pdffont.h │ │ │ ├── pdflimits.h │ │ │ ├── pdfnames.c │ │ │ ├── pdfnames.h │ │ │ ├── pdfobj.c │ │ │ ├── pdfobj.h │ │ │ ├── pdfparse.c │ │ │ ├── pdfparse.h │ │ │ ├── pdfresource.c │ │ │ ├── pdfresource.h │ │ │ ├── pdfximage.c │ │ │ ├── pdfximage.h │ │ │ ├── pkfont.c │ │ │ ├── pkfont.h │ │ │ ├── pngimage.c │ │ │ ├── pngimage.h │ │ │ ├── pst.c │ │ │ ├── pst.h │ │ │ ├── pst_obj.c │ │ │ ├── pst_obj.h │ │ │ ├── sfnt.c │ │ │ ├── sfnt.h │ │ │ ├── spc_color.c │ │ │ ├── spc_color.h │ │ │ ├── spc_dvipdfmx.c │ │ │ ├── spc_dvipdfmx.h │ │ │ ├── spc_dvips.c │ │ │ ├── spc_dvips.h │ │ │ ├── spc_html.c │ │ │ ├── spc_html.h │ │ │ ├── spc_misc.c │ │ │ ├── spc_misc.h │ │ │ ├── spc_pdfm.c │ │ │ ├── spc_pdfm.h │ │ │ ├── spc_tpic.c │ │ │ ├── spc_tpic.h │ │ │ ├── spc_util.c │ │ │ ├── spc_util.h │ │ │ ├── spc_xtx.c │ │ │ ├── spc_xtx.h │ │ │ ├── specials.c │ │ │ ├── specials.h │ │ │ ├── subfont.c │ │ │ ├── subfont.h │ │ │ ├── system.h │ │ │ ├── t1_char.c │ │ │ ├── t1_char.h │ │ │ ├── t1_load.c │ │ │ ├── t1_load.h │ │ │ ├── tfm.c │ │ │ ├── tfm.h │ │ │ ├── truetype.c │ │ │ ├── truetype.h │ │ │ ├── tt_aux.c │ │ │ ├── tt_aux.h │ │ │ ├── tt_cmap.c │ │ │ ├── tt_cmap.h │ │ │ ├── tt_glyf.c │ │ │ ├── tt_glyf.h │ │ │ ├── tt_gsub.c │ │ │ ├── tt_gsub.h │ │ │ ├── tt_post.c │ │ │ ├── tt_post.h │ │ │ ├── tt_table.c │ │ │ ├── tt_table.h │ │ │ ├── type0.c │ │ │ ├── type0.h │ │ │ ├── type1.c │ │ │ ├── type1.h │ │ │ ├── type1c.c │ │ │ ├── type1c.h │ │ │ ├── unicode.c │ │ │ ├── unicode.h │ │ │ ├── vf.c │ │ │ ├── vf.h │ │ │ └── xbb.c │ │ └── version.cmake │ ├── dvipng │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── miktex-dvipng-version.h.in │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── COPYING.LESSER │ │ │ ├── COPYING.gd │ │ │ ├── color.c │ │ │ ├── commands.h │ │ │ ├── draw.c │ │ │ ├── dvi.c │ │ │ ├── dvipng.c │ │ │ ├── dvipng.h │ │ │ ├── enc.c │ │ │ ├── font.c │ │ │ ├── fontmap.c │ │ │ ├── ft.c │ │ │ ├── misc.c │ │ │ ├── papersiz.c │ │ │ ├── pk.c │ │ │ ├── ppagelist.c │ │ │ ├── set.c │ │ │ ├── sfd.c │ │ │ ├── special.c │ │ │ ├── tfm.c │ │ │ └── vf.c │ │ ├── version.cmake │ │ └── windows │ │ │ └── miktex-dvipng.rc.in │ ├── dvips │ │ ├── CMakeLists.txt │ │ ├── afm2tfm-version.h │ │ ├── afm2tfm.rc │ │ ├── c-auto.h │ │ ├── dvips-version.h │ │ ├── dvips.rc │ │ └── source │ │ │ ├── afm2tfm.c │ │ │ ├── bbox.c │ │ │ ├── bitmapenc.c │ │ │ ├── color.c │ │ │ ├── config.h │ │ │ ├── debug.h │ │ │ ├── dopage.c │ │ │ ├── dosection.c │ │ │ ├── dospecial.c │ │ │ ├── download.c │ │ │ ├── dpicheck.c │ │ │ ├── drawPS.c │ │ │ ├── dviinput.c │ │ │ ├── dvips.c │ │ │ ├── dvips.h │ │ │ ├── emspecial.c │ │ │ ├── finclude.c │ │ │ ├── flib.c │ │ │ ├── fontdef.c │ │ │ ├── header.c │ │ │ ├── hps.c │ │ │ ├── loadfont.c │ │ │ ├── makefont.c │ │ │ ├── output.c │ │ │ ├── papersiz.c │ │ │ ├── paths.h │ │ │ ├── pprescan.c │ │ │ ├── prescan.c │ │ │ ├── protos.h │ │ │ ├── protos_add.h │ │ │ ├── ptexmac.h │ │ │ ├── repack.c │ │ │ ├── resident.c │ │ │ ├── scalewidth.c │ │ │ ├── scanpage.c │ │ │ ├── search.c │ │ │ ├── skippage.c │ │ │ ├── t1part.c │ │ │ ├── t1part.h │ │ │ ├── tex.lpro │ │ │ ├── tfmload.c │ │ │ ├── unpack.c │ │ │ ├── virtualfont.c │ │ │ └── writet1.c │ └── dvisvgm │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── miktex-dvisvgm-version.h.in │ │ ├── source │ │ ├── COPYING │ │ ├── libs │ │ │ ├── boost │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── boost-vectorstream.hpp │ │ │ │ └── vectorstream.hpp │ │ │ ├── brotli │ │ │ │ ├── LICENSE │ │ │ │ ├── common │ │ │ │ │ ├── constants.c │ │ │ │ │ ├── constants.h │ │ │ │ │ ├── context.c │ │ │ │ │ ├── context.h │ │ │ │ │ ├── dictionary.c │ │ │ │ │ ├── dictionary.h │ │ │ │ │ ├── platform.c │ │ │ │ │ ├── platform.h │ │ │ │ │ ├── shared_dictionary_internal.h │ │ │ │ │ ├── transform.c │ │ │ │ │ ├── transform.h │ │ │ │ │ └── version.h │ │ │ │ ├── enc │ │ │ │ │ ├── backward_references.c │ │ │ │ │ ├── backward_references.h │ │ │ │ │ ├── backward_references_hq.c │ │ │ │ │ ├── backward_references_hq.h │ │ │ │ │ ├── backward_references_inc.h │ │ │ │ │ ├── bit_cost.c │ │ │ │ │ ├── bit_cost.h │ │ │ │ │ ├── bit_cost_inc.h │ │ │ │ │ ├── block_encoder_inc.h │ │ │ │ │ ├── block_splitter.c │ │ │ │ │ ├── block_splitter.h │ │ │ │ │ ├── block_splitter_inc.h │ │ │ │ │ ├── brotli_bit_stream.c │ │ │ │ │ ├── brotli_bit_stream.h │ │ │ │ │ ├── cluster.c │ │ │ │ │ ├── cluster.h │ │ │ │ │ ├── cluster_inc.h │ │ │ │ │ ├── command.c │ │ │ │ │ ├── command.h │ │ │ │ │ ├── compound_dictionary.c │ │ │ │ │ ├── compound_dictionary.h │ │ │ │ │ ├── compress_fragment.c │ │ │ │ │ ├── compress_fragment.h │ │ │ │ │ ├── compress_fragment_two_pass.c │ │ │ │ │ ├── compress_fragment_two_pass.h │ │ │ │ │ ├── dictionary_hash.c │ │ │ │ │ ├── dictionary_hash.h │ │ │ │ │ ├── encode.c │ │ │ │ │ ├── encoder_dict.c │ │ │ │ │ ├── encoder_dict.h │ │ │ │ │ ├── entropy_encode.c │ │ │ │ │ ├── entropy_encode.h │ │ │ │ │ ├── entropy_encode_static.h │ │ │ │ │ ├── fast_log.c │ │ │ │ │ ├── fast_log.h │ │ │ │ │ ├── find_match_length.h │ │ │ │ │ ├── hash.h │ │ │ │ │ ├── hash_composite_inc.h │ │ │ │ │ ├── hash_forgetful_chain_inc.h │ │ │ │ │ ├── hash_longest_match64_inc.h │ │ │ │ │ ├── hash_longest_match_inc.h │ │ │ │ │ ├── hash_longest_match_quickly_inc.h │ │ │ │ │ ├── hash_rolling_inc.h │ │ │ │ │ ├── hash_to_binary_tree_inc.h │ │ │ │ │ ├── histogram.c │ │ │ │ │ ├── histogram.h │ │ │ │ │ ├── histogram_inc.h │ │ │ │ │ ├── literal_cost.c │ │ │ │ │ ├── literal_cost.h │ │ │ │ │ ├── memory.c │ │ │ │ │ ├── memory.h │ │ │ │ │ ├── metablock.c │ │ │ │ │ ├── metablock.h │ │ │ │ │ ├── metablock_inc.h │ │ │ │ │ ├── params.h │ │ │ │ │ ├── prefix.h │ │ │ │ │ ├── quality.h │ │ │ │ │ ├── ringbuffer.h │ │ │ │ │ ├── state.h │ │ │ │ │ ├── static_dict.c │ │ │ │ │ ├── static_dict.h │ │ │ │ │ ├── static_dict_lut.h │ │ │ │ │ ├── utf8_util.c │ │ │ │ │ ├── utf8_util.h │ │ │ │ │ └── write_bits.h │ │ │ │ └── include │ │ │ │ │ └── brotli │ │ │ │ │ ├── decode.h │ │ │ │ │ ├── encode.h │ │ │ │ │ ├── port.h │ │ │ │ │ ├── shared_dictionary.h │ │ │ │ │ └── types.h │ │ │ ├── clipper │ │ │ │ ├── License.txt │ │ │ │ ├── clipper.cpp │ │ │ │ └── clipper.hpp │ │ │ ├── md5 │ │ │ │ ├── md5.c │ │ │ │ └── md5.h │ │ │ ├── potrace │ │ │ │ ├── auxiliary.h │ │ │ │ ├── bitmap.h │ │ │ │ ├── config.h │ │ │ │ ├── curve.c │ │ │ │ ├── curve.h │ │ │ │ ├── decompose.c │ │ │ │ ├── decompose.h │ │ │ │ ├── lists.h │ │ │ │ ├── potracelib.c │ │ │ │ ├── potracelib.h │ │ │ │ ├── progress.h │ │ │ │ ├── trace.c │ │ │ │ └── trace.h │ │ │ ├── variant │ │ │ │ ├── LICENSE.md │ │ │ │ └── include │ │ │ │ │ └── mpark │ │ │ │ │ └── variant.hpp │ │ │ ├── woff2 │ │ │ │ ├── LICENSE │ │ │ │ ├── include │ │ │ │ │ └── woff2 │ │ │ │ │ │ ├── decode.h │ │ │ │ │ │ ├── encode.h │ │ │ │ │ │ ├── output.h │ │ │ │ │ │ └── version.h │ │ │ │ └── src │ │ │ │ │ ├── buffer.h │ │ │ │ │ ├── font.cc │ │ │ │ │ ├── font.h │ │ │ │ │ ├── glyph.cc │ │ │ │ │ ├── glyph.h │ │ │ │ │ ├── normalize.cc │ │ │ │ │ ├── normalize.h │ │ │ │ │ ├── port.h │ │ │ │ │ ├── round.h │ │ │ │ │ ├── store_bytes.h │ │ │ │ │ ├── table_tags.cc │ │ │ │ │ ├── table_tags.h │ │ │ │ │ ├── transform.cc │ │ │ │ │ ├── transform.h │ │ │ │ │ ├── variable_length.cc │ │ │ │ │ ├── variable_length.h │ │ │ │ │ ├── woff2_common.cc │ │ │ │ │ ├── woff2_common.h │ │ │ │ │ ├── woff2_enc.cc │ │ │ │ │ └── woff2_out.cc │ │ │ └── xxHash │ │ │ │ ├── xxh3.h │ │ │ │ ├── xxhash.c │ │ │ │ └── xxhash.h │ │ └── src │ │ │ ├── AGLTable.hpp │ │ │ ├── BasicDVIReader.cpp │ │ │ ├── BasicDVIReader.hpp │ │ │ ├── Bezier.cpp │ │ │ ├── Bezier.hpp │ │ │ ├── BgColorSpecialHandler.cpp │ │ │ ├── BgColorSpecialHandler.hpp │ │ │ ├── Bitmap.cpp │ │ │ ├── Bitmap.hpp │ │ │ ├── BoundingBox.cpp │ │ │ ├── BoundingBox.hpp │ │ │ ├── CLCommandLine.cpp │ │ │ ├── CLCommandLine.hpp │ │ │ ├── CLOption.hpp │ │ │ ├── CMap.cpp │ │ │ ├── CMap.hpp │ │ │ ├── CMapManager.cpp │ │ │ ├── CMapManager.hpp │ │ │ ├── CMapReader.cpp │ │ │ ├── CMapReader.hpp │ │ │ ├── Calculator.cpp │ │ │ ├── Calculator.hpp │ │ │ ├── CharMapID.cpp │ │ │ ├── CharMapID.hpp │ │ │ ├── Character.hpp │ │ │ ├── Color.cpp │ │ │ ├── Color.hpp │ │ │ ├── ColorSpecialHandler.cpp │ │ │ ├── ColorSpecialHandler.hpp │ │ │ ├── CommandLine.hpp │ │ │ ├── DLLoader.cpp │ │ │ ├── DLLoader.hpp │ │ │ ├── DVIActions.hpp │ │ │ ├── DVIReader.cpp │ │ │ ├── DVIReader.hpp │ │ │ ├── DVIToSVG.cpp │ │ │ ├── DVIToSVG.hpp │ │ │ ├── DVIToSVGActions.cpp │ │ │ ├── DVIToSVGActions.hpp │ │ │ ├── Directory.cpp │ │ │ ├── Directory.hpp │ │ │ ├── DvisvgmSpecialHandler.cpp │ │ │ ├── DvisvgmSpecialHandler.hpp │ │ │ ├── EPSFile.cpp │ │ │ ├── EPSFile.hpp │ │ │ ├── EPSToSVG.hpp │ │ │ ├── EllipticalArc.cpp │ │ │ ├── EllipticalArc.hpp │ │ │ ├── EmSpecialHandler.cpp │ │ │ ├── EmSpecialHandler.hpp │ │ │ ├── EncFile.cpp │ │ │ ├── EncFile.hpp │ │ │ ├── FileFinder.cpp │ │ │ ├── FileFinder.hpp │ │ │ ├── FilePath.cpp │ │ │ ├── FilePath.hpp │ │ │ ├── FileSystem.cpp │ │ │ ├── FileSystem.hpp │ │ │ ├── FixWord.hpp │ │ │ ├── Font.cpp │ │ │ ├── Font.hpp │ │ │ ├── FontCache.cpp │ │ │ ├── FontCache.hpp │ │ │ ├── FontEncoding.cpp │ │ │ ├── FontEncoding.hpp │ │ │ ├── FontEngine.cpp │ │ │ ├── FontEngine.hpp │ │ │ ├── FontManager.cpp │ │ │ ├── FontManager.hpp │ │ │ ├── FontMap.cpp │ │ │ ├── FontMap.hpp │ │ │ ├── FontMetrics.cpp │ │ │ ├── FontMetrics.hpp │ │ │ ├── FontStyle.hpp │ │ │ ├── FontWriter.cpp │ │ │ ├── FontWriter.hpp │ │ │ ├── GFGlyphTracer.cpp │ │ │ ├── GFGlyphTracer.hpp │ │ │ ├── GFReader.cpp │ │ │ ├── GFReader.hpp │ │ │ ├── GFTracer.cpp │ │ │ ├── GFTracer.hpp │ │ │ ├── Ghostscript.cpp │ │ │ ├── Ghostscript.hpp │ │ │ ├── Glyph.hpp │ │ │ ├── GlyphTracerMessages.hpp │ │ │ ├── GraphicsPath.hpp │ │ │ ├── GraphicsPathParser.hpp │ │ │ ├── HashFunction.cpp │ │ │ ├── HashFunction.hpp │ │ │ ├── HtmlSpecialHandler.cpp │ │ │ ├── HtmlSpecialHandler.hpp │ │ │ ├── HyperlinkManager.cpp │ │ │ ├── HyperlinkManager.hpp │ │ │ ├── ImageToSVG.cpp │ │ │ ├── ImageToSVG.hpp │ │ │ ├── InputBuffer.cpp │ │ │ ├── InputBuffer.hpp │ │ │ ├── InputReader.cpp │ │ │ ├── InputReader.hpp │ │ │ ├── JFM.cpp │ │ │ ├── JFM.hpp │ │ │ ├── Length.cpp │ │ │ ├── Length.hpp │ │ │ ├── MD5HashFunction.hpp │ │ │ ├── MapLine.cpp │ │ │ ├── MapLine.hpp │ │ │ ├── Matrix.cpp │ │ │ ├── Matrix.hpp │ │ │ ├── Message.cpp │ │ │ ├── Message.hpp │ │ │ ├── MessageException.hpp │ │ │ ├── MetafontWrapper.cpp │ │ │ ├── MetafontWrapper.hpp │ │ │ ├── MiKTeXCom.cpp │ │ │ ├── MiKTeXCom.hpp │ │ │ ├── NoPsSpecialHandler.cpp │ │ │ ├── NoPsSpecialHandler.hpp │ │ │ ├── NumericRanges.hpp │ │ │ ├── OFM.cpp │ │ │ ├── OFM.hpp │ │ │ ├── Opacity.cpp │ │ │ ├── Opacity.hpp │ │ │ ├── PDFHandler.cpp │ │ │ ├── PDFHandler.hpp │ │ │ ├── PDFParser.cpp │ │ │ ├── PDFParser.hpp │ │ │ ├── PDFToSVG.cpp │ │ │ ├── PDFToSVG.hpp │ │ │ ├── PSInterpreter.cpp │ │ │ ├── PSInterpreter.hpp │ │ │ ├── PSPattern.cpp │ │ │ ├── PSPattern.hpp │ │ │ ├── PSPreviewHandler.cpp │ │ │ ├── PSPreviewHandler.hpp │ │ │ ├── PageRanges.cpp │ │ │ ├── PageRanges.hpp │ │ │ ├── PageSize.cpp │ │ │ ├── PageSize.hpp │ │ │ ├── Pair.hpp │ │ │ ├── PapersizeSpecialHandler.cpp │ │ │ ├── PapersizeSpecialHandler.hpp │ │ │ ├── PathClipper.cpp │ │ │ ├── PathClipper.hpp │ │ │ ├── PdfSpecialHandler.cpp │ │ │ ├── PdfSpecialHandler.hpp │ │ │ ├── PreScanDVIReader.cpp │ │ │ ├── PreScanDVIReader.hpp │ │ │ ├── Process.cpp │ │ │ ├── Process.hpp │ │ │ ├── PsSpecialHandler.cpp │ │ │ ├── PsSpecialHandler.hpp │ │ │ ├── PsSpecialHandlerProxy.cpp │ │ │ ├── PsSpecialHandlerProxy.hpp │ │ │ ├── RangeMap.cpp │ │ │ ├── RangeMap.hpp │ │ │ ├── SVGCharHandler.cpp │ │ │ ├── SVGCharHandler.hpp │ │ │ ├── SVGCharHandlerFactory.cpp │ │ │ ├── SVGCharHandlerFactory.hpp │ │ │ ├── SVGCharPathHandler.cpp │ │ │ ├── SVGCharPathHandler.hpp │ │ │ ├── SVGCharTspanTextHandler.cpp │ │ │ ├── SVGCharTspanTextHandler.hpp │ │ │ ├── SVGElement.cpp │ │ │ ├── SVGElement.hpp │ │ │ ├── SVGOutput.cpp │ │ │ ├── SVGOutput.hpp │ │ │ ├── SVGSingleCharTextHandler.cpp │ │ │ ├── SVGSingleCharTextHandler.hpp │ │ │ ├── SVGTree.cpp │ │ │ ├── SVGTree.hpp │ │ │ ├── ShadingPatch.cpp │ │ │ ├── ShadingPatch.hpp │ │ │ ├── SignalHandler.cpp │ │ │ ├── SignalHandler.hpp │ │ │ ├── SourceInput.cpp │ │ │ ├── SourceInput.hpp │ │ │ ├── SpecialActions.cpp │ │ │ ├── SpecialActions.hpp │ │ │ ├── SpecialHandler.hpp │ │ │ ├── SpecialManager.cpp │ │ │ ├── SpecialManager.hpp │ │ │ ├── StreamReader.cpp │ │ │ ├── StreamReader.hpp │ │ │ ├── StreamWriter.cpp │ │ │ ├── StreamWriter.hpp │ │ │ ├── Subfont.cpp │ │ │ ├── Subfont.hpp │ │ │ ├── System.cpp │ │ │ ├── System.hpp │ │ │ ├── TFM.cpp │ │ │ ├── TFM.hpp │ │ │ ├── TensorProductPatch.cpp │ │ │ ├── TensorProductPatch.hpp │ │ │ ├── Terminal.cpp │ │ │ ├── Terminal.hpp │ │ │ ├── ToUnicodeMap.cpp │ │ │ ├── ToUnicodeMap.hpp │ │ │ ├── TpicSpecialHandler.cpp │ │ │ ├── TpicSpecialHandler.hpp │ │ │ ├── TriangularPatch.cpp │ │ │ ├── TriangularPatch.hpp │ │ │ ├── Unicode.cpp │ │ │ ├── Unicode.hpp │ │ │ ├── VFActions.hpp │ │ │ ├── VFReader.cpp │ │ │ ├── VFReader.hpp │ │ │ ├── VectorIterator.hpp │ │ │ ├── XMLDocument.cpp │ │ │ ├── XMLDocument.hpp │ │ │ ├── XMLNode.cpp │ │ │ ├── XMLNode.hpp │ │ │ ├── XMLParser.cpp │ │ │ ├── XMLParser.hpp │ │ │ ├── XMLString.cpp │ │ │ ├── XMLString.hpp │ │ │ ├── XXHashFunction.hpp │ │ │ ├── ZLibOutputStream.hpp │ │ │ ├── dvisvgm.cpp │ │ │ ├── fonts │ │ │ ├── Base14Fonts.cpp │ │ │ ├── Base14Fonts.hpp │ │ │ ├── Dingbats.cff.cpp │ │ │ ├── NimbusMonoPS-Bold.cff.cpp │ │ │ ├── NimbusMonoPS-BoldItalic.cff.cpp │ │ │ ├── NimbusMonoPS-Italic.cff.cpp │ │ │ ├── NimbusMonoPS-Regular.cff.cpp │ │ │ ├── NimbusRoman-Bold.cff.cpp │ │ │ ├── NimbusRoman-BoldItalic.cff.cpp │ │ │ ├── NimbusRoman-Italic.cff.cpp │ │ │ ├── NimbusRoman-Regular.cff.cpp │ │ │ ├── NimbusSans-Bold.cff.cpp │ │ │ ├── NimbusSans-BoldItalic.cff.cpp │ │ │ ├── NimbusSans-Italic.cff.cpp │ │ │ ├── NimbusSans-Regular.cff.cpp │ │ │ └── StandardSymbolsPS.cff.cpp │ │ │ ├── iapi.h │ │ │ ├── ierrors.h │ │ │ ├── macros.hpp │ │ │ ├── optimizer │ │ │ ├── AttributeExtractor.cpp │ │ │ ├── AttributeExtractor.hpp │ │ │ ├── ClipPathReassigner.cpp │ │ │ ├── ClipPathReassigner.hpp │ │ │ ├── DependencyGraph.hpp │ │ │ ├── GroupCollapser.cpp │ │ │ ├── GroupCollapser.hpp │ │ │ ├── OptimizerModule.hpp │ │ │ ├── RedundantElementRemover.cpp │ │ │ ├── RedundantElementRemover.hpp │ │ │ ├── SVGOptimizer.cpp │ │ │ ├── SVGOptimizer.hpp │ │ │ ├── TextSimplifier.cpp │ │ │ ├── TextSimplifier.hpp │ │ │ ├── TransformSimplifier.cpp │ │ │ ├── TransformSimplifier.hpp │ │ │ ├── WSNodeRemover.cpp │ │ │ └── WSNodeRemover.hpp │ │ │ ├── options.dtd │ │ │ ├── options.xml │ │ │ ├── psdefs.cpp │ │ │ ├── ttf │ │ │ ├── CmapTable.cpp │ │ │ ├── CmapTable.hpp │ │ │ ├── GlyfTable.cpp │ │ │ ├── GlyfTable.hpp │ │ │ ├── HeadTable.cpp │ │ │ ├── HeadTable.hpp │ │ │ ├── HheaTable.cpp │ │ │ ├── HheaTable.hpp │ │ │ ├── HmtxTable.cpp │ │ │ ├── HmtxTable.hpp │ │ │ ├── LocaTable.hpp │ │ │ ├── MaxpTable.cpp │ │ │ ├── MaxpTable.hpp │ │ │ ├── NameTable.cpp │ │ │ ├── NameTable.hpp │ │ │ ├── OS2Table.cpp │ │ │ ├── OS2Table.hpp │ │ │ ├── PostTable.cpp │ │ │ ├── PostTable.hpp │ │ │ ├── TTFAutohint.cpp │ │ │ ├── TTFAutohint.hpp │ │ │ ├── TTFTable.cpp │ │ │ ├── TTFTable.hpp │ │ │ ├── TTFWriter.cpp │ │ │ ├── TTFWriter.hpp │ │ │ ├── VheaTable.cpp │ │ │ ├── VheaTable.hpp │ │ │ ├── VmtxTable.cpp │ │ │ └── VmtxTable.hpp │ │ │ ├── utility.cpp │ │ │ ├── utility.hpp │ │ │ ├── version.hpp.in │ │ │ └── windows.hpp │ │ ├── version.cmake │ │ └── windows │ │ └── miktex-dvisvgm.rc.in ├── Editors │ └── TeXworks │ │ ├── CMakeLists.txt │ │ ├── GitRev.h │ │ ├── TeXworks_trans.qrc.in │ │ ├── component.cmake │ │ ├── miktex-texworks-version.h.in │ │ ├── miktex-texworks.rc.in │ │ ├── miktex.qrc │ │ ├── miktex │ │ ├── DefaultBinaryPaths.h │ │ ├── miktex-texworks.cpp │ │ └── miktex-texworks.hpp │ │ ├── modules │ │ ├── QtPDF │ │ │ ├── CMakeLists.txt │ │ │ └── QtPDF_trans.qrc.in │ │ └── synctex │ │ │ └── CMakeLists.txt │ │ ├── plugins │ │ ├── lua │ │ │ └── CMakeLists.txt │ │ └── python │ │ │ └── CMakeLists.txt │ │ ├── source │ │ ├── COPYING │ │ ├── modules │ │ │ ├── QtPDF │ │ │ │ ├── QtPDF_icons.qrc │ │ │ │ ├── icons │ │ │ │ │ └── tango-qtpdf │ │ │ │ │ │ ├── actions │ │ │ │ │ │ ├── 32x32 │ │ │ │ │ │ │ ├── document-open.png │ │ │ │ │ │ │ ├── tool-magnifier.png │ │ │ │ │ │ │ ├── tool-measure.png │ │ │ │ │ │ │ ├── tool-pan.png │ │ │ │ │ │ │ ├── tool-select-text.png │ │ │ │ │ │ │ ├── tool-zoom-select.png │ │ │ │ │ │ │ ├── view-pages-continuous.png │ │ │ │ │ │ │ ├── view-pages-facing-continuous.png │ │ │ │ │ │ │ ├── view-pages-single.png │ │ │ │ │ │ │ ├── view-presentation.png │ │ │ │ │ │ │ ├── zoom-fit-best.png │ │ │ │ │ │ │ ├── zoom-fit-content-width.png │ │ │ │ │ │ │ ├── zoom-fit-width.png │ │ │ │ │ │ │ ├── zoom-in.png │ │ │ │ │ │ │ ├── zoom-original.png │ │ │ │ │ │ │ └── zoom-out.png │ │ │ │ │ │ ├── 32x32@2 │ │ │ │ │ │ │ ├── document-open.png │ │ │ │ │ │ │ ├── tool-magnifier.png │ │ │ │ │ │ │ ├── tool-measure.png │ │ │ │ │ │ │ ├── tool-pan.png │ │ │ │ │ │ │ ├── tool-select-text.png │ │ │ │ │ │ │ ├── tool-zoom-select.png │ │ │ │ │ │ │ ├── view-pages-continuous.png │ │ │ │ │ │ │ ├── view-pages-facing-continuous.png │ │ │ │ │ │ │ ├── view-pages-single.png │ │ │ │ │ │ │ ├── view-presentation.png │ │ │ │ │ │ │ ├── zoom-fit-best.png │ │ │ │ │ │ │ ├── zoom-fit-content-width.png │ │ │ │ │ │ │ ├── zoom-fit-width.png │ │ │ │ │ │ │ ├── zoom-in.png │ │ │ │ │ │ │ ├── zoom-original.png │ │ │ │ │ │ │ └── zoom-out.png │ │ │ │ │ │ └── scalable │ │ │ │ │ │ │ ├── document-open.svg │ │ │ │ │ │ │ ├── tool-magnifier.svg │ │ │ │ │ │ │ ├── tool-measure.svg │ │ │ │ │ │ │ ├── tool-pan-active.svg │ │ │ │ │ │ │ ├── tool-pan.svg │ │ │ │ │ │ │ ├── tool-select-text.svg │ │ │ │ │ │ │ ├── tool-zoom-select.svg │ │ │ │ │ │ │ ├── view-pages-continuous.svg │ │ │ │ │ │ │ ├── view-pages-facing-continuous.svg │ │ │ │ │ │ │ ├── view-pages-single.svg │ │ │ │ │ │ │ ├── view-presentation.svg │ │ │ │ │ │ │ ├── zoom-fit-best.svg │ │ │ │ │ │ │ ├── zoom-fit-content-width.svg │ │ │ │ │ │ │ ├── zoom-fit-width.svg │ │ │ │ │ │ │ ├── zoom-in.svg │ │ │ │ │ │ │ ├── zoom-original.svg │ │ │ │ │ │ │ └── zoom-out.svg │ │ │ │ │ │ ├── apps │ │ │ │ │ │ ├── 512x512 │ │ │ │ │ │ │ └── QtPDF.png │ │ │ │ │ │ └── scalable │ │ │ │ │ │ │ └── QtPDF.svg │ │ │ │ │ │ ├── cursors │ │ │ │ │ │ ├── 32x32 │ │ │ │ │ │ │ ├── tool-magnifier-cursor.png │ │ │ │ │ │ │ ├── zoom-in-cursor.png │ │ │ │ │ │ │ └── zoom-out-cursor.png │ │ │ │ │ │ └── scalable │ │ │ │ │ │ │ ├── tool-magnifier-cursor.svg │ │ │ │ │ │ │ ├── zoom-in-cursor.svg │ │ │ │ │ │ │ └── zoom-out-cursor.svg │ │ │ │ │ │ ├── index.theme │ │ │ │ │ │ └── status │ │ │ │ │ │ ├── 48x48 │ │ │ │ │ │ └── status-locked.png │ │ │ │ │ │ ├── 48x48@2 │ │ │ │ │ │ └── status-locked.png │ │ │ │ │ │ └── scalable │ │ │ │ │ │ └── status-locked.svg │ │ │ │ ├── src │ │ │ │ │ ├── GuidelineEditDialog.cpp │ │ │ │ │ ├── GuidelineEditDialog.h │ │ │ │ │ ├── GuidelineEditDialog.ui │ │ │ │ │ ├── InfoWidgets.cpp │ │ │ │ │ ├── InfoWidgets.h │ │ │ │ │ ├── PDFActions.cpp │ │ │ │ │ ├── PDFActions.h │ │ │ │ │ ├── PDFAnnotations.cpp │ │ │ │ │ ├── PDFAnnotations.h │ │ │ │ │ ├── PDFBackend.cpp │ │ │ │ │ ├── PDFBackend.h │ │ │ │ │ ├── PDFDocumentScene.cpp │ │ │ │ │ ├── PDFDocumentScene.h │ │ │ │ │ ├── PDFDocumentTools.cpp │ │ │ │ │ ├── PDFDocumentTools.h │ │ │ │ │ ├── PDFDocumentView.cpp │ │ │ │ │ ├── PDFDocumentView.h │ │ │ │ │ ├── PDFDocumentWidget.cpp │ │ │ │ │ ├── PDFDocumentWidget.h │ │ │ │ │ ├── PDFFontDescriptor.cpp │ │ │ │ │ ├── PDFFontDescriptor.h │ │ │ │ │ ├── PDFFontInfo.h │ │ │ │ │ ├── PDFGuideline.cpp │ │ │ │ │ ├── PDFGuideline.h │ │ │ │ │ ├── PDFPageCache.cpp │ │ │ │ │ ├── PDFPageCache.h │ │ │ │ │ ├── PDFPageLayout.cpp │ │ │ │ │ ├── PDFPageLayout.h │ │ │ │ │ ├── PDFPageProcessingThread.cpp │ │ │ │ │ ├── PDFPageProcessingThread.h │ │ │ │ │ ├── PDFPageTile.cpp │ │ │ │ │ ├── PDFPageTile.h │ │ │ │ │ ├── PDFRuler.cpp │ │ │ │ │ ├── PDFRuler.h │ │ │ │ │ ├── PDFSearcher.cpp │ │ │ │ │ ├── PDFSearcher.h │ │ │ │ │ ├── PDFToC.cpp │ │ │ │ │ ├── PDFToC.h │ │ │ │ │ ├── PDFTransitions.cpp │ │ │ │ │ ├── PDFTransitions.h │ │ │ │ │ ├── PaperSizes.cpp │ │ │ │ │ ├── PaperSizes.h │ │ │ │ │ ├── PhysicalUnits.h │ │ │ │ │ └── backends │ │ │ │ │ │ ├── MuPDFBackend.cpp │ │ │ │ │ │ ├── MuPDFBackend.h │ │ │ │ │ │ ├── PopplerQtBackend.cpp │ │ │ │ │ │ └── PopplerQtBackend.h │ │ │ │ └── trans │ │ │ │ │ ├── QtPDF_af.ts │ │ │ │ │ ├── QtPDF_ar.ts │ │ │ │ │ ├── QtPDF_ca.ts │ │ │ │ │ ├── QtPDF_cs.ts │ │ │ │ │ ├── QtPDF_de.ts │ │ │ │ │ ├── QtPDF_es.ts │ │ │ │ │ ├── QtPDF_fa.ts │ │ │ │ │ ├── QtPDF_fo.ts │ │ │ │ │ ├── QtPDF_fr.ts │ │ │ │ │ ├── QtPDF_it.ts │ │ │ │ │ ├── QtPDF_ja.ts │ │ │ │ │ ├── QtPDF_ko.ts │ │ │ │ │ ├── QtPDF_nl.ts │ │ │ │ │ ├── QtPDF_nn.ts │ │ │ │ │ ├── QtPDF_pl.ts │ │ │ │ │ ├── QtPDF_pt_BR.ts │ │ │ │ │ ├── QtPDF_ru.ts │ │ │ │ │ ├── QtPDF_sl.ts │ │ │ │ │ ├── QtPDF_tr.ts │ │ │ │ │ └── QtPDF_zh_CN.ts │ │ │ └── synctex │ │ │ │ ├── synctex_parser.c │ │ │ │ ├── synctex_parser.h │ │ │ │ ├── synctex_parser_advanced.h │ │ │ │ ├── synctex_parser_utils.c │ │ │ │ ├── synctex_parser_utils.h │ │ │ │ ├── synctex_parser_version.txt │ │ │ │ └── synctex_version.h │ │ ├── plugins-src │ │ │ ├── TWLuaPlugin │ │ │ │ ├── LuaScript.cpp │ │ │ │ ├── LuaScript.h │ │ │ │ ├── LuaScriptInterface.cpp │ │ │ │ └── LuaScriptInterface.h │ │ │ └── TWPythonPlugin │ │ │ │ ├── PythonScript.cpp │ │ │ │ ├── PythonScript.h │ │ │ │ ├── PythonScriptInterface.cpp │ │ │ │ └── PythonScriptInterface.h │ │ ├── res │ │ │ ├── icon-blender │ │ │ │ └── tw-logo-blender-v10.blend │ │ │ ├── icons │ │ │ │ └── tango-texworks │ │ │ │ │ ├── actions │ │ │ │ │ ├── 32x32 │ │ │ │ │ │ ├── document-new.png │ │ │ │ │ │ ├── document-open.png │ │ │ │ │ │ ├── document-save.png │ │ │ │ │ │ ├── edit-copy.png │ │ │ │ │ │ ├── edit-cut.png │ │ │ │ │ │ ├── edit-find-replace.png │ │ │ │ │ │ ├── edit-find.png │ │ │ │ │ │ ├── edit-paste.png │ │ │ │ │ │ ├── edit-redo.png │ │ │ │ │ │ ├── edit-undo.png │ │ │ │ │ │ ├── format-indent-less.png │ │ │ │ │ │ ├── format-indent-more.png │ │ │ │ │ │ ├── go-down.png │ │ │ │ │ │ ├── go-first.png │ │ │ │ │ │ ├── go-jump.png │ │ │ │ │ │ ├── go-last.png │ │ │ │ │ │ ├── go-next.png │ │ │ │ │ │ ├── go-previous.png │ │ │ │ │ │ ├── go-up.png │ │ │ │ │ │ ├── list-add.png │ │ │ │ │ │ ├── list-remove.png │ │ │ │ │ │ ├── process-start.png │ │ │ │ │ │ └── process-stop.png │ │ │ │ │ ├── 32x32@2 │ │ │ │ │ │ ├── document-new.png │ │ │ │ │ │ ├── document-open.png │ │ │ │ │ │ ├── document-save.png │ │ │ │ │ │ ├── edit-copy.png │ │ │ │ │ │ ├── edit-cut.png │ │ │ │ │ │ ├── edit-find-replace.png │ │ │ │ │ │ ├── edit-find.png │ │ │ │ │ │ ├── edit-paste.png │ │ │ │ │ │ ├── edit-redo.png │ │ │ │ │ │ ├── edit-undo.png │ │ │ │ │ │ ├── format-indent-less.png │ │ │ │ │ │ ├── format-indent-more.png │ │ │ │ │ │ ├── go-down.png │ │ │ │ │ │ ├── go-first.png │ │ │ │ │ │ ├── go-jump.png │ │ │ │ │ │ ├── go-last.png │ │ │ │ │ │ ├── go-next.png │ │ │ │ │ │ ├── go-previous.png │ │ │ │ │ │ ├── go-up.png │ │ │ │ │ │ ├── list-add.png │ │ │ │ │ │ ├── list-remove.png │ │ │ │ │ │ ├── process-start.png │ │ │ │ │ │ └── process-stop.png │ │ │ │ │ └── scalable │ │ │ │ │ │ ├── document-new.svg │ │ │ │ │ │ ├── document-open.svg │ │ │ │ │ │ ├── document-save.svg │ │ │ │ │ │ ├── edit-copy.svg │ │ │ │ │ │ ├── edit-cut.svg │ │ │ │ │ │ ├── edit-find-replace.svg │ │ │ │ │ │ ├── edit-find.svg │ │ │ │ │ │ ├── edit-paste.svg │ │ │ │ │ │ ├── edit-redo.svg │ │ │ │ │ │ ├── edit-undo.svg │ │ │ │ │ │ ├── format-indent-less.svg │ │ │ │ │ │ ├── format-indent-more.svg │ │ │ │ │ │ ├── go-down.svg │ │ │ │ │ │ ├── go-first.svg │ │ │ │ │ │ ├── go-jump.svg │ │ │ │ │ │ ├── go-last.svg │ │ │ │ │ │ ├── go-next.svg │ │ │ │ │ │ ├── go-previous.svg │ │ │ │ │ │ ├── go-up.svg │ │ │ │ │ │ ├── list-add.svg │ │ │ │ │ │ ├── list-remove.svg │ │ │ │ │ │ ├── process-start.svg │ │ │ │ │ │ └── process-stop.svg │ │ │ │ │ ├── categories │ │ │ │ │ ├── 32x32 │ │ │ │ │ │ └── preferences-system.png │ │ │ │ │ ├── 32x32@2 │ │ │ │ │ │ └── preferences-system.png │ │ │ │ │ └── scalable │ │ │ │ │ │ └── preferences-system.svg │ │ │ │ │ └── index.theme │ │ │ ├── images │ │ │ │ ├── TeXworks-128.png │ │ │ │ ├── TeXworks-48.png │ │ │ │ ├── TeXworks-64.png │ │ │ │ ├── TeXworks-doc-128.png │ │ │ │ ├── TeXworks-doc-48.png │ │ │ │ ├── TeXworks-doc.ico │ │ │ │ ├── TeXworks-doc.png │ │ │ │ ├── TeXworks-setup.ico │ │ │ │ ├── TeXworks-small.bmp │ │ │ │ ├── TeXworks.ico │ │ │ │ └── TeXworks.png │ │ │ ├── resfiles.qrc │ │ │ ├── resfiles │ │ │ │ ├── completion │ │ │ │ │ ├── tw-basic.txt │ │ │ │ │ ├── tw-beamer.txt │ │ │ │ │ ├── tw-context.txt │ │ │ │ │ ├── tw-latex-pkg.txt │ │ │ │ │ └── tw-latex.txt │ │ │ │ ├── configuration │ │ │ │ │ ├── auto-indent-patterns.txt │ │ │ │ │ ├── delimiter-pairs.txt │ │ │ │ │ ├── smart-quotes-modes.txt │ │ │ │ │ ├── syntax-patterns.txt │ │ │ │ │ ├── tag-patterns.txt │ │ │ │ │ └── texworks-config.txt │ │ │ │ ├── scripts │ │ │ │ │ ├── ConTeXt styles │ │ │ │ │ │ ├── makeBold.lua │ │ │ │ │ │ ├── makeEmph.lua │ │ │ │ │ │ └── makeFigure.lua │ │ │ │ │ ├── Hooks │ │ │ │ │ │ ├── babelLanguage.js │ │ │ │ │ │ └── logParser.js │ │ │ │ │ ├── LaTeX styles │ │ │ │ │ │ ├── toggleBold.js │ │ │ │ │ │ └── toggleEmph.js │ │ │ │ │ ├── Text transforms │ │ │ │ │ │ └── titlecase.js │ │ │ │ │ ├── launchPdf.js │ │ │ │ │ ├── makeBold.lua │ │ │ │ │ ├── makeBold.py │ │ │ │ │ └── system.js │ │ │ │ └── templates │ │ │ │ │ ├── Basic LaTeX documents │ │ │ │ │ ├── article.tex │ │ │ │ │ └── letter.tex │ │ │ │ │ ├── Beamer presentations │ │ │ │ │ ├── conference-ornate-20min.en.tex │ │ │ │ │ ├── generic-ornate-15min-45min.en.tex │ │ │ │ │ └── speaker_introduction-ornate-2min.en.tex │ │ │ │ │ ├── More LaTeX classes │ │ │ │ │ ├── KOMA-letter.tex │ │ │ │ │ └── memoir.tex │ │ │ │ │ └── XeLaTeX documents │ │ │ │ │ └── article-fontspec.tex │ │ │ └── resources.qrc │ │ ├── src │ │ │ ├── BibTeXFile.cpp │ │ │ ├── BibTeXFile.h │ │ │ ├── CitationSelectDialog.cpp │ │ │ ├── CitationSelectDialog.h │ │ │ ├── CitationSelectDialog.ui │ │ │ ├── CompletingEdit.cpp │ │ │ ├── CompletingEdit.h │ │ │ ├── CompletingEdit.ui │ │ │ ├── DefaultPrefs.h │ │ │ ├── Engine.cpp │ │ │ ├── Engine.h │ │ │ ├── Find.ui │ │ │ ├── FindDialog.cpp │ │ │ ├── FindDialog.h │ │ │ ├── HardWrapDialog.cpp │ │ │ ├── HardWrapDialog.h │ │ │ ├── HardWrapDialog.ui │ │ │ ├── InterProcessCommunicator.h │ │ │ ├── InterProcessCommunicatorDBus.cpp │ │ │ ├── InterProcessCommunicatorDummy.cpp │ │ │ ├── InterProcessCommunicatorWin.cpp │ │ │ ├── PDFDocumentWindow.cpp │ │ │ ├── PDFDocumentWindow.h │ │ │ ├── PDFDocumentWindow.ui │ │ │ ├── PDFFind.ui │ │ │ ├── PrefsDialog.cpp │ │ │ ├── PrefsDialog.h │ │ │ ├── PrefsDialog.ui │ │ │ ├── Replace.ui │ │ │ ├── ResourcesDialog.cpp │ │ │ ├── ResourcesDialog.h │ │ │ ├── ResourcesDialog.ui │ │ │ ├── ScriptManagerWidget.cpp │ │ │ ├── ScriptManagerWidget.h │ │ │ ├── ScriptManagerWidget.ui │ │ │ ├── SearchResults.ui │ │ │ ├── Settings.cpp │ │ │ ├── Settings.h │ │ │ ├── TWApp.cpp │ │ │ ├── TWApp.h │ │ │ ├── TWScriptManager.cpp │ │ │ ├── TWScriptManager.h │ │ │ ├── TWScriptableWindow.cpp │ │ │ ├── TWScriptableWindow.h │ │ │ ├── TWSynchronizer.cpp │ │ │ ├── TWSynchronizer.h │ │ │ ├── TWUtils.cpp │ │ │ ├── TWUtils.h │ │ │ ├── TWVersion.h │ │ │ ├── TeXDocks.cpp │ │ │ ├── TeXDocks.h │ │ │ ├── TeXDocumentWindow.cpp │ │ │ ├── TeXDocumentWindow.h │ │ │ ├── TeXDocumentWindow.ui │ │ │ ├── TeXHighlighter.cpp │ │ │ ├── TeXHighlighter.h │ │ │ ├── TemplateDialog.cpp │ │ │ ├── TemplateDialog.h │ │ │ ├── TemplateDialog.ui │ │ │ ├── ToolConfig.ui │ │ │ ├── document │ │ │ │ ├── Document.cpp │ │ │ │ ├── Document.h │ │ │ │ ├── SpellChecker.cpp │ │ │ │ ├── SpellChecker.h │ │ │ │ ├── TeXDocument.cpp │ │ │ │ ├── TeXDocument.h │ │ │ │ ├── TextDocument.cpp │ │ │ │ └── TextDocument.h │ │ │ ├── main.cpp │ │ │ ├── scripting │ │ │ │ ├── ECMAScript.cpp │ │ │ │ ├── ECMAScript.h │ │ │ │ ├── ECMAScriptInterface.cpp │ │ │ │ ├── ECMAScriptInterface.h │ │ │ │ ├── JSScript.cpp │ │ │ │ ├── JSScript.h │ │ │ │ ├── JSScriptInterface.cpp │ │ │ │ ├── JSScriptInterface.h │ │ │ │ ├── Script.cpp │ │ │ │ ├── Script.h │ │ │ │ ├── ScriptAPI.cpp │ │ │ │ ├── ScriptAPI.h │ │ │ │ ├── ScriptAPIInterface.h │ │ │ │ ├── ScriptLanguageInterface.h │ │ │ │ ├── ScriptObject.cpp │ │ │ │ └── ScriptObject.h │ │ │ ├── ui │ │ │ │ ├── ClickableLabel.cpp │ │ │ │ ├── ClickableLabel.h │ │ │ │ ├── ClosableTabWidget.cpp │ │ │ │ ├── ClosableTabWidget.h │ │ │ │ ├── ColorButton.cpp │ │ │ │ ├── ColorButton.h │ │ │ │ ├── ConsoleWidget.cpp │ │ │ │ ├── ConsoleWidget.h │ │ │ │ ├── LineNumberWidget.cpp │ │ │ │ ├── LineNumberWidget.h │ │ │ │ ├── ListSelectDialog.cpp │ │ │ │ ├── ListSelectDialog.h │ │ │ │ ├── ListSelectDialog.ui │ │ │ │ ├── RemoveAuxFilesDialog.cpp │ │ │ │ ├── RemoveAuxFilesDialog.h │ │ │ │ ├── ScreenCalibrationWidget.cpp │ │ │ │ └── ScreenCalibrationWidget.h │ │ │ └── utils │ │ │ │ ├── CmdKeyFilter.cpp │ │ │ │ ├── CmdKeyFilter.h │ │ │ │ ├── CommandlineParser.cpp │ │ │ │ ├── CommandlineParser.h │ │ │ │ ├── FileVersionDatabase.cpp │ │ │ │ ├── FileVersionDatabase.h │ │ │ │ ├── FullscreenManager.cpp │ │ │ │ ├── FullscreenManager.h │ │ │ │ ├── IniConfig.h │ │ │ │ ├── OSVersionInfo_mac.mm │ │ │ │ ├── ResourcesLibrary.cpp │ │ │ │ ├── ResourcesLibrary.h │ │ │ │ ├── SystemCommand.cpp │ │ │ │ ├── SystemCommand.h │ │ │ │ ├── TextCodecs.cpp │ │ │ │ ├── TextCodecs.h │ │ │ │ ├── TypesetManager.cpp │ │ │ │ ├── TypesetManager.h │ │ │ │ ├── VersionInfo.cpp │ │ │ │ ├── VersionInfo.h │ │ │ │ ├── WindowManager.cpp │ │ │ │ └── WindowManager.h │ │ └── trans │ │ │ ├── TeXworks_af.ts │ │ │ ├── TeXworks_ar.ts │ │ │ ├── TeXworks_ca.ts │ │ │ ├── TeXworks_cs.ts │ │ │ ├── TeXworks_de.ts │ │ │ ├── TeXworks_es.ts │ │ │ ├── TeXworks_fa.ts │ │ │ ├── TeXworks_fo.ts │ │ │ ├── TeXworks_fr.ts │ │ │ ├── TeXworks_it.ts │ │ │ ├── TeXworks_ja.ts │ │ │ ├── TeXworks_ko.ts │ │ │ ├── TeXworks_nl.ts │ │ │ ├── TeXworks_nn.ts │ │ │ ├── TeXworks_pl.ts │ │ │ ├── TeXworks_pt_BR.ts │ │ │ ├── TeXworks_ru.ts │ │ │ ├── TeXworks_sl.ts │ │ │ ├── TeXworks_tr.ts │ │ │ ├── TeXworks_zh_CN.ts │ │ │ └── qt │ │ │ ├── qt_ar.ts │ │ │ ├── qt_ca.ts │ │ │ ├── qt_cs.ts │ │ │ ├── qt_de.ts │ │ │ ├── qt_es.ts │ │ │ ├── qt_fa.ts │ │ │ ├── qt_fr.ts │ │ │ ├── qt_it.ts │ │ │ ├── qt_ja.ts │ │ │ ├── qt_ko.ts │ │ │ ├── qt_nl.ts │ │ │ ├── qt_pl.ts │ │ │ ├── qt_pt_BR.ts │ │ │ ├── qt_ru.ts │ │ │ ├── qt_sl.ts │ │ │ ├── qt_tr.ts │ │ │ ├── qt_zh_CN.ts │ │ │ ├── qtbase_ca.ts │ │ │ ├── qtbase_cs.ts │ │ │ ├── qtbase_de.ts │ │ │ ├── qtbase_fr.ts │ │ │ ├── qtbase_it.ts │ │ │ ├── qtbase_ja.ts │ │ │ ├── qtbase_ko.ts │ │ │ ├── qtbase_pl.ts │ │ │ ├── qtbase_ru.ts │ │ │ ├── qtmultimedia_ca.ts │ │ │ ├── qtmultimedia_cs.ts │ │ │ ├── qtmultimedia_de.ts │ │ │ ├── qtmultimedia_fr.ts │ │ │ ├── qtmultimedia_it.ts │ │ │ ├── qtmultimedia_ja.ts │ │ │ ├── qtmultimedia_ko.ts │ │ │ ├── qtmultimedia_pl.ts │ │ │ ├── qtmultimedia_ru.ts │ │ │ ├── qtquick1_ca.ts │ │ │ ├── qtquick1_cs.ts │ │ │ ├── qtquick1_de.ts │ │ │ ├── qtquick1_fr.ts │ │ │ ├── qtquick1_it.ts │ │ │ ├── qtquick1_ja.ts │ │ │ ├── qtquick1_ko.ts │ │ │ ├── qtquick1_pl.ts │ │ │ ├── qtquick1_ru.ts │ │ │ ├── qtscript_ca.ts │ │ │ ├── qtscript_cs.ts │ │ │ ├── qtscript_de.ts │ │ │ ├── qtscript_fr.ts │ │ │ ├── qtscript_it.ts │ │ │ ├── qtscript_ja.ts │ │ │ ├── qtscript_ko.ts │ │ │ ├── qtscript_pl.ts │ │ │ ├── qtscript_ru.ts │ │ │ ├── qtxmlpatterns_ca.ts │ │ │ ├── qtxmlpatterns_cs.ts │ │ │ ├── qtxmlpatterns_de.ts │ │ │ ├── qtxmlpatterns_fr.ts │ │ │ ├── qtxmlpatterns_it.ts │ │ │ ├── qtxmlpatterns_ja.ts │ │ │ ├── qtxmlpatterns_ko.ts │ │ │ ├── qtxmlpatterns_pl.ts │ │ │ └── qtxmlpatterns_ru.ts │ │ └── version.cmake ├── FontUtilities │ ├── cjkutils │ │ ├── CMakeLists.txt │ │ ├── bg5conv-version.h │ │ ├── bg5conv.rc │ │ ├── cef5conv-version.h │ │ ├── cef5conv.rc │ │ ├── cefconv-version.h │ │ ├── cefconv.rc │ │ ├── cefsconv-version.h │ │ ├── cefsconv.rc │ │ ├── cjklatex │ │ │ ├── CMakeLists.txt │ │ │ ├── cjklatex-version.h │ │ │ ├── cjklatex.cpp │ │ │ └── cjklatex.rc.in │ │ ├── extconv-version.h │ │ ├── extconv.rc │ │ ├── hbf2gf-miktex.ch │ │ ├── hbf2gf-version.h │ │ ├── hbf2gf.rc │ │ ├── sjisconv-version.h │ │ ├── sjisconv.rc │ │ └── source │ │ │ ├── doc │ │ │ └── COPYING │ │ │ └── utils │ │ │ ├── Bg5conv │ │ │ └── bg5conv.w │ │ │ ├── CEFconv │ │ │ ├── cef5conv.w │ │ │ ├── cefconv.w │ │ │ └── cefsconv.w │ │ │ ├── SJISconv │ │ │ └── sjisconv.w │ │ │ ├── extconv │ │ │ └── extconv.w │ │ │ └── hbf2gf │ │ │ ├── hbf.c │ │ │ ├── hbf.h │ │ │ └── hbf2gf.w │ ├── lcdf-typetools │ │ ├── CMakeLists.txt │ │ ├── autoconf.h.cmake │ │ ├── cfftot1.rc │ │ ├── component.cmake │ │ ├── lcdf-typetools-version.h.in │ │ ├── mmafm.rc │ │ ├── mmpfb.rc │ │ ├── otfinfo.rc │ │ ├── otftotfm.rc │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── cfftot1 │ │ │ │ ├── cfftot1.cc │ │ │ │ ├── maket1font.cc │ │ │ │ └── maket1font.hh │ │ │ ├── include │ │ │ │ ├── config.h │ │ │ │ ├── efont │ │ │ │ │ ├── afm.hh │ │ │ │ │ ├── afmparse.hh │ │ │ │ │ ├── afmw.hh │ │ │ │ │ ├── amfm.hh │ │ │ │ │ ├── cff.hh │ │ │ │ │ ├── encoding.hh │ │ │ │ │ ├── findmet.hh │ │ │ │ │ ├── metrics.hh │ │ │ │ │ ├── otf.hh │ │ │ │ │ ├── otfcmap.hh │ │ │ │ │ ├── otfdata.hh │ │ │ │ │ ├── otfgpos.hh │ │ │ │ │ ├── otfgsub.hh │ │ │ │ │ ├── otfname.hh │ │ │ │ │ ├── otfos2.hh │ │ │ │ │ ├── otfpost.hh │ │ │ │ │ ├── pairop.hh │ │ │ │ │ ├── psres.hh │ │ │ │ │ ├── t1bounds.hh │ │ │ │ │ ├── t1cs.hh │ │ │ │ │ ├── t1csgen.hh │ │ │ │ │ ├── t1font.hh │ │ │ │ │ ├── t1interp.hh │ │ │ │ │ ├── t1item.hh │ │ │ │ │ ├── t1mm.hh │ │ │ │ │ ├── t1rw.hh │ │ │ │ │ ├── t1unparser.hh │ │ │ │ │ ├── ttfcs.hh │ │ │ │ │ ├── ttfhead.hh │ │ │ │ │ └── ttfkern.hh │ │ │ │ └── lcdf │ │ │ │ │ ├── bezier.hh │ │ │ │ │ ├── clp.h │ │ │ │ │ ├── error.hh │ │ │ │ │ ├── filename.hh │ │ │ │ │ ├── globmatch.hh │ │ │ │ │ ├── hashcode.hh │ │ │ │ │ ├── hashmap.cc │ │ │ │ │ ├── hashmap.hh │ │ │ │ │ ├── inttypes.h │ │ │ │ │ ├── landmark.hh │ │ │ │ │ ├── md5.h │ │ │ │ │ ├── permstr.hh │ │ │ │ │ ├── point.hh │ │ │ │ │ ├── slurper.hh │ │ │ │ │ ├── straccum.hh │ │ │ │ │ ├── string.hh │ │ │ │ │ ├── strtonum.h │ │ │ │ │ ├── transform.hh │ │ │ │ │ ├── vector.cc │ │ │ │ │ └── vector.hh │ │ │ ├── libefont │ │ │ │ ├── afm.cc │ │ │ │ ├── afmparse.cc │ │ │ │ ├── afmw.cc │ │ │ │ ├── amfm.cc │ │ │ │ ├── cff.cc │ │ │ │ ├── encoding.cc │ │ │ │ ├── findmet.cc │ │ │ │ ├── metrics.cc │ │ │ │ ├── otf.cc │ │ │ │ ├── otfcmap.cc │ │ │ │ ├── otfdata.cc │ │ │ │ ├── otfdescrip.cc │ │ │ │ ├── otfgpos.cc │ │ │ │ ├── otfgsub.cc │ │ │ │ ├── otfname.cc │ │ │ │ ├── otfos2.cc │ │ │ │ ├── otfpost.cc │ │ │ │ ├── pairop.cc │ │ │ │ ├── psres.cc │ │ │ │ ├── t1bounds.cc │ │ │ │ ├── t1cs.cc │ │ │ │ ├── t1csgen.cc │ │ │ │ ├── t1font.cc │ │ │ │ ├── t1fontskel.cc │ │ │ │ ├── t1interp.cc │ │ │ │ ├── t1item.cc │ │ │ │ ├── t1mm.cc │ │ │ │ ├── t1rw.cc │ │ │ │ ├── t1unparser.cc │ │ │ │ ├── ttfcs.cc │ │ │ │ ├── ttfhead.cc │ │ │ │ └── ttfkern.cc │ │ │ ├── liblcdf │ │ │ │ ├── bezier.cc │ │ │ │ ├── clp.c │ │ │ │ ├── error.cc │ │ │ │ ├── filename.cc │ │ │ │ ├── fixlibc.c │ │ │ │ ├── globmatch.cc │ │ │ │ ├── landmark.cc │ │ │ │ ├── md5.c │ │ │ │ ├── permstr.cc │ │ │ │ ├── point.cc │ │ │ │ ├── slurper.cc │ │ │ │ ├── straccum.cc │ │ │ │ ├── string.cc │ │ │ │ ├── strtonum.c │ │ │ │ ├── transform.cc │ │ │ │ └── vectorv.cc │ │ │ ├── mmafm │ │ │ │ └── main.cc │ │ │ ├── mmpfb │ │ │ │ ├── main.cc │ │ │ │ ├── myfont.cc │ │ │ │ ├── myfont.hh │ │ │ │ ├── t1minimize.cc │ │ │ │ ├── t1minimize.hh │ │ │ │ ├── t1rewrit.cc │ │ │ │ └── t1rewrit.hh │ │ │ ├── otfinfo │ │ │ │ └── otfinfo.cc │ │ │ ├── otftotfm │ │ │ │ ├── automatic.cc │ │ │ │ ├── automatic.hh │ │ │ │ ├── dvipsencoding.cc │ │ │ │ ├── dvipsencoding.hh │ │ │ │ ├── glyphfilter.cc │ │ │ │ ├── glyphfilter.hh │ │ │ │ ├── kpseinterface.c │ │ │ │ ├── kpseinterface.h │ │ │ │ ├── metrics.cc │ │ │ │ ├── metrics.hh │ │ │ │ ├── otftotfm.cc │ │ │ │ ├── otftotfm.hh │ │ │ │ ├── secondary.cc │ │ │ │ ├── secondary.hh │ │ │ │ ├── setting.hh │ │ │ │ ├── uniprop.cc │ │ │ │ ├── uniprop.hh │ │ │ │ ├── util.cc │ │ │ │ └── util.hh │ │ │ ├── t1dotlessj │ │ │ │ └── t1dotlessj.cc │ │ │ ├── t1lint │ │ │ │ ├── cscheck.cc │ │ │ │ ├── cscheck.hh │ │ │ │ └── t1lint.cc │ │ │ ├── t1rawafm │ │ │ │ └── t1rawafm.cc │ │ │ ├── t1reencode │ │ │ │ ├── t1reencode.cc │ │ │ │ ├── util.cc │ │ │ │ └── util.hh │ │ │ ├── t1testpage │ │ │ │ └── t1testpage.cc │ │ │ └── ttftotype42 │ │ │ │ └── ttftotype42.cc │ │ ├── t1dotlessj.rc │ │ ├── t1lint.rc │ │ ├── t1rawafm.rc │ │ ├── t1reencode.rc │ │ ├── t1testpage.rc │ │ ├── ttftotype42.rc │ │ └── version.cmake │ ├── ps2pk │ │ ├── CMakeLists.txt │ │ ├── c-auto.h.cmake │ │ ├── pk2bm.rc │ │ ├── ps2pk-version.h │ │ ├── ps2pk.rc │ │ └── source │ │ │ ├── README │ │ │ ├── Xstuff.h │ │ │ ├── arith.c │ │ │ ├── arith.h │ │ │ ├── basename.c │ │ │ ├── basics.c │ │ │ ├── basics.h │ │ │ ├── blues.h │ │ │ ├── bstring.c │ │ │ ├── cluts.h │ │ │ ├── curves.c │ │ │ ├── curves.h │ │ │ ├── digit.h │ │ │ ├── encoding.c │ │ │ ├── ffilest.h │ │ │ ├── filenames.c │ │ │ ├── filenames.h │ │ │ ├── flisearch.c │ │ │ ├── font.h │ │ │ ├── fontfcn.c │ │ │ ├── fontfcn.h │ │ │ ├── fontfile.h │ │ │ ├── fontmisc.h │ │ │ ├── fonts.h │ │ │ ├── fontstruct.h │ │ │ ├── fontxlfd.h │ │ │ ├── fsmasks.h │ │ │ ├── hdigit.h │ │ │ ├── hints.c │ │ │ ├── hints.h │ │ │ ├── lines.c │ │ │ ├── lines.h │ │ │ ├── mag.c │ │ │ ├── objects.c │ │ │ ├── objects.h │ │ │ ├── paths.c │ │ │ ├── paths.h │ │ │ ├── pfb2pfa.c │ │ │ ├── pictures.h │ │ │ ├── pk2bm.c │ │ │ ├── pkin.c │ │ │ ├── pkin.h │ │ │ ├── pkout.c │ │ │ ├── pkout.h │ │ │ ├── protos.h │ │ │ ├── ps2pk.c │ │ │ ├── psearch.c │ │ │ ├── psearch.h │ │ │ ├── regions.c │ │ │ ├── regions.h │ │ │ ├── scanfont.c │ │ │ ├── sexpr.c │ │ │ ├── spaces.c │ │ │ ├── spaces.h │ │ │ ├── strexpr.c │ │ │ ├── strexpr.h │ │ │ ├── strokes.h │ │ │ ├── t1funcs.c │ │ │ ├── t1hdigit.h │ │ │ ├── t1imager.h │ │ │ ├── t1info.c │ │ │ ├── t1intf.h │ │ │ ├── t1io.c │ │ │ ├── t1snap.c │ │ │ ├── t1stdio.h │ │ │ ├── t1stub.c │ │ │ ├── texfiles.c │ │ │ ├── texfiles.h │ │ │ ├── token.c │ │ │ ├── token.h │ │ │ ├── tokst.h │ │ │ ├── trig.h │ │ │ ├── type1.c │ │ │ ├── types.h │ │ │ ├── util.c │ │ │ └── util.h │ └── ttf2pk2 │ │ ├── CMakeLists.txt │ │ ├── config.h.cmake │ │ ├── source │ │ ├── case.c │ │ ├── case.h │ │ ├── emdir.c │ │ ├── emdir.h │ │ ├── emtexdir.c │ │ ├── emtexdir.h │ │ ├── errormsg.c │ │ ├── errormsg.h │ │ ├── filesrch.c │ │ ├── filesrch.h │ │ ├── ftlib.c │ │ ├── ftlib.h │ │ ├── ligkern.c │ │ ├── ligkern.h │ │ ├── newobj.c │ │ ├── newobj.h │ │ ├── parse.c │ │ ├── parse.h │ │ ├── pklib.c │ │ ├── pklib.h │ │ ├── subfont.c │ │ ├── subfont.h │ │ ├── texenc.c │ │ ├── texenc.h │ │ ├── tfmaux.c │ │ ├── tfmaux.h │ │ ├── ttf2pk.c │ │ ├── ttf2tfm.c │ │ ├── ttf2tfm.h │ │ ├── ttfaux.c │ │ ├── ttfaux.h │ │ ├── ttfenc.c │ │ ├── ttfenc.h │ │ ├── ttflib.c │ │ ├── ttflib.h │ │ ├── vplaux.c │ │ └── vplaux.h │ │ ├── ttf2pk-version.h │ │ ├── ttf2pk.rc │ │ ├── ttf2tfm-version.h │ │ └── ttf2tfm.rc ├── Generators │ └── patgen │ │ ├── CMakeLists.txt │ │ ├── patgen-miktex.ch │ │ ├── patgen-miktex.h │ │ ├── patgen-version.h │ │ ├── patget.rc.in │ │ └── source │ │ └── patgen.web ├── GraphicsUtilities │ ├── asymptote │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── miktex-asy-version.h.in │ │ ├── miktex │ │ │ ├── InProcPipe.h │ │ │ ├── PipeStream.cpp │ │ │ ├── PipeStream.h │ │ │ ├── asy-first.h │ │ │ ├── asy.cpp │ │ │ └── asy.h │ │ ├── primitives.h │ │ ├── source │ │ │ ├── Delaunay.cc │ │ │ ├── Delaunay.h │ │ │ ├── EXRFiles.cc │ │ │ ├── EXRFiles.h │ │ │ ├── GL │ │ │ │ ├── glew.c │ │ │ │ ├── glew.h │ │ │ │ ├── glxew.h │ │ │ │ └── wglew.h │ │ │ ├── GLTextures.cc │ │ │ ├── GLTextures.h │ │ │ ├── LICENSE │ │ │ ├── LICENSE.LESSER │ │ │ ├── LspCpp │ │ │ │ └── include │ │ │ │ │ └── LibLsp │ │ │ │ │ ├── JsonRpc │ │ │ │ │ ├── Cancellation.h │ │ │ │ │ ├── Condition.h │ │ │ │ │ ├── Context.h │ │ │ │ │ ├── Endpoint.h │ │ │ │ │ ├── GCThreadContext.h │ │ │ │ │ ├── MessageIssue.h │ │ │ │ │ ├── MessageJsonHandler.h │ │ │ │ │ ├── MessageProducer.h │ │ │ │ │ ├── NotificationInMessage.h │ │ │ │ │ ├── RemoteEndPoint.h │ │ │ │ │ ├── RequestInMessage.h │ │ │ │ │ ├── ScopeExit.h │ │ │ │ │ ├── StreamMessageProducer.h │ │ │ │ │ ├── TcpServer.h │ │ │ │ │ ├── WebSocketServer.h │ │ │ │ │ ├── future.h │ │ │ │ │ ├── json.h │ │ │ │ │ ├── lsRequestId.h │ │ │ │ │ ├── lsResponseMessage.h │ │ │ │ │ ├── macro_map.h │ │ │ │ │ ├── message.h │ │ │ │ │ ├── optionalVersion.h │ │ │ │ │ ├── serializer.h │ │ │ │ │ ├── stream.h │ │ │ │ │ ├── threaded_queue.h │ │ │ │ │ └── traits.h │ │ │ │ │ └── lsp │ │ │ │ │ ├── AbsolutePath.h │ │ │ │ │ ├── ClientPreferences.h │ │ │ │ │ ├── CodeActionParams.h │ │ │ │ │ ├── Directory.h │ │ │ │ │ ├── ExecuteCommandParams.h │ │ │ │ │ ├── IProgressMonitor.h │ │ │ │ │ ├── Markup │ │ │ │ │ ├── Markup.h │ │ │ │ │ └── string_ref.h │ │ │ │ │ ├── ParentProcessWatcher.h │ │ │ │ │ ├── ProcessIoService.h │ │ │ │ │ ├── ProtocolJsonHandler.h │ │ │ │ │ ├── ResourceOperation.h │ │ │ │ │ ├── SimpleTimer.h │ │ │ │ │ ├── client │ │ │ │ │ ├── registerCapability.h │ │ │ │ │ └── unregisterCapability.h │ │ │ │ │ ├── extention │ │ │ │ │ ├── jdtls │ │ │ │ │ │ ├── Move.h │ │ │ │ │ │ ├── OverridableMethod.h │ │ │ │ │ │ ├── WorkspaceSymbolParams.h │ │ │ │ │ │ ├── addOverridableMethods.h │ │ │ │ │ │ ├── buildWorkspace.h │ │ │ │ │ │ ├── checkConstructorsStatus.h │ │ │ │ │ │ ├── checkDelegateMethodsStatus.h │ │ │ │ │ │ ├── checkHashCodeEqualsStatus.h │ │ │ │ │ │ ├── checkToStringStatus.h │ │ │ │ │ │ ├── classFileContents.h │ │ │ │ │ │ ├── codeActionResult.h │ │ │ │ │ │ ├── executeCommand.h │ │ │ │ │ │ ├── findLinks.h │ │ │ │ │ │ ├── generateAccessors.h │ │ │ │ │ │ ├── generateConstructors.h │ │ │ │ │ │ ├── generateDelegateMethods.h │ │ │ │ │ │ ├── generateHashCodeEquals.h │ │ │ │ │ │ ├── generateToString.h │ │ │ │ │ │ ├── getMoveDestinations.h │ │ │ │ │ │ ├── getRefactorEdit.h │ │ │ │ │ │ ├── listOverridableMethods.h │ │ │ │ │ │ ├── organizeImports.h │ │ │ │ │ │ ├── projectConfigurationUpdate.h │ │ │ │ │ │ ├── resolveUnimplementedAccessors.h │ │ │ │ │ │ └── searchSymbols.h │ │ │ │ │ └── sonarlint │ │ │ │ │ │ └── protocol.h │ │ │ │ │ ├── general │ │ │ │ │ ├── InitializeParams.h │ │ │ │ │ ├── exit.h │ │ │ │ │ ├── initialize.h │ │ │ │ │ ├── initialized.h │ │ │ │ │ ├── lsClientCapabilities.h │ │ │ │ │ ├── lsServerCapabilities.h │ │ │ │ │ ├── lsTextDocumentClientCapabilities.h │ │ │ │ │ ├── lsWorkspaceClientCapabilites.h │ │ │ │ │ ├── progress.h │ │ │ │ │ └── shutdown.h │ │ │ │ │ ├── language │ │ │ │ │ └── language.h │ │ │ │ │ ├── location_type.h │ │ │ │ │ ├── lru_cache.h │ │ │ │ │ ├── lsAny.h │ │ │ │ │ ├── lsCodeAction.h │ │ │ │ │ ├── lsCommand.h │ │ │ │ │ ├── lsDocumentUri.h │ │ │ │ │ ├── lsFormattingOptions.h │ │ │ │ │ ├── lsMarkedString.h │ │ │ │ │ ├── lsPosition.h │ │ │ │ │ ├── lsRange.h │ │ │ │ │ ├── lsResponseError.h │ │ │ │ │ ├── lsTextDocumentEdit.h │ │ │ │ │ ├── lsTextDocumentIdentifier.h │ │ │ │ │ ├── lsTextDocumentItem.h │ │ │ │ │ ├── lsTextDocumentPositionParams.h │ │ │ │ │ ├── lsTextEdit.h │ │ │ │ │ ├── lsVersionedTextDocumentIdentifier.h │ │ │ │ │ ├── lsWorkspaceEdit.h │ │ │ │ │ ├── lsp_code_action.h │ │ │ │ │ ├── lsp_completion.h │ │ │ │ │ ├── lsp_diagnostic.h │ │ │ │ │ ├── method_type.h │ │ │ │ │ ├── out_list.h │ │ │ │ │ ├── symbol.h │ │ │ │ │ ├── textDocument │ │ │ │ │ ├── SemanticTokens.h │ │ │ │ │ ├── callHierarchy.h │ │ │ │ │ ├── code_action.h │ │ │ │ │ ├── code_lens.h │ │ │ │ │ ├── colorPresentation.h │ │ │ │ │ ├── completion.h │ │ │ │ │ ├── declaration_definition.h │ │ │ │ │ ├── didRenameFiles.h │ │ │ │ │ ├── did_change.h │ │ │ │ │ ├── did_close.h │ │ │ │ │ ├── did_open.h │ │ │ │ │ ├── did_save.h │ │ │ │ │ ├── documentColor.h │ │ │ │ │ ├── document_link.h │ │ │ │ │ ├── document_symbol.h │ │ │ │ │ ├── foldingRange.h │ │ │ │ │ ├── formatting.h │ │ │ │ │ ├── highlight.h │ │ │ │ │ ├── hover.h │ │ │ │ │ ├── implementation.h │ │ │ │ │ ├── linkedEditingRange.h │ │ │ │ │ ├── onTypeFormatting.h │ │ │ │ │ ├── prepareRename.h │ │ │ │ │ ├── publishDiagnostics.h │ │ │ │ │ ├── range_formatting.h │ │ │ │ │ ├── references.h │ │ │ │ │ ├── rename.h │ │ │ │ │ ├── resolveCodeLens.h │ │ │ │ │ ├── resolveCompletionItem.h │ │ │ │ │ ├── resolveTypeHierarchy.h │ │ │ │ │ ├── selectionRange.h │ │ │ │ │ ├── semanticHighlighting.h │ │ │ │ │ ├── signature_help.h │ │ │ │ │ ├── typeHierarchy.h │ │ │ │ │ ├── type_definition.h │ │ │ │ │ └── willSave.h │ │ │ │ │ ├── utils.h │ │ │ │ │ ├── windows │ │ │ │ │ └── MessageNotify.h │ │ │ │ │ ├── working_files.h │ │ │ │ │ └── workspace │ │ │ │ │ ├── applyEdit.h │ │ │ │ │ ├── configuration.h │ │ │ │ │ ├── didChangeWorkspaceFolders.h │ │ │ │ │ ├── did_change_configuration.h │ │ │ │ │ ├── did_change_watched_files.h │ │ │ │ │ ├── execute_command.h │ │ │ │ │ ├── symbol.h │ │ │ │ │ └── workspaceFolders.h │ │ │ ├── abs3doutfile.h │ │ │ ├── absyn.cc │ │ │ ├── absyn.h │ │ │ ├── access.cc │ │ │ ├── access.h │ │ │ ├── align.h │ │ │ ├── angle.h │ │ │ ├── application.cc │ │ │ ├── application.h │ │ │ ├── array.cc │ │ │ ├── array.h │ │ │ ├── arrayop.h │ │ │ ├── asy.ico │ │ │ ├── bbox.h │ │ │ ├── bbox3.h │ │ │ ├── beziercurve.cc │ │ │ ├── beziercurve.h │ │ │ ├── bezierpatch.cc │ │ │ ├── bezierpatch.h │ │ │ ├── builtin.cc │ │ │ ├── builtin.h │ │ │ ├── callable.cc │ │ │ ├── callable.h │ │ │ ├── camp.l │ │ │ ├── camp.tab.cc │ │ │ ├── camp.tab.h │ │ │ ├── camperror.cc │ │ │ ├── camperror.h │ │ │ ├── castop.h │ │ │ ├── coder.cc │ │ │ ├── coder.h │ │ │ ├── coenv.cc │ │ │ ├── coenv.h │ │ │ ├── common.h │ │ │ ├── constructor.cc │ │ │ ├── cudareflect │ │ │ │ └── tinyexr │ │ │ │ │ └── tinyexr.h │ │ │ ├── dec.cc │ │ │ ├── dec.h │ │ │ ├── drawclipbegin.h │ │ │ ├── drawclipend.h │ │ │ ├── drawelement.h │ │ │ ├── drawfill.cc │ │ │ ├── drawfill.h │ │ │ ├── drawgrestore.h │ │ │ ├── drawgroup.h │ │ │ ├── drawgsave.h │ │ │ ├── drawimage.h │ │ │ ├── drawlabel.cc │ │ │ ├── drawlabel.h │ │ │ ├── drawlayer.h │ │ │ ├── drawpath.cc │ │ │ ├── drawpath.h │ │ │ ├── drawpath3.cc │ │ │ ├── drawpath3.h │ │ │ ├── drawsurface.cc │ │ │ ├── drawsurface.h │ │ │ ├── drawverbatim.h │ │ │ ├── entry.cc │ │ │ ├── entry.h │ │ │ ├── env.cc │ │ │ ├── env.h │ │ │ ├── envcompleter.cc │ │ │ ├── envcompleter.h │ │ │ ├── errormsg.cc │ │ │ ├── errormsg.h │ │ │ ├── exp.cc │ │ │ ├── exp.h │ │ │ ├── fftw++.cc │ │ │ ├── fftw++.h │ │ │ ├── fftw++asy.cc │ │ │ ├── fileio.cc │ │ │ ├── fileio.h │ │ │ ├── findsym.pl │ │ │ ├── flatguide.cc │ │ │ ├── flatguide.h │ │ │ ├── fpu.h │ │ │ ├── frame.h │ │ │ ├── fundec.cc │ │ │ ├── fundec.h │ │ │ ├── genv.cc │ │ │ ├── genv.h │ │ │ ├── glew.c │ │ │ ├── glrender.cc │ │ │ ├── glrender.h │ │ │ ├── gsl.cc │ │ │ ├── guide.cc │ │ │ ├── guide.h │ │ │ ├── guideflags.h │ │ │ ├── impdatum.cc │ │ │ ├── inst.h │ │ │ ├── interact.cc │ │ │ ├── interact.h │ │ │ ├── item.h │ │ │ ├── jsfile.cc │ │ │ ├── jsfile.h │ │ │ ├── keywords.cc │ │ │ ├── knot.cc │ │ │ ├── knot.h │ │ │ ├── lex.yy.cc │ │ │ ├── lexical.h │ │ │ ├── locate.cc │ │ │ ├── locate.h │ │ │ ├── lspserv.cc │ │ │ ├── lspserv.h │ │ │ ├── main.cc │ │ │ ├── makeUnique.h │ │ │ ├── material.h │ │ │ ├── mathop.h │ │ │ ├── memory.h │ │ │ ├── mod.h │ │ │ ├── modifier.h │ │ │ ├── name.cc │ │ │ ├── name.h │ │ │ ├── newexp.cc │ │ │ ├── newexp.h │ │ │ ├── opcodes.h │ │ │ ├── optional.hpp │ │ │ ├── pair.h │ │ │ ├── parallel.cc │ │ │ ├── parallel.h │ │ │ ├── parser.cc │ │ │ ├── parser.h │ │ │ ├── path.cc │ │ │ ├── path.h │ │ │ ├── path3.cc │ │ │ ├── path3.h │ │ │ ├── pen.cc │ │ │ ├── pen.h │ │ │ ├── picture.cc │ │ │ ├── picture.h │ │ │ ├── pipestream.cc │ │ │ ├── pipestream.h │ │ │ ├── policy.h │ │ │ ├── prc │ │ │ │ ├── PRC.h │ │ │ │ ├── PRCbitStream.cc │ │ │ │ ├── PRCbitStream.h │ │ │ │ ├── PRCdouble.cc │ │ │ │ ├── PRCdouble.h │ │ │ │ ├── oPRCFile.cc │ │ │ │ ├── oPRCFile.h │ │ │ │ ├── writePRC.cc │ │ │ │ └── writePRC.h │ │ │ ├── prcfile.h │ │ │ ├── predicates.cc │ │ │ ├── predicates.h │ │ │ ├── primitives.h │ │ │ ├── process.cc │ │ │ ├── process.h │ │ │ ├── profiler.h │ │ │ ├── program.cc │ │ │ ├── program.h │ │ │ ├── psfile.cc │ │ │ ├── psfile.h │ │ │ ├── record.cc │ │ │ ├── record.h │ │ │ ├── refaccess.cc │ │ │ ├── refaccess.h │ │ │ ├── revision.cc │ │ │ ├── rounding.h │ │ │ ├── runarray.cc │ │ │ ├── runarray.h │ │ │ ├── runbacktrace.cc │ │ │ ├── runbacktrace.h │ │ │ ├── runfile.cc │ │ │ ├── runfile.h │ │ │ ├── runhistory.cc │ │ │ ├── runhistory.h │ │ │ ├── runlabel.cc │ │ │ ├── runlabel.h │ │ │ ├── runmath.cc │ │ │ ├── runmath.h │ │ │ ├── runpair.cc │ │ │ ├── runpair.h │ │ │ ├── runpath.cc │ │ │ ├── runpath.h │ │ │ ├── runpath3d.cc │ │ │ ├── runpath3d.h │ │ │ ├── runpicture.cc │ │ │ ├── runpicture.h │ │ │ ├── runstring.cc │ │ │ ├── runstring.h │ │ │ ├── runsystem.cc │ │ │ ├── runsystem.h │ │ │ ├── runtime.cc │ │ │ ├── runtime.h │ │ │ ├── runtriple.cc │ │ │ ├── runtriple.h │ │ │ ├── seconds.h │ │ │ ├── settings.cc │ │ │ ├── settings.h │ │ │ ├── shaders.cc │ │ │ ├── shaders.h │ │ │ ├── simpson.cc │ │ │ ├── stack.cc │ │ │ ├── stack.h │ │ │ ├── statistics.h │ │ │ ├── stm.cc │ │ │ ├── stm.h │ │ │ ├── symbol.cc │ │ │ ├── symbol.h │ │ │ ├── symbolmaps.cc │ │ │ ├── symbolmaps.h │ │ │ ├── table.h │ │ │ ├── texfile.cc │ │ │ ├── texfile.h │ │ │ ├── tinyexr.cc │ │ │ ├── tr.cc │ │ │ ├── tr.h │ │ │ ├── transform.h │ │ │ ├── triple.h │ │ │ ├── types.cc │ │ │ ├── types.h │ │ │ ├── util.cc │ │ │ ├── util.h │ │ │ ├── v3dfile.cc │ │ │ ├── v3dfile.h │ │ │ ├── v3dheadertypes.h │ │ │ ├── v3dtypes.h │ │ │ ├── varinit.cc │ │ │ ├── varinit.h │ │ │ ├── virtualfieldaccess.cc │ │ │ ├── virtualfieldaccess.h │ │ │ ├── vm.h │ │ │ └── xstream.h │ │ ├── symbol-headers │ │ │ ├── allsymbols.h │ │ │ ├── builtin.symbols.h │ │ │ ├── generate-symbols │ │ │ ├── gsl.symbols.h │ │ │ ├── opsymbols.h │ │ │ ├── runarray.symbols.h │ │ │ ├── runbacktrace.symbols.h │ │ │ ├── runfile.symbols.h │ │ │ ├── runhistory.symbols.h │ │ │ ├── runlabel.symbols.h │ │ │ ├── runmath.symbols.h │ │ │ ├── runpair.symbols.h │ │ │ ├── runpath.symbols.h │ │ │ ├── runpath3d.symbols.h │ │ │ ├── runpicture.symbols.h │ │ │ ├── runstring.symbols.h │ │ │ ├── runsystem.symbols.h │ │ │ ├── runtime.symbols.h │ │ │ ├── runtriple.symbols.h │ │ │ └── types.symbols.h │ │ ├── version.cmake │ │ └── windows │ │ │ └── miktex-asy.rc.in │ └── psutils │ │ ├── CMakeLists.txt │ │ ├── binary-io.h │ │ ├── config.h.cmake │ │ ├── miktex.cpp │ │ ├── progname.h │ │ ├── source │ │ ├── LICENSE │ │ ├── epsffit.c │ │ ├── extractres │ │ ├── psbook.c │ │ ├── psjoin │ │ ├── psnup.c │ │ ├── psresize.c │ │ ├── psselect.c │ │ ├── psspec.c │ │ ├── psspec.h │ │ ├── pstops.c │ │ ├── psutil.c │ │ └── psutil.h │ │ ├── verror.h │ │ └── xvasprintf.h ├── Indexing │ ├── makeindex │ │ ├── CMakeLists.txt │ │ ├── makeindex-version.h │ │ ├── makeindex.rc │ │ └── source │ │ │ ├── CONTRIB │ │ │ ├── COPYING │ │ │ ├── genind.c │ │ │ ├── genind.h │ │ │ ├── mkind.c │ │ │ ├── mkind.h │ │ │ ├── qsort.c │ │ │ ├── qsort.h │ │ │ ├── scanid.c │ │ │ ├── scanid.h │ │ │ ├── scanst.c │ │ │ ├── scanst.h │ │ │ └── sortid.c │ ├── upmendex │ │ ├── CMakeLists.txt │ │ ├── c-auto.h.cmake │ │ ├── component.cmake │ │ ├── miktex-upmendex-version.h.in │ │ ├── miktex-upmendex.rc.in │ │ ├── source │ │ │ ├── COPYRIGHT │ │ │ ├── convert.c │ │ │ ├── exhanzi.h │ │ │ ├── exkana.h │ │ │ ├── exvar.h │ │ │ ├── fread.c │ │ │ ├── fwrite.c │ │ │ ├── hanzi.h │ │ │ ├── kana.h │ │ │ ├── kp.c │ │ │ ├── kp.h │ │ │ ├── main.c │ │ │ ├── mendex.h │ │ │ ├── pageread.c │ │ │ ├── qsort.c │ │ │ ├── qsort.h │ │ │ ├── sort.c │ │ │ ├── styfile.c │ │ │ ├── var.h │ │ │ └── version.h │ │ └── version.cmake │ └── xindy │ │ ├── CMakeLists.txt │ │ ├── source │ │ └── tex2xindy │ │ │ └── tex2xindy.l │ │ ├── tex2xindy-version.h │ │ └── tex2xindy.rc ├── MiKTeX │ ├── Console │ │ └── Qt │ │ │ ├── CMakeLists.txt │ │ │ ├── DocumentationPage.cpp │ │ │ ├── DocumentationPage.h │ │ │ ├── DocumentationProxyModel.cpp │ │ │ ├── DocumentationProxyModel.h │ │ │ ├── DocumentationTableModel.cpp │ │ │ ├── DocumentationTableModel.h │ │ │ ├── FormatDefinitionDialog.cpp │ │ │ ├── FormatDefinitionDialog.h │ │ │ ├── FormatProxyModel.cpp │ │ │ ├── FormatProxyModel.h │ │ │ ├── FormatTableModel.cpp │ │ │ ├── FormatTableModel.h │ │ │ ├── LanguageTableModel.cpp │ │ │ ├── LanguageTableModel.h │ │ │ ├── PackageProxyModel.cpp │ │ │ ├── PackageProxyModel.h │ │ │ ├── PackageTableModel.cpp │ │ │ ├── PackageTableModel.h │ │ │ ├── RepositoryTableModel.cpp │ │ │ ├── RepositoryTableModel.h │ │ │ ├── RootTableModel.cpp │ │ │ ├── RootTableModel.h │ │ │ ├── UILanguageTableModel.cpp │ │ │ ├── UILanguageTableModel.h │ │ │ ├── UpdateTableModel.cpp │ │ │ ├── UpdateTableModel.h │ │ │ ├── common.h │ │ │ ├── config.h.cmake │ │ │ ├── console-version.h │ │ │ ├── console.qrc │ │ │ ├── formatdefinitiondialog.ui │ │ │ ├── mac │ │ │ ├── Info.plist.in │ │ │ ├── Terminal │ │ │ └── miktex-console_admin │ │ │ ├── main.cpp │ │ │ ├── mainwindow.cpp │ │ │ ├── mainwindow.h │ │ │ ├── mainwindow.ui │ │ │ ├── translations.qrc.in │ │ │ ├── translations │ │ │ ├── console_de.ts │ │ │ └── console_zh_CN.ts │ │ │ ├── unx │ │ │ ├── miktex-console.desktop │ │ │ └── miktex-console.policy │ │ │ └── win │ │ │ └── console.rc.in │ ├── PackageManager │ │ └── mpm │ │ │ ├── CMakeLists.txt │ │ │ ├── config.h.cmake │ │ │ ├── internal.h │ │ │ ├── mpm-version.h │ │ │ ├── mpm.cpp │ │ │ └── mpm.rc │ ├── Setup │ │ ├── MFC │ │ │ ├── CMakeLists.txt │ │ │ ├── ConnectionSettingsDialog.cpp │ │ │ ├── ConnectionSettingsDialog.h │ │ │ ├── FileCopyPage.cpp │ │ │ ├── FileCopyPage.h │ │ │ ├── FinishPage.cpp │ │ │ ├── FinishPage.h │ │ │ ├── InfoListPage.cpp │ │ │ ├── InfoListPage.h │ │ │ ├── InstallDirPage.cpp │ │ │ ├── InstallDirPage.h │ │ │ ├── LicensePage.cpp │ │ │ ├── LicensePage.h │ │ │ ├── LocalRepositoryPage.cpp │ │ │ ├── LocalRepositoryPage.h │ │ │ ├── MDTaskPage.cpp │ │ │ ├── MDTaskPage.h │ │ │ ├── PackageSetPage.cpp │ │ │ ├── PackageSetPage.h │ │ │ ├── PageSequences.txt │ │ │ ├── PostInstallPage.cpp │ │ │ ├── PostInstallPage.h │ │ │ ├── ProxyAuthenticationDialog.cpp │ │ │ ├── ProxyAuthenticationDialog.h │ │ │ ├── RemoteRepositoryPage.cpp │ │ │ ├── RemoteRepositoryPage.h │ │ │ ├── SettingsPage.cpp │ │ │ ├── SettingsPage.h │ │ │ ├── Setup-version.h │ │ │ ├── Setup.cpp │ │ │ ├── Setup.h │ │ │ ├── Setup.rc.in │ │ │ ├── SetupWizard.cpp │ │ │ ├── SetupWizard.h │ │ │ ├── SharedInstallationPage.cpp │ │ │ ├── SharedInstallationPage.h │ │ │ ├── StdAfx.h │ │ │ ├── TaskPage.cpp │ │ │ ├── TaskPage.h │ │ │ ├── WelcomePage.cpp │ │ │ ├── WelcomePage.h │ │ │ ├── config.h.cmake │ │ │ ├── res │ │ │ │ ├── Setup.manifest.in │ │ │ │ └── Setup.rc2.in │ │ │ ├── resource.h │ │ │ └── targetver.h │ │ └── miktexsetup │ │ │ ├── CMakeLists.txt │ │ │ ├── component.cmake │ │ │ ├── integrated │ │ │ └── CMakeLists.txt │ │ │ ├── miktexsetup-version.h.in │ │ │ ├── miktexsetup.cpp │ │ │ ├── miktexsetup.rc.in │ │ │ ├── standalone │ │ │ └── CMakeLists.txt │ │ │ └── version.cmake │ ├── Yap │ │ ├── Documentation │ │ │ └── Guide │ │ │ │ ├── commandline.xml │ │ │ │ ├── customizing.xml │ │ │ │ ├── dvisearch.xml │ │ │ │ ├── keyboard.xml │ │ │ │ ├── menus.xml │ │ │ │ ├── printing.xml │ │ │ │ ├── tools.xml │ │ │ │ └── yap.xml │ │ ├── MFC │ │ │ ├── AddChangeEditorDialog.cpp │ │ │ ├── AddChangeEditorDialog.h │ │ │ ├── AdvancedOptionsPage.cpp │ │ │ ├── AdvancedOptionsPage.h │ │ │ ├── CMakeLists.txt │ │ │ ├── COPYING │ │ │ ├── ChildFrame.cpp │ │ │ ├── ChildFrame.h │ │ │ ├── DisplayOptionsPage.cpp │ │ │ ├── DisplayOptionsPage.h │ │ │ ├── DocumentFontsPage.cpp │ │ │ ├── DocumentFontsPage.h │ │ │ ├── DviDoc.cpp │ │ │ ├── DviDoc.h │ │ │ ├── DviDraw.cpp │ │ │ ├── DviDraw.h │ │ │ ├── DviMagnifyingGlass.cpp │ │ │ ├── DviMagnifyingGlass.h │ │ │ ├── DviStatusBar.cpp │ │ │ ├── DviStatusBar.h │ │ │ ├── DviView.cpp │ │ │ ├── DviView.h │ │ │ ├── DvipsDialog.cpp │ │ │ ├── DvipsDialog.h │ │ │ ├── ErrorDialog.cpp │ │ │ ├── ErrorDialog.h │ │ │ ├── GotoPageDialog.cpp │ │ │ ├── GotoPageDialog.h │ │ │ ├── InverseSearchOptionsPage.cpp │ │ │ ├── InverseSearchOptionsPage.h │ │ │ ├── MagnifyingGlassOptionsPage.cpp │ │ │ ├── MagnifyingGlassOptionsPage.h │ │ │ ├── MainFrame.cpp │ │ │ ├── MainFrame.h │ │ │ ├── PrintOptionsPage.cpp │ │ │ ├── PrintOptionsPage.h │ │ │ ├── ProgressDialog.cpp │ │ │ ├── ProgressDialog.h │ │ │ ├── ProgressIndicatorDialog.cpp │ │ │ ├── ProgressIndicatorDialog.h │ │ │ ├── Ruler.cpp │ │ │ ├── Ruler.h │ │ │ ├── SecurityOptionsPage.cpp │ │ │ ├── SecurityOptionsPage.h │ │ │ ├── SourceSpecialsDialog.cpp │ │ │ ├── SourceSpecialsDialog.h │ │ │ ├── SplashWindow.cpp │ │ │ ├── SplashWindow.h │ │ │ ├── StdAfx.h │ │ │ ├── TextViewerDialog.cpp │ │ │ ├── TextViewerDialog.h │ │ │ ├── UIOptionsPage.cpp │ │ │ ├── UIOptionsPage.h │ │ │ ├── YapConfig.cpp │ │ │ ├── draw.cpp │ │ │ ├── hypertex.cpp │ │ │ ├── msdnutil.cpp │ │ │ ├── print.cpp │ │ │ ├── res │ │ │ │ ├── dvidoc.ico │ │ │ │ ├── fullscreen.bmp │ │ │ │ ├── h_point.cur │ │ │ │ ├── hand.cur │ │ │ │ ├── mag.cur │ │ │ │ ├── pressed_hand.cur │ │ │ │ ├── splash.bmp │ │ │ │ ├── splash.svg │ │ │ │ ├── toolbar.bmp │ │ │ │ ├── yap.ico │ │ │ │ ├── yap.manifest.in │ │ │ │ └── yap.rc2 │ │ │ ├── resource.h │ │ │ ├── source.cpp │ │ │ ├── targetver.h │ │ │ ├── test │ │ │ │ ├── graphics │ │ │ │ │ ├── color │ │ │ │ │ │ ├── test001.dvi │ │ │ │ │ │ ├── test001.tex │ │ │ │ │ │ ├── test002.dvi │ │ │ │ │ │ ├── test002.tex │ │ │ │ │ │ ├── test003.dvi │ │ │ │ │ │ └── test003.tex │ │ │ │ │ ├── eepic │ │ │ │ │ │ ├── epic-eg3.tex │ │ │ │ │ │ ├── epic-eg4.tex │ │ │ │ │ │ ├── miktex.mak │ │ │ │ │ │ ├── test001.dvi │ │ │ │ │ │ └── test001.tex │ │ │ │ │ ├── eps │ │ │ │ │ │ ├── a.ps │ │ │ │ │ │ ├── binary.eps │ │ │ │ │ │ ├── binary.eps.bb │ │ │ │ │ │ ├── binary.eps.gz │ │ │ │ │ │ ├── konfg.eps │ │ │ │ │ │ ├── miktex.mak │ │ │ │ │ │ ├── test001.dvi │ │ │ │ │ │ ├── test001.tex │ │ │ │ │ │ ├── test002.dvi │ │ │ │ │ │ ├── test002.tex │ │ │ │ │ │ ├── test003.dvi │ │ │ │ │ │ ├── test003.tex │ │ │ │ │ │ ├── test004.dvi │ │ │ │ │ │ └── test004.tex │ │ │ │ │ ├── jpeg │ │ │ │ │ │ ├── test001.dvi │ │ │ │ │ │ └── test001.tex │ │ │ │ │ └── png │ │ │ │ │ │ ├── miktex-logo.bb │ │ │ │ │ │ ├── miktex-logo.png │ │ │ │ │ │ ├── miktex.mak │ │ │ │ │ │ ├── test001.dvi │ │ │ │ │ │ └── test001.tex │ │ │ │ ├── hypertex │ │ │ │ │ ├── file2.dvi │ │ │ │ │ ├── file2.tex │ │ │ │ │ ├── miktex.mak │ │ │ │ │ ├── test001.dvi │ │ │ │ │ └── test001.tex │ │ │ │ └── limits │ │ │ │ │ └── test001.cpp │ │ │ ├── tpic.cpp │ │ │ ├── winplace.cpp │ │ │ ├── winplace.h │ │ │ ├── yap-version.h │ │ │ ├── yap.cpp │ │ │ ├── yap.h │ │ │ ├── yap.rc.in │ │ │ └── yaphelp1.h │ │ └── Screenshots │ │ │ ├── magglass.png │ │ │ ├── propadvanced.png │ │ │ ├── propdisplay.png │ │ │ ├── propinvsearch.png │ │ │ ├── propmagglass.png │ │ │ ├── propprinter.png │ │ │ ├── propsecurity.png │ │ │ ├── propui.png │ │ │ └── ruler.png │ ├── arctrl │ │ └── win │ │ │ ├── CMakeLists.txt │ │ │ ├── arctrl-version.h │ │ │ ├── arctrl.cpp │ │ │ └── arctrl.rc │ ├── epstopdf │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-epstopdf-version.h.in │ │ ├── miktex-epstopdf.cpp │ │ ├── version.cmake │ │ └── windows │ │ │ └── miktex-epstopdf.rc.in │ ├── etc │ │ ├── CMakeLists.txt │ │ ├── COPYING │ │ ├── runbat.cpp │ │ ├── runexe.cpp │ │ ├── rungs.cpp │ │ ├── runjava.cpp │ │ ├── runperl.cpp │ │ ├── runpython.cpp │ │ └── runsh.cpp │ ├── findtexmf │ │ ├── CMakeLists.txt │ │ ├── COPYING │ │ ├── findtexmf-version.h │ │ ├── findtexmf.cpp │ │ └── findtexmf.rc.in │ ├── gsf2pk │ │ ├── CMakeLists.txt │ │ ├── COPYING │ │ ├── gsf2pk-version.h │ │ ├── gsf2pk.cpp │ │ └── gsf2pk.rc │ ├── initexmf │ │ ├── CMakeLists.txt │ │ ├── COPYING │ │ ├── config.h.cmake │ │ ├── initexmf-version.h │ │ ├── initexmf.cpp │ │ ├── initexmf.rc │ │ └── options.h │ ├── makex │ │ ├── CMakeLists.txt │ │ ├── MakeUtility.h │ │ ├── config.h.cmake │ │ ├── makebase-version.h │ │ ├── makebase.cpp │ │ ├── makebase.rc │ │ ├── makefmt-version.h │ │ ├── makefmt.cpp │ │ ├── makefmt.rc │ │ ├── makemf-version.h │ │ ├── makemf.cpp │ │ ├── makemf.rc │ │ ├── makepk-version.h │ │ ├── makepk.cpp │ │ ├── makepk.rc │ │ ├── maketfm-version.h │ │ ├── maketfm.cpp │ │ └── maketfm.rc │ ├── miktex │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── config.h.cmake │ │ ├── internal.cpp │ │ ├── internal.h │ │ ├── miktex-version.h.in │ │ ├── miktex.cpp │ │ ├── miktex.rc.cmake │ │ ├── shims │ │ │ ├── mkfntmap.cpp │ │ │ ├── mkfntmap.h │ │ │ ├── mktexlsr.cpp │ │ │ ├── mktexlsr.h │ │ │ ├── texlinks.cpp │ │ │ ├── texlinks.h │ │ │ ├── updmap.cpp │ │ │ └── updmap.h │ │ ├── topics │ │ │ ├── Command.cpp │ │ │ ├── Command.h │ │ │ ├── Topic.cpp │ │ │ ├── Topic.h │ │ │ ├── filesystem │ │ │ │ ├── commands │ │ │ │ │ ├── commands.h │ │ │ │ │ └── watch.cpp │ │ │ │ ├── topic.cpp │ │ │ │ └── topic.h │ │ │ ├── filetypes │ │ │ │ ├── commands │ │ │ │ │ ├── FileTypeManager.cpp │ │ │ │ │ ├── FileTypeManager.h │ │ │ │ │ ├── commands.h │ │ │ │ │ ├── list.cpp │ │ │ │ │ ├── register.cpp │ │ │ │ │ └── unregister.cpp │ │ │ │ ├── topic.cpp │ │ │ │ └── topic.h │ │ │ ├── fndb │ │ │ │ ├── commands │ │ │ │ │ ├── commands.h │ │ │ │ │ ├── refresh.cpp │ │ │ │ │ └── remove.cpp │ │ │ │ ├── topic.cpp │ │ │ │ └── topic.h │ │ │ ├── fontmaps │ │ │ │ ├── commands │ │ │ │ │ ├── FontMapManager.cpp │ │ │ │ │ ├── FontMapManager.h │ │ │ │ │ ├── commands.h │ │ │ │ │ ├── configure.cpp │ │ │ │ │ ├── set-option.cpp │ │ │ │ │ └── show-option.cpp │ │ │ │ ├── topic.cpp │ │ │ │ └── topic.h │ │ │ ├── formats │ │ │ │ ├── commands │ │ │ │ │ ├── FormatsManager.cpp │ │ │ │ │ ├── FormatsManager.h │ │ │ │ │ ├── build.cpp │ │ │ │ │ ├── commands.h │ │ │ │ │ └── list.cpp │ │ │ │ ├── topic.cpp │ │ │ │ └── topic.h │ │ │ ├── languages │ │ │ │ ├── commands │ │ │ │ │ ├── commands.h │ │ │ │ │ ├── configure.cpp │ │ │ │ │ └── list.cpp │ │ │ │ ├── topic.cpp │ │ │ │ └── topic.h │ │ │ ├── links │ │ │ │ ├── commands │ │ │ │ │ ├── LinksManager.cpp │ │ │ │ │ ├── LinksManager.h │ │ │ │ │ ├── commands.h │ │ │ │ │ ├── install.cpp │ │ │ │ │ ├── list.cpp │ │ │ │ │ └── uninstall.cpp │ │ │ │ ├── topic.cpp │ │ │ │ └── topic.h │ │ │ ├── packages │ │ │ │ ├── commands │ │ │ │ │ ├── checkupdate.cpp │ │ │ │ │ ├── checkupgrade.cpp │ │ │ │ │ ├── commands.h │ │ │ │ │ ├── info.cpp │ │ │ │ │ ├── install.cpp │ │ │ │ │ ├── list.cpp │ │ │ │ │ ├── private.cpp │ │ │ │ │ ├── private.h │ │ │ │ │ ├── remove.cpp │ │ │ │ │ ├── require.cpp │ │ │ │ │ ├── update.cpp │ │ │ │ │ ├── updatepackagedatabase.cpp │ │ │ │ │ ├── upgrade.cpp │ │ │ │ │ └── verify.cpp │ │ │ │ ├── topic.cpp │ │ │ │ └── topic.h │ │ │ └── repositories │ │ │ │ ├── commands │ │ │ │ ├── checkbandwidth.cpp │ │ │ │ ├── commands.h │ │ │ │ ├── info.cpp │ │ │ │ ├── list.cpp │ │ │ │ ├── private.cpp │ │ │ │ └── private.h │ │ │ │ ├── topic.cpp │ │ │ │ └── topic.h │ │ └── version.cmake │ ├── mthelp │ │ ├── CMakeLists.txt │ │ ├── COPYING │ │ ├── mthelp-version.h │ │ ├── mthelp.cpp │ │ ├── mthelp.rc │ │ └── template.html │ ├── mtprint │ │ ├── BitmapPrinter.cpp │ │ ├── BitmapPrinter.h │ │ ├── CMakeLists.txt │ │ ├── COPYING │ │ ├── Printer.cpp │ │ ├── Printer.h │ │ ├── StdAfx.h │ │ ├── internal.h │ │ ├── mtprint-version.h │ │ ├── mtprint.cpp │ │ └── mtprint.rc │ ├── tdsutil │ │ ├── CMakeLists.txt │ │ ├── COPYING │ │ ├── Recipe.cpp │ │ ├── Recipe.h │ │ ├── TDS.h │ │ ├── internal.h │ │ ├── tdsutil-version.h │ │ ├── tdsutil.cpp │ │ └── tdsutil.rc │ └── texify │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── mcd-version.h.in │ │ ├── mcd.cpp │ │ ├── mcd.h │ │ ├── test │ │ └── chapterbib │ │ │ ├── article-1.tex │ │ │ ├── article-2.tex │ │ │ ├── test.bib │ │ │ └── test1.tex │ │ ├── texinfo.cpp │ │ ├── version.cmake │ │ └── windows │ │ └── mcd.rc.in ├── Preprocessors │ ├── autosp │ │ ├── CMakeLists.txt │ │ ├── config.h.cmake │ │ ├── miktex-autosp-version.h │ │ ├── miktex-rebar-version.h │ │ ├── miktex-tex2aspc-version.h │ │ ├── source │ │ │ ├── COPYING │ │ │ ├── autosp.c │ │ │ ├── autosp.h │ │ │ ├── process_command.c │ │ │ ├── process_command.h │ │ │ ├── process_score.c │ │ │ ├── process_score.h │ │ │ ├── rebar.c │ │ │ ├── spacing_note.c │ │ │ ├── status.c │ │ │ ├── tex2aspc.c │ │ │ ├── utils.c │ │ │ ├── utils.h │ │ │ └── xtuplet.c │ │ └── windows │ │ │ ├── miktex-autosp.rc │ │ │ ├── miktex-rebar.rc │ │ │ └── miktex-tex2aspc.rc │ ├── devnag │ │ ├── CMakeLists.txt │ │ ├── devnag-version.h │ │ ├── devnag.rc │ │ └── source │ │ │ └── src │ │ │ └── devnag.c │ ├── fribidixetex │ │ ├── CMakeLists.txt │ │ ├── fribidixetex-version.h │ │ ├── fribidixetex.rc │ │ └── source │ │ │ ├── COPYING │ │ │ ├── CREDITS │ │ │ ├── GPLv2.txt │ │ │ └── src │ │ │ ├── fribidixetex-bidi.c │ │ │ ├── fribidixetex-bidi.h │ │ │ ├── fribidixetex-defines.h │ │ │ ├── fribidixetex-dict.c │ │ │ ├── fribidixetex-dict.h │ │ │ ├── fribidixetex-ignore.c │ │ │ ├── fribidixetex-ignore.h │ │ │ ├── fribidixetex-io.c │ │ │ ├── fribidixetex-io.h │ │ │ ├── fribidixetex-util.c │ │ │ ├── fribidixetex-util.h │ │ │ └── fribidixetex.c │ ├── m-tx │ │ ├── CMakeLists.txt │ │ ├── prepmx-version.h │ │ ├── prepmx.rc │ │ └── source │ │ │ ├── COPYING │ │ │ ├── analyze.c │ │ │ ├── analyze.h │ │ │ ├── cfuncs.c │ │ │ ├── cfuncs.h │ │ │ ├── control.c │ │ │ ├── control.h │ │ │ ├── files.c │ │ │ ├── files.h │ │ │ ├── globals.c │ │ │ ├── globals.h │ │ │ ├── libp2c │ │ │ ├── p2c.h │ │ │ └── p2clib.c │ │ │ ├── lyrics.c │ │ │ ├── lyrics.h │ │ │ ├── mtx.c │ │ │ ├── mtx.h │ │ │ ├── mtxline.c │ │ │ ├── mtxline.h │ │ │ ├── multfile.c │ │ │ ├── multfile.h │ │ │ ├── notes.c │ │ │ ├── notes.h │ │ │ ├── preamble.c │ │ │ ├── preamble.h │ │ │ ├── prepmx.c │ │ │ ├── status.c │ │ │ ├── status.h │ │ │ ├── strings.h │ │ │ ├── uptext.c │ │ │ ├── uptext.h │ │ │ ├── utility.c │ │ │ └── utility.h │ └── pmx │ │ ├── CMakeLists.txt │ │ ├── pmx-version.h │ │ ├── pmxab.rc │ │ ├── scor2prt.rc │ │ └── source │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── arith.h │ │ ├── libf2c │ │ ├── abort_.c │ │ ├── backspac.c │ │ ├── c_abs.c │ │ ├── c_cos.c │ │ ├── c_div.c │ │ ├── c_exp.c │ │ ├── c_log.c │ │ ├── c_sin.c │ │ ├── c_sqrt.c │ │ ├── cabs.c │ │ ├── close.c │ │ ├── d_abs.c │ │ ├── d_acos.c │ │ ├── d_asin.c │ │ ├── d_atan.c │ │ ├── d_atn2.c │ │ ├── d_cnjg.c │ │ ├── d_cos.c │ │ ├── d_cosh.c │ │ ├── d_dim.c │ │ ├── d_exp.c │ │ ├── d_imag.c │ │ ├── d_int.c │ │ ├── d_lg10.c │ │ ├── d_log.c │ │ ├── d_mod.c │ │ ├── d_nint.c │ │ ├── d_prod.c │ │ ├── d_sign.c │ │ ├── d_sin.c │ │ ├── d_sinh.c │ │ ├── d_sqrt.c │ │ ├── d_tan.c │ │ ├── d_tanh.c │ │ ├── derf_.c │ │ ├── derfc_.c │ │ ├── dfe.c │ │ ├── dolio.c │ │ ├── dtime_.c │ │ ├── due.c │ │ ├── ef1asc_.c │ │ ├── ef1cmc_.c │ │ ├── endfile.c │ │ ├── erf_.c │ │ ├── erfc_.c │ │ ├── err.c │ │ ├── etime_.c │ │ ├── exit_.c │ │ ├── f2c.h │ │ ├── f77_aloc.c │ │ ├── f77vers.c │ │ ├── fio.h │ │ ├── fmt.c │ │ ├── fmt.h │ │ ├── fmtlib.c │ │ ├── fp.h │ │ ├── ftell64_.c │ │ ├── ftell_.c │ │ ├── getarg_.c │ │ ├── getenv_.c │ │ ├── h_abs.c │ │ ├── h_dim.c │ │ ├── h_dnnt.c │ │ ├── h_indx.c │ │ ├── h_len.c │ │ ├── h_mod.c │ │ ├── h_nint.c │ │ ├── h_sign.c │ │ ├── hl_ge.c │ │ ├── hl_gt.c │ │ ├── hl_le.c │ │ ├── hl_lt.c │ │ ├── i77vers.c │ │ ├── i_abs.c │ │ ├── i_dim.c │ │ ├── i_dnnt.c │ │ ├── i_indx.c │ │ ├── i_len.c │ │ ├── i_mod.c │ │ ├── i_nint.c │ │ ├── i_sign.c │ │ ├── iargc_.c │ │ ├── iio.c │ │ ├── ilnw.c │ │ ├── inquire.c │ │ ├── l_ge.c │ │ ├── l_gt.c │ │ ├── l_le.c │ │ ├── l_lt.c │ │ ├── lbitbits.c │ │ ├── lbitshft.c │ │ ├── lio.h │ │ ├── lread.c │ │ ├── lwrite.c │ │ ├── main.c │ │ ├── open.c │ │ ├── pow_ci.c │ │ ├── pow_dd.c │ │ ├── pow_di.c │ │ ├── pow_hh.c │ │ ├── pow_ii.c │ │ ├── pow_qq.c │ │ ├── pow_ri.c │ │ ├── pow_zi.c │ │ ├── pow_zz.c │ │ ├── qbitbits.c │ │ ├── qbitshft.c │ │ ├── r_abs.c │ │ ├── r_acos.c │ │ ├── r_asin.c │ │ ├── r_atan.c │ │ ├── r_atn2.c │ │ ├── r_cnjg.c │ │ ├── r_cos.c │ │ ├── r_cosh.c │ │ ├── r_dim.c │ │ ├── r_exp.c │ │ ├── r_imag.c │ │ ├── r_int.c │ │ ├── r_lg10.c │ │ ├── r_log.c │ │ ├── r_mod.c │ │ ├── r_nint.c │ │ ├── r_sign.c │ │ ├── r_sin.c │ │ ├── r_sinh.c │ │ ├── r_sqrt.c │ │ ├── r_tan.c │ │ ├── r_tanh.c │ │ ├── rawio.h │ │ ├── rdfmt.c │ │ ├── rewind.c │ │ ├── rsfe.c │ │ ├── rsli.c │ │ ├── rsne.c │ │ ├── s_cat.c │ │ ├── s_cmp.c │ │ ├── s_copy.c │ │ ├── s_paus.c │ │ ├── s_rnge.c │ │ ├── s_stop.c │ │ ├── sfe.c │ │ ├── sig_die.c │ │ ├── signal1.h │ │ ├── signal_.c │ │ ├── signbit.c │ │ ├── sue.c │ │ ├── sysdep1.h │ │ ├── system_.c │ │ ├── typesize.c │ │ ├── uio.c │ │ ├── uninit.c │ │ ├── util.c │ │ ├── wref.c │ │ ├── wrtfmt.c │ │ ├── wsfe.c │ │ ├── wsle.c │ │ ├── wsne.c │ │ ├── xwsne.c │ │ ├── z_abs.c │ │ ├── z_cos.c │ │ ├── z_div.c │ │ ├── z_exp.c │ │ ├── z_log.c │ │ ├── z_sin.c │ │ └── z_sqrt.c │ │ ├── pmxab.c │ │ ├── scor2prt.c │ │ └── w32getc.c ├── TeXAndFriends │ ├── Knuth │ │ ├── etc │ │ │ ├── CMakeLists.txt │ │ │ ├── source │ │ │ │ ├── vftovp.web │ │ │ │ └── vptovf.web │ │ │ ├── vftovp-miktex.ch │ │ │ ├── vftovp-version.h │ │ │ ├── vftovp.rc.in │ │ │ ├── vptovf-miktex.ch │ │ │ ├── vptovf-version.h │ │ │ └── vptovf.rc.in │ │ ├── mf │ │ │ ├── CMakeLists.txt │ │ │ ├── dyn.sed │ │ │ ├── mf-miktex-pool.ch │ │ │ ├── mf-miktex-trap.ch │ │ │ ├── mf-miktex.ch │ │ │ ├── mf-miktex.h │ │ │ ├── mf-version.h │ │ │ ├── mf.rc.in │ │ │ ├── screen.cpp │ │ │ ├── screen.h │ │ │ ├── source │ │ │ │ ├── mf.web │ │ │ │ ├── mfbook.tex │ │ │ │ ├── trap.72270gf │ │ │ │ ├── trap.fot │ │ │ │ ├── trap.log │ │ │ │ ├── trap.mf │ │ │ │ ├── trap.pl │ │ │ │ ├── trap.typ │ │ │ │ ├── trapin.fot │ │ │ │ ├── trapin.log │ │ │ │ └── trapman.tex │ │ │ ├── trapmf-miktex.h │ │ │ └── trapmf.cmake │ │ ├── mfware │ │ │ ├── CMakeLists.txt │ │ │ ├── gftodvi-miktex.ch │ │ │ ├── gftodvi-miktex.h │ │ │ ├── gftodvi-version.h │ │ │ ├── gftodvi.rc.in │ │ │ ├── gftopk-miktex.ch │ │ │ ├── gftopk-version.h │ │ │ ├── gftopk.rc.in │ │ │ ├── gftype-miktex.ch │ │ │ ├── gftype-version.h │ │ │ ├── gftype.rc.in │ │ │ ├── mft-miktex.ch │ │ │ ├── mft-version.h │ │ │ ├── mft.rc.in │ │ │ └── source │ │ │ │ ├── gftodvi.web │ │ │ │ ├── gftopk.web │ │ │ │ ├── gftype.web │ │ │ │ └── mft.web │ │ ├── tex │ │ │ ├── CMakeLists.txt │ │ │ ├── c4p_pre.h │ │ │ ├── dyn.sed │ │ │ ├── miktex-mltex.ch │ │ │ ├── miktex-tex-constants.ch │ │ │ ├── miktex-tex-enctex.ch │ │ │ ├── miktex-tex-finish.ch │ │ │ ├── miktex-tex-hash.ch │ │ │ ├── miktex-tex-hyph.ch │ │ │ ├── miktex-tex-pool.ch │ │ │ ├── miktex-tex-quiet.ch │ │ │ ├── miktex-tex-src.ch │ │ │ ├── miktex-tex-stat.ch │ │ │ ├── miktex-tex-synctex.ch │ │ │ ├── miktex-tex-trip.ch │ │ │ ├── miktex-tex-version.h │ │ │ ├── miktex-tex-web2c.ch │ │ │ ├── miktex-tex-write18.ch │ │ │ ├── miktex-tex.ch │ │ │ ├── miktex-tex.h │ │ │ ├── miktex-tex.rc.in │ │ │ ├── miktex-triptex.h │ │ │ ├── optchecks.cmake │ │ │ ├── source │ │ │ │ ├── glue.web │ │ │ │ ├── tex.web │ │ │ │ ├── texbook.tex │ │ │ │ ├── trip.dvi │ │ │ │ ├── trip.fot │ │ │ │ ├── trip.log │ │ │ │ ├── trip.pl │ │ │ │ ├── trip.tex │ │ │ │ ├── trip.tfm │ │ │ │ ├── trip.typ │ │ │ │ ├── tripin.fot │ │ │ │ ├── tripin.log │ │ │ │ ├── tripman.tex │ │ │ │ └── tripos.tex │ │ │ └── triptex.cmake │ │ ├── texware │ │ │ ├── CMakeLists.txt │ │ │ ├── dvitype-miktex.ch │ │ │ ├── dvitype-miktex.h │ │ │ ├── dvitype-version.h │ │ │ ├── dvitype.rc.in │ │ │ ├── pltotf-miktex.ch │ │ │ ├── pltotf-version.h │ │ │ ├── pltotf.rc.in │ │ │ ├── pooltype-miktex.ch │ │ │ ├── pooltype-version.h │ │ │ ├── pooltype.rc.in │ │ │ ├── source │ │ │ │ ├── dvitype.web │ │ │ │ ├── pltotf.web │ │ │ │ ├── pooltype.web │ │ │ │ └── tftopl.web │ │ │ ├── tftopl-miktex.ch │ │ │ ├── tftopl-version.h │ │ │ └── tftopl.rc.in │ │ └── web │ │ │ ├── CMakeLists.txt │ │ │ ├── init │ │ │ ├── inittangle.p │ │ │ ├── miktex-inittangle.cpp │ │ │ └── miktex-inittangle.h │ │ │ ├── miktex-tangle-version.h │ │ │ ├── miktex-tangle.ch │ │ │ ├── miktex-tangle.cpp │ │ │ ├── miktex-tangle.h │ │ │ ├── miktex-tangle.rc.in │ │ │ ├── miktex-weave-version.h │ │ │ ├── miktex-weave.ch │ │ │ ├── miktex-weave.rc.in │ │ │ └── source │ │ │ ├── tangle.web │ │ │ ├── weave.web │ │ │ └── webman.tex │ ├── enctex │ │ └── source │ │ │ ├── enctex-pdftex.ch │ │ │ ├── enctex-tex.ch │ │ │ ├── enctex1.ch │ │ │ └── enctex2.ch │ ├── etex │ │ ├── CMakeLists.txt │ │ ├── dyn.sed │ │ ├── etex-miktex-adapter.ch │ │ ├── miktex-etex.ch │ │ ├── miktex-w2c-adapter.ch │ │ ├── source │ │ │ ├── etex.ch │ │ │ ├── etex_version.h │ │ │ ├── tex.ch0 │ │ │ ├── tex.ch1 │ │ │ └── tex.ech │ │ └── webify.cmake │ ├── hitex │ │ ├── CMakeLists.txt │ │ ├── miktex-hishrink-version.h │ │ ├── miktex-histretch-version.h │ │ ├── miktex-hitex-version.h │ │ ├── miktex │ │ │ ├── hitex.h │ │ │ └── miktex.cpp │ │ ├── source │ │ │ ├── hiformat.w │ │ │ ├── hilexer.c │ │ │ ├── hiparser.c │ │ │ ├── hiparser.h │ │ │ └── hitex.w │ │ └── windows │ │ │ ├── miktex-hishrink.rc │ │ │ ├── miktex-histretch.rc │ │ │ └── miktex-hitex.rc │ ├── luatex │ │ ├── CMakeLists.txt │ │ ├── ff-config.h.cmake │ │ ├── libluatex.cmake │ │ ├── libunilib.cmake │ │ ├── luaffi.cmake │ │ ├── luafontforge.cmake │ │ ├── luaharfbuzz.cmake │ │ ├── luamisc.cmake │ │ ├── luasocket.cmake │ │ ├── miktex-luatex-version.h │ │ ├── miktex.cmake │ │ ├── miktex │ │ │ ├── luatex.h │ │ │ └── miktex.cpp │ │ ├── runmtxrun.cpp │ │ ├── runtexlua.cpp │ │ ├── source │ │ │ ├── dvi │ │ │ │ ├── dvigen.c │ │ │ │ └── dvigen.h │ │ │ ├── font │ │ │ │ ├── dofont.c │ │ │ │ ├── luafont.c │ │ │ │ ├── luatexfont.h │ │ │ │ ├── mapfile.c │ │ │ │ ├── mapfile.h │ │ │ │ ├── pkin.c │ │ │ │ ├── sfnt.c │ │ │ │ ├── sfnt.h │ │ │ │ ├── subfont.c │ │ │ │ ├── texfont.c │ │ │ │ ├── texfont.h │ │ │ │ ├── tfmofm.c │ │ │ │ ├── tounicode.c │ │ │ │ ├── tt_glyf.c │ │ │ │ ├── tt_glyf.h │ │ │ │ ├── tt_table.c │ │ │ │ ├── tt_table.h │ │ │ │ ├── vfovf.c │ │ │ │ ├── vfpacket.c │ │ │ │ ├── writecff.c │ │ │ │ ├── writecff.h │ │ │ │ ├── writeenc.c │ │ │ │ ├── writefont.c │ │ │ │ ├── writet1.c │ │ │ │ ├── writet3.c │ │ │ │ ├── writettf.c │ │ │ │ ├── writettf.h │ │ │ │ ├── writetype0.c │ │ │ │ └── writetype2.c │ │ │ ├── image │ │ │ │ ├── epdf.h │ │ │ │ ├── image.h │ │ │ │ ├── pdftoepdf.c │ │ │ │ ├── pdftoepdf.h │ │ │ │ ├── writeimg.c │ │ │ │ ├── writeimg.h │ │ │ │ ├── writejbig2.c │ │ │ │ ├── writejbig2.h │ │ │ │ ├── writejp2.c │ │ │ │ ├── writejp2.h │ │ │ │ ├── writejpg.c │ │ │ │ ├── writejpg.h │ │ │ │ ├── writepng.c │ │ │ │ └── writepng.h │ │ │ ├── lang │ │ │ │ ├── hnjalloc.c │ │ │ │ ├── hnjalloc.h │ │ │ │ ├── hyphen.c │ │ │ │ ├── hyphen.h │ │ │ │ ├── texlang.c │ │ │ │ └── texlang.h │ │ │ ├── lua │ │ │ │ ├── helpers.c │ │ │ │ ├── lauxlib_bridge.h │ │ │ │ ├── lcallbacklib.c │ │ │ │ ├── lepdflib.cc │ │ │ │ ├── lfontlib.c │ │ │ │ ├── limglib.c │ │ │ │ ├── liolibext.c │ │ │ │ ├── lkpselib.c │ │ │ │ ├── llanglib.c │ │ │ │ ├── llualib.c │ │ │ │ ├── lnewtokenlib.c │ │ │ │ ├── lnodelib.c │ │ │ │ ├── loslibext.c │ │ │ │ ├── lpdfelib.c │ │ │ │ ├── lpdflib.c │ │ │ │ ├── lpdfscannerlib.c │ │ │ │ ├── lstatslib.c │ │ │ │ ├── lstrlibext.c │ │ │ │ ├── ltexiolib.c │ │ │ │ ├── ltexlib.c │ │ │ │ ├── luainit.c │ │ │ │ ├── luanode.c │ │ │ │ ├── luastuff.c │ │ │ │ ├── luatex-api.h │ │ │ │ ├── luatex-core.c │ │ │ │ ├── luatex-core.lua │ │ │ │ ├── luatoken.c │ │ │ │ ├── mplibstuff.c │ │ │ │ ├── texluac.c │ │ │ │ └── texluajitc.c │ │ │ ├── luaffi │ │ │ │ ├── LICENSE │ │ │ │ ├── PATENTS │ │ │ │ ├── call.c │ │ │ │ ├── call_arm.dasc │ │ │ │ ├── call_arm.h │ │ │ │ ├── call_arm64.dasc │ │ │ │ ├── call_arm64.h │ │ │ │ ├── call_arm_hf.h │ │ │ │ ├── call_x64.h │ │ │ │ ├── call_x64win.h │ │ │ │ ├── call_x86.dasc │ │ │ │ ├── call_x86.h │ │ │ │ ├── ctype.c │ │ │ │ ├── dynasm │ │ │ │ │ ├── dasm_arm.h │ │ │ │ │ ├── dasm_arm.lua │ │ │ │ │ ├── dasm_arm64.h │ │ │ │ │ ├── dasm_arm64.lua │ │ │ │ │ ├── dasm_mips.h │ │ │ │ │ ├── dasm_mips.lua │ │ │ │ │ ├── dasm_mips64.lua │ │ │ │ │ ├── dasm_ppc.h │ │ │ │ │ ├── dasm_ppc.lua │ │ │ │ │ ├── dasm_proto.h │ │ │ │ │ ├── dasm_x64.lua │ │ │ │ │ ├── dasm_x86.h │ │ │ │ │ ├── dasm_x86.lua │ │ │ │ │ └── dynasm.lua │ │ │ │ ├── fake_dlfcn.c │ │ │ │ ├── fake_dlfcn.h │ │ │ │ ├── ffi.c │ │ │ │ ├── ffi.h │ │ │ │ └── parser.c │ │ │ ├── luafilesystem │ │ │ │ └── src │ │ │ │ │ ├── lfs.c │ │ │ │ │ └── lfs.h │ │ │ ├── luafontloader │ │ │ │ ├── fontforge │ │ │ │ │ ├── fontforge │ │ │ │ │ │ ├── PfEd.h │ │ │ │ │ │ ├── autohint.c │ │ │ │ │ │ ├── baseviews.h │ │ │ │ │ │ ├── clipnoui.c │ │ │ │ │ │ ├── configure-pfaedit.h │ │ │ │ │ │ ├── cvundoes.c │ │ │ │ │ │ ├── dumppfa.c │ │ │ │ │ │ ├── edgelist.h │ │ │ │ │ │ ├── edgelist2.h │ │ │ │ │ │ ├── encoding.c │ │ │ │ │ │ ├── encoding.h │ │ │ │ │ │ ├── featurefile.c │ │ │ │ │ │ ├── fontforgevw.h │ │ │ │ │ │ ├── fontviewbase.c │ │ │ │ │ │ ├── fvcomposit.c │ │ │ │ │ │ ├── fvfonts.c │ │ │ │ │ │ ├── lookups.c │ │ │ │ │ │ ├── lookups.h │ │ │ │ │ │ ├── macbinary.c │ │ │ │ │ │ ├── macenc.c │ │ │ │ │ │ ├── mathconstants.c │ │ │ │ │ │ ├── memory.c │ │ │ │ │ │ ├── mm.c │ │ │ │ │ │ ├── mm.h │ │ │ │ │ │ ├── namelist.c │ │ │ │ │ │ ├── noprefs.c │ │ │ │ │ │ ├── nouiutil.c │ │ │ │ │ │ ├── parsepfa.c │ │ │ │ │ │ ├── parsettf.c │ │ │ │ │ │ ├── parsettfatt.c │ │ │ │ │ │ ├── pfaedit.h │ │ │ │ │ │ ├── plugins.h │ │ │ │ │ │ ├── psfont.h │ │ │ │ │ │ ├── psread.c │ │ │ │ │ │ ├── pua.c │ │ │ │ │ │ ├── python.c │ │ │ │ │ │ ├── scripting.h │ │ │ │ │ │ ├── sd.h │ │ │ │ │ │ ├── sfd1.c │ │ │ │ │ │ ├── sfd1.h │ │ │ │ │ │ ├── splinechar.c │ │ │ │ │ │ ├── splinefill.c │ │ │ │ │ │ ├── splinefont.c │ │ │ │ │ │ ├── splinefont.h │ │ │ │ │ │ ├── splineorder2.c │ │ │ │ │ │ ├── splineoverlap.c │ │ │ │ │ │ ├── splinerefigure.c │ │ │ │ │ │ ├── splinesave.c │ │ │ │ │ │ ├── splinesaveafm.c │ │ │ │ │ │ ├── splinestroke.c │ │ │ │ │ │ ├── splineutil.c │ │ │ │ │ │ ├── splineutil2.c │ │ │ │ │ │ ├── start.c │ │ │ │ │ │ ├── stemdb.c │ │ │ │ │ │ ├── stemdb.h │ │ │ │ │ │ ├── tottf.c │ │ │ │ │ │ ├── tottfgpos.c │ │ │ │ │ │ ├── ttf.h │ │ │ │ │ │ ├── ttfspecial.c │ │ │ │ │ │ ├── uiinterface.h │ │ │ │ │ │ └── unicoderange.h │ │ │ │ │ ├── gutils │ │ │ │ │ │ └── fsys.c │ │ │ │ │ └── inc │ │ │ │ │ │ ├── basics.h │ │ │ │ │ │ ├── gfile.h │ │ │ │ │ │ ├── gimage.h │ │ │ │ │ │ └── intl.h │ │ │ │ └── src │ │ │ │ │ ├── ffdummies.c │ │ │ │ │ ├── ffdummies.h │ │ │ │ │ └── luafflib.c │ │ │ ├── luaharfbuzz │ │ │ │ └── src │ │ │ │ │ ├── harfbuzz.lua │ │ │ │ │ ├── harfbuzz.luadoc │ │ │ │ │ └── luaharfbuzz │ │ │ │ │ ├── blob.c │ │ │ │ │ ├── buffer.c │ │ │ │ │ ├── class_utils.c │ │ │ │ │ ├── direction.c │ │ │ │ │ ├── face.c │ │ │ │ │ ├── feature.c │ │ │ │ │ ├── font.c │ │ │ │ │ ├── language.c │ │ │ │ │ ├── luaharfbuzz.c │ │ │ │ │ ├── luaharfbuzz.h │ │ │ │ │ ├── ot.c │ │ │ │ │ ├── script.c │ │ │ │ │ ├── tag.c │ │ │ │ │ ├── unicode.c │ │ │ │ │ └── variation.c │ │ │ ├── luamd5 │ │ │ │ ├── luamd5.h │ │ │ │ ├── md5.c │ │ │ │ └── md5lib.c │ │ │ ├── luapeg │ │ │ │ ├── lpeg.c │ │ │ │ └── lpeg.h │ │ │ ├── luasocket │ │ │ │ └── src │ │ │ │ │ ├── auxiliar.c │ │ │ │ │ ├── auxiliar.h │ │ │ │ │ ├── buffer.c │ │ │ │ │ ├── buffer.h │ │ │ │ │ ├── compat.c │ │ │ │ │ ├── compat.h │ │ │ │ │ ├── except.c │ │ │ │ │ ├── except.h │ │ │ │ │ ├── ftp.lua │ │ │ │ │ ├── ftp.lua_lua.c │ │ │ │ │ ├── ftp_lua.c │ │ │ │ │ ├── headers.lua │ │ │ │ │ ├── headers.lua_lua.c │ │ │ │ │ ├── headers_lua.c │ │ │ │ │ ├── http.lua │ │ │ │ │ ├── http.lua_lua.c │ │ │ │ │ ├── http_lua.c │ │ │ │ │ ├── inet.c │ │ │ │ │ ├── inet.h │ │ │ │ │ ├── io.c │ │ │ │ │ ├── io.h │ │ │ │ │ ├── ltn12.lua │ │ │ │ │ ├── ltn12.lua_lua.c │ │ │ │ │ ├── ltn12_lua.c │ │ │ │ │ ├── lua_preload.c │ │ │ │ │ ├── luasocket.c │ │ │ │ │ ├── luasocket.h │ │ │ │ │ ├── mbox.lua │ │ │ │ │ ├── mbox.lua_lua.c │ │ │ │ │ ├── mbox_lua.c │ │ │ │ │ ├── mime.c │ │ │ │ │ ├── mime.h │ │ │ │ │ ├── mime.lua │ │ │ │ │ ├── mime.lua_lua.c │ │ │ │ │ ├── mime_lua.c │ │ │ │ │ ├── options.c │ │ │ │ │ ├── options.h │ │ │ │ │ ├── pierror.h │ │ │ │ │ ├── select.c │ │ │ │ │ ├── select.h │ │ │ │ │ ├── serial.c │ │ │ │ │ ├── smtp.lua │ │ │ │ │ ├── smtp.lua_lua.c │ │ │ │ │ ├── smtp_lua.c │ │ │ │ │ ├── socket.c │ │ │ │ │ ├── socket.h │ │ │ │ │ ├── socket.lua │ │ │ │ │ ├── socket_lua.c │ │ │ │ │ ├── tcp.c │ │ │ │ │ ├── tcp.h │ │ │ │ │ ├── timeout.c │ │ │ │ │ ├── timeout.h │ │ │ │ │ ├── tp.lua │ │ │ │ │ ├── tp.lua_lua.c │ │ │ │ │ ├── tp_lua.c │ │ │ │ │ ├── udp.c │ │ │ │ │ ├── udp.h │ │ │ │ │ ├── unix.c │ │ │ │ │ ├── unix.h │ │ │ │ │ ├── unixdgram.c │ │ │ │ │ ├── unixdgram.h │ │ │ │ │ ├── unixstream.c │ │ │ │ │ ├── unixstream.h │ │ │ │ │ ├── url.lua │ │ │ │ │ ├── url.lua_lua.c │ │ │ │ │ ├── url_lua.c │ │ │ │ │ ├── usocket.c │ │ │ │ │ ├── usocket.h │ │ │ │ │ ├── wsocket.c │ │ │ │ │ └── wsocket.h │ │ │ ├── luatex-common.h │ │ │ ├── luatex.c │ │ │ ├── luatex.h │ │ │ ├── luatex_svnversion.h │ │ │ ├── luatexcallbackids.h │ │ │ ├── luazip │ │ │ │ └── src │ │ │ │ │ ├── luazip.c │ │ │ │ │ └── luazip.h │ │ │ ├── luazlib │ │ │ │ ├── lgzip.c │ │ │ │ └── lzlib.c │ │ │ ├── pdf │ │ │ │ ├── pdfaction.c │ │ │ │ ├── pdfaction.h │ │ │ │ ├── pdfannot.c │ │ │ │ ├── pdfannot.h │ │ │ │ ├── pdfcolorstack.c │ │ │ │ ├── pdfcolorstack.h │ │ │ │ ├── pdfdest.c │ │ │ │ ├── pdfdest.h │ │ │ │ ├── pdffont.c │ │ │ │ ├── pdffont.h │ │ │ │ ├── pdfgen.c │ │ │ │ ├── pdfgen.h │ │ │ │ ├── pdfglyph.c │ │ │ │ ├── pdfglyph.h │ │ │ │ ├── pdfimage.c │ │ │ │ ├── pdfimage.h │ │ │ │ ├── pdflink.c │ │ │ │ ├── pdflink.h │ │ │ │ ├── pdflistout.c │ │ │ │ ├── pdflistout.h │ │ │ │ ├── pdfliteral.c │ │ │ │ ├── pdfliteral.h │ │ │ │ ├── pdfobj.c │ │ │ │ ├── pdfobj.h │ │ │ │ ├── pdfoutline.c │ │ │ │ ├── pdfoutline.h │ │ │ │ ├── pdfpage.c │ │ │ │ ├── pdfpage.h │ │ │ │ ├── pdfpagetree.c │ │ │ │ ├── pdfpagetree.h │ │ │ │ ├── pdfrule.c │ │ │ │ ├── pdfrule.h │ │ │ │ ├── pdfsaverestore.c │ │ │ │ ├── pdfsaverestore.h │ │ │ │ ├── pdfsetmatrix.c │ │ │ │ ├── pdfsetmatrix.h │ │ │ │ ├── pdfshipout.c │ │ │ │ ├── pdfshipout.h │ │ │ │ ├── pdftables.c │ │ │ │ ├── pdftables.h │ │ │ │ ├── pdfthread.c │ │ │ │ ├── pdfthread.h │ │ │ │ ├── pdftypes.h │ │ │ │ ├── pdfxform.c │ │ │ │ └── pdfxform.h │ │ │ ├── ptexlib.h │ │ │ ├── slnunicode │ │ │ │ ├── slnudata.c │ │ │ │ └── slnunico.c │ │ │ ├── tex │ │ │ │ ├── align.c │ │ │ │ ├── align.h │ │ │ │ ├── arithmetic.c │ │ │ │ ├── arithmetic.h │ │ │ │ ├── backend.c │ │ │ │ ├── backend.h │ │ │ │ ├── buildpage.c │ │ │ │ ├── buildpage.h │ │ │ │ ├── commands.c │ │ │ │ ├── commands.h │ │ │ │ ├── conditional.c │ │ │ │ ├── conditional.h │ │ │ │ ├── directions.c │ │ │ │ ├── directions.h │ │ │ │ ├── dumpdata.c │ │ │ │ ├── dumpdata.h │ │ │ │ ├── equivalents.c │ │ │ │ ├── equivalents.h │ │ │ │ ├── errors.c │ │ │ │ ├── errors.h │ │ │ │ ├── expand.c │ │ │ │ ├── expand.h │ │ │ │ ├── extensions.c │ │ │ │ ├── extensions.h │ │ │ │ ├── filename.c │ │ │ │ ├── filename.h │ │ │ │ ├── inputstack.c │ │ │ │ ├── inputstack.h │ │ │ │ ├── linebreak.c │ │ │ │ ├── linebreak.h │ │ │ │ ├── mainbody.c │ │ │ │ ├── mainbody.h │ │ │ │ ├── maincontrol.c │ │ │ │ ├── maincontrol.h │ │ │ │ ├── mathcodes.c │ │ │ │ ├── mathcodes.h │ │ │ │ ├── memoryword.c │ │ │ │ ├── memoryword.h │ │ │ │ ├── mlist.c │ │ │ │ ├── mlist.h │ │ │ │ ├── nesting.c │ │ │ │ ├── nesting.h │ │ │ │ ├── packaging.c │ │ │ │ ├── packaging.h │ │ │ │ ├── postlinebreak.c │ │ │ │ ├── postlinebreak.h │ │ │ │ ├── primitive.c │ │ │ │ ├── primitive.h │ │ │ │ ├── printing.c │ │ │ │ ├── printing.h │ │ │ │ ├── scanning.c │ │ │ │ ├── scanning.h │ │ │ │ ├── stringpool.c │ │ │ │ ├── stringpool.h │ │ │ │ ├── texdeffont.c │ │ │ │ ├── texdeffont.h │ │ │ │ ├── texfileio.c │ │ │ │ ├── texfileio.h │ │ │ │ ├── texmath.c │ │ │ │ ├── texmath.h │ │ │ │ ├── texnodes.c │ │ │ │ ├── texnodes.h │ │ │ │ ├── textcodes.c │ │ │ │ ├── textcodes.h │ │ │ │ ├── textoken.c │ │ │ │ └── textoken.h │ │ │ ├── unilib │ │ │ │ ├── ArabicForms.c │ │ │ │ ├── alphabet.c │ │ │ │ ├── char.c │ │ │ │ ├── chardata.h │ │ │ │ ├── charset.h │ │ │ │ ├── cjk.c │ │ │ │ ├── combiners.h │ │ │ │ ├── gwwiconv.c │ │ │ │ ├── gwwiconv.h │ │ │ │ ├── src │ │ │ │ │ └── makeutype.c │ │ │ │ ├── ucharmap.c │ │ │ │ ├── unialt.c │ │ │ │ ├── unibasics.h │ │ │ │ ├── usprintf.c │ │ │ │ ├── ustring.c │ │ │ │ ├── ustring.h │ │ │ │ ├── utype.c │ │ │ │ └── utype.h │ │ │ └── utils │ │ │ │ ├── avl.c │ │ │ │ ├── avl.h │ │ │ │ ├── avlstuff.c │ │ │ │ ├── avlstuff.h │ │ │ │ ├── managed-sa.c │ │ │ │ ├── managed-sa.h │ │ │ │ ├── unistring.c │ │ │ │ ├── unistring.h │ │ │ │ ├── utils.c │ │ │ │ └── utils.h │ │ ├── test │ │ │ ├── 1.good.out │ │ │ ├── 1.lua │ │ │ └── CMakeLists.txt │ │ └── windows │ │ │ ├── miktex-luahbtex.rc.in │ │ │ └── miktex-luatex.rc.in │ ├── mplib │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── miktex-metapost-version.h.in │ │ ├── miktex │ │ │ ├── mpost.cpp │ │ │ └── mpost.h │ │ ├── source │ │ │ ├── avl.c │ │ │ ├── avl.h │ │ │ ├── decContext.c │ │ │ ├── decContext.h │ │ │ ├── decNumber.c │ │ │ ├── decNumber.h │ │ │ ├── decNumberLocal.h │ │ │ ├── lmplib.c │ │ │ ├── mp.w │ │ │ ├── mpmath.w │ │ │ ├── mpmathbinary.w │ │ │ ├── mpmathdecimal.w │ │ │ ├── mpmathdouble.w │ │ │ ├── mpmathinterval.w │ │ │ ├── mpost.w │ │ │ ├── mpstrings.w │ │ │ ├── mpxout.w │ │ │ ├── pngout.w │ │ │ ├── psout.w │ │ │ ├── svgout.w │ │ │ └── tfmin.w │ │ ├── version.cmake │ │ └── windows │ │ │ ├── miktex-metapost.rc.in │ │ │ └── miktex-mpost.rc.in │ ├── omega │ │ ├── omegaware │ │ │ ├── CMakeLists.txt │ │ │ ├── odvicopy-miktex.ch │ │ │ ├── odvicopy-version.h │ │ │ ├── odvicopy.rc.in │ │ │ ├── ofm2opl-miktex.ch │ │ │ ├── ofm2opl-version.h │ │ │ ├── ofm2opl.rc.in │ │ │ ├── opl2ofm-miktex.ch │ │ │ ├── opl2ofm-version.h │ │ │ ├── opl2ofm.rc.in │ │ │ ├── ovf2ovp-miktex.ch │ │ │ ├── ovf2ovp-version.h │ │ │ ├── ovf2ovp.rc.in │ │ │ ├── ovp2ovf-miktex.ch │ │ │ ├── ovp2ovf-version.h │ │ │ ├── ovp2ovf.rc.in │ │ │ └── source │ │ │ │ ├── odvicopy.web │ │ │ │ ├── odvitype.web │ │ │ │ ├── ofm2opl.web │ │ │ │ ├── opl2ofm.web │ │ │ │ ├── ovf2ovp.web │ │ │ │ └── ovp2ovf.web │ │ └── otps │ │ │ ├── CMakeLists.txt │ │ │ ├── mkocp-version.h │ │ │ ├── mkocp.cpp │ │ │ ├── mkocp.rc │ │ │ ├── otp2ocp-version.h │ │ │ ├── otp2ocp.rc │ │ │ ├── outocp-version.h │ │ │ ├── outocp.rc │ │ │ └── source │ │ │ ├── otp.h │ │ │ ├── otp.l │ │ │ ├── otp.y │ │ │ ├── otp2ocp.c │ │ │ ├── outocp.c │ │ │ ├── routines.c │ │ │ ├── routines.h │ │ │ └── yystype.h │ ├── pdftex │ │ ├── CMakeLists.txt │ │ ├── pdftex │ │ │ ├── CMakeLists.txt │ │ │ ├── PdfTeXResources.h.in │ │ │ ├── c4p_pre.h │ │ │ ├── l10n.cmake │ │ │ ├── miktex-first.h │ │ │ ├── miktex-pdftex-version.h │ │ │ ├── miktex-pdftex.ch │ │ │ ├── miktex-pdftex.cpp │ │ │ ├── miktex-pdftex.h │ │ │ ├── miktex-pdftex.rc.in │ │ │ ├── pdftex-1to2-adapter.ch │ │ │ ├── pdftex-miktex-adapter.ch │ │ │ ├── po │ │ │ │ ├── de │ │ │ │ │ └── miktex-pdftex.po │ │ │ │ ├── miktex-pdftex.pot │ │ │ │ └── zh_CN │ │ │ │ │ └── miktex-pdftex.po │ │ │ └── webify.cmake │ │ ├── pdftosrc │ │ │ ├── CMakeLists.txt │ │ │ ├── pdftosrc-version.h │ │ │ └── pdftosrc.rc │ │ ├── source │ │ │ ├── avl.c │ │ │ ├── avl.h │ │ │ ├── avlstuff.c │ │ │ ├── avlstuff.h │ │ │ ├── char-warning-pdftex.ch │ │ │ ├── epdf.c │ │ │ ├── image.h │ │ │ ├── macnames.c │ │ │ ├── mapfile.c │ │ │ ├── pdftex-common.h │ │ │ ├── pdftex.ch │ │ │ ├── pdftex.h │ │ │ ├── pdftex.web │ │ │ ├── pdftex_version.h │ │ │ ├── pdftexextra.c │ │ │ ├── pdftexextra.h │ │ │ ├── pdftoepdf.cc │ │ │ ├── pdftosrc.cc │ │ │ ├── pkin.c │ │ │ ├── ptexlib.h │ │ │ ├── ptexmac.h │ │ │ ├── subfont.c │ │ │ ├── tounicode.c │ │ │ ├── ttf2afm.c │ │ │ ├── utils.c │ │ │ ├── vfpacket.c │ │ │ ├── writeenc.c │ │ │ ├── writefont.c │ │ │ ├── writeimg.c │ │ │ ├── writejbig2.c │ │ │ ├── writejpg.c │ │ │ ├── writepng.c │ │ │ ├── writet1.c │ │ │ ├── writet3.c │ │ │ ├── writettf.c │ │ │ ├── writettf.h │ │ │ └── writezip.c │ │ └── ttf2afm │ │ │ ├── CMakeLists.txt │ │ │ ├── ttf2afm-version.h │ │ │ └── ttf2afm.rc │ ├── synctex │ │ ├── CMakeLists.txt │ │ ├── component.cmake │ │ ├── source │ │ │ ├── synctex-common.h │ │ │ ├── synctex-def.ch0 │ │ │ ├── synctex-e-mem.ch0 │ │ │ ├── synctex-e-mem.ch1 │ │ │ ├── synctex-e-rec.ch0 │ │ │ ├── synctex-ep-mem.ch0 │ │ │ ├── synctex-ep-mem.ch1 │ │ │ ├── synctex-ep-rec.ch0 │ │ │ ├── synctex-eptex.h │ │ │ ├── synctex-etex.h │ │ │ ├── synctex-euptex.h │ │ │ ├── synctex-luatex.h │ │ │ ├── synctex-mem.ch0 │ │ │ ├── synctex-mem.ch2 │ │ │ ├── synctex-p-mem.ch0 │ │ │ ├── synctex-p-mem.ch1 │ │ │ ├── synctex-p-rec.ch0 │ │ │ ├── synctex-p-rec.ch1 │ │ │ ├── synctex-pdf-rec.ch2 │ │ │ ├── synctex-pdftex.h │ │ │ ├── synctex-ptex.h │ │ │ ├── synctex-rec.ch0 │ │ │ ├── synctex-rec.ch1 │ │ │ ├── synctex-rec.ch2 │ │ │ ├── synctex-tex.h │ │ │ ├── synctex-uptex.h │ │ │ ├── synctex-xe-def.ch0 │ │ │ ├── synctex-xe-rec.ch3 │ │ │ ├── synctex-xetex.h │ │ │ ├── synctex.c │ │ │ ├── synctex.h │ │ │ ├── synctex_main.c │ │ │ ├── synctex_parser.c │ │ │ ├── synctex_parser.h │ │ │ ├── synctex_parser_advanced.h │ │ │ ├── synctex_parser_c-auto.h │ │ │ ├── synctex_parser_local.h │ │ │ ├── synctex_parser_utils.c │ │ │ ├── synctex_parser_utils.h │ │ │ └── synctex_version.h │ │ ├── synctex-version.h.in │ │ ├── synctex.rc.cmake │ │ └── version.cmake │ ├── texjp │ │ ├── CMakeLists.txt │ │ ├── eptex │ │ │ └── miktex-eptex-adapter.ch │ │ ├── euptex │ │ │ ├── CMakeLists.txt │ │ │ ├── c4p_pre.h │ │ │ ├── miktex-euptex-adapter.ch │ │ │ ├── miktex-euptex-version.h │ │ │ ├── miktex-euptex.ch │ │ │ ├── miktex-euptex.cpp │ │ │ ├── miktex-euptex.h │ │ │ ├── miktex-euptex.rc.in │ │ │ ├── miktex-first.h │ │ │ ├── source │ │ │ │ ├── COPYRIGHT │ │ │ │ ├── char-warning-eptex.ch │ │ │ │ ├── eptex.ech │ │ │ │ ├── eptex_version.h │ │ │ │ ├── etex.ch0 │ │ │ │ ├── etex.ch1 │ │ │ │ ├── euptexextra.c │ │ │ │ ├── euptexextra.h │ │ │ │ ├── fam256.ch │ │ │ │ ├── pdfutils.ch │ │ │ │ ├── suppresserrors.ch │ │ │ │ └── unbalanced-braces-eptex.ch │ │ │ └── webify.cmake │ │ ├── include │ │ │ └── miktex │ │ │ │ └── TeXjp │ │ │ │ └── common.h │ │ ├── ptex │ │ │ ├── ptex │ │ │ │ ├── miktex-ptex-adapter.ch │ │ │ │ └── miktex-ptex.ch │ │ │ └── source │ │ │ │ ├── COPYRIGHT │ │ │ │ ├── COPYRIGHT.jis │ │ │ │ ├── kanji.c │ │ │ │ ├── kanji.h │ │ │ │ ├── kanji_dump.c │ │ │ │ ├── ptex-base.ch │ │ │ │ ├── ptex_version.h │ │ │ │ ├── ptexextra.c │ │ │ │ └── ptexextra.h │ │ └── uptex │ │ │ ├── CMakeLists.txt │ │ │ ├── libukanji.cmake │ │ │ ├── source │ │ │ ├── COPYRIGHT │ │ │ ├── COPYRIGHT.ja │ │ │ ├── kanji.c │ │ │ ├── kanji.h │ │ │ ├── kanji_dump.c │ │ │ ├── ptex-base.ch │ │ │ ├── ptex_version.h │ │ │ ├── upbibtex.ch │ │ │ ├── updvitype.ch │ │ │ ├── uppltotf.ch │ │ │ ├── uptex-m.ch │ │ │ ├── uptex_version.h │ │ │ ├── uptexextra.c │ │ │ ├── uptexextra.h │ │ │ └── uptftopl.ch │ │ │ ├── upbibtex │ │ │ ├── CMakeLists.txt │ │ │ ├── miktex-upbibtex-adapter.ch │ │ │ ├── miktex-upbibtex-version.h │ │ │ ├── miktex-upbibtex.ch │ │ │ ├── miktex-upbibtex.h │ │ │ ├── miktex-upbibtex.rc.in │ │ │ └── webify.cmake │ │ │ ├── updvitype │ │ │ ├── CMakeLists.txt │ │ │ ├── miktex-updvitype-adapter.ch │ │ │ ├── miktex-updvitype-version.h │ │ │ ├── miktex-updvitype.ch │ │ │ ├── miktex-updvitype.h │ │ │ ├── miktex-updvitype.rc.in │ │ │ └── webify.cmake │ │ │ ├── uppltotf │ │ │ ├── CMakeLists.txt │ │ │ ├── miktex-uppltotf-adapter.ch │ │ │ ├── miktex-uppltotf-version.h │ │ │ ├── miktex-uppltotf.ch │ │ │ ├── miktex-uppltotf.h │ │ │ ├── miktex-uppltotf.rc.in │ │ │ └── webify.cmake │ │ │ ├── uptex │ │ │ ├── miktex-uptex-adapter.ch │ │ │ └── miktex-uptex.ch │ │ │ └── uptftopl │ │ │ ├── CMakeLists.txt │ │ │ ├── miktex-uptftopl-adapter.ch │ │ │ ├── miktex-uptftopl-version.h │ │ │ ├── miktex-uptftopl.ch │ │ │ ├── miktex-uptftopl.h │ │ │ ├── miktex-uptftopl.rc.in │ │ │ └── webify.cmake │ ├── web2c │ │ └── source │ │ │ ├── locnull-optimize.ch │ │ │ ├── partoken-102.ch │ │ │ ├── partoken.ch │ │ │ ├── showstream.ch │ │ │ ├── tracingstacklevels.ch │ │ │ └── unbalanced-braces.ch │ └── xetex │ │ ├── CMakeLists.txt │ │ ├── c4p_post.h │ │ ├── c4p_pre.h │ │ ├── dyn.sed │ │ ├── miktex-first.h │ │ ├── miktex-xetex-version.h │ │ ├── miktex-xetex.ch │ │ ├── miktex-xetex.cpp │ │ ├── miktex-xetex.h │ │ ├── miktex-xetex.rc.in │ │ ├── source │ │ ├── COPYING │ │ ├── XeTeXFontInst.cpp │ │ ├── XeTeXFontInst.h │ │ ├── XeTeXFontMgr.cpp │ │ ├── XeTeXFontMgr.h │ │ ├── XeTeXFontMgr_FC.cpp │ │ ├── XeTeXFontMgr_FC.h │ │ ├── XeTeXLayoutInterface.cpp │ │ ├── XeTeXLayoutInterface.h │ │ ├── XeTeXOTMath.cpp │ │ ├── XeTeXOTMath.h │ │ ├── XeTeX_ext.c │ │ ├── XeTeX_ext.h │ │ ├── XeTeX_pic.c │ │ ├── XeTeX_web.h │ │ ├── XeTeXswap.h │ │ ├── char-warning-xetex.ch │ │ ├── etex_version.h │ │ ├── hz.cpp │ │ ├── image │ │ │ ├── bmpimage.c │ │ │ ├── bmpimage.h │ │ │ ├── jpegimage.c │ │ │ ├── jpegimage.h │ │ │ ├── mfileio.c │ │ │ ├── mfileio.h │ │ │ ├── numbers.c │ │ │ ├── numbers.h │ │ │ ├── pngimage.c │ │ │ └── pngimage.h │ │ ├── pdfimage.cpp │ │ ├── pdfimage.h │ │ ├── trans.c │ │ ├── trans.h │ │ ├── xetex.ch │ │ ├── xetex.h │ │ ├── xetex.web │ │ ├── xetex_version.h │ │ ├── xetexextra.c │ │ └── xetexextra.h │ │ ├── webify.cmake │ │ ├── xetex-1to2-adapter.ch │ │ └── xetex-miktex-adapter.ch └── Validation │ ├── chktex │ ├── CMakeLists.txt │ ├── component.cmake │ ├── config.h.cmake │ ├── miktex-chktex-version.h.in │ ├── miktex-chktex.rc.in │ ├── source │ │ ├── COPYING │ │ ├── ChkTeX.c │ │ ├── ChkTeX.h │ │ ├── FindErrs.c │ │ ├── FindErrs.h │ │ ├── OpSys.c │ │ ├── OpSys.h │ │ ├── Resource.c │ │ ├── Resource.h │ │ ├── Utility.c │ │ ├── Utility.h │ │ ├── deweb.in │ │ └── types.h │ └── version.cmake │ └── lacheck │ ├── CMakeLists.txt │ ├── component.cmake │ ├── miktex-lacheck-version.h.in │ ├── source │ └── lacheck.l │ ├── version.cmake │ └── windows │ └── miktex-lacheck.rc.in ├── README.md ├── Resources ├── Graphics │ ├── dmg-background.svg │ ├── miktex-console.icns │ ├── miktex-console.ico │ ├── miktex.icns │ ├── miktex2018.ico │ ├── miktex2022.ico │ ├── wiz97-header-2022.bmp │ ├── wiz97-header.bmp │ └── wiz97-watermark.bmp ├── Icons │ ├── MiKTeX │ │ ├── 128x128 │ │ │ └── apps │ │ │ │ ├── miktex-console.png │ │ │ │ ├── miktex.png │ │ │ │ └── miktex2022.png │ │ ├── 16x16 │ │ │ ├── actions │ │ │ │ ├── package-install.png │ │ │ │ └── package-uninstall.png │ │ │ └── apps │ │ │ │ ├── miktex-console.png │ │ │ │ ├── miktex.png │ │ │ │ └── miktex2022.png │ │ ├── 200x200 │ │ │ └── apps │ │ │ │ ├── miktex.png │ │ │ │ └── miktex2022.png │ │ ├── 256x256 │ │ │ └── apps │ │ │ │ ├── miktex.png │ │ │ │ └── miktex2022.png │ │ ├── 32x32 │ │ │ └── apps │ │ │ │ ├── miktex-console.png │ │ │ │ ├── miktex.png │ │ │ │ └── miktex2022.png │ │ ├── 48x48 │ │ │ └── apps │ │ │ │ ├── miktex.png │ │ │ │ └── miktex2022.png │ │ ├── 512x512 │ │ │ └── apps │ │ │ │ ├── miktex.png │ │ │ │ └── miktex2022.png │ │ └── scalable │ │ │ └── apps │ │ │ ├── miktex-console-16.svg │ │ │ ├── miktex-console-32.svg │ │ │ ├── miktex-console.svg │ │ │ ├── miktex2018-16.svg │ │ │ ├── miktex2018.svg │ │ │ ├── miktex2022-16.svg │ │ │ └── miktex2022.svg │ ├── TeXworks │ │ ├── 16x16 │ │ │ └── apps │ │ │ │ └── TeXworks.png │ │ └── 32x32 │ │ │ └── apps │ │ │ └── TeXworks.png │ ├── oxygen-icons5 │ │ ├── 16x16 │ │ │ ├── actions │ │ │ │ ├── document-preview.png │ │ │ │ ├── documentinfo.png │ │ │ │ ├── svn-update.png │ │ │ │ └── view-filter.png │ │ │ └── apps │ │ │ │ └── utilities-terminal.png │ │ └── 32x32 │ │ │ └── apps │ │ │ └── utilities-terminal.png │ └── tango │ │ ├── 16x16 │ │ ├── actions │ │ │ ├── document-properties.png │ │ │ ├── go-down.png │ │ │ ├── go-up.png │ │ │ ├── list-add.png │ │ │ └── list-remove.png │ │ ├── apps │ │ │ └── system-file-manager.png │ │ └── emblems │ │ │ └── emblem-system.png │ │ └── COPYING ├── Manifests │ ├── asInvoker.manifest │ ├── common.manifest │ ├── dpiAware.manifest │ ├── highestAvailable.manifest │ └── requireAdministrator.manifest ├── PublicKeys │ ├── miktex.der │ └── miktex.pem └── Videos │ ├── download.avi │ └── filecopy.avi ├── cmake └── modules │ ├── AddLinkFlags.cmake │ ├── BundleUtilitiesOverrides.cmake │ ├── ConfigNames.cmake │ ├── CreateDllWrapper.cmake │ ├── CreateWebApp.cmake │ ├── DefaultCharTypeIsUnsigned.cmake │ ├── DelayLoad.cmake │ ├── ExecutableNames.cmake │ ├── FindAPR.cmake │ ├── FindAPRUTIL.cmake │ ├── FindCAIRO.cmake │ ├── FindFONTCONFIG.cmake │ ├── FindFRIBIDI.cmake │ ├── FindGD.cmake │ ├── FindGMP.cmake │ ├── FindGRAPHITE2.cmake │ ├── FindHARFBUZZ.cmake │ ├── FindHARFBUZZ_ICU.cmake │ ├── FindHUNSPELL.cmake │ ├── FindLOG4CXX.cmake │ ├── FindMPFI.cmake │ ├── FindMPFR.cmake │ ├── FindMSPACK.cmake │ ├── FindPIXMAN.cmake │ ├── FindPOPPLER.cmake │ ├── FindPOPPLER_QT5.cmake │ ├── FindPOPT.cmake │ ├── FindURIPARSER.cmake │ ├── FindZZIP.cmake │ ├── IgnoreWarnings.cmake │ ├── InstallPaths.cmake │ ├── InstallQtPlugin.cmake │ ├── LibraryNames.cmake │ ├── RuntimePaths.cmake │ ├── SetSharedLibraryVersion.cmake │ ├── SourcePaths.cmake │ └── UseStaticCRT.cmake ├── cmake_uninstall.cmake.in ├── gen-git-info.cmake ├── images └── console-cleanup-reset-personal.png ├── include ├── config.h └── miktex │ ├── Definitions │ ├── Definitions.h │ ├── ExitThrows │ ├── ExitThrows.h │ ├── First │ ├── First.h │ ├── GitInfo │ ├── GitInfo.h.in │ ├── Helpers │ ├── Helpers.h │ ├── Version │ ├── Version.h.in │ ├── config.h.cmake │ └── win │ └── version.rc ├── miktex-version.cmake └── sandbox └── miktex └── config ├── miktex.ini.in └── miktexstartup.ini.in /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/no-response.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/.github/no-response.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /Admin/COM/guids.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/COM/guids.cmake -------------------------------------------------------------------------------- /Admin/Config/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/Config/CMakeLists.txt -------------------------------------------------------------------------------- /Admin/Config/miktex-config.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/Config/miktex-config.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/CMakeLists.txt -------------------------------------------------------------------------------- /Admin/ConfigFiles/amstex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/amstex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/bibtex-x.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/bibtex-x.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/bibtex8.ini.in: -------------------------------------------------------------------------------- 1 | !include bibtex-x.ini 2 | -------------------------------------------------------------------------------- /Admin/ConfigFiles/bibtexu.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/bibtexu.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/cont-de.ini.in: -------------------------------------------------------------------------------- 1 | !include context.ini 2 | -------------------------------------------------------------------------------- /Admin/ConfigFiles/cont-en.ini.in: -------------------------------------------------------------------------------- 1 | !include context.ini 2 | -------------------------------------------------------------------------------- /Admin/ConfigFiles/cont-fr.ini.in: -------------------------------------------------------------------------------- 1 | !include context.ini 2 | -------------------------------------------------------------------------------- /Admin/ConfigFiles/cont-it.ini.in: -------------------------------------------------------------------------------- 1 | !include context.ini 2 | -------------------------------------------------------------------------------- /Admin/ConfigFiles/cont-nl.ini.in: -------------------------------------------------------------------------------- 1 | !include context.ini 2 | -------------------------------------------------------------------------------- /Admin/ConfigFiles/cont-ro.ini.in: -------------------------------------------------------------------------------- 1 | !include context.ini 2 | -------------------------------------------------------------------------------- /Admin/ConfigFiles/context.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/context.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/cslatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/cslatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/csplain.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/csplain.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/dvilualatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/dvilualatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/dviluatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/dviluatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/dvipdfm.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/dvipdfm.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/dvipdfmx.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/dvipdfmx.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/elatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/elatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/eplain.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/eplain.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/eptex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/eptex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/etex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/etex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/euptex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/euptex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/fontinst.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/fontinst.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/formats.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/formats.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/frlatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/frlatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/frtex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/frtex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/ftex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/ftex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/header.txt -------------------------------------------------------------------------------- /Admin/ConfigFiles/hilatex-dev.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/hilatex-dev.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/hilatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/hilatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/hitex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/hitex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/jadetex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/jadetex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/latex-dev.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/latex-dev.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/latex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/latex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/latex209.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/latex209.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/luahblatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/luahblatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/luahbtex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/luahbtex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/lualatex-dev.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/lualatex-dev.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/lualatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/lualatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/luatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/luatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/mllatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/mllatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/mltex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/mltex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/olatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/olatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdfamstex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdfamstex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdfcslatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdfcslatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdfcsplain.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdfcsplain.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdfelatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdfelatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdfetex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdfetex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdfjadetex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdfjadetex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdflatex-dev.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdflatex-dev.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdflatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdflatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdfplatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdfplatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdftex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdftex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdftexinfo.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdftexinfo.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdfxlatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdfxlatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdfxmltex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdfxmltex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/pdfxtex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/pdfxtex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/platex-dev.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/platex-dev.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/platex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/platex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/ptex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/ptex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/t4ht.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/t4ht.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/tex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/tex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/tex4ht.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/tex4ht.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/texinfo.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/texinfo.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/ttf2pk.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/ttf2pk.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/ttf2tfm.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/ttf2tfm.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/unx/log4cxx.unx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/unx/log4cxx.unx.xml -------------------------------------------------------------------------------- /Admin/ConfigFiles/uplatex-dev.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/uplatex-dev.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/uplatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/uplatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/uptex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/uptex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/utf8mex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/utf8mex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/win/log4cxx.win.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/win/log4cxx.win.xml -------------------------------------------------------------------------------- /Admin/ConfigFiles/xdvipdfmx.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/xdvipdfmx.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/xelatex-dev.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/xelatex-dev.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/xelatex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/xelatex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/xeplain.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/xeplain.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/xetex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/xetex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/xmltex.ini.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/ConfigFiles/xmltex.ini.in -------------------------------------------------------------------------------- /Admin/ConfigFiles/yap.ini.in: -------------------------------------------------------------------------------- 1 | [Graphics] 2 | 3 | .png.bmp = convert "%i" "%o" 4 | -------------------------------------------------------------------------------- /Admin/Defaults/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/Defaults/CMakeLists.txt -------------------------------------------------------------------------------- /Admin/Defaults/bibtex.defaults.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/Defaults/bibtex.defaults.in -------------------------------------------------------------------------------- /Admin/Defaults/mf.defaults.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/Defaults/mf.defaults.in -------------------------------------------------------------------------------- /Admin/Defaults/mfapp.defaults.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/Defaults/mfapp.defaults.in -------------------------------------------------------------------------------- /Admin/Defaults/mpost.defaults.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/Defaults/mpost.defaults.in -------------------------------------------------------------------------------- /Admin/Defaults/pdftex.defaults.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/Defaults/pdftex.defaults.in -------------------------------------------------------------------------------- /Admin/Defaults/texapp.defaults.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/Defaults/texapp.defaults.in -------------------------------------------------------------------------------- /Admin/Defaults/texmfapp.defaults.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/Defaults/texmfapp.defaults.in -------------------------------------------------------------------------------- /Admin/Scripts/genFontmap.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/Scripts/genFontmap.vbs -------------------------------------------------------------------------------- /Admin/Scripts/makelocfile.cmd.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/Scripts/makelocfile.cmd.in -------------------------------------------------------------------------------- /Admin/Scripts/putj2000version.cmd.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/Scripts/putj2000version.cmd.in -------------------------------------------------------------------------------- /Admin/TPM/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/TPM/CMakeLists.txt -------------------------------------------------------------------------------- /Admin/TPM/miktex-config.tpm.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/TPM/miktex-config.tpm.in -------------------------------------------------------------------------------- /Admin/TPM/miktex-doc.tpm.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Admin/TPM/miktex-doc.tpm.in -------------------------------------------------------------------------------- /BuildUtilities/c4p/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/c4p/CMakeLists.txt -------------------------------------------------------------------------------- /BuildUtilities/c4p/c4p-version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/c4p/c4p-version.h -------------------------------------------------------------------------------- /BuildUtilities/c4p/c4p.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/c4p/c4p.rc -------------------------------------------------------------------------------- /BuildUtilities/c4p/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/c4p/common.h -------------------------------------------------------------------------------- /BuildUtilities/c4p/gram.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/c4p/gram.y -------------------------------------------------------------------------------- /BuildUtilities/c4p/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/c4p/main.cpp -------------------------------------------------------------------------------- /BuildUtilities/c4p/misc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/c4p/misc.cpp -------------------------------------------------------------------------------- /BuildUtilities/c4p/output.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/c4p/output.cpp -------------------------------------------------------------------------------- /BuildUtilities/c4p/output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/c4p/output.h -------------------------------------------------------------------------------- /BuildUtilities/c4p/scan.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/c4p/scan.l -------------------------------------------------------------------------------- /BuildUtilities/c4p/subrange.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/c4p/subrange.cpp -------------------------------------------------------------------------------- /BuildUtilities/c4p/symtab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/c4p/symtab.cpp -------------------------------------------------------------------------------- /BuildUtilities/c4p/type.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/c4p/type.cpp -------------------------------------------------------------------------------- /BuildUtilities/cfg/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cfg/CMakeLists.txt -------------------------------------------------------------------------------- /BuildUtilities/cfg/cfg-version.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cfg/cfg-version.h.in -------------------------------------------------------------------------------- /BuildUtilities/cfg/cfg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cfg/cfg.cpp -------------------------------------------------------------------------------- /BuildUtilities/cfg/cfg.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cfg/cfg.rc.in -------------------------------------------------------------------------------- /BuildUtilities/cfg/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cfg/component.cmake -------------------------------------------------------------------------------- /BuildUtilities/cfg/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cfg/version.cmake -------------------------------------------------------------------------------- /BuildUtilities/cweb/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/CMakeLists.txt -------------------------------------------------------------------------------- /BuildUtilities/cweb/ctangle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/ctangle.cmake -------------------------------------------------------------------------------- /BuildUtilities/cweb/ctwill.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/ctwill.cmake -------------------------------------------------------------------------------- /BuildUtilities/cweb/cweave.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/cweave.cmake -------------------------------------------------------------------------------- /BuildUtilities/cweb/init/initcommon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/init/initcommon.c -------------------------------------------------------------------------------- /BuildUtilities/cweb/initctangle.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/initctangle.cmake -------------------------------------------------------------------------------- /BuildUtilities/cweb/miktex-ctangle.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/miktex-ctangle.rc -------------------------------------------------------------------------------- /BuildUtilities/cweb/miktex-ctwill.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/miktex-ctwill.rc -------------------------------------------------------------------------------- /BuildUtilities/cweb/miktex-cweave.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/miktex-cweave.rc -------------------------------------------------------------------------------- /BuildUtilities/cweb/source/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/source/README -------------------------------------------------------------------------------- /BuildUtilities/cweb/source/comm-w2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/source/comm-w2c.h -------------------------------------------------------------------------------- /BuildUtilities/cweb/source/common.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/source/common.w -------------------------------------------------------------------------------- /BuildUtilities/cweb/source/ctangle.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/source/ctangle.w -------------------------------------------------------------------------------- /BuildUtilities/cweb/source/cweave.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/source/cweave.w -------------------------------------------------------------------------------- /BuildUtilities/cweb/source/prod.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/source/prod.w -------------------------------------------------------------------------------- /BuildUtilities/cweb/source/refsort.ch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/source/refsort.ch -------------------------------------------------------------------------------- /BuildUtilities/cweb/source/refsort.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/source/refsort.w -------------------------------------------------------------------------------- /BuildUtilities/cweb/source/twinx.ch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/source/twinx.ch -------------------------------------------------------------------------------- /BuildUtilities/cweb/source/twinx.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/source/twinx.w -------------------------------------------------------------------------------- /BuildUtilities/cweb/texlive/help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/cweb/texlive/help.h -------------------------------------------------------------------------------- /BuildUtilities/docbook/catalog.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/docbook/catalog.in -------------------------------------------------------------------------------- /BuildUtilities/docbook/docbook-xsl/REVISION: -------------------------------------------------------------------------------- 1 | 9732 2 | -------------------------------------------------------------------------------- /BuildUtilities/docbook/docbook-xsl/webhelp/LICENSE: -------------------------------------------------------------------------------- 1 | See doc/content/index.html. -------------------------------------------------------------------------------- /BuildUtilities/docbook/docbook-xsl/webhelp/docs/search/default.props: -------------------------------------------------------------------------------- 1 | DEF01=a -------------------------------------------------------------------------------- /BuildUtilities/docbook/docbook-xsl/webhelp/docs/search/ja-jp.props: -------------------------------------------------------------------------------- 1 | J01=\\u306B -------------------------------------------------------------------------------- /BuildUtilities/docbook/docbook-xsl/webhelp/template/search/default.props: -------------------------------------------------------------------------------- 1 | DEF01=a -------------------------------------------------------------------------------- /BuildUtilities/docbook/docbook-xsl/webhelp/template/search/ja-jp.props: -------------------------------------------------------------------------------- 1 | J01=\\u306B -------------------------------------------------------------------------------- /BuildUtilities/docbook/xml-dtd/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/docbook/xml-dtd/README -------------------------------------------------------------------------------- /BuildUtilities/etc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/etc/CMakeLists.txt -------------------------------------------------------------------------------- /BuildUtilities/etc/bintoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/etc/bintoc.cpp -------------------------------------------------------------------------------- /BuildUtilities/etc/headerguard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/etc/headerguard.cpp -------------------------------------------------------------------------------- /BuildUtilities/etc/hhc.cmd.cmake: -------------------------------------------------------------------------------- 1 | @echo off 2 | "${HHC_EXECUTABLE}" %1 %2 %3 %4 %5 %6 %7 %8 %9 3 | exit /B 0 4 | -------------------------------------------------------------------------------- /BuildUtilities/etc/j2000.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/etc/j2000.cpp -------------------------------------------------------------------------------- /BuildUtilities/etc/web-n.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/etc/web-n.cpp -------------------------------------------------------------------------------- /BuildUtilities/inipool/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/inipool/CMakeLists.txt -------------------------------------------------------------------------------- /BuildUtilities/inipool/inipool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/inipool/inipool.cpp -------------------------------------------------------------------------------- /BuildUtilities/md5walk/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/md5walk/CMakeLists.txt -------------------------------------------------------------------------------- /BuildUtilities/md5walk/md5walk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/md5walk/md5walk.cpp -------------------------------------------------------------------------------- /BuildUtilities/md5walk/md5walk.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/md5walk/md5walk.rc -------------------------------------------------------------------------------- /BuildUtilities/mpc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/mpc/CMakeLists.txt -------------------------------------------------------------------------------- /BuildUtilities/mpc/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/mpc/component.cmake -------------------------------------------------------------------------------- /BuildUtilities/mpc/config.h.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/mpc/config.h.cmake -------------------------------------------------------------------------------- /BuildUtilities/mpc/mpc-version.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/mpc/mpc-version.h.in -------------------------------------------------------------------------------- /BuildUtilities/mpc/mpc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/mpc/mpc.cpp -------------------------------------------------------------------------------- /BuildUtilities/mpc/mpc.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/mpc/mpc.rc.in -------------------------------------------------------------------------------- /BuildUtilities/mpc/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/mpc/version.cmake -------------------------------------------------------------------------------- /BuildUtilities/padout/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/padout/CMakeLists.txt -------------------------------------------------------------------------------- /BuildUtilities/padout/padout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/padout/padout.cpp -------------------------------------------------------------------------------- /BuildUtilities/tie/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/tie/CMakeLists.txt -------------------------------------------------------------------------------- /BuildUtilities/tie/source/tie.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/tie/source/tie.w -------------------------------------------------------------------------------- /BuildUtilities/tie/tie-miktex.ch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/tie/tie-miktex.ch -------------------------------------------------------------------------------- /BuildUtilities/touch/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/touch/CMakeLists.txt -------------------------------------------------------------------------------- /BuildUtilities/touch/touch-version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/touch/touch-version.h -------------------------------------------------------------------------------- /BuildUtilities/touch/touch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/touch/touch.cpp -------------------------------------------------------------------------------- /BuildUtilities/touch/touch.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/BuildUtilities/touch/touch.rc -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /COPYING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/COPYING.md -------------------------------------------------------------------------------- /Documentation/BibEntries/latex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/BibEntries/latex.xml -------------------------------------------------------------------------------- /Documentation/BibEntries/texbook.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/BibEntries/texbook.xml -------------------------------------------------------------------------------- /Documentation/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/CMakeLists.txt -------------------------------------------------------------------------------- /Documentation/EnvVars/BIBINPUTS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/EnvVars/BIBINPUTS.xml -------------------------------------------------------------------------------- /Documentation/EnvVars/BSTINPUTS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/EnvVars/BSTINPUTS.xml -------------------------------------------------------------------------------- /Documentation/EnvVars/MFINPUTS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/EnvVars/MFINPUTS.xml -------------------------------------------------------------------------------- /Documentation/EnvVars/MPINPUTS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/EnvVars/MPINPUTS.xml -------------------------------------------------------------------------------- /Documentation/EnvVars/TEXINPUTS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/EnvVars/TEXINPUTS.xml -------------------------------------------------------------------------------- /Documentation/EnvVars/TFMFONTS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/EnvVars/TFMFONTS.xml -------------------------------------------------------------------------------- /Documentation/Images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Documentation/Manual/about.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/about.xml -------------------------------------------------------------------------------- /Documentation/Manual/advanced.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/advanced.xml -------------------------------------------------------------------------------- /Documentation/Manual/configuring.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/configuring.xml -------------------------------------------------------------------------------- /Documentation/Manual/defaults.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/defaults.xml -------------------------------------------------------------------------------- /Documentation/Manual/envvars.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/envvars.xml -------------------------------------------------------------------------------- /Documentation/Manual/files.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/files.xml -------------------------------------------------------------------------------- /Documentation/Manual/installing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/installing.xml -------------------------------------------------------------------------------- /Documentation/Manual/intro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/intro.xml -------------------------------------------------------------------------------- /Documentation/Manual/localguide.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/localguide.xml -------------------------------------------------------------------------------- /Documentation/Manual/preface.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/preface.xml -------------------------------------------------------------------------------- /Documentation/Manual/printing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/printing.xml -------------------------------------------------------------------------------- /Documentation/Manual/programs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/programs.xml -------------------------------------------------------------------------------- /Documentation/Manual/psfonts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/psfonts.xml -------------------------------------------------------------------------------- /Documentation/Manual/texfeatures.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/texfeatures.xml -------------------------------------------------------------------------------- /Documentation/Manual/texifying.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/texifying.xml -------------------------------------------------------------------------------- /Documentation/Manual/tracestreams.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Manual/tracestreams.xml -------------------------------------------------------------------------------- /Documentation/Options/admin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/admin.xml -------------------------------------------------------------------------------- /Documentation/Options/alias.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/alias.xml -------------------------------------------------------------------------------- /Documentation/Options/bistacksize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/bistacksize.xml -------------------------------------------------------------------------------- /Documentation/Options/bufsize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/bufsize.xml -------------------------------------------------------------------------------- /Documentation/Options/enableetex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/enableetex.xml -------------------------------------------------------------------------------- /Documentation/Options/enablemltex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/enablemltex.xml -------------------------------------------------------------------------------- /Documentation/Options/errorline.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/errorline.xml -------------------------------------------------------------------------------- /Documentation/Options/extramembot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/extramembot.xml -------------------------------------------------------------------------------- /Documentation/Options/extramemtop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/extramemtop.xml -------------------------------------------------------------------------------- /Documentation/Options/fontmax.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/fontmax.xml -------------------------------------------------------------------------------- /Documentation/Options/fontmemsize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/fontmemsize.xml -------------------------------------------------------------------------------- /Documentation/Options/haltonerror.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/haltonerror.xml -------------------------------------------------------------------------------- /Documentation/Options/hashextra.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/hashextra.xml -------------------------------------------------------------------------------- /Documentation/Options/help.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/help.xml -------------------------------------------------------------------------------- /Documentation/Options/hhelp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/hhelp.xml -------------------------------------------------------------------------------- /Documentation/Options/initialize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/initialize.xml -------------------------------------------------------------------------------- /Documentation/Options/interaction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/interaction.xml -------------------------------------------------------------------------------- /Documentation/Options/jobname.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/jobname.xml -------------------------------------------------------------------------------- /Documentation/Options/jobtime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/jobtime.xml -------------------------------------------------------------------------------- /Documentation/Options/mainmemory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/mainmemory.xml -------------------------------------------------------------------------------- /Documentation/Options/maxinopen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/maxinopen.xml -------------------------------------------------------------------------------- /Documentation/Options/maxstrings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/maxstrings.xml -------------------------------------------------------------------------------- /Documentation/Options/maxwiggle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/maxwiggle.xml -------------------------------------------------------------------------------- /Documentation/Options/movesize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/movesize.xml -------------------------------------------------------------------------------- /Documentation/Options/nestsize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/nestsize.xml -------------------------------------------------------------------------------- /Documentation/Options/paramsize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/paramsize.xml -------------------------------------------------------------------------------- /Documentation/Options/pathsize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/pathsize.xml -------------------------------------------------------------------------------- /Documentation/Options/poolfree.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/poolfree.xml -------------------------------------------------------------------------------- /Documentation/Options/poolsize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/poolsize.xml -------------------------------------------------------------------------------- /Documentation/Options/quiet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/quiet.xml -------------------------------------------------------------------------------- /Documentation/Options/recorder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/recorder.xml -------------------------------------------------------------------------------- /Documentation/Options/savesize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/savesize.xml -------------------------------------------------------------------------------- /Documentation/Options/srcspecials.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/srcspecials.xml -------------------------------------------------------------------------------- /Documentation/Options/stacksize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/stacksize.xml -------------------------------------------------------------------------------- /Documentation/Options/synctex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/synctex.xml -------------------------------------------------------------------------------- /Documentation/Options/tcx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/tcx.xml -------------------------------------------------------------------------------- /Documentation/Options/trace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/trace.xml -------------------------------------------------------------------------------- /Documentation/Options/trieopsize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/trieopsize.xml -------------------------------------------------------------------------------- /Documentation/Options/triesize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/triesize.xml -------------------------------------------------------------------------------- /Documentation/Options/undump.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/undump.xml -------------------------------------------------------------------------------- /Documentation/Options/version.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Options/version.xml -------------------------------------------------------------------------------- /Documentation/Ref/_tlack.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/_tlack.xml -------------------------------------------------------------------------------- /Documentation/Ref/findtexmf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/findtexmf.xml -------------------------------------------------------------------------------- /Documentation/Ref/initexmf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/initexmf.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-bibtex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-bibtex.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-dvicopy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-dvicopy.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-dvips.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-dvips.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-fndb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-fndb.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-fontmaps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-fontmaps.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-formats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-formats.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-gftodvi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-gftodvi.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-links.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-links.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-luatex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-luatex.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-mf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-mf.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-mpost.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-mpost.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-packages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-packages.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-pdftex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-pdftex.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-tex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-tex.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex-xetex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex-xetex.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex.ini.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex.ini.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktex.xml -------------------------------------------------------------------------------- /Documentation/Ref/miktexsetup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/miktexsetup.xml -------------------------------------------------------------------------------- /Documentation/Ref/mpm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/mpm.xml -------------------------------------------------------------------------------- /Documentation/Ref/mthelp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/mthelp.xml -------------------------------------------------------------------------------- /Documentation/Ref/mtprint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/mtprint.xml -------------------------------------------------------------------------------- /Documentation/Ref/pdftex.cfg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/pdftex.cfg.xml -------------------------------------------------------------------------------- /Documentation/Ref/setupwiz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/setupwiz.xml -------------------------------------------------------------------------------- /Documentation/Ref/texify.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Ref/texify.xml -------------------------------------------------------------------------------- /Documentation/Styles/fo.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Styles/fo.xsl -------------------------------------------------------------------------------- /Documentation/Styles/html.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Styles/html.xsl -------------------------------------------------------------------------------- /Documentation/Styles/htmlchunk.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Styles/htmlchunk.xsl -------------------------------------------------------------------------------- /Documentation/Styles/htmlhelp.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Styles/htmlhelp.xsl -------------------------------------------------------------------------------- /Documentation/Styles/htmltext.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Styles/htmltext.xsl -------------------------------------------------------------------------------- /Documentation/Styles/manpages.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Styles/manpages.xsl -------------------------------------------------------------------------------- /Documentation/Styles/miktexhelp.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Styles/miktexhelp.css -------------------------------------------------------------------------------- /Documentation/Styles/miktexman.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/Styles/miktexman.css -------------------------------------------------------------------------------- /Documentation/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/component.cmake -------------------------------------------------------------------------------- /Documentation/entities.ent.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/entities.ent.in -------------------------------------------------------------------------------- /Documentation/local.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/local.txt -------------------------------------------------------------------------------- /Documentation/manual.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/manual.xml -------------------------------------------------------------------------------- /Documentation/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Documentation/version.cmake -------------------------------------------------------------------------------- /Doxyfile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Doxyfile.in -------------------------------------------------------------------------------- /HACKING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/HACKING.md -------------------------------------------------------------------------------- /Libraries/3rd/apr-util/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/apr-util/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/apr-util/source/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/apr-util/source/LICENSE -------------------------------------------------------------------------------- /Libraries/3rd/apr-util/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/apr-util/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/apr/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/apr/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/apr/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/apr/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/apr/source/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/apr/source/LICENSE -------------------------------------------------------------------------------- /Libraries/3rd/apr/source/file_io/os2/copy.c: -------------------------------------------------------------------------------- 1 | #include "../unix/copy.c" 2 | -------------------------------------------------------------------------------- /Libraries/3rd/apr/source/file_io/os2/filepath_util.c: -------------------------------------------------------------------------------- 1 | #include "../unix/filepath_util.c" 2 | -------------------------------------------------------------------------------- /Libraries/3rd/apr/source/file_io/os2/fullrw.c: -------------------------------------------------------------------------------- 1 | #include "../unix/fullrw.c" 2 | -------------------------------------------------------------------------------- /Libraries/3rd/apr/source/file_io/os2/mktemp.c: -------------------------------------------------------------------------------- 1 | #include "../unix/mktemp.c" 2 | -------------------------------------------------------------------------------- /Libraries/3rd/apr/source/file_io/os2/tempdir.c: -------------------------------------------------------------------------------- 1 | #include "../unix/tempdir.c" 2 | -------------------------------------------------------------------------------- /Libraries/3rd/apr/source/network_io/os2/inet_ntop.c: -------------------------------------------------------------------------------- 1 | #include "../unix/inet_ntop.c" 2 | -------------------------------------------------------------------------------- /Libraries/3rd/apr/source/network_io/os2/inet_pton.c: -------------------------------------------------------------------------------- 1 | #include "../unix/inet_pton.c" 2 | -------------------------------------------------------------------------------- /Libraries/3rd/apr/source/network_io/os2/sockaddr.c: -------------------------------------------------------------------------------- 1 | #include "../unix/sockaddr.c" 2 | -------------------------------------------------------------------------------- /Libraries/3rd/apr/source/network_io/os2/socket_util.c: -------------------------------------------------------------------------------- 1 | #include "../unix/socket_util.c" 2 | -------------------------------------------------------------------------------- /Libraries/3rd/apr/source/threadproc/os2/signals.c: -------------------------------------------------------------------------------- 1 | #include "../unix/signals.c" 2 | -------------------------------------------------------------------------------- /Libraries/3rd/apr/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/apr/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/bzip2/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/bzip2/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/bzip2/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/bzip2/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/bzip2/source/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/bzip2/source/LICENSE -------------------------------------------------------------------------------- /Libraries/3rd/bzip2/source/bzlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/bzip2/source/bzlib.c -------------------------------------------------------------------------------- /Libraries/3rd/bzip2/source/bzlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/bzip2/source/bzlib.h -------------------------------------------------------------------------------- /Libraries/3rd/bzip2/source/compress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/bzip2/source/compress.c -------------------------------------------------------------------------------- /Libraries/3rd/bzip2/source/crctable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/bzip2/source/crctable.c -------------------------------------------------------------------------------- /Libraries/3rd/bzip2/source/huffman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/bzip2/source/huffman.c -------------------------------------------------------------------------------- /Libraries/3rd/bzip2/sources.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/bzip2/sources.cmake -------------------------------------------------------------------------------- /Libraries/3rd/bzip2/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/bzip2/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/cairo/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/cairo/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/cairo/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/cairo/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/cairo/config.h.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/cairo/config.h.cmake -------------------------------------------------------------------------------- /Libraries/3rd/cairo/features.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/cairo/features.cmake -------------------------------------------------------------------------------- /Libraries/3rd/cairo/source/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/cairo/source/AUTHORS -------------------------------------------------------------------------------- /Libraries/3rd/cairo/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/cairo/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/cairo/sources.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/cairo/sources.cmake -------------------------------------------------------------------------------- /Libraries/3rd/cairo/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/cairo/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/curl/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/curl/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/asyn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/asyn.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/bufq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/bufq.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/bufq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/bufq.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/curlx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/curlx.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/dict.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/dict.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/dict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/dict.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/doh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/doh.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/doh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/doh.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/easy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/easy.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/file.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/file.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/fopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/fopen.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/fopen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/fopen.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/ftp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/ftp.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/ftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/ftp.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/hash.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/hash.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/hmac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/hmac.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/hsts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/hsts.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/hsts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/hsts.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/http.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/http.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/http.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/http.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/http1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/http1.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/http1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/http1.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/http2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/http2.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/http2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/http2.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/idn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/idn.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/idn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/idn.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/if2ip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/if2ip.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/if2ip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/if2ip.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/imap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/imap.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/imap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/imap.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/krb5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/krb5.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/ldap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/ldap.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/llist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/llist.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/llist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/llist.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/macos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/macos.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/macos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/macos.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/md4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/md4.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/md5.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/mime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/mime.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/mime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/mime.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/mqtt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/mqtt.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/mqtt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/mqtt.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/multi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/multi.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/netrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/netrc.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/netrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/netrc.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/pop3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/pop3.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/pop3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/pop3.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/psl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/psl.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/psl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/psl.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/rand.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/rand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/rand.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/rtsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/rtsp.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/rtsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/rtsp.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/sendf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/sendf.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/sendf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/sendf.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/share.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/share.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/share.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/share.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/slist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/slist.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/slist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/slist.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/smb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/smb.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/smb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/smb.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/smtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/smtp.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/smtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/smtp.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/socks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/socks.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/socks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/socks.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/splay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/splay.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/splay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/splay.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/tftp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/tftp.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/tftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/tftp.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/url.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/url.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/url.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/url.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/ws.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/ws.c -------------------------------------------------------------------------------- /Libraries/3rd/curl/source/lib/ws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/source/lib/ws.h -------------------------------------------------------------------------------- /Libraries/3rd/curl/sources.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/sources.cmake -------------------------------------------------------------------------------- /Libraries/3rd/curl/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/curl/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/expat/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/expat/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/expat/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/expat/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/expat/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/expat/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/expat/sources.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/expat/sources.cmake -------------------------------------------------------------------------------- /Libraries/3rd/expat/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/expat/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/fmt/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/fmt/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/fmt/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/fmt/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/fmt/source/LICENSE.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/fmt/source/LICENSE.rst -------------------------------------------------------------------------------- /Libraries/3rd/fmt/source/src/fmt.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/fmt/source/src/fmt.cc -------------------------------------------------------------------------------- /Libraries/3rd/fmt/source/src/os.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/fmt/source/src/os.cc -------------------------------------------------------------------------------- /Libraries/3rd/fmt/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/fmt/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/freeglut/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/freeglut/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/freeglut/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/freeglut/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/freeglut/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/freeglut/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/freetype2/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/freetype2/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/fribidi/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/fribidi/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/fribidi/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/fribidi/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/fribidi/config.h.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/fribidi/config.h.cmake -------------------------------------------------------------------------------- /Libraries/3rd/fribidi/source/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/fribidi/source/AUTHORS -------------------------------------------------------------------------------- /Libraries/3rd/fribidi/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/fribidi/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/fribidi/sources.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/fribidi/sources.cmake -------------------------------------------------------------------------------- /Libraries/3rd/fribidi/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/fribidi/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/gd/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/gd/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/bmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/bmp.h -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd.h -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_avif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_avif.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_bmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_bmp.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_crop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_crop.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_gd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_gd.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_gd2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_gd2.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_heif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_heif.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_io.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_io.h -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_jpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_jpeg.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_png.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_png.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_ss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_ss.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_tga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_tga.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_tga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_tga.h -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_tiff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_tiff.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_wbmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_wbmp.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_webp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_webp.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gd_xbm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gd_xbm.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdcache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdcache.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdcache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdcache.h -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdfontg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdfontg.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdfontg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdfontg.h -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdfontl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdfontl.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdfontl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdfontl.h -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdfonts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdfonts.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdfonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdfonts.h -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdfontt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdfontt.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdfontt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdfontt.h -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdft.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdfx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdfx.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdfx.h -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdkanji.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdkanji.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdpp.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdpp.cxx -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdpp.h -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdtest.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/gdxpm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/gdxpm.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/wbmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/wbmp.c -------------------------------------------------------------------------------- /Libraries/3rd/gd/source/src/wbmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/source/src/wbmp.h -------------------------------------------------------------------------------- /Libraries/3rd/gd/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gd/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/getopt/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/getopt/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/getopt/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/getopt/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/getopt/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/getopt/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/getopt/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/getopt/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/glm/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/glm/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/glm/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/glm/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/glm/source/copying.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/glm/source/copying.txt -------------------------------------------------------------------------------- /Libraries/3rd/glm/source/glm/detail/func_trigonometric_simd.inl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Libraries/3rd/glm/source/glm/ext.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/glm/source/glm/ext.hpp -------------------------------------------------------------------------------- /Libraries/3rd/glm/source/glm/ext/scalar_packing.inl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Libraries/3rd/glm/source/glm/ext/vector_packing.inl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Libraries/3rd/glm/source/glm/fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/glm/source/glm/fwd.hpp -------------------------------------------------------------------------------- /Libraries/3rd/glm/source/glm/glm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/glm/source/glm/glm.hpp -------------------------------------------------------------------------------- /Libraries/3rd/glm/source/glm/gtc/quaternion_simd.inl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Libraries/3rd/glm/source/glm/gtx/raw_data.inl: -------------------------------------------------------------------------------- 1 | /// @ref gtx_raw_data 2 | 3 | -------------------------------------------------------------------------------- /Libraries/3rd/glm/source/glm/vec2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/glm/source/glm/vec2.hpp -------------------------------------------------------------------------------- /Libraries/3rd/glm/source/glm/vec3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/glm/source/glm/vec3.hpp -------------------------------------------------------------------------------- /Libraries/3rd/glm/source/glm/vec4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/glm/source/glm/vec4.hpp -------------------------------------------------------------------------------- /Libraries/3rd/glm/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/glm/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/gmp/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/gmp/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/gmp/config.h.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/config.h.cmake -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/COPYINGv2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/COPYINGv2 -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/COPYINGv3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/COPYINGv3 -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/assert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/assert.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/bootstrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/bootstrap.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/compat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/compat.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/errno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/errno.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/gen-bases.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/gen-bases.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/gen-fac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/gen-fac.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/gen-fib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/gen-fib.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/gen-psqr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/gen-psqr.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/gmp-h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/gmp-h.in -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/gmp-impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/gmp-impl.h -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/gmpxx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/gmpxx.h -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/invalid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/invalid.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/longlong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/longlong.h -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/memory.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mp_bpl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mp_bpl.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mp_clz_tab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mp_clz_tab.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mp_dv_tab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mp_dv_tab.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mp_get_fns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mp_get_fns.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mp_set_fns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mp_set_fns.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/abs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/abs.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/add.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/add.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/add_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/add_ui.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/and.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/and.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/aors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/aors.h -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/bin_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/bin_ui.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/cdiv_q.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/cdiv_q.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/cdiv_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/cdiv_r.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/clear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/clear.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/clears.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/clears.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/clrbit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/clrbit.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/cmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/cmp.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/cmp_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/cmp_d.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/cmp_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/cmp_si.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/cmp_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/cmp_ui.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/cmpabs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/cmpabs.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/com.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/com.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/combit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/combit.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/cong.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/cong.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/divis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/divis.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/dump.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/export.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/export.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/fac_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/fac_ui.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/fdiv_q.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/fdiv_q.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/fdiv_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/fdiv_r.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/fib_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/fib_ui.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/fits_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/fits_s.h -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/gcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/gcd.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/gcd_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/gcd_ui.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/gcdext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/gcdext.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/get_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/get_d.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/ior.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/ior.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/lcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/lcm.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/mod.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/mul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/mul.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/neg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/neg.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/set.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/sub.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/mpz/xor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/mpz/xor.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/source/version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/source/version.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/test/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/test/test.c -------------------------------------------------------------------------------- /Libraries/3rd/gmp/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/gmp/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/jpeg/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/jpeg/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/jpeg/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/jpeg/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/jpeg/source/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/jpeg/source/README -------------------------------------------------------------------------------- /Libraries/3rd/jpeg/source/jchuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/jpeg/source/jchuff.c -------------------------------------------------------------------------------- /Libraries/3rd/jpeg/source/jcinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/jpeg/source/jcinit.c -------------------------------------------------------------------------------- /Libraries/3rd/jpeg/source/jdct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/jpeg/source/jdct.h -------------------------------------------------------------------------------- /Libraries/3rd/jpeg/source/jdhuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/jpeg/source/jdhuff.c -------------------------------------------------------------------------------- /Libraries/3rd/jpeg/source/jerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/jpeg/source/jerror.c -------------------------------------------------------------------------------- /Libraries/3rd/jpeg/source/jerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/jpeg/source/jerror.h -------------------------------------------------------------------------------- /Libraries/3rd/jpeg/source/jutils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/jpeg/source/jutils.c -------------------------------------------------------------------------------- /Libraries/3rd/jpeg/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/jpeg/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/libressl/source/crypto/VERSION: -------------------------------------------------------------------------------- 1 | 52:0:0 2 | -------------------------------------------------------------------------------- /Libraries/3rd/libressl/source/crypto/empty.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Libraries/3rd/log4cxx/source/src/main/include/log4cxx/private/nteventlogappender_priv.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Libraries/3rd/lua53/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/lua53/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/lua53/sources.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/lua53/sources.cmake -------------------------------------------------------------------------------- /Libraries/3rd/lua53/test/1.good.out: -------------------------------------------------------------------------------- 1 | 7 -------------------------------------------------------------------------------- /Libraries/3rd/lua53/test/1.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/lua53/test/1.lua -------------------------------------------------------------------------------- /Libraries/3rd/lua53/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/lua53/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/luajit/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/luajit/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/md5/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/md5/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/md5/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/md5/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/md5/source/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/md5/source/md5.c -------------------------------------------------------------------------------- /Libraries/3rd/md5/source/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/md5/source/md5.h -------------------------------------------------------------------------------- /Libraries/3rd/md5/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/md5/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/mpfi/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfi/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/mpfi/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfi/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/mpfi/source/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfi/source/AUTHORS -------------------------------------------------------------------------------- /Libraries/3rd/mpfi/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfi/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/mpfi/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfi/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/mpfr/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfr/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/mpfr/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfr/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/mpfr/config.h.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfr/config.h.cmake -------------------------------------------------------------------------------- /Libraries/3rd/mpfr/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfr/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/mpfr/source/src/ai.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfr/source/src/ai.c -------------------------------------------------------------------------------- /Libraries/3rd/mpfr/source/src/eq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfr/source/src/eq.c -------------------------------------------------------------------------------- /Libraries/3rd/mpfr/source/src/jn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfr/source/src/jn.c -------------------------------------------------------------------------------- /Libraries/3rd/mpfr/source/src/yn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfr/source/src/yn.c -------------------------------------------------------------------------------- /Libraries/3rd/mpfr/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mpfr/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/mspack/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/mspack/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/pixman/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/pixman/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/png/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/png/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/png/source/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/source/LICENSE -------------------------------------------------------------------------------- /Libraries/3rd/png/source/png.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/source/png.c -------------------------------------------------------------------------------- /Libraries/3rd/png/source/png.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/source/png.h -------------------------------------------------------------------------------- /Libraries/3rd/png/source/pngconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/source/pngconf.h -------------------------------------------------------------------------------- /Libraries/3rd/png/source/pngget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/source/pngget.c -------------------------------------------------------------------------------- /Libraries/3rd/png/source/pnginfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/source/pnginfo.h -------------------------------------------------------------------------------- /Libraries/3rd/png/source/pngmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/source/pngmem.c -------------------------------------------------------------------------------- /Libraries/3rd/png/source/pngpriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/source/pngpriv.h -------------------------------------------------------------------------------- /Libraries/3rd/png/source/pngread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/source/pngread.c -------------------------------------------------------------------------------- /Libraries/3rd/png/source/pngrio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/source/pngrio.c -------------------------------------------------------------------------------- /Libraries/3rd/png/source/pngset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/source/pngset.c -------------------------------------------------------------------------------- /Libraries/3rd/png/source/pngwio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/source/pngwio.c -------------------------------------------------------------------------------- /Libraries/3rd/png/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/png/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/popt/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/popt/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/popt/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/popt/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/popt/config.h.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/popt/config.h.cmake -------------------------------------------------------------------------------- /Libraries/3rd/popt/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/popt/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/popt/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/popt/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/pplib/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/pplib/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/pplib/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/pplib/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/regex/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/regex/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/regex/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/regex/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/regex/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/regex/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/teckit/source/COPYING: -------------------------------------------------------------------------------- 1 | see license/LICENSING.txt 2 | -------------------------------------------------------------------------------- /Libraries/3rd/teckit/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/teckit/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/web2c/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/web2c/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/xpdf/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/xpdf/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/xpdf/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/xpdf/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/xpdf/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/xpdf/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/xpdf/source/COPYING3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/xpdf/source/COPYING3 -------------------------------------------------------------------------------- /Libraries/3rd/xpdf/source/aconf2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/xpdf/source/aconf2.h -------------------------------------------------------------------------------- /Libraries/3rd/xpdf/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/xpdf/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/xz/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/xz/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/xz/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/xz/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/xz/source/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/xz/source/COPYING -------------------------------------------------------------------------------- /Libraries/3rd/xz/sources.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/xz/sources.cmake -------------------------------------------------------------------------------- /Libraries/3rd/xz/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/xz/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/zlib/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/zlib/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/zlib/source/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/source/README -------------------------------------------------------------------------------- /Libraries/3rd/zlib/source/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/source/crc32.c -------------------------------------------------------------------------------- /Libraries/3rd/zlib/source/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/source/crc32.h -------------------------------------------------------------------------------- /Libraries/3rd/zlib/source/gzguts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/source/gzguts.h -------------------------------------------------------------------------------- /Libraries/3rd/zlib/source/gzlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/source/gzlib.c -------------------------------------------------------------------------------- /Libraries/3rd/zlib/source/gzread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/source/gzread.c -------------------------------------------------------------------------------- /Libraries/3rd/zlib/source/trees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/source/trees.c -------------------------------------------------------------------------------- /Libraries/3rd/zlib/source/trees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/source/trees.h -------------------------------------------------------------------------------- /Libraries/3rd/zlib/source/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/source/zconf.h -------------------------------------------------------------------------------- /Libraries/3rd/zlib/source/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/source/zlib.h -------------------------------------------------------------------------------- /Libraries/3rd/zlib/source/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/source/zutil.c -------------------------------------------------------------------------------- /Libraries/3rd/zlib/source/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/source/zutil.h -------------------------------------------------------------------------------- /Libraries/3rd/zlib/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zlib/version.cmake -------------------------------------------------------------------------------- /Libraries/3rd/zzip/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zzip/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/3rd/zzip/component.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zzip/component.cmake -------------------------------------------------------------------------------- /Libraries/3rd/zzip/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/3rd/zzip/version.cmake -------------------------------------------------------------------------------- /Libraries/MiKTeX/App/app.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/App/app.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/App/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/App/internal.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/App/version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/App/version.cmake -------------------------------------------------------------------------------- /Libraries/MiKTeX/Core/Cfg/Cfg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Core/Cfg/Cfg.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Core/Debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Core/Debug.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Core/MD5/MD5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Core/MD5/MD5.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Core/Resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Core/Resource.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Core/Uri/Uri.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Core/Uri/Uri.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Core/Utils/Pipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Core/Utils/Pipe.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Core/c/api.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Core/c/api.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Core/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Core/internal.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Core/unx/unx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Core/unx/unx.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Core/win/win.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Core/win/win.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dib/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dib/COPYING -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dib/chunkdib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dib/chunkdib.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dib/dib-version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dib/dib-version.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dib/dib.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dib/dib.rc.in -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dib/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dib/internal.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/COPYING -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/Dib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/Dib.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/Dib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/Dib.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/Dvi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/Dvi.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/DviChar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/DviChar.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/DviChar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/DviChar.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/DviFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/DviFont.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/DviFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/DviFont.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/DviPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/DviPage.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/Ghostscript.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/Ghostscript.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/PkChar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/PkChar.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/PkChar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/PkChar.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/PkFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/PkFont.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/PkFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/PkFont.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/PostScript.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/PostScript.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/Tfm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/Tfm.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/Tfm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/Tfm.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/VFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/VFont.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/VFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/VFont.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/VfChar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/VfChar.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/VfChar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/VfChar.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/color.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/color.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/dvi-version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/dvi-version.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/dvi.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/dvi.rc.in -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/dviscan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/dviscan.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/graphics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/graphics.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/hypertex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/hypertex.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/inliners.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/inliners.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/internal.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/misc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/misc.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/ps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/ps.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/special.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/special.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/src.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/src.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Dvi/tpic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Dvi/tpic.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Locale/include/miktex/Locale/Translator: -------------------------------------------------------------------------------- 1 | #include "Translator.h" 2 | -------------------------------------------------------------------------------- /Libraries/MiKTeX/Resources/include/miktex/Resources/ResourceRepository: -------------------------------------------------------------------------------- 1 | #include "ResourceRepository.h" 2 | -------------------------------------------------------------------------------- /Libraries/MiKTeX/Setup/LogFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Setup/LogFile.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Setup/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Setup/internal.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/Trace/trace.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Trace/trace.rc.in -------------------------------------------------------------------------------- /Libraries/MiKTeX/UI/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/UI/CMakeLists.txt -------------------------------------------------------------------------------- /Libraries/MiKTeX/UI/Qt/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/UI/Qt/internal.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/UI/Qt/mikuiqt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/UI/Qt/mikuiqt.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/UI/Qt/mikuiqt.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/UI/Qt/mikuiqt.qrc -------------------------------------------------------------------------------- /Libraries/MiKTeX/Util/Helpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Util/Helpers.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/Util/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/Util/internal.h -------------------------------------------------------------------------------- /Libraries/MiKTeX/etc/alias.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/etc/alias.cpp -------------------------------------------------------------------------------- /Libraries/MiKTeX/etc/wrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Libraries/MiKTeX/etc/wrapper.cpp -------------------------------------------------------------------------------- /Packaging/cpack-config.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Packaging/cpack-config.cmake.in -------------------------------------------------------------------------------- /Packaging/deb/config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Packaging/deb/config.in -------------------------------------------------------------------------------- /Packaging/deb/postinst.in: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | ${MIKTEX_SETUP_EXECUTABLE} --shared=yes finish 3 | -------------------------------------------------------------------------------- /Packaging/deb/prerm.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Packaging/deb/prerm.in -------------------------------------------------------------------------------- /Packaging/deb/templates.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Packaging/deb/templates.in -------------------------------------------------------------------------------- /Packaging/dmg/background.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Packaging/dmg/background.tif -------------------------------------------------------------------------------- /Packaging/dmg/setup.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Packaging/dmg/setup.scpt -------------------------------------------------------------------------------- /Packaging/package-description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Packaging/package-description.txt -------------------------------------------------------------------------------- /Packaging/rpm/post-install.sh.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Packaging/rpm/post-install.sh.in -------------------------------------------------------------------------------- /Packaging/rpm/pre-uninstall.sh.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Packaging/rpm/pre-uninstall.sh.in -------------------------------------------------------------------------------- /Programs/DviWare/dvips/afm2tfm.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/DviWare/dvips/afm2tfm.rc -------------------------------------------------------------------------------- /Programs/DviWare/dvips/c-auto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/DviWare/dvips/c-auto.h -------------------------------------------------------------------------------- /Programs/DviWare/dvips/dvips.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/DviWare/dvips/dvips.rc -------------------------------------------------------------------------------- /Programs/Editors/TeXworks/GitRev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/Editors/TeXworks/GitRev.h -------------------------------------------------------------------------------- /Programs/Editors/TeXworks/miktex/DefaultBinaryPaths.h: -------------------------------------------------------------------------------- 1 | #define DEFAULT_BIN_PATHS "/usr/local/bin" 2 | -------------------------------------------------------------------------------- /Programs/Editors/TeXworks/source/modules/synctex/synctex_parser_version.txt: -------------------------------------------------------------------------------- 1 | 1.22 2 | -------------------------------------------------------------------------------- /Programs/GraphicsUtilities/asymptote/primitives.h: -------------------------------------------------------------------------------- 1 | #include "source/primitives.h" 2 | -------------------------------------------------------------------------------- /Programs/GraphicsUtilities/psutils/binary-io.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/GraphicsUtilities/psutils/xvasprintf.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/MiKTeX/Setup/MFC/Setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Setup/MFC/Setup.h -------------------------------------------------------------------------------- /Programs/MiKTeX/Setup/MFC/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Setup/MFC/StdAfx.h -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/COPYING -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/DviDoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/DviDoc.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/DviDoc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/DviDoc.h -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/DviDraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/DviDraw.h -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/DviView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/DviView.h -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/Ruler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/Ruler.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/Ruler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/Ruler.h -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/StdAfx.h -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/draw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/draw.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/print.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/print.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/resource.h -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/source.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/tpic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/tpic.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/winplace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/winplace.h -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/yap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/yap.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/yap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/yap.h -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/yap.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/Yap/MFC/yap.rc.in -------------------------------------------------------------------------------- /Programs/MiKTeX/Yap/MFC/yaphelp1.h: -------------------------------------------------------------------------------- 1 | #define KEYBOARD_SHORTCUTS 101 2 | -------------------------------------------------------------------------------- /Programs/MiKTeX/etc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/etc/CMakeLists.txt -------------------------------------------------------------------------------- /Programs/MiKTeX/etc/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/etc/COPYING -------------------------------------------------------------------------------- /Programs/MiKTeX/etc/runbat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/etc/runbat.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/etc/runexe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/etc/runexe.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/etc/rungs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/etc/rungs.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/etc/runjava.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/etc/runjava.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/etc/runperl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/etc/runperl.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/etc/runpython.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/etc/runpython.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/etc/runsh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/etc/runsh.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/findtexmf/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/findtexmf/COPYING -------------------------------------------------------------------------------- /Programs/MiKTeX/gsf2pk/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/gsf2pk/COPYING -------------------------------------------------------------------------------- /Programs/MiKTeX/gsf2pk/gsf2pk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/gsf2pk/gsf2pk.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/gsf2pk/gsf2pk.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/gsf2pk/gsf2pk.rc -------------------------------------------------------------------------------- /Programs/MiKTeX/initexmf/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/initexmf/COPYING -------------------------------------------------------------------------------- /Programs/MiKTeX/initexmf/options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/initexmf/options.h -------------------------------------------------------------------------------- /Programs/MiKTeX/makex/makebase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/makex/makebase.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/makex/makebase.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/makex/makebase.rc -------------------------------------------------------------------------------- /Programs/MiKTeX/makex/makefmt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/makex/makefmt.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/makex/makefmt.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/makex/makefmt.rc -------------------------------------------------------------------------------- /Programs/MiKTeX/makex/makemf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/makex/makemf.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/makex/makemf.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/makex/makemf.rc -------------------------------------------------------------------------------- /Programs/MiKTeX/makex/makepk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/makex/makepk.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/makex/makepk.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/makex/makepk.rc -------------------------------------------------------------------------------- /Programs/MiKTeX/makex/maketfm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/makex/maketfm.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/makex/maketfm.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/makex/maketfm.rc -------------------------------------------------------------------------------- /Programs/MiKTeX/miktex/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/miktex/internal.h -------------------------------------------------------------------------------- /Programs/MiKTeX/miktex/miktex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/miktex/miktex.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/mthelp/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/mthelp/COPYING -------------------------------------------------------------------------------- /Programs/MiKTeX/mthelp/mthelp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/mthelp/mthelp.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/mthelp/mthelp.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/mthelp/mthelp.rc -------------------------------------------------------------------------------- /Programs/MiKTeX/mtprint/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/mtprint/COPYING -------------------------------------------------------------------------------- /Programs/MiKTeX/mtprint/Printer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/mtprint/Printer.h -------------------------------------------------------------------------------- /Programs/MiKTeX/mtprint/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/mtprint/StdAfx.h -------------------------------------------------------------------------------- /Programs/MiKTeX/mtprint/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/mtprint/internal.h -------------------------------------------------------------------------------- /Programs/MiKTeX/mtprint/mtprint.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/mtprint/mtprint.rc -------------------------------------------------------------------------------- /Programs/MiKTeX/tdsutil/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/tdsutil/COPYING -------------------------------------------------------------------------------- /Programs/MiKTeX/tdsutil/Recipe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/tdsutil/Recipe.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/tdsutil/Recipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/tdsutil/Recipe.h -------------------------------------------------------------------------------- /Programs/MiKTeX/tdsutil/TDS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/tdsutil/TDS.h -------------------------------------------------------------------------------- /Programs/MiKTeX/tdsutil/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/tdsutil/internal.h -------------------------------------------------------------------------------- /Programs/MiKTeX/tdsutil/tdsutil.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/tdsutil/tdsutil.rc -------------------------------------------------------------------------------- /Programs/MiKTeX/texify/mcd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/texify/mcd.cpp -------------------------------------------------------------------------------- /Programs/MiKTeX/texify/mcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/texify/mcd.h -------------------------------------------------------------------------------- /Programs/MiKTeX/texify/texinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Programs/MiKTeX/texify/texinfo.cpp -------------------------------------------------------------------------------- /Programs/Preprocessors/pmx/source/arith.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/Knuth/mf/trapmf-miktex.h: -------------------------------------------------------------------------------- 1 | #include "mf-miktex.h" 2 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/etex/source/etex_version.h: -------------------------------------------------------------------------------- 1 | #define ETEX_VERSION "2.6" 2 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/luatex/runmtxrun.cpp: -------------------------------------------------------------------------------- 1 | #define MTXRUN 1 2 | #include "runtexlua.cpp" 3 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/luatex/source/luasocket/src/ftp.lua_lua.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/luatex/source/luasocket/src/headers.lua_lua.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/luatex/source/luasocket/src/http.lua_lua.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/luatex/source/luasocket/src/ltn12.lua_lua.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/luatex/source/luasocket/src/mbox.lua_lua.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/luatex/source/luasocket/src/mime.lua_lua.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/luatex/source/luasocket/src/smtp.lua_lua.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/luatex/source/luasocket/src/tp.lua_lua.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/luatex/source/luasocket/src/url.lua_lua.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/luatex/test/1.good.out: -------------------------------------------------------------------------------- 1 | 7 -------------------------------------------------------------------------------- /Programs/TeXAndFriends/pdftex/source/pdftex_version.h: -------------------------------------------------------------------------------- 1 | #define PDFTEX_VERSION "1.40.28" 2 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/texjp/euptex/source/eptex_version.h: -------------------------------------------------------------------------------- 1 | #define EPTEX_VERSION "250202" 2 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/texjp/ptex/source/ptex_version.h: -------------------------------------------------------------------------------- 1 | #define PTEX_VERSION "p4.1.2" 2 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/texjp/uptex/source/ptex_version.h: -------------------------------------------------------------------------------- 1 | #define PTEX_VERSION "p4.1.2" 2 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/texjp/uptex/source/uptex_version.h: -------------------------------------------------------------------------------- 1 | #define UPTEX_VERSION "u2.00" 2 | -------------------------------------------------------------------------------- /Programs/TeXAndFriends/xetex/source/etex_version.h: -------------------------------------------------------------------------------- 1 | #define ETEX_VERSION "2.6" 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/README.md -------------------------------------------------------------------------------- /Resources/Graphics/miktex.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Resources/Graphics/miktex.icns -------------------------------------------------------------------------------- /Resources/Graphics/miktex2018.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Resources/Graphics/miktex2018.ico -------------------------------------------------------------------------------- /Resources/Graphics/miktex2022.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Resources/Graphics/miktex2022.ico -------------------------------------------------------------------------------- /Resources/Icons/tango/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Resources/Icons/tango/COPYING -------------------------------------------------------------------------------- /Resources/PublicKeys/miktex.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Resources/PublicKeys/miktex.der -------------------------------------------------------------------------------- /Resources/PublicKeys/miktex.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Resources/PublicKeys/miktex.pem -------------------------------------------------------------------------------- /Resources/Videos/download.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Resources/Videos/download.avi -------------------------------------------------------------------------------- /Resources/Videos/filecopy.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/Resources/Videos/filecopy.avi -------------------------------------------------------------------------------- /cmake/modules/AddLinkFlags.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/AddLinkFlags.cmake -------------------------------------------------------------------------------- /cmake/modules/ConfigNames.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/ConfigNames.cmake -------------------------------------------------------------------------------- /cmake/modules/CreateWebApp.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/CreateWebApp.cmake -------------------------------------------------------------------------------- /cmake/modules/DelayLoad.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/DelayLoad.cmake -------------------------------------------------------------------------------- /cmake/modules/FindAPR.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindAPR.cmake -------------------------------------------------------------------------------- /cmake/modules/FindAPRUTIL.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindAPRUTIL.cmake -------------------------------------------------------------------------------- /cmake/modules/FindCAIRO.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindCAIRO.cmake -------------------------------------------------------------------------------- /cmake/modules/FindFONTCONFIG.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindFONTCONFIG.cmake -------------------------------------------------------------------------------- /cmake/modules/FindFRIBIDI.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindFRIBIDI.cmake -------------------------------------------------------------------------------- /cmake/modules/FindGD.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindGD.cmake -------------------------------------------------------------------------------- /cmake/modules/FindGMP.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindGMP.cmake -------------------------------------------------------------------------------- /cmake/modules/FindGRAPHITE2.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindGRAPHITE2.cmake -------------------------------------------------------------------------------- /cmake/modules/FindHARFBUZZ.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindHARFBUZZ.cmake -------------------------------------------------------------------------------- /cmake/modules/FindHUNSPELL.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindHUNSPELL.cmake -------------------------------------------------------------------------------- /cmake/modules/FindLOG4CXX.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindLOG4CXX.cmake -------------------------------------------------------------------------------- /cmake/modules/FindMPFI.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindMPFI.cmake -------------------------------------------------------------------------------- /cmake/modules/FindMPFR.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindMPFR.cmake -------------------------------------------------------------------------------- /cmake/modules/FindMSPACK.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindMSPACK.cmake -------------------------------------------------------------------------------- /cmake/modules/FindPIXMAN.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindPIXMAN.cmake -------------------------------------------------------------------------------- /cmake/modules/FindPOPPLER.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindPOPPLER.cmake -------------------------------------------------------------------------------- /cmake/modules/FindPOPT.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindPOPT.cmake -------------------------------------------------------------------------------- /cmake/modules/FindURIPARSER.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindURIPARSER.cmake -------------------------------------------------------------------------------- /cmake/modules/FindZZIP.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/FindZZIP.cmake -------------------------------------------------------------------------------- /cmake/modules/IgnoreWarnings.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/IgnoreWarnings.cmake -------------------------------------------------------------------------------- /cmake/modules/InstallPaths.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/InstallPaths.cmake -------------------------------------------------------------------------------- /cmake/modules/LibraryNames.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/LibraryNames.cmake -------------------------------------------------------------------------------- /cmake/modules/RuntimePaths.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/RuntimePaths.cmake -------------------------------------------------------------------------------- /cmake/modules/SourcePaths.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/SourcePaths.cmake -------------------------------------------------------------------------------- /cmake/modules/UseStaticCRT.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake/modules/UseStaticCRT.cmake -------------------------------------------------------------------------------- /cmake_uninstall.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/cmake_uninstall.cmake.in -------------------------------------------------------------------------------- /gen-git-info.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/gen-git-info.cmake -------------------------------------------------------------------------------- /include/config.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | -------------------------------------------------------------------------------- /include/miktex/Definitions: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "Definitions.h" 3 | -------------------------------------------------------------------------------- /include/miktex/Definitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/include/miktex/Definitions.h -------------------------------------------------------------------------------- /include/miktex/ExitThrows: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "ExitThrows.h" 3 | -------------------------------------------------------------------------------- /include/miktex/ExitThrows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/include/miktex/ExitThrows.h -------------------------------------------------------------------------------- /include/miktex/First: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "First.h" 3 | -------------------------------------------------------------------------------- /include/miktex/First.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/include/miktex/First.h -------------------------------------------------------------------------------- /include/miktex/GitInfo: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | -------------------------------------------------------------------------------- /include/miktex/GitInfo.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/include/miktex/GitInfo.h.in -------------------------------------------------------------------------------- /include/miktex/Helpers: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "Helpers.h" 3 | -------------------------------------------------------------------------------- /include/miktex/Helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/include/miktex/Helpers.h -------------------------------------------------------------------------------- /include/miktex/Version: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | -------------------------------------------------------------------------------- /include/miktex/Version.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/include/miktex/Version.h.in -------------------------------------------------------------------------------- /include/miktex/config.h.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/include/miktex/config.h.cmake -------------------------------------------------------------------------------- /include/miktex/win/version.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/include/miktex/win/version.rc -------------------------------------------------------------------------------- /miktex-version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiKTeX/miktex/HEAD/miktex-version.cmake --------------------------------------------------------------------------------