Commit graph

8 commits

Author SHA1 Message Date
markd
62a4ba308b Update to texlive 2015.
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
 \pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
 random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
 to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
 updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
 fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
 (including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
 directory, instead of always using the existing PATH.
2015-06-14 12:50:00 +00:00
markd
7668f5e345 Update to TeXLive 2014 version.
changes:
bzero() -> memset()
2015-04-25 09:08:25 +00:00
minskim
211cc07409 Update makeindexk to the version included in TeX Live 2013.
Portability fixes only.
2013-11-18 18:41:18 +00:00
minskim
e808b52ebc Sync makeindexk with TeX Live 2011.
Changes:
	* sortid.c (compare_string): Cast strcoll() args to 'char *' to
	avoid 'differ in signedness' warnings.
	* mkind.c (mk_getc): new fn to accept both LF and CRLF.
2012-03-04 17:50:16 +00:00
minskim
76187a7f9c Make makeindexk build with kpathsea-6.0.0. 2010-09-13 04:47:12 +00:00
dsainty
e1aafc2e50 Remove hash for deleted patch-aa 2010-01-21 04:59:48 +00:00
minskim
d09b7461cf Update makeindexk to the version in TeX Live 2009.
The version number remains the same, but bump PKGREIVISION as
precaution.
2010-01-16 03:24:23 +00:00
minskim
b8f08fa4bd Import makeindexk-2.15 as textproc/makeindexk.
The program makeindex is a general purpose hierarchical index
generator; it accepts one or more input files (often produced by a
text formatter such as TeX or troff, sorts the entries, and produces
an output file which can be formatted.  The index can have up to three
levels (0, 1, and 2) of subitem nesting.  The way in which words are
flagged for indexing within the main document is specific to the
formatter used; makeindex does not automate the process of selecting
these words.  As the output index is hierarchical, makeindex can be
considered complimentary to the awk-based make.index system of Bentley
and Kernighan, which is specific to troff, generates non-hierarchical
indices, and employs a much simpler syntax for indicating index
entries.
2009-04-17 21:40:25 +00:00