Age | Commit message (Collapse) | Author | Files | Lines |
|
warning: reference to compatibility putenv(); include <stdlib.h> for correct reference
Addresses PR 47534 by David A. Holland.
|
|
|
|
|
|
Changes:
* New formats for .ris and .bltxml.
* Merge with W32TeX.
|
|
|
|
non-TexLive packages can use them.
Thanks to wiz@ for testing.
|
|
- LUAINPUTS.lualatex
- LUAINPUTS.dvilualatex
- RISINPUTS
- BLTXMLINPUTS
|
|
Changes:
* Trailing comments and whitespace omitted from config values.
* Add .tlu to type lua suffixes, and .dfont to truetype suffixes.
* Prefix program_invocation{,_short}_name with kpse_.
* Finally remove kpse_set_progname (deprecated since 1998).
|
|
generation works without teTeX-bin.
|
|
|
|
Changes:
- Added texhash.
- Changed some function names.
|
|
is not empty.
|
|
This version removes many obsolete entries in texmf.cnf.
|
|
|
|
will cause kpathsea to consider all subdirectories recursively at that point
in the path. Normally double-slashes and trailing slashes will not be present
in VARBASE, etc. But if they are there the resulting behaviour is so
unexpected, expensive, and difficult to diagnose that it is worth going to
extra effort to clean them out here.
The problem is easy to hit when using Pkgsrc installing under $HOME on a
system where the user's home directories contain a trailing slash.
Somewhat reluctantly bump PKGREVISION.
|
|
|
|
|
|
care of them.
|
|
|
|
Changes:
* Make shared library version and general package version the same.
* Make library re-entrant.
|
|
Changes from TeX Live svn.
Bump PKGREVISION.
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
The new texmf.cnf contains corrections regarding xetex and luatex.
These do not affect print/teTeX3, but are used by print/web2c.
Bump PKGREVISION.
|
|
|
|
Otherwise, packages running latex (e.g., converters/bibtex2html) may
create files under $HOME.
Bump PKGREVISION.
|
|
Packages modifying texmf.cnf (e.g., tex-hugelatex and tex-jadetex) can
use this instead of inventing their own way.
|
|
They will be modified to coexist with this package.
Bump PKGREVISION.
|
|
Kpathsea is a library to do path searching. It is used in the Web2C
implementation of TeX and friends. The library's fundamental purpose
is to return a filename from a list of directories specified by the
user, similar to what shells do when looking up program names to
execute.
|