diff options
-rwxr-xr-x | Build/source/build-aux/config.guess | 6 | ||||
-rwxr-xr-x | Build/source/build-aux/config.sub | 6 | ||||
-rwxr-xr-x | Build/source/extra/xz/build-aux/config.guess | 6 | ||||
-rwxr-xr-x | Build/source/extra/xz/build-aux/config.sub | 6 | ||||
-rwxr-xr-x | Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.guess | 34 | ||||
-rwxr-xr-x | Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.sub | 6 | ||||
-rwxr-xr-x | Build/source/libs/icu/icu-52.1/source/config.guess | 6 | ||||
-rwxr-xr-x | Build/source/libs/icu/icu-52.1/source/config.sub | 6 | ||||
-rw-r--r-- | Build/source/utils/asymptote/config.guess | 6 | ||||
-rw-r--r-- | Build/source/utils/asymptote/config.sub | 6 | ||||
-rw-r--r-- | Master/doc.html | 60 | ||||
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 6 |
12 files changed, 86 insertions, 68 deletions
diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess index 9afd6762064..4438cd70fa3 100755 --- a/Build/source/build-aux/config.guess +++ b/Build/source/build-aux/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-11-29' +timestamp='2014-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub index 61cb4bc22db..092cff00ea7 100755 --- a/Build/source/build-aux/config.sub +++ b/Build/source/build-aux/config.sub @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-10-01' +timestamp='2014-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -68,7 +68,7 @@ Report bugs and patches to <config-patches@gnu.org>." version="\ GNU config.sub ($timestamp) -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/extra/xz/build-aux/config.guess b/Build/source/extra/xz/build-aux/config.guess index 9afd6762064..4438cd70fa3 100755 --- a/Build/source/extra/xz/build-aux/config.guess +++ b/Build/source/extra/xz/build-aux/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-11-29' +timestamp='2014-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/extra/xz/build-aux/config.sub b/Build/source/extra/xz/build-aux/config.sub index 61cb4bc22db..092cff00ea7 100755 --- a/Build/source/extra/xz/build-aux/config.sub +++ b/Build/source/extra/xz/build-aux/config.sub @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-10-01' +timestamp='2014-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -68,7 +68,7 @@ Report bugs and patches to <config-patches@gnu.org>." version="\ GNU config.sub ($timestamp) -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.guess b/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.guess index b79252d6b10..4438cd70fa3 100755 --- a/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.guess +++ b/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-06-10' +timestamp='2014-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -1260,16 +1260,26 @@ EOF if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - case $UNAME_PROCESSOR in - i386) UNAME_PROCESSOR=x86_64 ;; - powerpc) UNAME_PROCESSOR=powerpc64 ;; - esac + if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi fi + elif test "$UNAME_PROCESSOR" = i386 ; then + # Avoid executing cc on OS X 10.9, as it ships with a stub + # that puts up a graphical alert prompting to install + # developer tools. Any system running Mac OS X 10.7 or + # later (Darwin 11 and later) is required to have a 64-bit + # processor. This is not true of the ARM version of Darwin + # that Apple uses in portable devices. + UNAME_PROCESSOR=x86_64 fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; diff --git a/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.sub b/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.sub index 61cb4bc22db..092cff00ea7 100755 --- a/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.sub +++ b/Build/source/libs/freetype2/freetype-2.5.2/builds/unix/config.sub @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-10-01' +timestamp='2014-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -68,7 +68,7 @@ Report bugs and patches to <config-patches@gnu.org>." version="\ GNU config.sub ($timestamp) -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/libs/icu/icu-52.1/source/config.guess b/Build/source/libs/icu/icu-52.1/source/config.guess index 9afd6762064..4438cd70fa3 100755 --- a/Build/source/libs/icu/icu-52.1/source/config.guess +++ b/Build/source/libs/icu/icu-52.1/source/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-11-29' +timestamp='2014-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/libs/icu/icu-52.1/source/config.sub b/Build/source/libs/icu/icu-52.1/source/config.sub index 61cb4bc22db..092cff00ea7 100755 --- a/Build/source/libs/icu/icu-52.1/source/config.sub +++ b/Build/source/libs/icu/icu-52.1/source/config.sub @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-10-01' +timestamp='2014-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -68,7 +68,7 @@ Report bugs and patches to <config-patches@gnu.org>." version="\ GNU config.sub ($timestamp) -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/utils/asymptote/config.guess b/Build/source/utils/asymptote/config.guess index 9afd6762064..4438cd70fa3 100644 --- a/Build/source/utils/asymptote/config.guess +++ b/Build/source/utils/asymptote/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-11-29' +timestamp='2014-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Build/source/utils/asymptote/config.sub b/Build/source/utils/asymptote/config.sub index 61cb4bc22db..092cff00ea7 100644 --- a/Build/source/utils/asymptote/config.sub +++ b/Build/source/utils/asymptote/config.sub @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-10-01' +timestamp='2014-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -68,7 +68,7 @@ Report bugs and patches to <config-patches@gnu.org>." version="\ GNU config.sub ($timestamp) -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/Master/doc.html b/Master/doc.html index 3f4e8155534..fd7672919ac 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -2315,6 +2315,14 @@ Upright punctuation with CM italic. <a href="texmf-dist/doc/latex/cmtiup/testfont.pdf">testfont.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/latex/cnbwp">cnbwp</a></b>:<small> +Typeset working papers of the Czech National Bank. +<a href="texmf-dist/doc/latex/cnbwp/cnbpaper.pdf">cnbpaper.pdf</a>, +<a href="texmf-dist/doc/latex/cnbwp/cnbwp-manual-cs.pdf">cnbwp-manual-cs.pdf</a>, +<a href="texmf-dist/doc/latex/cnbwp/cnbwp-manual-en.pdf">cnbwp-manual-en.pdf</a>, +<a href="texmf-dist/doc/latex/cnbwp/graph18.pdf">graph18.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/latex/cnltx">cnltx</a></b>:<small> LaTeX tools and documenting facilities. <a href="texmf-dist/doc/latex/cnltx/cnltx_en.pdf">cnltx_en.pdf</a>. @@ -2991,7 +2999,7 @@ Cyrillic bibtex and makeindex. <h2 id="letter-D">D</h2> -<ol start="469"> +<ol start="470"> <li><b><a href="texmf-dist/doc/latex/dashbox">dashbox</a></b>:<small> Draw dashed boxes. @@ -3473,7 +3481,7 @@ Construct Dynkin tree diagrams. <h2 id="letter-E">E</h2> -<ol start="548"> +<ol start="549"> <li><b><a href="texmf-dist/doc/latex/ean13isbn">ean13isbn</a></b>:<small> Print EAN13 for ISBN. @@ -4122,7 +4130,7 @@ Extend the standard classes' size options. <h2 id="letter-F">F</h2> -<ol start="663"> +<ol start="664"> <li><b><a href="texmf-dist/doc/latex/facsimile">facsimile</a></b>:<small> Document class for preparing faxes. @@ -4804,7 +4812,7 @@ Get first and last words of a page. <h2 id="letter-G">G</h2> -<ol start="774"> +<ol start="775"> <li><b><a href="texmf-dist/doc/latex/g-brief">g-brief</a></b>:<small> Letter document class. @@ -5239,7 +5247,7 @@ Macros for typesetting the GuIT logo. <h2 id="letter-H">H</h2> -<ol start="841"> +<ol start="842"> <li><b><a href="texmf-dist/doc/latex/HA-prosper">HA-prosper</a></b>:<small> Patches and improvements for prosper. @@ -5478,7 +5486,7 @@ Basic support for multiple languages in Plain TeX. <h2 id="letter-I">I</h2> -<ol start="882"> +<ol start="883"> <li><b><a href="texmf-dist/doc/latex/ibycus-babel">ibycus-babel</a></b>:<small> Use the Ibycus 4 Greek font with Babel @@ -5787,7 +5795,7 @@ A two-element sans-serif font. <h2 id="letter-J">J</h2> -<ol start="936"> +<ol start="937"> <li><b><a href="texmf-dist/doc/fonts/jablantile">jablantile</a></b>:<small> Metafont version of tiles in the style of Slavik Jablan. @@ -5890,7 +5898,7 @@ A replacement for LaTeX's verbatim package. <h2 id="letter-K">K</h2> -<ol start="952"> +<ol start="953"> <li><b><a href="texmf-dist/doc/latex/kantlipsum">kantlipsum</a></b>:<small> Generate sentences in Kant's style. @@ -6106,7 +6114,7 @@ A two-element sans-serif typeface. <h2 id="letter-L">L</h2> -<ol start="976"> +<ol start="977"> <li><b><a href="texmf-dist/doc/latex/l2picfaq">l2picfaq</a></b>:<small> LaTeX pictures "how-to" (German). @@ -7140,7 +7148,7 @@ Set of slide fonts based on CM. <h2 id="letter-M">M</h2> -<ol start="1126"> +<ol start="1127"> <li><b><a href="texmf-dist/doc/generic/m-tx">m-tx</a></b>:<small> A preprocessor for pmx. @@ -8201,7 +8209,7 @@ Build a format based on the preamble of a LaTeX file. <h2 id="letter-N">N</h2> -<ol start="1279"> +<ol start="1280"> <li><b><a href="texmf-dist/doc/latex/nag">nag</a></b>:<small> Detecting and warning about obsolete LaTeX commands @@ -8534,7 +8542,7 @@ Print numbers with separators and exponent if necessary. <h2 id="letter-O">O</h2> -<ol start="1330"> +<ol start="1331"> <li><b><a href="texmf-dist/doc/latex/oberdiek">oberdiek</a></b>:<small> A bundle of packages submitted by Heiko Oberdiek. @@ -8807,7 +8815,7 @@ Combine LaTeX commands over included graphics. <h2 id="letter-P">P</h2> -<ol start="1359"> +<ol start="1360"> <li><b><a href="texmf-dist/doc/latex/pagecolor">pagecolor</a></b>:<small> Interrogate page colour. @@ -9436,10 +9444,10 @@ Make posters and banners with TeX. <a href="texmf-dist/doc/generic/poster-mac/poster2.pdf">poster2.pdf</a>. </small></li> -<li><b><a href="texmf-dist/doc/latex/powerdot/doc">powerdot</a></b>:<small> +<li><b><a href="texmf-dist/doc/latex/powerdot">powerdot</a></b>:<small> A presentation class. -<a href="texmf-dist/doc/latex/powerdot/doc/powerdot.pdf">powerdot.pdf</a>, -<a href="texmf-dist/doc/latex/powerdot/doc/powerdotDE.pdf">powerdotDE.pdf</a>. +<a href="texmf-dist/doc/latex/powerdot/powerdot.pdf">powerdot.pdf</a>, +<a href="texmf-dist/doc/latex/powerdot/powerdotDE.pdf">powerdotDE.pdf</a>. </small></li> <li><b><a href="texmf-dist/doc/latex/powerdot-FUBerlin">powerdot-FUBerlin</a></b>:<small> @@ -10259,7 +10267,7 @@ Run Python from within a document, typesetting the results. <h2 id="letter-Q">Q</h2> -<ol start="1586"> +<ol start="1587"> <li><b><a href="texmf-dist/doc/latex/qcm">qcm</a></b>:<small> A LaTeX2e class for making multiple choice questionnaires @@ -10308,7 +10316,7 @@ Consistent quote marks. <h2 id="letter-R">R</h2> -<ol start="1594"> +<ol start="1595"> <li><b><a href="texmf-dist/doc/latex/raleway">raleway</a></b>:<small> Use Raleway with TeX(-alike) systems. @@ -10623,7 +10631,7 @@ Class for Ryerson Unversity Graduate School requirements. <h2 id="letter-S">S</h2> -<ol start="1649"> +<ol start="1650"> <li><b><a href="texmf-dist/doc/latex/sa-tikz">sa-tikz</a></b>:<small> TikZ library to draw switching architectures. @@ -11662,7 +11670,7 @@ Format systems of equations. <h2 id="letter-T">T</h2> -<ol start="1812"> +<ol start="1813"> <li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small> Draw tangles, trees, Hopf algebra operations and other pictures. @@ -13022,7 +13030,7 @@ Print a typographic grid. <h2 id="letter-U">U</h2> -<ol start="1996"> +<ol start="1997"> <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small> University of Arizona thesis and dissertation format. @@ -13270,7 +13278,7 @@ University of Washington thesis class. <h2 id="letter-V">V</h2> -<ol start="2040"> +<ol start="2041"> <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small> Bibliographic style file for Biomedical Journals. @@ -13448,7 +13456,7 @@ Variable-width multiple text columns. <h2 id="letter-W">W</h2> -<ol start="2070"> +<ol start="2071"> <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small> Wadalab (Japanese) font packages. @@ -13541,7 +13549,7 @@ LaTeX class for Bavarian school w-seminar papers. <h2 id="letter-X">X</h2> -<ol start="2086"> +<ol start="2087"> <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small> Define commands with many optional arguments. @@ -13830,7 +13838,7 @@ Tree macros using XY-Pic. <h2 id="letter-Y">Y</h2> -<ol start="2132"> +<ol start="2133"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small> A bundle of miscellaneous footnote packages. @@ -13878,7 +13886,7 @@ Many-featured Young tableaux and Young diagrams. <h2 id="letter-Z">Z</h2> -<ol start="2140"> +<ol start="2141"> <li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small> Typesetting Z and CSP format specifications. diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 9afd6762064..4438cd70fa3 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2013 Free Software Foundation, Inc. +# Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2013-11-29' +timestamp='2014-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2013 Free Software Foundation, Inc. +Copyright 1992-2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |