diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-17 23:54:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-17 23:54:03 +0000 |
commit | 9c5b9d531f78961181749c72b8ca7a295b97196e (patch) | |
tree | adfddd6ad1ff762d901a116da1f9577d6f9de101 /Build/source/texk/kpathsea | |
parent | 31cb054a7ca57eace01641aa40bda3a755417982 (diff) |
prepare for 2010 pretest builds
git-svn-id: svn://tug.org/texlive/trunk@18320 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/NEWS | 3 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/c-auto.in | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/configure.ac | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/kpsewhich.c | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 8 |
6 files changed, 17 insertions, 8 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 6c52b98edcf..7e09056af5f 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,9 @@ +2010-05-18 Karl Berry <karl@tug.org> + + * NEWS, + * kpsewhich.c (read_command_line), + * texmf.cnf (TEXMFCONFIG, TEXMFVAR): 2010. + 2010-05-16 Peter Breitenlohner <peb@mppmu.mpg.de> * access.c: Adapt comment to facts. diff --git a/Build/source/texk/kpathsea/NEWS b/Build/source/texk/kpathsea/NEWS index 0931f68390f..b1c0ee777cf 100644 --- a/Build/source/texk/kpathsea/NEWS +++ b/Build/source/texk/kpathsea/NEWS @@ -1,5 +1,8 @@ This file records noteworthy changes. (Public domain.) +6.0.0 (for TeX Collection 2010) +* Change xmalloc and friends to use size_t, changing the ABI. + 5.0.0 (for TeX Collection 2009, 13 October 2009) * Make shared library version and general package version the same. * Make library re-entrant, thus unavoidable binary API changes. diff --git a/Build/source/texk/kpathsea/c-auto.in b/Build/source/texk/kpathsea/c-auto.in index d3d91931176..d889da641ca 100644 --- a/Build/source/texk/kpathsea/c-auto.in +++ b/Build/source/texk/kpathsea/c-auto.in @@ -2,7 +2,7 @@ /* c-auto.h: defines for kpathsea, as determined by configure. - Copyright 1994-97, 2008, 2009 Karl Berry. + Copyright 1994-97, 2008, 2009, 2010 Karl Berry. Copyright 1997-99, 2002, 2005 Olaf Weber. This library is free software; you can redistribute it and/or diff --git a/Build/source/texk/kpathsea/configure.ac b/Build/source/texk/kpathsea/configure.ac index e3a641214fe..c2b0d8de104 100644 --- a/Build/source/texk/kpathsea/configure.ac +++ b/Build/source/texk/kpathsea/configure.ac @@ -84,7 +84,7 @@ AC_CONFIG_HEADERS([c-auto.h:c-auto.in], AH_TOP([/* c-auto.h: defines for kpathsea, as determined by configure. - Copyright 1994-97, 2008, 2009 Karl Berry. + Copyright 1994-97, 2008, 2009, 2010 Karl Berry. Copyright 1997-99, 2002, 2005 Olaf Weber. This library is free software; you can redistribute it and/or diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c index 7575dbfe335..73994ffe370 100644 --- a/Build/source/texk/kpathsea/kpsewhich.c +++ b/Build/source/texk/kpathsea/kpsewhich.c @@ -1,7 +1,7 @@ /* kpsewhich -- standalone path lookup and variable expansion for Kpathsea. Ideas from Thomas Esser, Pierre MacKay, and many others. - Copyright 1995-2009 Karl Berry & Olaf Weber. + Copyright 1995-2010 Karl Berry & Olaf Weber. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -560,7 +560,7 @@ read_command_line (kpathsea kpse, int argc, string *argv) } else if (ARGUMENT_IS ("version")) { puts (kpathsea_version_string); - puts ("Copyright 2009 Karl Berry & Olaf Weber.\n\ + puts ("Copyright 2010 Karl Berry & Olaf Weber.\n\ License LGPLv2.1+: GNU Lesser GPL version 2.1 or later <http://gnu.org/licenses/lgpl.html>\n\ This is free software: you are free to change and redistribute it.\n\ There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index f216f47e7e9..cba3213dfc3 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -4,8 +4,8 @@ % If you modify this original file, YOUR CHANGES WILL BE LOST when it is % updated. Instead, put your changes -- and only your changes, not an % entire copy of the full texmf.cnf! -- in ../../texmf.cnf. That is, if -% this file is installed in /some/path/to/texlive/2009/texmf/web2c/texmf.cnf, -% add your custom settings to /some/path/to/texlive/2009/texmf.cnf. +% this file is installed in /some/path/to/texlive/2010/texmf/web2c/texmf.cnf, +% add your custom settings to /some/path/to/texlive/2010/texmf.cnf. % % What follows is a super-summary of what this .cnf file can % contain. Please read the Kpathsea manual for more information. @@ -89,7 +89,7 @@ TEXMFHOME = ~/texmf % TEXMFVAR = $TEXMFMAIN % For using a separate tree: % TEXMFVAR = ~/.texmf-var # teTeX 3.0 default -TEXMFVAR = ~/.texlive2009/texmf-var +TEXMFVAR = ~/.texlive2010/texmf-var % TEXMFCONFIG, where texconfig stores configuration data. % With teTeX-3.0 or later, this must be set. @@ -99,7 +99,7 @@ TEXMFVAR = ~/.texlive2009/texmf-var % TEXMFCONFIG = ~/.texmf-config # teTeX 3.0 default % For using a separate tree: % TEXMFCONFIG = $SELFAUTOPARENT/texmf-config -TEXMFCONFIG = ~/.texlive2009/texmf-config +TEXMFCONFIG = ~/.texlive2010/texmf-config % Now, list all the texmf trees. If you have multiple trees you can % use shell brace notation, like this: |