From 9efb69b528854a46963acb39903e3b34b8b50075 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 14 Jun 2011 09:40:28 +0000 Subject: shorten filename -- was too long for git-svn-id: svn://tug.org/texlive/trunk@22973 c570f23f-e606-0410-a88d-b1316a301751 --- .../lcdf-typetools-2.90-PATCHES/ChangeLog | 2 +- .../patch-01-f3_mark_out_glyphs-is-void | 24 ---------------------- .../lcdf-typetools-2.90-PATCHES/patch-01-void-func | 24 ++++++++++++++++++++++ 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 Build/source/texk/lcdf-typetools/lcdf-typetools-2.90-PATCHES/patch-01-f3_mark_out_glyphs-is-void create mode 100644 Build/source/texk/lcdf-typetools/lcdf-typetools-2.90-PATCHES/patch-01-void-func (limited to 'Build') diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools-2.90-PATCHES/ChangeLog b/Build/source/texk/lcdf-typetools/lcdf-typetools-2.90-PATCHES/ChangeLog index bb2823bfdab..6bfd1b0e084 100644 --- a/Build/source/texk/lcdf-typetools/lcdf-typetools-2.90-PATCHES/ChangeLog +++ b/Build/source/texk/lcdf-typetools/lcdf-typetools-2.90-PATCHES/ChangeLog @@ -1,6 +1,6 @@ 2011-06-14 Peter Breitenlohner - * patch-01-f3_mark_out_glyphs-is-void (new): Patch from + * patch-01-void-func (new): Patch from Vladimir Volovich . 2011-06-06 Peter Breitenlohner diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools-2.90-PATCHES/patch-01-f3_mark_out_glyphs-is-void b/Build/source/texk/lcdf-typetools/lcdf-typetools-2.90-PATCHES/patch-01-f3_mark_out_glyphs-is-void deleted file mode 100644 index c3960ee83da..00000000000 --- a/Build/source/texk/lcdf-typetools/lcdf-typetools-2.90-PATCHES/patch-01-f3_mark_out_glyphs-is-void +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur lcdf-typetools-2.90.orig/include/efont/otfgsub.hh lcdf-typetools-2.90/include/efont/otfgsub.hh ---- lcdf-typetools-2.90.orig/include/efont/otfgsub.hh 2011-06-02 08:42:13.000000000 +0200 -+++ lcdf-typetools-2.90/include/efont/otfgsub.hh 2011-06-14 09:38:45.000000000 +0200 -@@ -99,7 +99,7 @@ - enum { F3_HSIZE = 6, SUBRECSIZE = 4 }; - private: - Data _d; -- static bool f3_mark_out_glyphs(const Data &data, int nsub, int subtab_offset, const Gsub &gsub, Vector &gmap); -+ static void f3_mark_out_glyphs(const Data &data, int nsub, int subtab_offset, const Gsub &gsub, Vector &gmap); - static bool f3_unparse(const Data &data, - int nglyph, int glyphtab_offset, const Coverage &limit, - int nsub, int subtab_offset, -diff -ur lcdf-typetools-2.90.orig/libefont/otfgsub.cc lcdf-typetools-2.90/libefont/otfgsub.cc ---- lcdf-typetools-2.90.orig/libefont/otfgsub.cc 2011-06-02 08:57:48.000000000 +0200 -+++ lcdf-typetools-2.90/libefont/otfgsub.cc 2011-06-14 09:38:54.000000000 +0200 -@@ -1070,7 +1070,7 @@ - return Coverage(); - } - --bool -+void - GsubContext::f3_mark_out_glyphs(const Data &data, int nsub, int subtab_offset, const Gsub &gsub, Vector &gmap) - { - for (int j = 0; j < nsub; ++j) { diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools-2.90-PATCHES/patch-01-void-func b/Build/source/texk/lcdf-typetools/lcdf-typetools-2.90-PATCHES/patch-01-void-func new file mode 100644 index 00000000000..c3960ee83da --- /dev/null +++ b/Build/source/texk/lcdf-typetools/lcdf-typetools-2.90-PATCHES/patch-01-void-func @@ -0,0 +1,24 @@ +diff -ur lcdf-typetools-2.90.orig/include/efont/otfgsub.hh lcdf-typetools-2.90/include/efont/otfgsub.hh +--- lcdf-typetools-2.90.orig/include/efont/otfgsub.hh 2011-06-02 08:42:13.000000000 +0200 ++++ lcdf-typetools-2.90/include/efont/otfgsub.hh 2011-06-14 09:38:45.000000000 +0200 +@@ -99,7 +99,7 @@ + enum { F3_HSIZE = 6, SUBRECSIZE = 4 }; + private: + Data _d; +- static bool f3_mark_out_glyphs(const Data &data, int nsub, int subtab_offset, const Gsub &gsub, Vector &gmap); ++ static void f3_mark_out_glyphs(const Data &data, int nsub, int subtab_offset, const Gsub &gsub, Vector &gmap); + static bool f3_unparse(const Data &data, + int nglyph, int glyphtab_offset, const Coverage &limit, + int nsub, int subtab_offset, +diff -ur lcdf-typetools-2.90.orig/libefont/otfgsub.cc lcdf-typetools-2.90/libefont/otfgsub.cc +--- lcdf-typetools-2.90.orig/libefont/otfgsub.cc 2011-06-02 08:57:48.000000000 +0200 ++++ lcdf-typetools-2.90/libefont/otfgsub.cc 2011-06-14 09:38:54.000000000 +0200 +@@ -1070,7 +1070,7 @@ + return Coverage(); + } + +-bool ++void + GsubContext::f3_mark_out_glyphs(const Data &data, int nsub, int subtab_offset, const Gsub &gsub, Vector &gmap) + { + for (int j = 0; j < nsub; ++j) { -- cgit v1.2.3