texlive[43772] Build/source/texk/web2c/pdftexdir: copyright updates,
commits+karl at tug.org
commits+karl at tug.org
Thu Apr 13 04:13:37 CEST 2017
Revision: 43772
http://tug.org/svn/texlive?view=revision&revision=43772
Author: karl
Date: 2017-04-13 04:13:37 +0200 (Thu, 13 Apr 2017)
Log Message:
-----------
copyright updates, doc tweaks
Modified Paths:
--------------
trunk/Build/source/texk/web2c/pdftexdir/ChangeLog
trunk/Build/source/texk/web2c/pdftexdir/mapfile.c
trunk/Build/source/texk/web2c/pdftexdir/pdftex.defines
trunk/Build/source/texk/web2c/pdftexdir/ptexlib.h
trunk/Build/source/texk/web2c/pdftexdir/ptexmac.h
trunk/Build/source/texk/web2c/pdftexdir/writefont.c
trunk/Build/source/texk/web2c/pdftexdir/writepng.c
Modified: trunk/Build/source/texk/web2c/pdftexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/ChangeLog 2017-04-13 00:06:00 UTC (rev 43771)
+++ trunk/Build/source/texk/web2c/pdftexdir/ChangeLog 2017-04-13 02:13:37 UTC (rev 43772)
@@ -1,6 +1,12 @@
+2017-04-13 Karl Berry <karl at tug.org>
+
+ * mapfile.c, pdftex.defines, ptexlib.h, ptexmac.h, writefont.c,
+ writepng.c: copyright updates, doc tweaks.
+
2017-04-02 Akira Kakuto <kakuto at fuk.kindai.ac.jp>
- * mapfile.c: warn if only tfm name is specified in a map entry for type3.
+ * mapfile.c (check_fm_entry): warn if only tfm name is specified
+ in a map entry for type3.
2017-04-02 Pali Roh\'ar <pali.rohar at gmail.com>
@@ -16,7 +22,9 @@
2017-03-30 Pali Roh\'ar <pali.rohar at gmail.com>
- * ptexmac.h: remove duplicate macros.
+ * ptexmac.h (set_subfont, unset_subfont, is_subfont): remove
+ duplicate macros.
+
* writet3.c (writet3): ensure fm is non-NULL before dereferencing.
* mapfile.c (check_fm_entry): omit check for is_reencoded, i.e.,
an .enc file.
@@ -26,7 +34,7 @@
* writepng.c: Fix the size of memory to allocate when writing
SMask in write_png_rgb_alpha. Reported by David Fifield:
- http://tug.org/pipermail/pdftex/2017-March/009100.html.
+ http://tug.org/pipermail/pdftex/2017-March/009100.html
2017-03-18 Karl Berry <karl at tug.org>
Modified: trunk/Build/source/texk/web2c/pdftexdir/mapfile.c
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/mapfile.c 2017-04-13 00:06:00 UTC (rev 43771)
+++ trunk/Build/source/texk/web2c/pdftexdir/mapfile.c 2017-04-13 02:13:37 UTC (rev 43772)
@@ -1,5 +1,5 @@
/* mapfile.c: handling of map files/lines
-Copyright 1996-2014 Han The Thanh, <thanh at pdftex.org>
+Copyright 1996-2017 Han The Thanh, <thanh at pdftex.org>
This file is part of pdfTeX.
@@ -282,10 +282,10 @@
if (is_fontfile(fm) && !is_included(fm)) {
if (warn)
pdftex_warn
- ("ambiguous entry for `%s': font file present but not included, "
- "will be treated as font file not present", fm->tfm_name);
+ ("ambiguous entry for `%s': font file present but not included, "
+ "will be treated as font file not present", fm->tfm_name);
xfree(fm->ff_name);
- /* do not set variable |a| as this entry will be still accepted */
+ /* do not set variable |a| as this entry will still be accepted */
}
/* if for non-Type3 font both ps_name and font file are missing,
Modified: trunk/Build/source/texk/web2c/pdftexdir/pdftex.defines
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/pdftex.defines 2017-04-13 00:06:00 UTC (rev 43771)
+++ trunk/Build/source/texk/web2c/pdftexdir/pdftex.defines 2017-04-13 02:13:37 UTC (rev 43772)
@@ -1,5 +1,5 @@
{
-Copyright 1996-2014 Han The Thanh, <thanh at pdftex.org>
+Copyright 1996-2017 Han The Thanh, <thanh at pdftex.org>
This file is part of pdfTeX.
Modified: trunk/Build/source/texk/web2c/pdftexdir/ptexlib.h
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/ptexlib.h 2017-04-13 00:06:00 UTC (rev 43771)
+++ trunk/Build/source/texk/web2c/pdftexdir/ptexlib.h 2017-04-13 02:13:37 UTC (rev 43772)
@@ -1,5 +1,5 @@
/*
-Copyright 1996-2014 Han The Thanh, <thanh at pdftex.org>
+Copyright 1996-2017 Han The Thanh, <thanh at pdftex.org>
This file is part of pdfTeX.
Modified: trunk/Build/source/texk/web2c/pdftexdir/ptexmac.h
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/ptexmac.h 2017-04-13 00:06:00 UTC (rev 43771)
+++ trunk/Build/source/texk/web2c/pdftexdir/ptexmac.h 2017-04-13 02:13:37 UTC (rev 43772)
@@ -1,5 +1,5 @@
/*
-Copyright 1996-2014 Han The Thanh, <thanh at pdftex.org>
+Copyright 1996-2017 Han The Thanh, <thanh at pdftex.org>
This file is part of pdfTeX.
Modified: trunk/Build/source/texk/web2c/pdftexdir/writefont.c
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/writefont.c 2017-04-13 00:06:00 UTC (rev 43771)
+++ trunk/Build/source/texk/web2c/pdftexdir/writefont.c 2017-04-13 02:13:37 UTC (rev 43772)
@@ -1,5 +1,5 @@
/*
-Copyright 1996-2014 Han The Thanh, <thanh at pdftex.org>
+Copyright 1996-2017 Han The Thanh, <thanh at pdftex.org>
This file is part of pdfTeX.
Modified: trunk/Build/source/texk/web2c/pdftexdir/writepng.c
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/writepng.c 2017-04-13 00:06:00 UTC (rev 43771)
+++ trunk/Build/source/texk/web2c/pdftexdir/writepng.c 2017-04-13 02:13:37 UTC (rev 43772)
@@ -1,5 +1,5 @@
/*
-Copyright 1996-2014 Han The Thanh, <thanh at pdftex.org>
+Copyright 1996-2017 Han The Thanh, <thanh at pdftex.org>
This file is part of pdfTeX.
More information about the tex-live-commits
mailing list