diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-13 02:13:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-13 02:13:37 +0000 |
commit | eb6357e35b9141b1cfd6648b5cc7a4f8e1fd54d3 (patch) | |
tree | 1a6b45365bb5a7681b59412c5a096be03d070215 /Build | |
parent | 83efd27685133d8dd662de00e858da7c90668786 (diff) |
copyright updates, doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@43772 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ChangeLog | 14 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/mapfile.c | 8 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftex.defines | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ptexlib.h | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ptexmac.h | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/writefont.c | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/writepng.c | 2 |
7 files changed, 20 insertions, 12 deletions
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 <karl@tug.org> + + * mapfile.c, pdftex.defines, ptexlib.h, ptexmac.h, writefont.c, + writepng.c: copyright updates, doc tweaks. + 2017-04-02 Akira Kakuto <kakuto@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@gmail.com> @@ -16,7 +22,9 @@ 2017-03-30 Pali Roh\'ar <pali.rohar@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@tug.org> 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, <thanh@pdftex.org> +Copyright 1996-2017 Han The Thanh, <thanh@pdftex.org> 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, <thanh@pdftex.org> +Copyright 1996-2017 Han The Thanh, <thanh@pdftex.org> 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, <thanh@pdftex.org> +Copyright 1996-2017 Han The Thanh, <thanh@pdftex.org> 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, <thanh@pdftex.org> +Copyright 1996-2017 Han The Thanh, <thanh@pdftex.org> 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, <thanh@pdftex.org> +Copyright 1996-2017 Han The Thanh, <thanh@pdftex.org> 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, <thanh@pdftex.org> +Copyright 1996-2017 Han The Thanh, <thanh@pdftex.org> This file is part of pdfTeX. |