From eb6357e35b9141b1cfd6648b5cc7a4f8e1fd54d3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 13 Apr 2017 02:13:37 +0000 Subject: copyright updates, doc tweaks git-svn-id: svn://tug.org/texlive/trunk@43772 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/pdftexdir/ChangeLog | 14 +++++++++++--- Build/source/texk/web2c/pdftexdir/mapfile.c | 8 ++++---- Build/source/texk/web2c/pdftexdir/pdftex.defines | 2 +- Build/source/texk/web2c/pdftexdir/ptexlib.h | 2 +- Build/source/texk/web2c/pdftexdir/ptexmac.h | 2 +- Build/source/texk/web2c/pdftexdir/writefont.c | 2 +- Build/source/texk/web2c/pdftexdir/writepng.c | 2 +- 7 files changed, 20 insertions(+), 12 deletions(-) (limited to 'Build/source/texk/web2c') diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index 8efc9200803..961d6f7f601 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,6 +1,12 @@ +2017-04-13 Karl Berry + + * mapfile.c, pdftex.defines, ptexlib.h, ptexmac.h, writefont.c, + writepng.c: copyright updates, doc tweaks. + 2017-04-02 Akira Kakuto - * 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 @@ -16,7 +22,9 @@ 2017-03-30 Pali Roh\'ar - * 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 diff --git a/Build/source/texk/web2c/pdftexdir/mapfile.c b/Build/source/texk/web2c/pdftexdir/mapfile.c index 06973f4cc87..733fce9ba87 100644 --- a/Build/source/texk/web2c/pdftexdir/mapfile.c +++ b/Build/source/texk/web2c/pdftexdir/mapfile.c @@ -1,5 +1,5 @@ /* mapfile.c: handling of map files/lines -Copyright 1996-2014 Han The Thanh, +Copyright 1996-2017 Han The Thanh, This file is part of pdfTeX. @@ -282,10 +282,10 @@ static int check_fm_entry(fm_entry * fm, boolean warn) 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, diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.defines b/Build/source/texk/web2c/pdftexdir/pdftex.defines index 012d0edd194..d9503f28c0f 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.defines +++ b/Build/source/texk/web2c/pdftexdir/pdftex.defines @@ -1,5 +1,5 @@ { -Copyright 1996-2014 Han The Thanh, +Copyright 1996-2017 Han The Thanh, This file is part of pdfTeX. diff --git a/Build/source/texk/web2c/pdftexdir/ptexlib.h b/Build/source/texk/web2c/pdftexdir/ptexlib.h index 791af1f4b5a..2b03609c86e 100644 --- a/Build/source/texk/web2c/pdftexdir/ptexlib.h +++ b/Build/source/texk/web2c/pdftexdir/ptexlib.h @@ -1,5 +1,5 @@ /* -Copyright 1996-2014 Han The Thanh, +Copyright 1996-2017 Han The Thanh, This file is part of pdfTeX. diff --git a/Build/source/texk/web2c/pdftexdir/ptexmac.h b/Build/source/texk/web2c/pdftexdir/ptexmac.h index 1f7b7ae70bf..59e86e2b001 100644 --- a/Build/source/texk/web2c/pdftexdir/ptexmac.h +++ b/Build/source/texk/web2c/pdftexdir/ptexmac.h @@ -1,5 +1,5 @@ /* -Copyright 1996-2014 Han The Thanh, +Copyright 1996-2017 Han The Thanh, This file is part of pdfTeX. diff --git a/Build/source/texk/web2c/pdftexdir/writefont.c b/Build/source/texk/web2c/pdftexdir/writefont.c index 82d18b751cf..4b8490eb3b4 100644 --- a/Build/source/texk/web2c/pdftexdir/writefont.c +++ b/Build/source/texk/web2c/pdftexdir/writefont.c @@ -1,5 +1,5 @@ /* -Copyright 1996-2014 Han The Thanh, +Copyright 1996-2017 Han The Thanh, This file is part of pdfTeX. diff --git a/Build/source/texk/web2c/pdftexdir/writepng.c b/Build/source/texk/web2c/pdftexdir/writepng.c index 56d398f1c2d..b47721c9fd4 100644 --- a/Build/source/texk/web2c/pdftexdir/writepng.c +++ b/Build/source/texk/web2c/pdftexdir/writepng.c @@ -1,5 +1,5 @@ /* -Copyright 1996-2014 Han The Thanh, +Copyright 1996-2017 Han The Thanh, This file is part of pdfTeX. -- cgit v1.2.3