summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-12-02 10:15:44 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-12-02 10:15:44 +0000
commita541345d276b8dd909b96e3fcb6043b95a43ac79 (patch)
tree51250d5c939055ccdda440e802592924385f10bf /Build/source/texk
parent8bbbf918b116e4f677039e0b94b1c5735437de2d (diff)
texk/web2c: add missing configure tests; update pdftex docu
git-svn-id: svn://tug.org/texlive/trunk@16269 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/web2c/ChangeLog5
-rw-r--r--Build/source/texk/web2c/c-auto.in6
-rwxr-xr-xBuild/source/texk/web2c/configure2
-rw-r--r--Build/source/texk/web2c/configure.ac2
-rw-r--r--Build/source/texk/web2c/pdftexdir/ChangeLog6
-rw-r--r--Build/source/texk/web2c/pdftexdir/NEWS26
-rw-r--r--Build/source/texk/web2c/pdftexdir/README10
7 files changed, 40 insertions, 17 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index b0e111286c6..95617000c09 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-01 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * configure.ac: Add checks for gettimeofday() and ftime(),
+ erroneously omitted in transition to TL2009 build system.
+
2009-11-27 Peter Breitenlohner <peb@mppmu.mpg.de>
* tex.ch (read_font_info): Better wording of error message.
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in
index 469ce1a64df..892c90b1769 100644
--- a/Build/source/texk/web2c/c-auto.in
+++ b/Build/source/texk/web2c/c-auto.in
@@ -80,12 +80,18 @@
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#undef HAVE_FSEEKO
+/* Define to 1 if you have the `ftime' function. */
+#undef HAVE_FTIME
+
/* Define to 1 if you have the `getcwd' function. */
#undef HAVE_GETCWD
/* Define to 1 if class `PDFDoc' has the `getPDFMajorVersion' member. */
#undef HAVE_GETPDFMAJORVERSION
+/* Define to 1 if you have the `gettimeofday' function. */
+#undef HAVE_GETTIMEOFDAY
+
/* Define to 1 if you have the `getwd' function. */
#undef HAVE_GETWD
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index 5de3c86ef7f..e7c77e1d492 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -18565,7 +18565,7 @@ if test "$ac_res" != no; then :
fi
-for ac_func in access atoi strerror
+for ac_func in access atoi strerror gettimeofday ftime
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac
index c081fa1657b..7522d2acb16 100644
--- a/Build/source/texk/web2c/configure.ac
+++ b/Build/source/texk/web2c/configure.ac
@@ -222,7 +222,7 @@ dnl
AC_CHECK_SIZEOF([int])
AC_CHECK_SIZEOF([long])
AC_SEARCH_LIBS([pow], [m])
-AC_CHECK_FUNCS([access atoi strerror])
+AC_CHECK_FUNCS([access atoi strerror gettimeofday ftime])
AC_CHECK_HEADERS([errno.h langinfo.h sys/timeb.h sys/wait.h time.h])
AC_TYPE_LONG_DOUBLE
AC_TYPE_LONG_LONG_INT
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog
index 7e2e88ac07e..6edcd506f0d 100644
--- a/Build/source/texk/web2c/pdftexdir/ChangeLog
+++ b/Build/source/texk/web2c/pdftexdir/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-01 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * NEWS, README: Update to version 3.1415926-1.40.10.
+
2009-10-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdftoepdf.cc: Adapt to poppler-0.12.
@@ -69,7 +73,7 @@
2009-06-26 Han The Thanh <hanthethanh@gmail.com>
- * pdftex.web: bugfix from Hartmut: fix \pdfobj file {foo} for files
+ * pdftex.web: bugfix from Hartmut: fix \pdfobj file {foo} for files
foo that don't end with '\n'
2009-06-25 Peter Breitenlohner <peb@mppmu.mpg.de>
diff --git a/Build/source/texk/web2c/pdftexdir/NEWS b/Build/source/texk/web2c/pdftexdir/NEWS
index 7acd2b3a964..89531686f40 100644
--- a/Build/source/texk/web2c/pdftexdir/NEWS
+++ b/Build/source/texk/web2c/pdftexdir/NEWS
@@ -1,16 +1,26 @@
-- \pdfshellescape is 2 if restricted shell escapes are enabled.
-- sync with TL new build system
-- update to libpng 1.2.35
-- update to xpdf-3.02pl3
-- applied patch #2087: Support for CMap namespace
+---------------------------------------------------
+pdfTeX 3.1415926-1.40.10 was released on 2009-11-30
+---------------------------------------------------
+- sync with TL09
+- changes:
+ - increased sup_dest_names_size
+ - partial support for TTC
+ - enable mktexpk by default
+ - patch #2087: Support for CMap namespace
+ - \pdfshellescape is 2 if restricted shell escapes are enabled.
- bugfixes:
+ - segfault when processing certain TTF fonts
+ - jpg image resolution not set in some cases
+ - \pdfobj file {foo} for files foo that don't end with '\n'
+ - bugfix #4289: \primitive\pdfoutput cannot be queried
+ - bugfix #4288: character width mismatch in font XY.vf ignored
- bugfix #993: "/Names array not sorted correctly"
- bugfix #606: "Forbidden ... while scanning ???"
- bugfix #3253: Bug in Type1 font subsetting
+ - \show\pdfstartlink is wrong
+ - pdf_set_rule() uses incorrect variables
- bugfix #2090: enabling LFS breaks PDF inclusion on some systems (warning: not heavily-tested yet)
- - bugfix #4288: character width mismatch in font XY.vf ignored
- - bugfix #4289: \primitive\pdfoutput cannot be queried
- - various minor fixes
+ - t1_log() macro caused problem with some compilers
--------------------------------------------------
pdfTeX 3.1415926-1.40.9 was released on 2008-08-16
diff --git a/Build/source/texk/web2c/pdftexdir/README b/Build/source/texk/web2c/pdftexdir/README
index e3fe370d79b..418e691b99d 100644
--- a/Build/source/texk/web2c/pdftexdir/README
+++ b/Build/source/texk/web2c/pdftexdir/README
@@ -1,10 +1,10 @@
pdfTeX
======
-README for version 3.1415926-1.40.9
-===================================
+README for version 3.1415926-1.40.10
+====================================
-This directory contains the version 1.40.9 of pdfTeX, an extended version
+This directory contains the version 1.40.10 of pdfTeX, an extended version
of eTeX that can create PDF directly from TeX source files and enhance the
result of TeX typesetting with the help of PDF. When PDF output is not
selected, pdfTeX produces normal DVI output, otherwise it produces PDF
@@ -85,6 +85,4 @@ paragraph optimization is inspired by the work of Hermann Zapf.
------------------------------------------------------------------------------
-Please send bug reports, offers of help, etc. to h a n t h e t h a n h @ g m a i l . c o m
-
-// vim: tw=75
+Please send bug reports, offers of help, etc. to pdftex@tug.org