From d9b774f1452cf490eada5d351c56e03e4f793d75 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 5 Oct 2010 06:59:01 +0000 Subject: lcdf-typetools 2.85 (27sep10) git-svn-id: svn://tug.org/texlive/trunk@19999 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/README | 4 +- Build/source/texk/lcdf-typetools/ChangeLog | 3503 -------------------- Build/source/texk/lcdf-typetools/Makefile.am | 1 + Build/source/texk/lcdf-typetools/Makefile.am.orig | 1 + Build/source/texk/lcdf-typetools/Makefile.in | 81 +- Build/source/texk/lcdf-typetools/NEWS | 15 + Build/source/texk/lcdf-typetools/README | 2 +- Build/source/texk/lcdf-typetools/autoconf.h.in | 293 ++ .../source/texk/lcdf-typetools/cfftot1/Makefile.in | 2 +- Build/source/texk/lcdf-typetools/cfftot1/cfftot1.1 | 2 +- .../source/texk/lcdf-typetools/cfftot1/cfftot1.cc | 2 +- Build/source/texk/lcdf-typetools/config.h.in | 324 -- Build/source/texk/lcdf-typetools/configure | 43 +- Build/source/texk/lcdf-typetools/configure.ac | 57 +- Build/source/texk/lcdf-typetools/configure.ac.orig | 124 +- Build/source/texk/lcdf-typetools/include/config.h | 37 + .../texk/lcdf-typetools/include/efont/otfos2.hh | 12 +- .../texk/lcdf-typetools/include/lcdf/straccum.hh | 61 +- .../texk/lcdf-typetools/include/lcdf/string.hh | 150 +- .../lcdf-typetools-2.83-PATCHES/ChangeLog | 49 - .../lcdf-typetools-2.83-PATCHES/TL-Changes | 16 - .../patch-01-otftotfm-Makefile | 30 - .../lcdf-typetools-2.85-PATCHES/ChangeLog | 55 + .../lcdf-typetools-2.85-PATCHES/TL-Changes | 16 + .../source/texk/lcdf-typetools/lcdf-typetools.spec | 2 +- .../texk/lcdf-typetools/libefont/Makefile.in | 2 +- .../source/texk/lcdf-typetools/libefont/otfpost.cc | 12 +- .../source/texk/lcdf-typetools/liblcdf/Makefile.in | 2 +- Build/source/texk/lcdf-typetools/liblcdf/clp.c | 28 +- Build/source/texk/lcdf-typetools/liblcdf/error.cc | 24 +- .../source/texk/lcdf-typetools/liblcdf/straccum.cc | 57 +- Build/source/texk/lcdf-typetools/liblcdf/string.cc | 313 +- Build/source/texk/lcdf-typetools/mmafm/Makefile.in | 2 +- Build/source/texk/lcdf-typetools/mmafm/mmafm.1 | 2 +- Build/source/texk/lcdf-typetools/mmpfb/Makefile.in | 2 +- Build/source/texk/lcdf-typetools/mmpfb/mmpfb.1 | 2 +- .../source/texk/lcdf-typetools/otfinfo/Makefile.in | 2 +- Build/source/texk/lcdf-typetools/otfinfo/otfinfo.1 | 2 +- .../source/texk/lcdf-typetools/otfinfo/otfinfo.cc | 19 +- .../texk/lcdf-typetools/otftotfm/Makefile.am | 1 + .../texk/lcdf-typetools/otftotfm/Makefile.in | 7 +- .../texk/lcdf-typetools/otftotfm/automatic.cc | 16 +- .../texk/lcdf-typetools/otftotfm/dvipsencoding.cc | 313 +- .../texk/lcdf-typetools/otftotfm/dvipsencoding.hh | 8 +- .../source/texk/lcdf-typetools/otftotfm/metrics.cc | 2 +- .../source/texk/lcdf-typetools/otftotfm/otftotfm.1 | 7 +- .../texk/lcdf-typetools/otftotfm/otftotfm.cc | 4 +- .../texk/lcdf-typetools/otftotfm/secondary.cc | 133 +- .../texk/lcdf-typetools/otftotfm/secondary.hh | 1 + Build/source/texk/lcdf-typetools/otftotfm/util.cc | 7 +- .../texk/lcdf-typetools/t1dotlessj/Makefile.in | 2 +- .../texk/lcdf-typetools/t1dotlessj/t1dotlessj.1 | 2 +- .../source/texk/lcdf-typetools/t1lint/Makefile.in | 2 +- Build/source/texk/lcdf-typetools/t1lint/t1lint.1 | 2 +- .../texk/lcdf-typetools/t1rawafm/Makefile.in | 2 +- .../texk/lcdf-typetools/t1reencode/Makefile.in | 2 +- .../texk/lcdf-typetools/t1reencode/t1reencode.1 | 2 +- .../source/texk/lcdf-typetools/t1reencode/util.cc | 2 +- .../texk/lcdf-typetools/t1testpage/Makefile.in | 2 +- .../texk/lcdf-typetools/t1testpage/t1testpage.1 | 2 +- Build/source/texk/lcdf-typetools/texglyphlist.txt | 291 +- .../texk/lcdf-typetools/ttftotype42/Makefile.in | 2 +- .../texk/lcdf-typetools/ttftotype42/ttftotype42.1 | 2 +- .../texk/lcdf-typetools/ttftotype42/ttftotype42.cc | 2 +- 64 files changed, 1562 insertions(+), 4605 deletions(-) delete mode 100644 Build/source/texk/lcdf-typetools/ChangeLog create mode 100644 Build/source/texk/lcdf-typetools/autoconf.h.in delete mode 100644 Build/source/texk/lcdf-typetools/config.h.in create mode 100644 Build/source/texk/lcdf-typetools/include/config.h delete mode 100644 Build/source/texk/lcdf-typetools/lcdf-typetools-2.83-PATCHES/ChangeLog delete mode 100644 Build/source/texk/lcdf-typetools/lcdf-typetools-2.83-PATCHES/TL-Changes delete mode 100644 Build/source/texk/lcdf-typetools/lcdf-typetools-2.83-PATCHES/patch-01-otftotfm-Makefile create mode 100644 Build/source/texk/lcdf-typetools/lcdf-typetools-2.85-PATCHES/ChangeLog create mode 100644 Build/source/texk/lcdf-typetools/lcdf-typetools-2.85-PATCHES/TL-Changes (limited to 'Build') diff --git a/Build/source/texk/README b/Build/source/texk/README index a1735ed8bb5..dab704c2a37 100644 --- a/Build/source/texk/README +++ b/Build/source/texk/README @@ -69,9 +69,9 @@ kpathsea - maintained here by Karl Berry, Akira Kakuto, ... lacheck - ? -lcdf-typetools - checked 26apr10 +lcdf-typetools - checked 04oct10 http://www.lcdf.org/type/ - http://www.lcdf.org/type/lcdf-typetools-2.83.tar.gz + http://www.lcdf.org/type/lcdf-typetools-2.85.tar.bz2 makeindexk - maintained here, by us diff --git a/Build/source/texk/lcdf-typetools/ChangeLog b/Build/source/texk/lcdf-typetools/ChangeLog deleted file mode 100644 index 8318a944560..00000000000 --- a/Build/source/texk/lcdf-typetools/ChangeLog +++ /dev/null @@ -1,3503 +0,0 @@ -2008-04-08 Tue 17:56:32 +0000 kohler -Commit fc7c01d31c798c39395090d94803bf48d2f790f4 - - * .cvsignore: Improve .cvsignores - -2008-03-18 Tue 05:27:48 +0000 kohler -Commit 467b7a58ff3d1c58c9e7ed3e7feef9f30342fc01 - - * cfftot1/cfftot1.cc, mmafm/main.cc, mmpfb/main.cc, otf.com, - otfinfo/otfinfo.cc, otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.cc, - t1lint/t1lint.cc, t1reencode/t1reencode.cc, - t1testpage/t1testpage.cc, ttftotype42/ttftotype42.cc: update to CLP - -2007-09-13 Thu 18:19:12 +0000 kohler -Commit fa563edbe7d6f31ee4631db62dca85ad4dbc0933 - - * glyphlist.txt: add new glyph list, which includes license - -2007-08-03 Fri 19:47:36 +0000 kohler -Commit 9bf70ccd028c6da1e5608e4106e480ba3174b6d9 - - * Makefile.am, lcdf-typetools.spec: update spec file - -2007-08-03 Fri 19:35:11 +0000 kohler -Commit 04b378c2d1266e22a906575510f6b3f11013828e - - * Makefile.am, NEWS, README, cfftot1/cfftot1.1, configure.in, - libefont/Makefile.am, mmafm/mmafm.1, mmpfb/mmpfb.1, - otfinfo/otfinfo.1, otftotfm/metrics.cc, otftotfm/metrics.hh, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, - t1lint/t1lint.1, t1reencode/t1reencode.1, t1testpage/t1testpage.1, - ttftotype42/ttftotype42.1: Account for different fonts' - units_per_em (Marc Penninga). - -2007-07-22 Sun 21:04:43 +0000 kohler -Commit 32508f3950a5b790cc0b4e15dd390798926dff3f - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1, ttftotype42/ttftotype42.1: to 2.65 - -2007-07-22 Sun 20:58:48 +0000 kohler -Commit 40ac676a2127879ca243b405344c0e61f5d7c545 - - * t1testpage/t1testpage.cc: fix t1testpage if encoding has empty - slots (Michael Zedler) - -2007-07-17 Tue 16:25:28 +0000 kohler -Commit 62cd0d7339307e89d89a886602a73ea8f12a96ec - - * NEWS: utf8! why wasnt it utf8 before? - -2007-06-25 Mon 16:43:42 +0000 kohler -Commit 8927c36981a1388f5ba8893c4c22b7f81d041539 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1: version bump - -2007-06-25 Mon 16:43:32 +0000 kohler -Commit ac6575f8575d628d30d7f3cc3b488cbeda7c9042 - - * t1lint/: cscheck.cc, cscheck.hh, t1lint.1, t1lint.cc: t1lint: - more consistent messages, and check that a moveto separates all - flex points - -2007-06-25 Mon 16:42:58 +0000 kohler -Commit 3d76f3881c9ce9951d8519e7f81468c8a63150e8 - - * ttftotype42/: ttftotype42.1, ttftotype42.cc: XUID should include - only numbers from 0 to 2^24-1 - -2007-06-12 Tue 22:22:48 +0000 kohler -Commit 8871804e3a7702b91b2135ed15fc151c42672ae9 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1, ttftotype42/ttftotype42.1: nit - -2007-04-12 Thu 01:05:43 +0000 kohler -Commit 81fe3fea3dc661d5c1a6b2a6c10b149e15e04f4a - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, mmpfb/t1minimize.cc, otfinfo/otfinfo.1, - otftotfm/dvipsencoding.cc, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1dotlessj/t1dotlessj.cc, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1, - ttftotype42/ttftotype42.1: to 2.62: t1dotlessj removes UniqueIDs, - and otftotfm unicoding messages are warnings not errors - -2007-03-26 Mon 05:19:32 +0000 kohler -Commit cbd8746b754c63b9bd827292fb1f75ecb0964b16 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1, - ttftotype42/ttftotype42.1: to 2.61: re-write pl files with numbers - that are out of range (John Owens) - -2007-02-28 Wed 00:39:40 +0000 kohler -Commit 97f31023d8492e7deb0f891deed2a833c2eeaf70 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/dvipsencoding.cc, - otftotfm/metrics.cc, otftotfm/metrics.hh, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, otftotfm/secondary.cc, otftotfm/secondary.hh, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1, ttftotype42/ttftotype42.1: to version - 2.60: some base encodings fixes, and order fonts so that most - frequently used base comes first - -2007-02-23 Fri 22:21:30 +0000 kohler -Commit 326b0e69b80479bb59bf7d2058c21f5102e66753 - - * mkuniprop.pl, otftotfm/uniprop.cc: update uniprop.cc for Unicode - 5.0 - -2007-02-23 Fri 17:25:14 +0000 kohler -Commit a280bf04ef89346751d6019f226e0cc3401622d8 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/dvipsencoding.cc, - otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1, - ttftotype42/ttftotype42.1: 2.59: POSITION does not encode - characters (Achim Blumensath) - -2007-02-22 Thu 16:24:50 +0000 kohler -Commit 8cbca7e0d359c4fa160b7ccd5a040d1dca75755d - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1, ttftotype42/ttftotype42.1: to 2.58 - -2007-02-22 Thu 16:06:03 +0000 kohler -Commit 21bd4228731f061938fc547eb0f1b73305239e38 - - * otftotfm/: metrics.cc, otftotfm.cc: otftotfm: another fix, this - time with Germandbls -- BASE_LIVE - -2007-02-21 Wed 22:00:19 +0000 kohler -Commit 9a14cb28ab260912deeb13a8778d9816fe3d1d14 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1, ttftotype42/ttftotype42.1: to 2.57 - -2007-02-21 Wed 21:55:42 +0000 kohler -Commit 99675da4c84d994aee4a2ea799730e421ccb3958 - - * otftotfm/metrics.cc: mark emptyslots as dead, to avoid fooling - other code (Michael Zedler reports) - -2007-02-13 Tue 21:31:15 +0000 kohler -Commit 8435f14de51e6fb6bf4ed08fc066d9c408def5ea - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/metrics.cc, - otftotfm/metrics.hh, otftotfm/otftotfm.1, otftotfm/otftotfm.cc, - otftotfm/secondary.cc, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1, - ttftotype42/ttftotype42.1: to 2.56 - -2007-02-13 Tue 07:21:09 +0000 kohler -Commit 293af82f13b146ef2e85c40214aa12a4e76ae28c - - * otftotfm/otftotfm.cc: combine adjacent MOVE settings into one - -2007-02-12 Mon 15:41:03 +0000 kohler -Commit 202a4ef4246b0998d4be15d3522578107ab8f525 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/metrics.cc, - otftotfm/metrics.hh, otftotfm/otftotfm.1, otftotfm/otftotfm.cc, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1, ttftotype42/ttftotype42.1: letterspacing - inside/to the sides of built glyphs - -2007-02-06 Tue 20:44:04 +0000 kohler -Commit a44a99dc3ab23e998bee5597e2928ae4d9b562c2 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1, ttftotype42/ttftotype42.1: to 2.52 - -2007-02-06 Tue 20:39:51 +0000 kohler -Commit 8c834fe444ef451f76440e2756c536ba33957b99 - - * otftotfm/secondary.cc: make sure that we set dj_glyph properly - -2007-02-06 Tue 19:21:01 +0000 kohler -Commit a16602e35d7d03f9a6b2b4b15e6943fe27d2dd02 - - * otftotfm/: otftotfm.cc, otftotfm.hh, secondary.cc: try to get - dotlessj --base-encoding working (not yet) - -2007-02-06 Tue 19:20:49 +0000 kohler -Commit 4b72804ce70724ae2d7ac63762f9861cbdabac5f - - * otftotfm/metrics.cc: fix dotlessj crash - -2007-02-06 Tue 16:58:00 +0000 kohler -Commit 2927184fae7d67fcc1fb759dabbd30990cf3ba03 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/metrics.cc, - otftotfm/metrics.hh, otftotfm/otftotfm.1, otftotfm/otftotfm.cc, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1, ttftotype42/ttftotype42.1: fixes to - need_base() logic: look for the BASE_LIVE flag, which after all is - what its there for - -2007-02-06 Tue 10:21:32 +0000 kohler -Commit b1d44e7d6b4b091f237f601e451482d5ca2a0f57 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/dvipsencoding.cc, - otftotfm/dvipsencoding.hh, otftotfm/metrics.cc, - otftotfm/metrics.hh, otftotfm/otftotfm.1, otftotfm/otftotfm.cc, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1, ttftotype42/ttftotype42.1: add - --base-encodings - -2007-01-11 Thu 18:10:30 +0000 kohler -Commit ffae40db3094719ba1e28add5d281b7dc8ea0834 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1, ttftotype42/ttftotype42.1: to 2.49 - -2006-12-11 Mon 23:50:31 +0000 kohler -Commit b64f1859ef1a20c4d7b0a466924d54af0a9dcdec - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otfinfo/otfinfo.cc, - otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1, - ttftotype42/ttftotype42.1: to 2.48 - -2006-10-31 Tue 18:16:58 +0000 kohler -Commit 83b655d04338be11f5f74c9b7edd3f0e23f98cb1 - - * otftotfm/otftotfm.1: document overwrite behavior - -2006-10-30 Mon 01:05:10 +0000 kohler -Commit 2caa939d70d70dd4f4dc8f3b1f997994ea755365 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/metrics.cc, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc, otftotfm/secondary.cc, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1, ttftotype42/ttftotype42.1: to 2.46: NEWS - -2006-10-27 Fri 05:32:39 +0000 kohler -Commit 7c223a882f94018ad1b9ed6618225f2724fd2e15 - - * t1dotlessj/t1dotlessj.cc: u0237 is another name for dotlessj - -2006-09-18 Mon 15:16:04 +0000 kohler -Commit 1fa926658f859f26a7e4ea209f4a308a7b7451f4 - - * ttftotype42/ttftotype42.1: nitwq - -2006-09-18 Mon 14:11:02 +0000 kohler -Commit 7c056491c985a7355bd72ac54f10737b5748bed7 - - * ttftotype42/ttftotype42.1: nit - -2006-09-18 Mon 14:10:24 +0000 kohler -Commit 1a7e8fef5b035b301a7f6b86522e369cb4f74a6c - - * ttftotype42/ttftotype42.cc: include "cmap" table for better - searchable results - -2006-09-18 Mon 00:24:12 +0000 kohler -Commit 250a77fabe51fc614d85bfd959c2d7ea34562fc6 - - * Makefile.am, NEWS, README, cfftot1/cfftot1.1, configure.in, - mmafm/mmafm.1, mmpfb/mmpfb.1, otfinfo/otfinfo.1, - otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1, - ttftotype42/Makefile.am, ttftotype42/ttftotype42.1, - ttftotype42/ttftotype42.cc: add ttftotype42 manual page, versionize - -2006-09-18 Mon 00:03:36 +0000 kohler -Commit 42ba23fe44fcbc4c765dabb8bb7338bf29604004 - - * Makefile.am, configure.in, libefont/Makefile.am, - liblcdf/Makefile.am, otftotfm/Makefile.am, otftotfm/md5.c, - otftotfm/md5.h, otftotfm/otftotfm.cc, otftotfm/secondary.cc, - otftotfm/secondary.hh, ttftotype42/.cvsignore, - ttftotype42/Makefile.am, ttftotype42/ttftotype42.cc: add initial - ttftotype42 - -2006-09-18 Mon 00:03:36 +0000 kohler -Commit 3a3d60228a29485fb609b67c834c3a7d85e64995 - - * ttftotype42/ttftotype42.cc: add initial ttftotype42 - -2006-09-17 Sun 00:26:37 +0000 kohler -Commit f6a6773aa8f3f927d43bd060c678b6e4345ccfbf - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otfinfo/otfinfo.cc, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, - t1lint/t1lint.1, t1reencode/t1reencode.1, t1testpage/t1testpage.1: - to 2.44: new size params - -2006-08-22 Tue 17:14:03 +0000 kohler -Commit 0f7a3a135466010450226417aa030cfebd562ffa - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/kpseinterface.c, - otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1: version 2.43: - check for availability of kpse_opentype_format - -2006-08-22 Tue 15:48:01 +0000 kohler -Commit f2ea9b18fe8e86892cd7f982ea1655fde5329a37 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1: to version 2.42 - -2006-08-22 Tue 15:43:08 +0000 kohler -Commit eda985a3f4e2b0596b2f0bf0850a98c0074d3747 - - * otfinfo/otfinfo.cc, otftotfm/dvipsencoding.cc, - otftotfm/otftotfm.cc: actually encode the altselector, in addition - to using it as an altselector - -2006-08-13 Sun 03:23:38 +0000 kohler -Commit 5379e5a0a68255beed9877b983e150306b70e467 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1: version 2.41 - -2006-08-04 Fri 04:42:49 +0000 kohler -Commit b80520cf4627d24e8f180d4f80458b6869c5ad93 - - * otftotfm/: automatic.cc, automatic.hh, kpseinterface.c, - kpseinterface.h, otftotfm.1, otftotfm.cc, otftotfm.hh, - secondary.cc, util.hh: install TrueType font if required - -2006-08-02 Wed 01:28:35 +0000 kohler -Commit d5ff443050e5401672bcfe87f8f5fdda7db67dc2 - - * lcdf-typetools.spec: patchlet - -2006-08-02 Wed 00:38:35 +0000 kohler -Commit 32e553c44cf71f0ffd2341d6ab1eef985ea0dcb2 - - * Makefile.am, NEWS, README, cfftot1/cfftot1.1, configure.in, - mmafm/mmafm.1, mmpfb/mmpfb.1, otf.com, otfinfo/otfinfo.1, - otftotfm/dvipsencoding.cc, otftotfm/dvipsencoding.hh, - otftotfm/metrics.cc, otftotfm/metrics.hh, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, otftotfm/secondary.cc, otftotfm/secondary.hh, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1: to version 2.40: complete TT flavor - support for otftotfm - -2006-08-01 Tue 15:52:48 +0000 kohler -Commit 30e7cdab5c7283f5c2390dcac7b53866b5337860 - - * libefont/Makefile.am, otfinfo/otfinfo.cc, otftotfm/otftotfm.cc, - otftotfm/otftotfm.hh, otftotfm/secondary.cc, otftotfm/secondary.hh: - toward straight TT support for otftotfm - -2006-07-12 Wed 01:54:16 +0000 kohler -Commit 91ece79a39fa7d43f7f0d37f871a112f40f7e142 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1: to 2.39: Zedler fix - -2006-07-12 Wed 01:47:31 +0000 kohler -Commit 06b43297bbabfb5b44afee934d02d658a76b291e - - * cfftot1/maket1font.cc: capture all subroutine correspondences - -2006-06-22 Thu 22:36:11 +0000 kohler -Commit 320d69a881f21da7c82d1907e756df8a8eb0389f - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otfinfo/otfinfo.cc, - otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1: to 2.38: add - otfinfo options - -2006-05-11 Thu 00:04:12 +0000 kohler -Commit ccdad9c3a48da6803afe599e94a2d726dffa97d7 - - * otftotfm/otftotfm.1: -fsmcp - -2006-04-06 Thu 16:42:41 +0000 kohler -Commit a3a6fca2a5704ee6ffaf07eea3fcc28d3d405fc3 - - * otftotfm/otftotfm.1: add paragraph on phi - -2006-01-26 Thu 08:00:47 +0000 kohler -Commit a27a22cc3b76a4fd2b4812209f9e1bbb3ef55f4c - - * NEWS, cfftot1/cfftot1.cc, cfftot1/maket1font.cc, mmafm/main.cc, - mmpfb/main.cc, mmpfb/myfont.cc, mmpfb/t1minimize.cc, - mmpfb/t1rewrit.cc, otfinfo/otfinfo.cc, otftotfm/automatic.cc, - otftotfm/dvipsencoding.cc, otftotfm/glyphfilter.cc, - otftotfm/kpseinterface.c, otftotfm/metrics.cc, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, otftotfm/secondary.cc, otftotfm/uniprop.cc, - otftotfm/util.cc, t1dotlessj/t1dotlessj.cc, t1lint/cscheck.cc, - t1lint/t1lint.cc, t1reencode/t1reencode.cc, t1reencode/util.cc, - t1testpage/t1testpage.cc: update copyright years, fix bug in - metrics.cc, more lenient about unicode ranges - -2006-01-19 Thu 08:03:33 +0000 kohler -Commit 1648ed3e8d4c02898ac08dc45f780afe72545bb9 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - otftotfm/secondary.cc, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1, texglyphlist.txt: - to 2.37 - -2006-01-04 Wed 01:10:13 +0000 kohler -Commit fd7ee7bed1165e100f331ff45d4d84b7822f4df2 - - * otftotfm/otftotfm.1: man page fixes from C.M. Connelly - -2005-11-09 Wed 17:23:02 +0000 kohler -Commit f8326badd052a0afa4155953b3261ffd2e8a7ba9 - - * README: mininit - -2005-11-09 Wed 17:16:10 +0000 kohler -Commit ab6b7d23c5dc2e95af68c7c51b037e3c03cda6d4 - - * NEWS, cfftot1/cfftot1.cc, configure.in, mmpfb/main.cc, - otfinfo/otfinfo.cc, otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.cc, - t1lint/t1lint.cc: new SilentErrorHandler business (Achim - Blumensath) - -2005-10-21 Fri 08:20:30 +0000 kohler -Commit 7a11ef0772743707bcdd60477b5af02c5234c529 - - * NEWS, otfinfo/otfinfo.1, otfinfo/otfinfo.cc: add -a/--family - (Ottavio G. Rizzo) - -2005-10-04 Tue 00:38:02 +0000 kohler -Commit c11f00be087f3df3a30ebfdcee5874e8dfd99fe9 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1: versionize, and release (thought i - released 2.35 much earlier, but in fact did not) - -2005-09-26 Mon 17:07:19 +0000 kohler -Commit 572b8be778e82d5ab88c81f1fe87172523ed28b8 - - * otftotfm/otftotfm.1: nit - -2005-09-13 Tue 15:06:45 +0000 kohler -Commit f5c35660f9f82c8bb3939df873e1890c7755f48c - - * NEWS, otfinfo/otfinfo.1, otfinfo/otfinfo.cc: document -t/--tables - -2005-09-13 Tue 04:32:17 +0000 kohler -Commit b5f9526e65937bb92df5c8580af4b1639a4d8fea - - * NEWS, configure.in, otftotfm/dvipsencoding.cc, - otftotfm/dvipsencoding.hh: allow "T h=:T_h" - -2005-09-09 Fri 17:02:14 +0000 kohler -Commit d7360916c43310e7081a0aadda279eae3ec7d7b9 - - * NEWS, otfinfo/otfinfo.1, otfinfo/otfinfo.cc: add --font-version - option - -2005-09-09 Fri 15:28:14 +0000 kohler -Commit 5ea17fb6f76b032c5c56faa090aff7b0bbec063d - - * NEWS, t1reencode/checkencs.pl, t1reencode/t1reencode.1, - t1reencode/t1reencode.cc: t1reencode: add more standard encodings - from Peter Betzler - -2005-09-09 Fri 13:52:42 +0000 kohler -Commit 8ab6dfaddf45eec4bea56be6818a40838c765cc8 - - * otftotfm/otftotfm.1: explicitly mark -fcswh as an alternative to - -fswsh - -2005-07-07 Thu 15:14:31 +0000 kohler -Commit 960c4145ec218e50c3142d8c3ce7608073896f65 - - * otftotfm/dvipsencoding.cc, texglyphlist.txt: use comma as a - separator for the preference order (suggested by some dvipdfmx guy) - -2005-07-02 Sat 18:17:16 +0000 kohler -Commit f4fee52c0f0e483bbc5941d937a8400242731724 - - * configure.in, otftotfm/dvipsencoding.cc, - otftotfm/dvipsencoding.hh, otftotfm/metrics.cc, - otftotfm/metrics.hh, otftotfm/otftotfm.1, otftotfm/otftotfm.cc, - texglyphlist.txt: close to 2.35: add support for --warn-missing, - texglyphlist.txt, fix manual page - -2005-07-02 Sat 18:16:45 +0000 kohler -Commit 0733843283a26c6d8ab1109c865c7bd50b9f442b - - * NEWS: close to 2.35 - -2005-07-01 Fri 20:07:24 +0000 kohler -Commit 3cf605b6471176227cbe72bc5a547613c69cef97 - - * Makefile.am, glyphlist.txt, otftotfm/dvipsencoding.cc, - otftotfm/dvipsencoding.hh, otftotfm/kpseinterface.c, - otftotfm/kpseinterface.h, otftotfm/otftotfm.cc, texglyphlist.txt: - glyphlist.txt -> glyphlist.txt texglyphlist.txt - -2005-06-11 Sat 19:09:03 +0000 kohler -Commit e26066672509c97b4a5feef5a179318f7c219fdc - - * NEWS, otftotfm/otftotfm.cc: to 2.34 - -2005-06-11 Sat 16:57:31 +0000 kohler -Commit e21f93dae7a6721d6803b33c5ace33d7d579d84d - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/kpseinterface.c, - otftotfm/kpseinterface.h, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1: look up - glyphlist.txt in a TDS - -2005-06-05 Sun 21:41:07 +0000 kohler -Commit 74672d65bbf24f98fcf3ca1b71ea9d808039df1b - - * otftotfm/: otftotfm.1, otftotfm.cc: manual improvements - -2005-06-05 Sun 16:15:25 +0000 kohler -Commit 70e1236c99085453f4fc66260cc4276cb15c2013 - - * README: license link update - -2005-06-04 Sat 21:28:16 +0000 kohler -Commit d8800d7fe6664dc32c419a84b38b3ef9534471d7 - - * otftotfm/otftotfm.1: nit - -2005-06-04 Sat 21:24:04 +0000 kohler -Commit b09e39bd7ca7f90e348ff1c83672fc5c55d15dde - - * otftotfm/otftotfm.1: nit - -2005-06-04 Sat 06:05:42 +0000 kohler -Commit fe518cc945fbdb7f0195707ecd656b4e26993e6c - - * cfftot1/cfftot1.1, mmafm/mmafm.1, mmpfb/mmpfb.1, - otfinfo/otfinfo.1, otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, - t1lint/t1lint.1, t1reencode/t1reencode.1, t1testpage/t1testpage.1: - update documentation - -2005-06-04 Sat 00:33:17 +0000 kohler -Commit 72261a38c7115f23071b96f6c488f248d4d5495e - - * NEWS, configure.in, otftotfm/dvipsencoding.cc, - otftotfm/dvipsencoding.hh, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc: to 2.33: add --position - -2005-06-03 Fri 07:13:41 +0000 kohler -Commit e5cc583b967500432cb145e8af3b6449776df0ce - - * NEWS, README, glyphlist.txt, otftotfm/secondary.cc: new - secondaries from Zedler - -2005-05-31 Tue 15:14:40 +0000 kohler -Commit 2c813a21c743e98bd64fcb8ae317b60d801066c8 - - * NEWS, configure.in, otftotfm/metrics.cc, otftotfm/metrics.hh, - otftotfm/otftotfm.cc: correct handling of base_glyphs (Michael - Zedler) - -2005-05-31 Tue 00:36:17 +0000 kohler -Commit 567a6182eb5cd9a3b4045ae47085e2a949dfb598 - - * NEWS, configure.in, otftotfm/metrics.cc, otftotfm/metrics.hh, - otftotfm/otftotfm.cc: add PUSH and POP, and base character nits - -2005-05-30 Mon 23:45:41 +0000 kohler -Commit f9b286bfc63f2119b718ebf655733f9cd630f5cb - - * otftotfm/: metrics.cc, otftotfm.cc: try to fix michael zedler - problem - -2005-05-18 Wed 00:55:52 +0000 kohler -Commit 501597f81639fd10cee2aadd344fa984931acbdc - - * cfftot1/maket1font.cc, mmpfb/t1rewrit.cc, t1lint/cscheck.cc: - avoid "CS" #define (Nelson Beebe) - -2005-05-12 Thu 16:17:22 +0000 kohler -Commit 58a7176f1b84a8fc2e996523fcfe337fa4614de4 - - * otftotfm/otftotfm.1: mangafoo - -2005-05-09 Mon 05:27:15 +0000 kohler -Commit 9ae7e912922aa84878641c8c86453a2b98ecc386 - - * NEWS, configure.in, glyphlist.txt, otf.com, otftotfm/otftotfm.cc, - otftotfm/secondary.cc: add support for secondaries - dblbracket{left,right}; required some other rejiggerings - -2005-05-09 Mon 04:53:55 +0000 kohler -Commit 33073ee1d9ad23e914db94c3b9b42d944c3c67f1 - - * otftotfm/: dvipsencoding.cc, secondary.cc: try to encode glyph in - Secondary if it cannot be found - -2005-05-09 Mon 01:05:47 +0000 kohler -Commit e51db86667dbaf607450dafaac329fb34b233566 - - * otftotfm/: dvipsencoding.cc, dvipsencoding.hh: {L} and {5} - ligkern statements combine, rather than overriding each other - (Michael Zedler) - -2005-05-07 Sat 19:58:48 +0000 kohler -Commit e031060ee708e56578f32a0dc94fad99dc155fd4 - - * Makefile.am, NEWS, configure.in, glyphlist.txt, - libefont/Makefile.am, otftotfm/automatic.cc, otftotfm/metrics.cc, - otftotfm/otftotfm.cc, otftotfm/otftotfm.hh, otftotfm/secondary.cc, - otftotfm/secondary.hh: to 2.29: add FontInfo, OS/2 table support, - bug fix in Metrics - -2005-04-28 Thu 00:50:23 +0000 kohler -Commit 35675689424e03ec9abac4e811c530a7a958d87f - - * NEWS, configure.in, otftotfm/otftotfm.cc: to 2.28 - -2005-04-25 Mon 01:17:55 +0000 kohler -Commit bad785bcfecb1477e787d533bbafaf762c81c41c - - * NEWS, otftotfm/dvipsencoding.cc, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc: to 2.27: add skewchar support (Achim - Blumensath) - -2005-04-15 Fri 22:45:08 +0000 kohler -Commit cc81b68934e06325dd48ac28ddcf168882995b05 - - * NEWS, configure.in, otftotfm/otftotfm.1: X {5} Y (Achim - Blumenthal) - -2005-04-14 Thu 07:21:54 +0000 kohler -Commit d1ec63e7c11154fe24f048c8d111f3bb1caf2dff - - * otf.com, otftotfm/dvipsencoding.cc, otftotfm/dvipsencoding.hh, - otftotfm/metrics.cc, otftotfm/metrics.hh: Achim Blumensath: X - {kernamt} Y - -2005-04-03 Sun 02:30:51 +0000 kohler -Commit 9e8d2a4a521db00d8a5e85b314f390632edf7b9f - - * NEWS, README, cfftot1/cfftot1.1, mmafm/mmafm.1, mmpfb/mmpfb.1, - otfinfo/otfinfo.1, otfinfo/otfinfo.cc, otftotfm/metrics.cc, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, - t1lint/t1lint.1, t1reencode/t1reencode.1, t1testpage/t1testpage.1: - fix f | f i => f i bug; to 2.26 - -2005-03-28 Mon 06:56:43 +0000 kohler -Commit 6bdc25f06aa2ee52b513d05358edc2babaca6777 - - * NEWS, configure.in, otfinfo/otfinfo.1, otfinfo/otfinfo.cc: - otfinfo: add --tables, rename options to get rid of --query; bump - version (but dont yet release) - -2005-03-11 Fri 02:47:12 +0000 kohler -Commit 7deb04d31a1be74e636617c2a3049224acb3fb21 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/dvipsencoding.cc, - otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1: to 2.25 - -2005-03-11 Fri 02:16:11 +0000 kohler -Commit 4483c726bf4df1368b6a0b697d2042624ce2b7e7 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/dvipsencoding.cc, - otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1: to 2.24 - -2005-03-08 Tue 23:13:20 +0000 kohler -Commit 212a57d3ef154d51e1342384b4582f2e58d164a7 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/dvipsencoding.cc, - otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1: improve - DvipsEncoding character assingment logic (Michael Zedler) - -2005-03-04 Fri 19:22:43 +0000 kohler -Commit 63468d05cacf9b9cf1e699ec6cfa889315da413e - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/dvipsencoding.cc, - otftotfm/dvipsencoding.hh, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1: to version 2.22 - -2005-02-18 Fri 01:04:59 +0000 kohler -Commit 084ca05eaa452abd5f9061f66d4a1bbe31c34fc1 - - * NEWS, README, cfftot1/cfftot1.1, cfftot1/maket1font.cc, - configure.in, mmafm/mmafm.1, mmpfb/mmpfb.1, otfinfo/otfinfo.1, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, - t1lint/t1lint.1, t1reencode/t1reencode.1, t1testpage/t1testpage.1: - move to 2.21 - -2005-02-16 Wed 06:50:03 +0000 kohler -Commit c8c8e095f55a4c1d41c3052f04c65633379137e1 - - * NEWS, otftotfm/otftotfm.cc: base fonts include no kerns or - ligatures (Michael Zedler) - -2005-02-09 Wed 23:53:32 +0000 kohler -Commit 6e0ecc0d5aeaef439fd4ebcfbe0a8bf8819dbb63 - - * NEWS, README, cfftot1/cfftot1.1, mmafm/mmafm.1, mmpfb/mmpfb.1, - otfinfo/otfinfo.1, otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, - t1lint/t1lint.1, t1reencode/t1reencode.1, t1testpage/t1testpage.1: - versionize - -2005-02-09 Wed 23:51:37 +0000 kohler -Commit 81be034b84dea0dcb4c96bd1078336306f7d41be - - * otf.com, otftotfm/dvipsencoding.cc, otftotfm/dvipsencoding.hh, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc: better support for - explicit ligatures: they override existing ligatures, and they - strongly encourage the character to appear in the encoidng. Also - document Achim Blumensath's options. Michael Zedler request - inspired explicit ligature stuff. - -2005-02-07 Mon 19:35:22 +0000 kohler -Commit 318edb53056285913d56b99694596b278eb38421 - - * NEWS, configure.in, otftotfm/otftotfm.cc: add Achim Blumensaths - --math-spacing and --space-factor options - -2005-02-05 Sat 19:22:42 +0000 kohler -Commit c247d2907b59e4e4aca94e9c09618d63145a4700 - - * otftotfm/: automatic.cc, otftotfm.1, otftotfm.cc, util.cc, - util.hh: Christian Uebber reported surprising behavior; document - --force and add --verbose info to reduce the surprise - -2005-02-05 Sat 04:55:47 +0000 kohler -Commit 15bd0cc1328d861fd655dc6bb8e57a1aee902140 - - * otftotfm/automatic.cc: call updmap twice, since updmap --enable - can exit early and we dont want it to - -2005-02-04 Fri 09:32:50 +0000 kohler -Commit bcb737c69be6bfb1058c74b96a1026b7278ec903 - - * NEWS: NEWS update - -2005-02-04 Fri 09:32:43 +0000 kohler -Commit 18cc02e8dda61f3dcf94cf071f738c6c88375c7e - - * otftotfm/glyphfilter.cc: minor bug - -2005-02-04 Fri 09:32:24 +0000 kohler -Commit cdc007cb4df94d47494102ff214052dbb7229e81 - - * otftotfm/: otftotfm.1, otftotfm.cc: remove debug output, accept - --subs-filter/--alternates-filter - -2005-02-04 Fri 09:06:46 +0000 kohler -Commit 97a99e36dd1ae64a73d3cdeb01d1ee2bed3484a3 - - * NEWS, otftotfm/util.cc: nits: on dos/win, dont quote - -2005-02-04 Fri 04:28:06 +0000 kohler -Commit a4fcfa5011ed4e764d6d036c959b26f9b53eca7c - - * NEWS, README, cfftot1/cfftot1.1, mmafm/mmafm.1, mmpfb/mmpfb.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1reencode/t1reencode.1, - t1testpage/t1testpage.1: versionize - -2005-02-04 Fri 04:28:02 +0000 kohler -Commit a373a7607d42773de614d312b5162d518cf3975d - - * otftotfm/: automatic.cc, otftotfm.1, otftotfm.cc: nits - -2005-02-04 Fri 04:27:47 +0000 kohler -Commit 968c619159e165023030a1cc25d42904a5a64616 - - * otftotfm/glyphfilter.cc: fix glyph filter unicode ranges - -2005-02-04 Fri 04:27:26 +0000 kohler -Commit 5f031c9d124e17d699f83c289cded277d65628cf - - * otfinfo/: otfinfo.1, otfinfo.cc: add --query-glyphs/-g option - -2005-02-04 Fri 03:06:31 +0000 kohler -Commit 4ce1e1e5921faf41ecb5e48a11443b1912e7af77 - - * NEWS, configure.in, otftotfm/automatic.cc, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, otftotfm/otftotfm.hh, otftotfm/util.hh: - automatic mode does updmap out of the box - -2005-02-03 Thu 19:14:15 +0000 kohler -Commit 26f28f0b3490732512d8619b7283627fb984a657 - - * otftotfm/: automatic.cc, otftotfm.cc, util.cc, util.hh: protect - filenames passed to system(), spurred by Achim Blumensath - -2005-02-03 Thu 18:41:37 +0000 kohler -Commit 5b12d01dd73d66b34f6600830f8a6d32555a98e3 - - * otftotfm/: automatic.cc, otftotfm.1: updates for $TEXMFVAR - -2005-01-26 Wed 17:34:23 +0000 kohler -Commit 554277b1d02a4681678b32f63840c823188d0d5f - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1reencode/t1reencode.1, t1testpage/t1testpage.1: fix bug that was - causing infinite loops: an obvious || vs. && error, hidden by an - #ifdef - -2005-01-26 Wed 17:00:02 +0000 kohler -Commit ba2ab95fed4d83b8efb77f6308f718e5c460ea68 - - * configure.in, otf.com: otf.com - -2005-01-05 Wed 03:55:23 +0000 kohler -Commit e1e1172a93a9a15dce3d623772958b259816646f - - * README: add t1reencode to README - -2005-01-05 Wed 03:47:38 +0000 kohler -Commit c96f546773bb0e1192ead6e56cfc8d2a01bc696a - - * NEWS, README, cfftot1/cfftot1.1, cfftot1/cfftot1.cc, - configure.in, mmafm/main.cc, mmafm/mmafm.1, mmpfb/main.cc, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otfinfo/otfinfo.cc, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, - t1dotlessj/t1dotlessj.cc, t1lint/t1lint.1, t1lint/t1lint.cc, - t1reencode/t1reencode.1, t1reencode/t1reencode.cc, - t1testpage/t1testpage.1, t1testpage/t1testpage.cc: to 2.17 - -2005-01-05 Wed 02:40:33 +0000 kohler -Commit 41d97bf63b5204a679d28e52286a55ef9afd9472 - - * otftotfm/otftotfm.1, otftotfm/otftotfm.cc, - t1reencode/Makefile.am, t1reencode/md5.c, t1reencode/md5.h, - t1reencode/t1reencode.cc: t1reencode updates: almost working, sort - of - -2005-01-04 Tue 19:48:07 +0000 kohler -Commit 76c3fefca58af2793f56883b189381a4ccd2af26 - - * .cvsignore, Makefile.am, configure.in, t1reencode/.cvsignore, - t1reencode/Makefile.am, t1reencode/t1reencode.1, - t1reencode/t1reencode.cc, t1reencode/util.cc, t1reencode/util.hh: - add t1reencode (but not sure yet it should be distributed) - -2004-11-21 Sun 19:02:42 +0000 kohler -Commit 014b7bece1f532d3e97a8117b9331913130b4a43 - - * t1testpage/t1testpage.cc: include *.whatever immediately after * - -2004-11-20 Sat 06:16:17 +0000 kohler -Commit 5592334b8e2055db9aeab455eab70e90fd8de79d - - * t1dotlessj/t1dotlessj.1: s/J/j/ - -2004-11-20 Sat 04:46:53 +0000 kohler -Commit 20d360e2e88badc3f6bdec4f81e7d548864f9da7 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, - lcdf-typetools.spec, mmafm/mmafm.1, mmpfb/mmpfb.1, - otfinfo/otfinfo.1, otftotfm/glyphfilter.cc, - otftotfm/glyphfilter.hh, otftotfm/otftotfm.1, otftotfm/otftotfm.cc, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1testpage/t1testpage.1: - to version 2.16: include- and exclude-alternates updates - -2004-10-26 Tue 04:51:54 +0000 kohler -Commit 99c6cd615cbc0f2056c84ead2c67be75c4a21601 - - * configure.in, otftotfm/Makefile.am: tetex-build dependency - -2004-10-10 Sun 19:03:36 +0000 kohler -Commit cb47ade6e48a66322e2b7a0c5377c65591a164a8 - - * configure.in: more --enable-tetex-build - -2004-10-09 Sat 06:53:21 +0000 kohler -Commit b70fa6f9eff22126375d8389a1f57f54fee832ff - - * configure.in: --enable-tetex-build - -2004-10-05 Tue 23:16:43 +0000 kohler -Commit c483b5ca3267f93b8b08c300416c1ec458bd2638 - - * configure.in: add support for --with-kpathsea=texk-local - -2004-10-01 Fri 07:42:29 +0000 kohler -Commit 95a0c92b2f5494e89f5fcec99621d91d3a1a6a9d - - * otftotfm/: metrics.cc, otftotfm.cc: revert some Popineauisms - -2004-10-01 Fri 01:42:29 +0000 kohler -Commit 147e93d108091ce71ef8831abfb3de4de297ac75 - - * Makefile.am, NEWS, mmpfb/t1rewrit.cc, otftotfm/glyphfilter.cc, - otftotfm/glyphfilter.hh, otftotfm/metrics.cc, otftotfm/otftotfm.cc, - otftotfm/util.hh, t1testpage/t1testpage.cc: Microsoft CC updates - from Fabrice Popineau - -2004-09-22 Wed 00:10:02 +0000 kohler -Commit 9304e85a8d2b2ecb36fc55fbaf484bec4c5bc758 - - * otftotfm/otftotfm.1: backtrackabit - -2004-09-22 Wed 00:00:23 +0000 kohler -Commit 82a709c771aba91b96e1d6e596b5392b477efea2 - - * README, lcdf-typetools.spec, mmafm/mmafm.1, mmpfb/mmpfb.1, - otftotfm/otftotfm.1: manpage updates from Claire Connelly, and a - spec from her too - -2004-09-18 Sat 07:22:03 +0000 kohler -Commit accf967cba1300a59e414807a234942b658f8063 - - * NEWS, mmpfb/myfont.hh: volovich - -2004-09-18 Sat 00:26:17 +0000 kohler -Commit 07bc24bc64d9b040f7d8c8955e619ba6fbbc257d - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1testpage/t1testpage.1: - towards 2.15 - -2004-09-18 Sat 00:18:53 +0000 kohler -Commit 07cd9e3d8f9fd6e051f750ddbc868e331ac645bd - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/glyphfilter.hh, - otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1testpage/t1testpage.1: to version 2.14 - -2004-09-12 Sun 17:08:10 +0000 kohler -Commit fe5e71fcd33ce3daaaae246a1096b5542a45d0f1 - - * NEWS, README, cfftot1/cfftot1.1, mmafm/mmafm.1, mmpfb/mmpfb.1, - otfinfo/otfinfo.1, otftotfm/automatic.cc, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1testpage/t1testpage.1: - versionize, and search both $VARTEXMF and $TEXMF (Simon Patarin) - -2004-08-22 Sun 06:24:20 +0000 kohler -Commit 56cbe7192b1de82e81fcb5ce74faaabbf9dc7d1d - - * configure.in: selfauto fix - -2004-08-22 Sun 06:21:33 +0000 kohler -Commit e5aa0799980ea3fb1c52ecc2a2d8adb15cc01d7d - - * NEWS, configure.in, otftotfm/kpseinterface.c: SELFAUTO support - -2004-08-20 Fri 00:38:48 +0000 kohler -Commit 5674c2051bc01771af91e38a846c1901a1ecd172 - - * README, cfftot1/cfftot1.1, mmafm/mmafm.1, mmpfb/mmpfb.1, - otfinfo/otfinfo.1, otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, - t1lint/t1lint.1, t1testpage/t1testpage.1: to 2.12 - -2004-08-20 Fri 00:35:41 +0000 kohler -Commit 6bc62c4d038b966c081f0f4177cacd163ced82a0 - - * NEWS, configure.in, otftotfm/automatic.cc: catch bug that would - cause problems on 64-bit machines - -2004-08-19 Thu 01:25:16 +0000 kohler -Commit cbfba398655e006ae70c499d8dcc978e8033baf4 - - * otftotfm/automatic.cc: another nit - -2004-08-19 Thu 01:24:13 +0000 kohler -Commit ef1ec233372ec3eac9265a719b6d26f57ffa5b21 - - * otftotfm/automatic.cc: more kpsehell - -2004-08-19 Thu 01:03:37 +0000 kohler -Commit c443860e3f9871d2c34bb99ec6b4d4519b513e3b - - * otftotfm/automatic.cc: fix bug wrt tds_1_1 detection - -2004-08-19 Thu 00:54:57 +0000 kohler -Commit 0db4ad56934017a5bc176842213bb21b06416756 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/automatic.cc, - otftotfm/kpseinterface.c, otftotfm/kpseinterface.h, - otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1testpage/t1testpage.1: Olaf Weber plan for TDS 1.1 vs. 1.0 - -2004-08-19 Thu 00:42:38 +0000 kohler -Commit 50cc9081d77cfe1dcb4a303ec29e55d259253d35 - - * NEWS, README, cfftot1/cfftot1.1, mmafm/mmafm.1, mmpfb/mmpfb.1, - otfinfo/otfinfo.1, otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, - t1lint/t1lint.1, t1testpage/t1testpage.1: release 2.10 - -2004-08-18 Wed 06:16:36 +0000 kohler -Commit 0c1f3d32515985d51bf1203156a673d5afcdeaf5 - - * otftotfm/automatic.cc: fix bug - -2004-08-18 Wed 02:01:26 +0000 kohler -Commit dcedf53f95dc33b4c0d144130182f1828e207dcf - - * NEWS, configure.in, otftotfm/automatic.cc, otftotfm/otftotfm.1: - update for TDS 1.1 - -2004-08-18 Wed 01:56:12 +0000 kohler -Commit ed7fd464779e66342f5284827afac3b47631f7bc - - * otftotfm/: kpseinterface.c, kpseinterface.h: add kpsei_var_value - -2004-08-11 Wed 00:43:51 +0000 kohler -Commit b08d797c2159a2d779209df28d4d02cffb5a0825 - - * NEWS, README, cfftot1/cfftot1.1, mmafm/mmafm.1, mmpfb/mmpfb.1, - otfinfo/otfinfo.1, otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, - t1lint/t1lint.1, t1testpage/t1testpage.1: to 2.9 - -2004-08-10 Tue 07:27:28 +0000 kohler -Commit f73a4a277ac1baacb113fcf7eb07141656aa076a - - * NEWS, configure.in, otftotfm/dvipsencoding.cc, - otftotfm/glyphfilter.cc, otftotfm/glyphfilter.hh, - otftotfm/metrics.cc, otftotfm/metrics.hh, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, otftotfm/uniprop.cc, otftotfm/uniprop.hh, - otftotfm/util.cc, otftotfm/util.hh: support --letter-feature - -2004-08-05 Thu 08:07:53 +0000 kohler -Commit 97b65ca6134406c27f3d3a50bd23eab2e4e30f44 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/metrics.cc, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, - t1lint/t1lint.1, t1testpage/t1testpage.1: to 2.8: catch thrown - errors from Gsub and Gpos constructors - -2004-08-04 Wed 01:23:10 +0000 kohler -Commit 7cc19420428f2ce4234ceaefffec5af0604b64c3 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1testpage/t1testpage.1: to 2.7 - -2004-07-13 Tue 02:15:53 +0000 kohler -Commit a8c5a81faca23d8f514e7f23e273bef8abdb8fdd - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1testpage/t1testpage.1: - versionize - -2004-07-13 Tue 02:13:20 +0000 kohler -Commit 504c09d9e589d243aa1ee85f1c0eb3e2bfec8eab - - * t1testpage/: t1testpage.1, t1testpage.cc: t1testpage adds --glyph - and --smoke options - -2004-07-13 Tue 02:12:04 +0000 kohler -Commit 0da871b6ee6bfa13fb3205185b0c76711a62c31f - - * Makefile.am, liblcdf/Makefile.am, otftotfm/dvipsencoding.hh, - otftotfm/util.cc, otftotfm/util.hh: liblcdf adds globmatch - -2004-07-06 Tue 23:57:16 +0000 kohler -Commit 377ea5a5d652511ae733784d4c7a1094149593eb - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1testpage/t1testpage.1: - version update - -2004-06-30 Wed 16:56:04 +0000 kohler -Commit bdd6aa3925edfd6b201826b0d67d8e4e4786f87d - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1testpage/t1testpage.1: - to 2.4 - -2004-06-16 Wed 06:51:39 +0000 kohler -Commit 440ff4fa5fb16cc614aa8af1a48d1816e17a43df - - * glyphlist.txt, otftotfm/secondary.cc, otftotfm/secondary.hh: - support F{F,I,L,FI,FL}small (Ulrich Dirr) - -2004-06-16 Wed 04:56:40 +0000 kohler -Commit 08f953d49a9f25e6bcfe1efdb75aa6a906c413bf - - * otftotfm/dvipsencoding.cc: comment update - -2004-06-16 Wed 04:55:26 +0000 kohler -Commit 2227d42831ed609ab995a5f3577fe369dbf94a88 - - * otftotfm/: dvipsencoding.cc, dvipsencoding.hh, metrics.cc, - metrics.hh, otftotfm.cc, secondary.cc, secondary.hh: store Unicode - information in Metrics, not DvipsEncoding - -2004-06-16 Wed 04:54:14 +0000 kohler -Commit 256da124687374021b9c941529ece50024b7185a - - * otftotfm/: Makefile.am, glyphfilter.cc, glyphfilter.hh: add - glyphfilter - -2004-06-16 Wed 04:53:34 +0000 kohler -Commit 8dbbe4badaf402b5e1ff7e56858f1375ce99cc49 - - * mkuniprop.pl, otftotfm/uniprop.cc, otftotfm/uniprop.hh: add - parse_property - -2004-06-15 Tue 16:32:39 +0000 kohler -Commit 0b23344ae5d5a9a909f48ecb0ee421bd7571946a - - * otftotfm/otftotfm.1: doc nits - -2004-06-15 Tue 16:27:50 +0000 kohler -Commit 853363564b1835a5f99dedee2bfaa1e77e0cb59a - - * otftotfm/otftotfm.1: nit - -2004-06-15 Tue 16:26:19 +0000 kohler -Commit 19d65473c8f9af65e9ca2a1dcb80fc44b78e6860 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/dvipsencoding.cc, - otftotfm/dvipsencoding.hh, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1testpage/t1testpage.1: to 2.3: --default-ligkern et al - -2004-06-15 Tue 04:01:17 +0000 kohler -Commit c8eb905fadc410764c26b3e86aceb8791f32bdf7 - - * mkuniprop.pl, otftotfm/uniprop.cc, otftotfm/uniprop.hh: add - UnicodeProperty - -2004-05-27 Thu 05:42:54 +0000 kohler -Commit 5ff7de9fcc5e35772bf1837ebd8b49d93d8f8333 - - * README: update README - -2004-05-08 Sat 16:32:25 +0000 kohler -Commit bfe772dd439e90c5f7f4eb634b912ea85ce4cdcb - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1testpage/t1testpage.1: - bump version - -2004-05-08 Sat 16:31:36 +0000 kohler -Commit 4aa42f9ebe23b11d10fcb56625d90902a1517955 - - * otftotfm/: automatic.cc, otftotfm.cc, secondary.cc, secondary.hh, - util.hh: pay attention to t1dotlessj exit status and use a regular - "j" as a dotless "j" if no dot was found. Also support "--force" - (untested), and make t1dotlessj errors into warnings (so that - otftotfm finishes all of its tasks even if t1dotlessj bombs out, - reported by Stephen Moye) - -2004-05-08 Sat 16:29:35 +0000 kohler -Commit ce4adc0d58a61e354f9d044bd382940c6f83197a - - * t1dotlessj/: t1dotlessj.1, t1dotlessj.cc: exit with different - status depending on the error - -2004-04-18 Sun 20:15:58 +0000 kohler -Commit b09fb4240f5f92fcb2f73accddeac7caa34dbb3f - - * otftotfm/otftotfm.1: improve -faalt description - -2004-04-05 Mon 10:25:40 +0000 kohler -Commit bca895ee51bae7b8545613e9f52c97b8fbb1c09c - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1testpage/t1testpage.1: to 2.1: improve documentation for - otftotfm; otftotfm warns on missing encoding file - -2004-03-28 Sun 18:46:33 +0000 kohler -Commit 31da5312fe8fb5578b3d289b009259396c847679 - - * glyphlist.txt: add fontinst synonyms - -2004-03-22 Mon 03:45:57 +0000 kohler -Commit d9e7f735ef30f8abf69caaa3b6e3cd29e688ab35 - - * NEWS, ONEWS, README, cfftot1/cfftot1.1, cfftot1/cfftot1.cc, - cfftot1/maket1font.cc, configure.in, mmafm/main.cc, mmafm/mmafm.1, - mmpfb/mmpfb.1, mmpfb/myfont.cc, mmpfb/t1minimize.cc, - mmpfb/t1rewrit.cc, otfinfo/otfinfo.1, otfinfo/otfinfo.cc, - otftotfm/automatic.cc, otftotfm/dvipsencoding.cc, - otftotfm/metrics.cc, otftotfm/otftotfm.1, otftotfm/otftotfm.cc, - otftotfm/secondary.cc, otftotfm/util.cc, t1dotlessj/t1dotlessj.1, - t1lint/cscheck.cc, t1lint/t1lint.1, t1testpage/t1testpage.1: to - 2.0, and update copyrights - -2004-03-22 Mon 03:36:49 +0000 kohler -Commit 1fa171677969ab4242faad9c3f0bea41f419142e - - * mmpfb/main.cc, t1dotlessj/t1dotlessj.cc, t1lint/t1lint.cc, - t1testpage/t1testpage.cc: add _O_BINARY flag on Windows when - appropriate; also update copyright - -2004-02-24 Tue 19:38:14 +0000 kohler -Commit 7a9d5b2eec6ffb9861e43451749a064ec78929d5 - - * otftotfm/: metrics.cc, otftotfm.1: nits - -2004-02-24 Tue 19:20:57 +0000 kohler -Commit fd1de79a1062fe1e55aaad0298a217f7e661208f - - * README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1testpage/t1testpage.1: - to 1.99 - -2004-02-24 Tue 19:18:14 +0000 kohler -Commit 36769b0c731855ca59657d49db399074e250cc14 - - * NEWS, otftotfm/metrics.cc: small change improves performance a - lot: don't do unnecessary work - -2004-02-24 Tue 18:43:25 +0000 kohler -Commit 38b7074a08118a4dddd3cd1c26e169ed30916423 - - * otftotfm/: metrics.cc, otftotfm.cc: fix bug reported by Adam - Lindsay: a context ligature was included even though it referred to - a nonexistent character - -2004-02-24 Tue 18:08:53 +0000 kohler -Commit 0c157b2dc53f5560fa68fb9926277147f74540bb - - * otftotfm/metrics.cc: a better error message - -2004-02-22 Sun 09:37:16 +0000 kohler -Commit 73239b39b65544e2da3d893beda2abeb4d74a483 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1testpage/t1testpage.1: - to version 1.98 - -2004-02-22 Sun 09:33:55 +0000 kohler -Commit 78857ff5c7ec8271ad468f349bd634b11220043f - - * glyphlist.txt, otftotfm/dvipsencoding.cc, otftotfm/secondary.cc: - add support for SSsmall (Einar Smith) - -2004-02-22 Sun 09:32:25 +0000 kohler -Commit 11f45b17a09691676125660b55b6d19e1393a491 - - * otftotfm/: automatic.cc, automatic.hh, otftotfm.cc, util.cc, - util.hh: rename nocreate to no_create to fix compilation problems - (reported by Nelson Beebe) - -2004-02-07 Sat 05:47:25 +0000 kohler -Commit d313c4d34fb87bd608e960d7d8c5f4481fdc986c - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1testpage/t1testpage.1: - to 1.97 - -2004-01-11 Sun 21:02:17 +0000 kohler -Commit c41a53ecbfa529c26d9a3e6dc3c1059083ff618e - - * otftotfm/dvipsencoding.cc: C++-style string iteration - -2004-01-11 Sun 20:52:12 +0000 kohler -Commit c6a12447b412b05c4c48954b36396dcf17770a14 - - * README, cfftot1/cfftot1.1, mmafm/mmafm.1, mmpfb/mmpfb.1, - otfinfo/otfinfo.1, otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, - t1lint/t1lint.1, t1testpage/t1testpage.1: versionize - -2004-01-11 Sun 20:51:59 +0000 kohler -Commit 8edf23d12e20aa4f00fc8c72c2cccbdca74adc5e - - * NEWS, configure.in, otftotfm/dvipsencoding.cc: to 1.96: respect - "Q.alt" and the like in input encoding - -2004-01-05 Mon 16:35:37 +0000 kohler -Commit f731c8f4257f6a4e75524dd4896374ae6ffc20bc - - * t1dotlessj/t1dotlessj.cc: font_name fix for Forte C++, from Tom - Kacvinsky - -2004-01-04 Sun 06:18:38 +0000 kohler -Commit 15c3ba9a81485ba3ed7c01b3597e4fb63cfd548f - - * otftotfm/otftotfm.1: mention t1dotlessj in SEE ALSO - -2004-01-04 Sun 05:48:39 +0000 kohler -Commit 35950fc6261876e0a6b903a60c4b9dc6f1274fe6 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/Makefile.am, - otftotfm/otftotfm.1, t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, - t1testpage/t1testpage.1: to 1.95 - -2004-01-04 Sun 05:48:39 +0000 kohler -Commit 5706a6890fdc4da3f7143e6915953565bb87552d - - * otftotfm/otftotfm.1: to 1.95 - -2004-01-04 Sun 05:48:27 +0000 kohler -Commit 1873bd75178a5507ec64177fc18fde691642e0a6 - - * otftotfm/: secondary.cc, secondary.hh: support dotless-j - generation - -2004-01-04 Sun 05:47:57 +0000 kohler -Commit fd2fd30488272721c9349d012acbdc016aaed5f8 - - * otftotfm/: otftotfm.cc, otftotfm.hh: support virtual fonts that - refer to more than one base font (for dotless-j support); avoid bad - "(STOP)" commands; refactor code to introduce output_metrics() - function (used by dotless-j support) - -2004-01-04 Sun 05:45:25 +0000 kohler -Commit c1f30690a0438f90819a153bc07f95b93c8ebb31 - - * otftotfm/: metrics.cc, metrics.hh: add design_units(); and - support multiple fonts: add Setting::FONT, and a mapped_fonts() - array - -2004-01-04 Sun 05:44:21 +0000 kohler -Commit 6db84c455288702d2a09247c9d07f53c1b92cfb4 - - * otftotfm/: dvipsencoding.cc, dvipsencoding.hh: nits, including a - fix for glyphlist.txt multi-possibility lines (like - "dotlessj;0237;FB36"); use String::iterator; adapt to Secondary - changes - -2004-01-04 Sun 05:42:40 +0000 kohler -Commit 703a41148fec79261088cdeb61eab2c3ce47f193 - - * otftotfm/automatic.cc: create Type 1 fonts even in non-automatic - mode, and jigger error messages - -2003-12-31 Wed 18:42:51 +0000 kohler -Commit 59ee957c3b9c12ae6b40a9d89f4140e7a6a23dce - - * NEWS, configure.in, otftotfm/automatic.cc, otftotfm/automatic.hh, - otftotfm/metrics.cc, otftotfm/metrics.hh, otftotfm/otftotfm.cc, - otftotfm/secondary.cc: to 1.91 - -2003-12-30 Tue 22:39:45 +0000 kohler -Commit c9806fa1c3457f27e421509c1f370312594f2e0d - - * t1dotlessj/t1dotlessj.cc: nit - -2003-12-30 Tue 22:39:09 +0000 kohler -Commit 345f3f55e68fec73df69049bbc457d7c5b58863a - - * t1dotlessj/: Makefile.am, t1dotlessj.cc: to version 1.90: include - t1dotlessj.1, some updates also to the code - -2003-12-30 Tue 22:37:21 +0000 kohler -Commit 99210dfc53fda5a5e54469f619c6f430e89918dd - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1dotlessj/t1dotlessj.1, t1lint/t1lint.1, t1testpage/t1testpage.1: - to version 1.90 - -2003-12-29 Mon 10:01:42 +0000 kohler -Commit 86a45c7dfe69ba4209cdbc767fc476eed09713fd - - * Makefile.am, configure.in, t1dotlessj/.cvsignore, - t1dotlessj/Makefile.am, t1dotlessj/t1dotlessj.cc: add t1dotlessj - -2003-12-29 Mon 10:01:15 +0000 kohler -Commit 85dffac11e0e6e5f1d60cb63afb272eaec43ba66 - - * t1lint/cscheck.cc: adapt to _careful change: t1lint should be - careful - -2003-12-29 Mon 10:00:43 +0000 kohler -Commit 94368c2eeb9c7f00309c068a34b88e6a7549212a - - * cfftot1/maket1font.cc, mmpfb/t1minimize.cc: adapt to - Type1CharstringGenInterp changes - -2003-12-28 Sun 18:32:13 +0000 kohler -Commit 80e0a201ff9f0f980f31b05beade2762123f69ce - - * cfftot1/maket1font.cc: use Type1CharstringGenInterp - -2003-12-28 Sun 08:23:04 +0000 kohler -Commit bfe302849c56c8b6538519f7f9e92e75df3c30c3 - - * NEWS, cfftot1/maket1font.cc, libefont/Makefile.am, - mmpfb/t1minimize.cc: adapt to t1font::skeleton stuff - -2003-12-23 Tue 19:09:05 +0000 kohler -Commit 315a3735eb5d4772436ee70b95d3a7199fbc523d - - * README, cfftot1/cfftot1.1, mmafm/mmafm.1, mmpfb/mmpfb.1, - otfinfo/otfinfo.1, otftotfm/otftotfm.1, t1lint/t1lint.1, - t1testpage/t1testpage.1: to 1.88 - -2003-12-23 Tue 19:08:02 +0000 kohler -Commit c8986b35fa527222dad33267e1ba40d9bda0ff31 - - * NEWS, configure.in, otfinfo/otfinfo.cc: 1.88: use more STL - instead of homegrown find() template for compatibility with older - GCCs - -2003-12-23 Tue 19:07:27 +0000 kohler -Commit ac52cff81c800c033d5e4776becff593421c2bab - - * README, cfftot1/cfftot1.1, mmafm/mmafm.1, mmpfb/mmpfb.1, - otfinfo/otfinfo.1, otftotfm/otftotfm.1, t1lint/t1lint.1, - t1testpage/t1testpage.1: to 1.87 - -2003-12-23 Tue 05:43:43 +0000 kohler -Commit d584f61787b422144775b647eb953f0aecc4bfae - - * NEWS, configure.in, otftotfm/otftotfm.cc, otftotfm/secondary.cc, - otftotfm/secondary.hh: fix Ulrich Dirr --extend bug: extend factor - was applied to font height, not width; and apply extend factor to - XHEIGHT SPACE and other font dimensoins - -2003-12-19 Fri 18:22:30 +0000 kohler -Commit 0682b09475fc629633d09c49629cd1df20f1066e - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, t1lint/t1lint.1, t1testpage/t1testpage.1: to - 1.86 - -2003-12-11 Thu 01:40:00 +0000 kohler -Commit 56fab397376cf116be2b685b81e62ee2eaf8302d - - * otftotfm/otftotfm.1: oopslet - -2003-12-10 Wed 20:20:16 +0000 kohler -Commit 1bb73a911b7381f172003b5aed25d326dc750865 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, t1lint/t1lint.1, - t1testpage/t1testpage.1: versionize - -2003-12-10 Wed 20:20:07 +0000 kohler -Commit fa98efc66120f40dd8940fac997619aa009736c4 - - * otftotfm/: otftotfm.1, otftotfm.cc: add --altselector-feature - mechanism; default to salt+dlig, not aalt+dlig; allow - --altselector=CHAR and --altselector-char=CHAR instead of numbers - -2003-12-10 Wed 20:18:55 +0000 kohler -Commit d7d208eec18c695d264c56ebe19b765d632b0cdb - - * otftotfm/automatic.cc: oops: fix intermittend hang caused by - bonehead error - -2003-12-05 Fri 18:22:57 +0000 kohler -Commit dfc2cd231b3443b8724513c870ea467e88391cee - - * otftotfm/otftotfm.1: a/an nit - -2003-12-05 Fri 01:33:49 +0000 kohler -Commit d88cdee8588a81b7f8fb1ea521e0bf83110ba544 - - * NEWS, glyphlist.txt: fix Ulrichs problem with SS - -2003-12-05 Fri 01:13:46 +0000 kohler -Commit 61e863f36fd328d9cf391f3928edf7939f7e6b7e - - * otftotfm/metrics.cc: alternates bitlet - -2003-12-05 Fri 01:02:26 +0000 kohler -Commit ace92be62a4bcf973017de0c7d258a4716688868 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, glyphlist.txt, - mmafm/mmafm.1, mmpfb/mmpfb.1, otfinfo/otfinfo.1, - otftotfm/dvipsencoding.cc, otftotfm/dvipsencoding.hh, - otftotfm/metrics.cc, otftotfm/metrics.hh, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, otftotfm/secondary.cc, otftotfm/secondary.hh, - otftotfm/util.cc, otftotfm/util.hh, t1lint/t1lint.1, - t1testpage/t1testpage.1: to 1.80: support --altselector-char, - --include-alternates, and --exclude-alternates - -2003-12-04 Thu 01:19:50 +0000 kohler -Commit a87ce7ce09094772515d6560af8598b89495efa0 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - t1lint/t1lint.1, t1testpage/t1testpage.1: to 1.75; only changes to - NEWS (bug fix was in library) - -2003-12-01 Mon 19:33:57 +0000 kohler -Commit 0a94c65370c7b82eeb6aa0a0cd143f5486630d5e - - * configure.in: check explicitly for fabs - -2003-12-01 Mon 19:28:58 +0000 kohler -Commit 3ec54b0d7a48e651c896413c468e089de342874e - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/main.cc, - mmafm/mmafm.1, mmpfb/mmpfb.1, otfinfo/otfinfo.1, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc, t1lint/t1lint.1, - t1testpage/t1testpage.1: to version 1.70: add --min-kern to - otftotfm; add --min-kern synonym to mmafm - -2003-11-29 Sat 17:48:50 +0000 kohler -Commit 055ae17a9d45b4d00d999321307bc6943787be08 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, t1lint/t1lint.1, t1testpage/t1testpage.1: to - 1.67: fix minor bug reported/patch provided/ by Akira Kakuto - -2003-11-24 Mon 17:53:10 +0000 kohler -Commit d2ada0b6e4fba823c1d835b22a5b9ae51d511ba1 - - * NEWS, README, cfftot1/cfftot1.1, cfftot1/maket1font.cc, - configure.in, mmafm/mmafm.1, mmpfb/mmpfb.1, otfinfo/otfinfo.1, - otftotfm/otftotfm.1, t1lint/t1lint.1, t1testpage/t1testpage.1: to - 1.66: currentfile eexec duplication - -2003-11-24 Mon 15:50:22 +0000 kohler -Commit 34fe3c74ea99cfbce443315bb6d365ca0ef76cd4 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otfinfo/otfinfo.1, otftotfm/automatic.cc, - otftotfm/dvipsencoding.cc, otftotfm/dvipsencoding.hh, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc, t1lint/t1lint.1, - t1testpage/t1testpage.1: to version 1.65 - -2003-11-17 Mon 03:24:00 +0000 kohler -Commit 6756a7274455bc5c80ae1747fbb7e619f13f9b8c - - * otftotfm/metrics.hh: adapt to newer Vector - -2003-11-08 Sat 19:23:53 +0000 kohler -Commit e36e1ee2ca63207f8cdc1ea3e041ec92a21a1c11 - - * cfftot1/cfftot1.cc, otftotfm/otftotfm.cc: support for CID-keyed - CFF fonts - -2003-10-22 Wed 00:39:02 +0000 kohler -Commit a98a5dcdd1aabadab8009c5556243f7622a35689 - - * mmafm/mmafm.1: mention multiple master metrics archive - -2003-10-17 Fri 22:58:34 +0000 kohler -Commit c92fa09a9e0028e127cfd5fe44fecd49acfd43a8 - - * Makefile.am, NEWS, README, cfftot1/cfftot1.1, - cfftot1/maket1font.cc, configure.in, mmafm/mmafm.1, mmpfb/mmpfb.1, - mmpfb/t1rewrit.cc, mmpfb/t1rewrit.hh, otfinfo/otfinfo.1, - otftotfm/automatic.cc, otftotfm/otftotfm.1, otftotfm/otftotfm.cc, - otftotfm/secondary.cc, t1lint/cscheck.cc, t1lint/cscheck.hh, - t1lint/t1lint.1, t1lint/t1lint.cc, t1testpage/t1testpage.1: - versionization, and cope with efont changes - -2003-10-03 Fri 02:45:14 +0000 kohler -Commit d93abccc7c924765305a5a0a03ed97e923e1ffe4 - - * otftotfm/otftotfm.1: minor man page update - -2003-09-04 Thu 17:53:57 +0000 kohler -Commit 9c321dc58b46205975cd1e50d4da13d6ef59a2f7 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otftotfm/otftotfm.1, t1testpage/t1testpage.1: - versionize - -2003-09-04 Thu 17:50:38 +0000 kohler -Commit 8ffb7f7432195781342bb40f1c5abf68badcfbb3 - - * t1lint/t1lint.1: oops - -2003-09-04 Thu 17:49:08 +0000 kohler -Commit f93d84ae2fb8a69e02fd54fe32422ecdb6fa24cd - - * otftotfm/: otftotfm.1, otftotfm.cc: add --design-size option - -2003-09-04 Thu 17:48:55 +0000 kohler -Commit 209af99edd796c62cdcb91c131c3a5fac962973b - - * t1testpage/: Makefile.am, t1testpage.1, t1testpage.cc: fix --help - and add manual page - -2003-09-04 Thu 17:48:47 +0000 kohler -Commit cd7657bc076382b9a5504ce8cd5480a6be93af2e - - * mmafm/main.cc, mmpfb/main.cc: name nit - -2003-09-02 Tue 22:16:35 +0000 kohler -Commit bd63d3b617bff12734da981b842cc421fbde290e - - * NEWS, README, cfftot1/cfftot1.1, configure.in, mmafm/mmafm.1, - mmpfb/mmpfb.1, otftotfm/otftotfm.1, otftotfm/otftotfm.cc, - t1lint/t1lint.1: set DESIGNSIZE to the font's actual design size, - from the "size" feature - -2003-08-29 Fri 03:31:35 +0000 kohler -Commit a76028737bdaededbd1c7d2d24d72410f90ae12e - - * cfftot1/cfftot1.cc, mmafm/main.cc, mmpfb/main.cc, - otfinfo/otfinfo.cc, otftotfm/otftotfm.cc, t1lint/t1lint.cc, - t1testpage/t1testpage.cc: update type of main() - -2003-08-26 Tue 22:26:15 +0000 kohler -Commit d7ef8ba5c626a3481db02e51e925ed14e7ebcefa - - * NEWS, README, cfftot1/Makefile.am, cfftot1/cfftot1.1, - configure.in, libefont/Makefile.am, liblcdf/Makefile.am, - mmafm/Makefile.am, mmafm/mmafm.1, mmpfb/Makefile.am, mmpfb/mmpfb.1, - otfinfo/Makefile.am, otfinfo/otfinfo.cc, otftotfm/Makefile.am, - otftotfm/otftotfm.1, t1lint/Makefile.am, t1lint/t1lint.1, - t1testpage/Makefile.am: release 1.50 - -2003-08-25 Mon 20:05:48 +0000 kohler -Commit 06d23cfa093f6e6810d0139dc0b72af560e2471f - - * NEWS: more news - -2003-08-25 Mon 18:44:41 +0000 kohler -Commit 48d1664805c981750f99304c2cb270f11c0dbcb7 - - * NEWS, configure.in, otftotfm/automatic.cc: KPATHSEA screwup - -2003-08-25 Mon 00:28:00 +0000 kohler -Commit 371ba5074490cfdd4d5e14438da6cc60fd606b86 - - * NEWS, README: update NEWS - -2003-08-25 Mon 00:21:50 +0000 kohler -Commit b52482d26af5e1f6ef4db3b050bd2e69348bbca9 - - * otfinfo/otfinfo.cc: nit - -2003-08-25 Mon 00:20:30 +0000 kohler -Commit 940d06916b7e529a58ad32bbc1e36ac2df230f49 - - * Makefile.am, README, cfftot1/cfftot1.1, libefont/Makefile.am, - mmafm/mmafm.1, mmpfb/mmpfb.1, otfinfo/otfinfo.1, - otfinfo/otfinfo.cc, otftotfm/otftotfm.1, otftotfm/otftotfm.cc, - t1lint/t1lint.1: versionize; move --query-scripts and - --query-features out of otftotfm; otfinfo manpage rework - -2003-08-24 Sun 21:49:04 +0000 kohler -Commit 34f86ac167fcda61155cee91d4fad701ebb03ebc - - * otfinfo/otfinfo.cc, otftotfm/otftotfm.cc: use new interfaces - -2003-08-24 Sun 21:31:32 +0000 kohler -Commit 28cae8c01cd7047ac0037554feba5801a272d151 - - * otftotfm/metrics.cc: fix bug reported by Adam Lindsay with - non-boundarychar encodings - -2003-08-24 Sun 21:13:25 +0000 kohler -Commit ff48d6ad1421aae1859e61f883b903f687802235 - - * cfftot1/cfftot1.cc, mmafm/main.cc, mmpfb/main.cc, - otfinfo/.cvsignore, otfinfo/otfinfo.cc, otftotfm/automatic.cc, - otftotfm/metrics.hh, otftotfm/otftotfm.cc, t1lint/t1lint.cc, - t1testpage/t1testpage.cc: Tom Kacvinsky provides patches for - Solaris - -2003-08-23 Sat 22:46:51 +0000 kohler -Commit 0c7c0e3b6dac7c3059c53f1992d162b4e957fdec - - * Makefile.am, configure.in: support recent changes - -2003-08-23 Sat 22:46:48 +0000 kohler -Commit 8aa44b49adaa3acfd869df04759468f1cb55a046 - - * otftotfm/: automatic.cc, automatic.hh, otftotfm.1, otftotfm.cc, - secondary.cc: run TEXMF/dvips/updmap if present when appropriate - -2003-08-23 Sat 22:46:08 +0000 kohler -Commit fa5f436aa3d2cb21576f4d80b8be3d33e2e39b85 - - * cfftot1/cfftot1.cc, otftotfm/dvipsencoding.cc, - otftotfm/metrics.cc, otftotfm/util.cc, t1lint/t1lint.cc, - t1testpage/t1testpage.cc: revert #include style for C includes - -2003-08-23 Sat 22:11:31 +0000 kohler -Commit 4d0583aa6756d661b979f238278fefc36bfc9a07 - - * otfinfo/: Makefile.am, otfinfo.1, otfinfo.cc: add preliminary - otfinfo - -2003-08-20 Wed 20:39:26 +0000 kohler -Commit 8d98eb7dc3dd48a5600c49e61c34746daec23367 - - * mmafm/main.cc, mmpfb/main.cc: s/mminstance/typetools/ - -2003-08-20 Wed 19:34:15 +0000 kohler -Commit 746fa20439fa5b1d9a7e0f35fbe2efb0492b333c - - * Makefile.am, NEWS, ONEWS, README, cfftot1/cfftot1.1, - configure.in, mmafm/mmafm.1, mmpfb/mmpfb.1, otftotfm/otftotfm.1, - t1lint/Makefile.am, t1lint/t1lint.1, t1lint/t1lint.cc: add manual - page for t1lint and fix its --help; integrate mmafm and mmpfb - -2003-08-15 Fri 00:05:23 +0000 kohler -Commit b6780a064105324a286112b9eacf2098be28bbfb - - * configure.in, otftotfm/automatic.cc, otftotfm/dvipsencoding.hh, - t1lint/cscheck.cc, t1testpage/t1testpage.cc: compilation fixes - -2003-08-14 Thu 23:54:54 +0000 kohler -Commit 4925832f0cea87879986e997958b35d443b31849 - - * mmafm/main.cc, mmafm/mmafm.1, mmpfb/main.cc, mmpfb/mmpfb.1, - mmpfb/myfont.cc, mmpfb/t1minimize.cc, mmpfb/t1rewrit.cc: - compatibility changes from Fabrice - -2003-08-12 Tue 21:49:33 +0000 kohler -Commit 15343ca602d7c11989683774136450e27cb65d3f - - * cfftot1/maket1font.cc, configure.in, otftotfm/automatic.cc, - otftotfm/md5.c, otftotfm/metrics.hh, otftotfm/otftotfm.cc, - otftotfm/secondary.hh: fabrice popineau patches - -2003-08-11 Mon 20:47:01 +0000 kohler -Commit c067c594514793d491de7a35c8ab390d5b2ad1fc - - * mmafm/mmafm.1, mmpfb/mmpfb.1: to 1.26.1 - -2003-08-10 Sun 22:52:45 +0000 kohler -Commit a31884e4b8cdb1670e6dd016afc83743744a8a86 - - * configure.in, t1lint/t1lint.cc: minor configury - -2003-08-10 Sun 21:39:52 +0000 kohler -Commit 9bc332a35787496ed26687763eb7bdf1e80884d5 - - * mmafm/mmafm.1, mmpfb/mmpfb.1: Beebenits configury etc. - -2003-08-10 Sun 18:46:03 +0000 kohler -Commit b78f6acd2c60a46717a6bef4559dfb48083fed31 - - * otftotfm/otftotfm.1: thank Marco in the manpage - -2003-08-10 Sun 18:42:55 +0000 kohler -Commit 6425bc13e479898e0920fbc1e5f83731f42c0afc - - * Makefile.am, README, cfftot1/cfftot1.1, otftotfm/otftotfm.1: - versionize to 0.53 - -2003-08-10 Sun 18:38:27 +0000 kohler -Commit 930db3f8fc8399a60ebec923ebd2ca9fb3b4f4e2 - - * NEWS, configure.in, otftotfm/metrics.cc, otftotfm/otftotfm.1: fix - emptyslot bug reported by Marco - -2003-08-10 Sun 17:45:04 +0000 kohler -Commit f2c5221422bc452aa4a19da76338c093696ae5a0 - - * NEWS, otftotfm/automatic.cc, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc: integrate Adams suggested changes: fix - cfftot1 invocation with --without-kpathsea, include OTF file when - theres no T1 file - -2003-08-07 Thu 20:50:58 +0000 kohler -Commit fc9b31e1e01d0e67674a8c19cabdad4977f232b8 - - * mmafm/main.cc, mmafm/mmafm.1, mmpfb/mmpfb.1: build updates to try - to address problems reported by Nelson Beebe - -2003-08-07 Thu 20:43:12 +0000 kohler -Commit 0391db2e578552fb57e4304b6d0abceceb6642af - - * Makefile.am, NEWS, README, cfftot1/cfftot1.1, configure.in, - libefont/Makefile.am, liblcdf/Makefile.am, otftotfm/otftotfm.1: to - version 0.52 - -2003-08-07 Thu 19:56:03 +0000 kohler -Commit 8da5b9a8a09a50844dcb8dd4b06902788c3a8c04 - - * NEWS, configure.in, otftotfm/kpseinterface.c, - otftotfm/kpseinterface.h, otftotfm/metrics.cc, otftotfm/metrics.hh, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc: to version 0.51bis (the - bis is a teensy configure.in problemlet): fix crashes with small - encodings, add --boundary-char and --kpathsea-debug - -2003-08-04 Mon 20:26:08 +0000 kohler -Commit 67ac2bcc94b7e49214c53dcf5e55e0999b44d12a - - * otftotfm/: metrics.cc, metrics.hh: fix ExPontoPro issue: LIG_LIVE - was inappropriate, and when you detect characters used in - context-only ligatures, you need to redetermine reachability - -2003-08-04 Mon 19:53:55 +0000 kohler -Commit 86784ffd4980f7b84b383501e374f90dd427086e - - * otftotfm/otftotfm.1, showings/.cvsignore: manpage nits - -2003-08-04 Mon 19:50:43 +0000 kohler -Commit 31fb9f3594b0dd06956b77b20fd2d68678b55611 - - * glyphlist.txt: slight glyphlist modification: prefer Delta and - Omega to Deltagreek and Omegagreek - -2003-08-04 Mon 19:47:51 +0000 kohler -Commit 2d016cb14000ee2f7e76cff2ec8604705a6d9e76 - - * NEWS: update NEWS - -2003-08-04 Mon 19:42:44 +0000 kohler -Commit e694ead682a61d562a7e3e780c14ba1d850bc803 - - * showings/: Makefile, MinionPro-It-features.tex, - MinionPro-Regular-features.tex, WarnockPro-It-features.tex, - WarnockPro-Regular-features.tex, features.tex: add showings - directory - -2003-08-04 Mon 19:42:37 +0000 kohler -Commit 2266e71bee55b757ef84b78c2136b6afcce0e336 - - * otftotfm/metrics.cc: better ChangedContext structure fixes "1st" - problem; previously, the ssuperior character introduced by 1 s t => - 1 ssuperior t was new, so changed context refused to implement the - 1 ssuperior t => 1 ssuperior tsuperior ligature - -2003-08-04 Mon 05:29:48 +0000 kohler -Commit 2fdd84586c0737cb2e13ecd008d36f3c78ca9a6e - - * NEWS, README, cfftot1/cfftot1.1, configure.in, - otftotfm/metrics.cc, otftotfm/metrics.hh, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc: bump version; add lookup number check to - Metrics: prefer that to storing - -2003-08-03 Sun 05:34:00 +0000 kohler -Commit 23d47abf78302245d989710f55b1febc3ffaf091 - - * otftotfm/metrics.cc: nit - -2003-08-03 Sun 05:29:23 +0000 kohler -Commit f1df1774c8f61dff0341d00b7db2a7f5aaa3b4d3 - - * otftotfm/metrics.cc: be more careful about accepting - Substitutions - -2003-08-03 Sun 05:17:56 +0000 kohler -Commit 88668faaa383b7c44386a224996fa08ccf19f89f - - * otftotfm/: gsubencoding.cc, gsubencoding.hh, metrics.cc, - metrics.hh, otftotfm.cc: new Metrics plan in place can handle - -fordn properly, and can stuff "base-only" characters on top of - "virtual-only" characters to save encoding space - -2003-08-02 Sat 01:50:12 +0000 kohler -Commit dff28c4d40d3785edf3bdeb5614e0413b26c4343 - - * otftotfm/: Makefile.am, dvipsencoding.cc, dvipsencoding.hh, - gsubencoding.cc, gsubencoding.hh, metrics.cc, metrics.hh, - otftotfm.cc, secondary.cc, secondary.hh: new Metrics plan (not - GsubEncoding); mostly for code cleanup - -2003-07-31 Thu 23:07:13 +0000 kohler -Commit 5e65ea4d2ccf87347402aaedb048868add1916bc - - * otftotfm/: dvipsencoding.cc, gsubencoding.cc, gsubencoding.hh, - otftotfm.cc: new story for context ligatures focuses on fake - characters; perhaps easier to add complex context ligatures like - -ffrac. Sufficiently tested? - -2003-07-31 Thu 03:18:34 +0000 kohler -Commit f8fc9222a5c8248572c2734bac7a0cf8e6040cac - - * NEWS, otftotfm/otftotfm.cc: nits - -2003-07-31 Thu 02:42:03 +0000 kohler -Commit e81e6b66d1ff68348eabbe35bcb9e2ade7da2c1c - - * t1lint/: cscheck.cc, cscheck.hh, t1lint.cc: adapt to efont - changes - -2003-07-31 Thu 02:33:58 +0000 kohler -Commit e944e392d3d256cd70b5104b62a7ad4a7cf8af2b - - * mmafm/mmafm.1: bump version number - -2003-07-31 Thu 02:33:41 +0000 kohler -Commit afb753a8541b274cdf532423c65da34d35801800 - - * mmpfb/: main.cc, mmpfb.1: make --minimize the default; and when - --minimize is on, force some values to integers - -2003-07-31 Thu 02:33:13 +0000 kohler -Commit 9d26f4921fd8943ef697a44c8227136e10d41dcd - - * mmpfb/: myfont.cc, myfont.hh: add ability to round values to - integers - -2003-07-31 Thu 02:32:44 +0000 kohler -Commit 5d7edbdf52ecbd9f551b66d9bf7ebfc3d5055351 - - * mmpfb/t1minimize.cc: include font header comments even in - minimized fonts - -2003-07-30 Wed 23:49:12 +0000 kohler -Commit 138fd4294a1dd1e88da1a90059dc57da332b5ff8 - - * mmpfb/t1rewrit.cc: remove debugging - -2003-07-30 Wed 22:30:50 +0000 kohler -Commit 4d52166b3b539c41e702024915da2cd63eb8d8aa - - * mmpfb/t1rewrit.cc: debugging - -2003-07-30 Wed 22:20:06 +0000 kohler -Commit 08d559651c5c969957ec3c6aeac3e6df638a21c5 - - * mmpfb/t1rewrit.cc: debugging - -2003-07-30 Wed 22:03:56 +0000 kohler -Commit d9a8d24989d19f3d975af4a09915a78786cfe80d - - * mmpfb/t1rewrit.cc: debugging - -2003-07-30 Wed 21:29:16 +0000 kohler -Commit 86d2851121d1046fbe8a6fd223624c09c4d6a9be - - * mmafm/main.cc, mmpfb/main.cc, mmpfb/myfont.cc, mmpfb/myfont.hh, - mmpfb/t1rewrit.cc, mmpfb/t1rewrit.hh: adapt to libefont changes - -2003-07-30 Wed 18:57:44 +0000 kohler -Commit 4ca7c3e7a0f8e05552fa2fd850eb28188147792d - - * configure.in: HAVE_ADDRESSABLE_VA_LIST configury - -2003-07-24 Thu 19:17:04 +0000 kohler -Commit 8c81cc37d4e929c51ce4a6880dbb88cd41b95882 - - * mmpfb/: t1rewrit.cc, t1rewrit.hh: use the global - Type1CharstringGen - -2003-07-15 Tue 13:43:56 +0000 kohler -Commit c819a99df4ee79fff5bb4ec4a2a6359e1ee115f0 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, glyphlist.txt, - otftotfm/dvipsencoding.cc, otftotfm/gsubencoding.cc, - otftotfm/gsubencoding.hh, otftotfm/otftotfm.1, - otftotfm/secondary.cc, otftotfm/secondary.hh: support "emptyslot" - -2003-07-09 Wed 21:55:07 +0000 kohler -Commit cd60a9e9bd9ec5f256f6fe56ec39d99d98897fe5 - - * NEWS: newslet - -2003-07-09 Wed 20:56:23 +0000 kohler -Commit 332b97c3a929095ba2dc97279788414ef716a034 - - * glyphlist.txt, otftotfm/otftotfm.1, otftotfm/secondary.cc, - otftotfm/secondary.hh: use correct Unicode code points for cwm - (zwnj) and visualspace; and document synthetic characters in the - man page - -2003-07-09 Wed 19:41:10 +0000 kohler -Commit be74ee466cb49ff220c5b4ce88f9a3a65e430506 - - * configure.in: to 0.18: configury for whether va_list is - addressable - -2003-07-09 Wed 19:37:23 +0000 kohler -Commit f881edf22e01f15217d1aef6c2d00a14cb70a83f - - * mmafm/mmafm.1, mmpfb/mmpfb.1: to 1.23: check whether va_list is - addressable - -2003-07-09 Wed 18:03:23 +0000 kohler -Commit ae4c6cbaaf77938371e07776b6886b20c72c94f6 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, - otftotfm/otftotfm.1: to 0.18 - -2003-07-09 Wed 17:31:28 +0000 kohler -Commit dffc563bff8fd35f2feac697178bc7ae98c26e9e - - * otftotfm/otftotfm.cc: new CharstringBounds interface; and RULE - marks the boundser - -2003-07-09 Wed 17:09:19 +0000 kohler -Commit 0c206af70c8445fb3dc91777cd279ba055c8f208 - - * otftotfm/otftotfm.cc: avoid memory leak (why not) - -2003-07-09 Wed 17:07:57 +0000 kohler -Commit 733899e7f7009f5e85c7cd2eee44e8e9e05d8a93 - - * NEWS, otftotfm/Makefile.am, otftotfm/gsubencoding.cc, - otftotfm/gsubencoding.hh, otftotfm/otftotfm.cc, - otftotfm/secondary.cc, otftotfm/secondary.hh: GsubEncoding supports - fake ligatures and other faked characters - -2003-07-09 Wed 17:02:41 +0000 kohler -Commit f97485d72170176ffd05734e23968020a580d07b - - * otftotfm/: dvipsencoding.cc, dvipsencoding.hh: store unicodes() - for easy access, and make_gsub_encoding() can call a Secondary for - missing glyphs - -2003-07-09 Wed 17:01:04 +0000 kohler -Commit 724361329b1434cefa9dfba9205378ed945f5fef - - * glyphlist.txt: add cwm, visualspace, and Germandbls - -2003-07-08 Tue 22:34:55 +0000 kohler -Commit de351fbcda28e38e9ea5b4f04c8c51bcfde80826 - - * configure.in: configury nitlets - -2003-07-08 Tue 22:25:03 +0000 kohler -Commit 8cd240e4cea602644db8a649ecf8d6fb5c31404e - - * acconfig.h, configure.in: move to autoconf-2.57 whole hog - -2003-07-08 Tue 21:50:33 +0000 kohler -Commit 6920b5851de27ef5fdd27ca931ec59803148b1d4 - - * configure.in: - -2003-07-08 Tue 21:48:47 +0000 kohler -Commit 8956d31dae72a97f7c9e2c80708679d91ec076d7 - - * configure.in: add check for byteorder.h (Mingw32?) - -2003-07-07 Mon 19:50:22 +0000 kohler -Commit d86eb84c750101a281bff0299a1ce03ed514aff4 - - * otftotfm/otftotfm.cc: try to print reals so fontinst wont choke - -2003-07-07 Mon 19:50:08 +0000 kohler -Commit 345906665b24065ea8a8d48c882a631049a8b9a3 - - * glyphlist.txt: encode new dotlessj - -2003-07-07 Mon 16:31:41 +0000 kohler -Commit aa0e63d9ca77c39beda5f7dd1909daf439958fe5 - - * otftotfm/dvipsencoding.hh: support new-style glyphlist.txt, which - lists multiple possibilities for a glyph, and allow nonspaced - semicolons in LIGKERN/UNICODING, and fix infinite loop reported by - Marco - -2003-07-07 Mon 16:31:23 +0000 kohler -Commit 79811a6b55894ac23eec178ef6041229befbf5e1 - - * otftotfm/dvipsencoding.cc: support new-style glyphlist.txt, which - lists multiple possibilities for a glyph, and allow nonspaced - semicolons in LIGKERN/UNICODING - -2003-07-07 Mon 16:30:45 +0000 kohler -Commit c19302522b10fe2b161f62a72f63aa0cf756d961 - - * glyphlist.txt, texmathunicoding.txt: fold texmathunicoding.txt - (and Ng/ng encodings) into glyphlist.txt - -2003-07-07 Mon 03:02:45 +0000 kohler -Commit 78b8f3566b9d72cc6d8b76fc6f5956d833e2e22b - - * NEWS, README, cfftot1/cfftot1.1, configure.in, - otftotfm/dvipsencoding.cc, otftotfm/dvipsencoding.hh, - otftotfm/gsubencoding.cc, otftotfm/gsubencoding.hh, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc: to 0.17: improve - heuristics, remove LIGKERN-killed ligatures from encoding - -2003-07-06 Sun 23:25:30 +0000 kohler -Commit 4657fa1a7a33ce75837b5ce2b6ebbc9f115d3f68 - - * otftotfm/otftotfm.1: nit - -2003-07-06 Sun 23:20:51 +0000 kohler -Commit f84128aa1e0a8aea981bf95d283789951609b385 - - * NEWS: to version 0.16 - -2003-07-06 Sun 21:37:37 +0000 kohler -Commit 6ad96a09feede539715ddc52544513f413c95591 - - * NEWS, texmathunicoding.txt: add texmathunicoding.txt - -2003-07-06 Sun 18:11:07 +0000 kohler -Commit 42e9dce5b5fb55f8cd1cf5a0582a96375df7a5fd - - * NEWS, otftotfm/dvipsencoding.cc, otftotfm/dvipsencoding.hh, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc: support --codingscheme - option; check for too-long and parenthesis-containing; document; - add --unicoding - -2003-07-06 Sun 18:11:07 +0000 kohler -Commit 2e578edf31dcee2593b0172ee69a5b6655cecf5d - - * NEWS: support --codingscheme option; check for too-long and - parenthesis-containing; document; add --unicoding - -2003-07-06 Sun 07:09:55 +0000 kohler -Commit 67678774bd0239e8e565693823c452ee2689e9b2 - - * otftotfm/: dvipsencoding.cc, dvipsencoding.hh, gsubencoding.hh, - otftotfm.cc: % CODINGSCHEME support, and use different design units - to be friendlier to fontinst (Marco Kuhlmann) - -2003-07-05 Sat 21:10:59 +0000 kohler -Commit 976dcb09928132315c443718713f9f0b0b9685f2 - - * NEWS, otftotfm/automatic.cc, otftotfm/otftotfm.1: store dvips - files in TEXMF/dvips/VENDOR - -2003-07-05 Sat 20:54:11 +0000 kohler -Commit 9502b6657f0f7075c069818858a9abdebe2ca781 - - * otftotfm/: dvipsencoding.cc, dvipsencoding.hh, gsubencoding.cc, - gsubencoding.hh, otftotfm.cc: remove O(n^2) algorithms, and sort - ligatures by a preference score, so we include only the "best" ones - when there isnt encoding space for all - -2003-07-04 Fri 21:28:05 +0000 kohler -Commit c380ee5e52b790971d10ab97454662985b1bb480 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, - otftotfm/dvipsencoding.cc, otftotfm/dvipsencoding.hh, - otftotfm/otftotfm.1, otftotfm/otftotfm.cc: add --ligkern option, - and --automatic removes old .vf files - -2003-07-04 Fri 20:24:42 +0000 kohler -Commit 177125c0f1591d414298ff01dfb4d9c83095cd39 - - * cfftot1/cfftot1.1: make things clear - -2003-07-04 Fri 07:01:01 +0000 kohler -Commit 49252a170ae9231640e435d0211670e2af9fb423 - - * otftotfm/otftotfm.1: nit - -2003-07-04 Fri 06:59:19 +0000 kohler -Commit d43ce0a064fcf594e5f6fe88ba629ab1012f9189 - - * otftotfm/otftotfm.1: man page additions - -2003-07-04 Fri 06:47:56 +0000 kohler -Commit f8a112e93e8b773aa460c2fe8afe0b53f2d8674c - - * NEWS, README, cfftot1/cfftot1.1, configure.in, - otftotfm/otftotfm.1: version update - -2003-07-04 Fri 06:47:26 +0000 kohler -Commit 561878027ee98cea35781438a0b222109db10ea0 - - * otftotfm/otftotfm.cc: clear out vectors of Substitutions and - Positionings to avoid re-application - -2003-07-03 Thu 21:31:36 +0000 kohler -Commit 833f046e413998775539b30841c917c71516dc22 - - * otftotfm/: Makefile.am, gsubencoding.cc, gsubencoding.hh, - otftotfm.cc: work towards ExPonto -fcalt - -2003-07-02 Wed 23:25:30 +0000 kohler -Commit cbe4cffa5da53d84bf2b7cabe6e79a7bebd868e7 - - * otftotfm/gsubencoding.cc: remove useless static function - -2003-07-02 Wed 23:21:17 +0000 kohler -Commit 3fa196ab79378b0207c0b5bbd6cd59600aecd2ba - - * NEWS, README, cfftot1/cfftot1.1, configure.in, - otftotfm/otftotfm.1: versionize - -2003-07-02 Wed 23:14:15 +0000 kohler -Commit 1941c42223051a6977cf3374a2b195f7e5ad4c3d - - * otftotfm/: otftotfm.1, otftotfm.cc: remove virtual font from - psfonts.map, and add --letterspacing option - -2003-07-02 Wed 23:13:53 +0000 kohler -Commit 9f0cc374efd4d7c61d6cab1fedb6d1c90ad1e450 - - * otftotfm/: gsubencoding.cc, gsubencoding.hh: chained positionings - support letterspacing - -2003-07-02 Wed 23:13:21 +0000 kohler -Commit bc994588a422c9d089f59bd2fbd5e7f9fda0b425 - - * otftotfm/automatic.cc: support removing a font from the - psfonts.map (useful for virtual fonts) - -2003-06-30 Mon 00:48:14 +0000 kohler -Commit 03969d0e7c256da1e6e6d90aff6b64179016caed - - * NEWS, configure.in, otftotfm/automatic.cc, - otftotfm/dvipsencoding.cc, otftotfm/dvipsencoding.hh, - otftotfm/gsubencoding.cc, otftotfm/gsubencoding.hh, - otftotfm/otftotfm.cc: hypothetically support left context - -2003-06-27 Fri 16:54:54 +0000 kohler -Commit 38c64214fb13b87e18d42f3f10c3735d81b012e5 - - * Makefile.am, NEWS, README, cfftot1/cfftot1.1, configure.in, - otftotfm/otftotfm.1: versionize - -2003-06-27 Fri 16:38:38 +0000 kohler -Commit 4f51f561a3c2afcec039969a74672bb9b17100d0 - - * otftotfm/automatic.cc: error buglets reported by Bruce DArcus: - dont search for a writable texdir more than once; vendor is never - null string; error messages are a bit more verbose - -2003-06-26 Thu 21:53:08 +0000 kohler -Commit dad1363edd085e9361b280144ca10522a1d7ac72 - - * otftotfm/otftotfm.1: more manual nits - -2003-06-26 Thu 21:51:18 +0000 kohler -Commit e13e6f872a3206d12e47bdb34ca59a398cc71b13 - - * otftotfm/otftotfm.1: more manual nits - -2003-06-26 Thu 21:39:02 +0000 kohler -Commit 6116aa916e2a49d90d8ff647a1f02a1d638906e4 - - * 7t.enc, Makefile.am, otftotfm/dvipsencoding.cc, - otftotfm/gsubencoding.cc, otftotfm/otftotfm.1: diagnostics work - -2003-06-26 Thu 19:56:23 +0000 kohler -Commit 8d1aeb48ec6a4700aa388ca30df30cdacc10b812 - - * otftotfm/otftotfm.1: nit - -2003-06-26 Thu 19:54:15 +0000 kohler -Commit f7342186f529a1c7575e9c41acf06b1fc5c96694 - - * otftotfm/otftotfm.1: more links in feature section - -2003-06-26 Thu 19:50:49 +0000 kohler -Commit d5cad9e3d82627ce753dab58cb824debb669186d - - * otftotfm/otftotfm.1: spello - -2003-06-26 Thu 19:47:00 +0000 kohler -Commit 554dd034831b0245f1fbed62784ae40565ff65e0 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, - otftotfm/otftotfm.1: to release 0.11 - -2003-06-26 Thu 19:30:06 +0000 kohler -Commit 0b0925f1ade5598ad455fb34473776f6ee4b0357 - - * otftotfm/: gsubencoding.cc, gsubencoding.hh, otftotfm.1, - otftotfm.cc: support -ffina - -2003-06-26 Thu 19:14:14 +0000 kohler -Commit 2006f820a852ed39466957215385447d547349b9 - - * otftotfm/: automatic.cc, dvipsencoding.cc, gsubencoding.cc, - gsubencoding.hh, otftotfm.1, otftotfm.cc: support right-context - single substitution (-fcswh) - -2003-06-26 Thu 08:20:37 +0000 kohler -Commit c08028e8d4932517346e198ab742f0ee8f79bee2 - - * NEWS, README, cfftot1/cfftot1.1, configure.in: note buglet: - update -ls-R for encodings - -2003-06-26 Thu 08:20:16 +0000 kohler -Commit 5c977b10469f3934192a8f599a786cae8d1a1a13 - - * otftotfm/: otftotfm.1, otftotfm.cc: update manual, and update - ls-R for new encodings - -2003-06-25 Wed 23:56:30 +0000 kohler -Commit 8e320832b31dea460c3e6851aae11144fb1d80c9 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, - otftotfm/otftotfm.1: prepare for 0.9 distribution - -2003-06-25 Wed 06:01:35 +0000 kohler -Commit 4c2139959daffb8892332fbb9cec8dac3911442b - - * otftotfm/: automatic.cc, otftotfm.cc, util.cc, util.hh: always - remove directory components from names in the mapfile; requested by - Norbert - -2003-06-24 Tue 22:28:48 +0000 kohler -Commit 420b558079600f35932d654fbfbec112358accd2 - - * COPYING, README, cfftot1/cfftot1.cc, cfftot1/maket1font.cc, - otftotfm/automatic.cc, otftotfm/dvipsencoding.cc, - otftotfm/gsubencoding.cc, otftotfm/kpseinterface.c, - otftotfm/otftotfm.cc, otftotfm/util.cc, t1lint/cscheck.cc, - t1lint/t1lint.cc, t1testpage/t1testpage.cc: add explicit GPL to - files - -2003-06-24 Tue 21:00:46 +0000 kohler -Commit af3206425830483a8e7ac1eb0ed084a02e6bf321 - - * otftotfm/otftotfm.cc: nit - -2003-06-24 Tue 19:30:43 +0000 kohler -Commit 5a770d3650609be80cd95432d37d89d0d6c33a6a - - * configure.in, otftotfm/Makefile.am: fix configury problems - reported by Norbert Preining and Bruce D'Arcus - -2003-06-24 Tue 19:30:13 +0000 kohler -Commit 72372f1ab6c40a4c94eec9f1ae28b551d3c16bda - - * otftotfm/kpseinterface.c: #include to get - necessary symbols - -2003-06-24 Tue 02:44:29 +0000 kohler -Commit b00ae74b577a800af5459d10d90a3381a18df1e4 - - * otftotfm/: automatic.cc, otftotfm.cc: more error messages - (missing encoding is a fatal error; warn on no writable $TEXMF), - and do not create ls-R - -2003-06-24 Tue 01:41:37 +0000 kohler -Commit 0f96933653a0c2d1d3294d2419f4ce0ccf13c20b - - * otftotfm/otftotfm.1: whoops, manpagelet - -2003-06-24 Tue 01:35:10 +0000 kohler -Commit 119f0b291a580df9372d30b3765b9891c61deef8 - - * NEWS, README, cfftot1/cfftot1.1, configure.in, - otftotfm/otftotfm.1: update version to 0.8 - -2003-06-24 Tue 01:13:49 +0000 kohler -Commit d00d394b775db087bee50b472cccaa8cb97ad419 - - * NEWS, otftotfm/otftotfm.1: more manual nits - -2003-06-24 Tue 00:47:54 +0000 kohler -Commit dce89c7d5c5e6174abf2a9f22015282b3ac1817b - - * otftotfm/: automatic.cc, automatic.hh, otftotfm.1, otftotfm.cc: - manual fixes - -2003-06-23 Mon 21:15:37 +0000 kohler -Commit 11ab61c94f95363ebcc64cd508da17a3ad1e2025 - - * otftopl/.cvsignore: remove - -2003-06-23 Mon 21:15:09 +0000 kohler -Commit 12fd6bc61d6aa22da40353385af734973070ae13 - - * Makefile.am, configure.in, otftopl/Makefile.am, - otftopl/automatic.cc, otftopl/automatic.hh, - otftopl/dvipsencoding.cc, otftopl/dvipsencoding.hh, - otftopl/gsubencoding.cc, otftopl/gsubencoding.hh, - otftopl/kpseinterface.c, otftopl/kpseinterface.h, otftopl/md5.c, - otftopl/md5.h, otftopl/otftopl.1, otftopl/otftopl.cc, - otftopl/util.cc, otftopl/util.hh, otftotfm/Makefile.am: remove old - directory - -2003-06-23 Mon 09:20:29 +0000 kohler -Commit 571dc455227f2dca5ad0aa61db136d568456fab5 - - * configure.in, otftopl/Makefile.am, otftopl/automatic.cc, - otftopl/automatic.hh, otftopl/kpseinterface.c, - otftopl/kpseinterface.h, otftopl/otftopl.cc, otftopl/util.cc, - otftopl/util.hh, otftotfm/Makefile.am, otftotfm/automatic.cc, - otftotfm/automatic.hh, otftotfm/kpseinterface.c, - otftotfm/kpseinterface.h, otftotfm/otftotfm.cc, otftotfm/util.cc, - otftotfm/util.hh: use C kpathsearch interface, for speed; add - --no-create and --verbose options; some nits in how -a files are - named - -2003-06-21 Sat 02:51:44 +0000 kohler -Commit f8b978c2502acd3b2884b64d10223d64fa811f23 - - * otftopl/automatic.cc, otftopl/gsubencoding.cc, - otftopl/gsubencoding.hh, otftotfm/automatic.cc, - otftotfm/gsubencoding.cc, otftotfm/gsubencoding.hh: default vendor - is "lcdftools", not "otftotfm"; make everything faster (profiling - identified GsubEncoding::encoding() as a bottleneck) - -2003-06-20 Fri 22:40:13 +0000 kohler -Commit 4bcbadb2219f14ffe4127ccd0df4273ef9f83b72 - - * otftopl/automatic.cc, otftopl/automatic.hh, otftopl/otftopl.cc, - otftopl/util.cc, otftopl/util.hh, otftotfm/automatic.cc, - otftotfm/automatic.hh, otftotfm/otftotfm.cc, otftotfm/util.cc, - otftotfm/util.hh: add support for --vendor, and search for - encodings with kpathsea - -2003-06-20 Fri 06:25:53 +0000 kohler -Commit 11584b635761b418a231a5d6b31c33ce424a608f - - * acconfig.h, configure.in, otftopl/.cvsignore, - otftopl/Makefile.am, otftopl/automatic.cc, otftopl/automatic.hh, - otftopl/otftopl.1, otftopl/otftopl.cc, otftopl/util.cc, - otftopl/util.hh, otftotfm/.cvsignore, otftotfm/Makefile.am, - otftotfm/automatic.cc, otftotfm/automatic.hh, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, otftotfm/util.cc, otftotfm/util.hh: otftopl - --automatic works with web2c - -2003-06-19 Thu 03:10:31 +0000 kohler -Commit 315712827c98ea03f97297d5b445fd67ce163026 - - * otftopl/dvipsencoding.cc, otftopl/dvipsencoding.hh, - otftopl/gsubencoding.cc, otftopl/gsubencoding.hh, - otftopl/otftopl.cc, otftotfm/dvipsencoding.cc, - otftotfm/dvipsencoding.hh, otftotfm/gsubencoding.cc, - otftotfm/gsubencoding.hh, otftotfm/otftotfm.cc: otftopl: moving - towards new, more automatic story, and support -f cpsp-like glyph - positionings - -2003-06-17 Tue 04:15:59 +0000 kohler -Commit a78e4e815e51e17192d89687c11e061cfc53b413 - - * otftopl/gsubencoding.cc, otftopl/gsubencoding.hh, - otftopl/otftopl.cc, otftotfm/gsubencoding.cc, - otftotfm/gsubencoding.hh, otftotfm/otftotfm.cc: warn when a feature - cannot be represented - -2003-06-13 Fri 23:10:08 +0000 kohler -Commit d317efb306b8c268ae841e3a863bc829ddb1bc8b - - * Makefile.am, cfftot1/cfftot1.1, otftopl/otftopl.1, - otftotfm/otftotfm.1: fix make versionize - -2003-06-13 Fri 23:09:04 +0000 kohler -Commit b926cd3449914fa8c669aaf3eb0cd18338b8b91b - - * NEWS, README, configure.in: to version 0.7 - -2003-06-13 Fri 23:08:57 +0000 kohler -Commit 0a8078202f86c236dff90770437bc9c6f3819af0 - - * cfftot1/maket1font.cc: fix crash on MinionPro-It: remember that a - glyph can call a subroutine multiple times - -2003-06-13 Fri 23:08:39 +0000 kohler -Commit cf79044337fdb47b759b9e664d170da7fa0a521e - - * otftopl/gsubencoding.cc, otftopl/gsubencoding.hh, - otftopl/otftopl.cc, otftotfm/gsubencoding.cc, - otftotfm/gsubencoding.hh, otftotfm/otftotfm.cc: include better - error messages when shrinking an encoding (was in 0.6, but not - checked in) - -2003-06-12 Thu 17:18:41 +0000 kohler -Commit 6662209e77e2a0e7fb17727a5a71fa511d7e6c66 - - * NEWS, README, configure.in, otftopl/dvipsencoding.cc, - otftopl/dvipsencoding.hh, otftotfm/dvipsencoding.cc, - otftotfm/dvipsencoding.hh: better warnings in dvipsencoding - -2003-06-12 Thu 05:24:57 +0000 kohler -Commit e527cff885bd31901f69361016f1e33587dbbc54 - - * otftopl/dvipsencoding.cc, otftotfm/dvipsencoding.cc: exit from - DvipsEncoding::parse() if you can't read the file - -2003-06-12 Thu 05:24:23 +0000 kohler -Commit 7e00a6be3e9eadb9e7f7bd4a2318b86a7d0e740f - - * t1lint/t1lint.cc: process stdin if no filename supplied - -2003-06-12 Thu 05:24:01 +0000 kohler -Commit 11149aeb799081ec25d870aca4358f4ee358e3fe - - * otftopl/otftopl.1, otftopl/otftopl.cc, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc: replace --print-scripts with --query-scripts, - add --qs and --qf, and use new GsubLookup::unparse_automatics() - interface - -2003-06-12 Thu 05:23:10 +0000 kohler -Commit 77301fe293a059563c84fa3013f4c5b72ce32b01 - - * cfftot1/maket1font.cc: remove "good flex" noise, and make "bad - flex" more informative; report errors to an ErrorHandler; fix bad - definitions for Subrs 1 and 2 - -2003-06-12 Thu 05:23:10 +0000 kohler -Commit 526f22ee6b9772ef11e86d63248362d0c596e401 - - * cfftot1/: cfftot1.cc, maket1font.hh: remove "good flex" noise, - and make "bad flex" more informative; report errors to an - ErrorHandler - -2003-06-06 Fri 02:22:23 +0000 kohler -Commit ad8d493a28f25385d44127befc539fc7294e5815 - - * mmafm/main.cc, mmpfb/main.cc: support -v as a synonym for - --version - -2003-06-06 Fri 02:19:47 +0000 kohler -Commit 5336c28e5f6cb6db34b553e7e5379439b97a7483 - - * NEWS, README, cfftot1/Makefile.am, cfftot1/cfftot1.1, - cfftot1/cfftot1.cc, cfftot1/templatei.cc, configure.in, - otftopl/Makefile.am, otftopl/otftopl.1, otftopl/otftopl.cc, - otftopl/templatei.cc, otftotfm/Makefile.am, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc, otftotfm/templatei.cc, t1lint/Makefile.am, - t1lint/templatei.cc, t1testpage/Makefile.am, - t1testpage/templatei.cc: template reorganization for gcc-3.3 - -2003-06-06 Fri 02:14:35 +0000 kohler -Commit 7d7b9086c1fb287d54b00f6928713f9d727822a9 - - * mmafm/Makefile.am, mmafm/mmafm.1, mmafm/templatei.cc, - mmpfb/Makefile.am, mmpfb/mmpfb.1, mmpfb/myfont.cc, - mmpfb/templatei.cc: more template nonsense - -2003-06-04 Wed 01:48:56 +0000 kohler -Commit 00e7439e96e30b49c3692a3cf94ed2344a00c7f9 - - * otftopl/otftopl.cc, otftotfm/otftotfm.cc: oops: calculate shear - correctly - -2003-06-04 Wed 01:41:48 +0000 kohler -Commit c7258380427dbb33cdfb30d7faa2cc748e9f6190 - - * NEWS, README, configure.in, otftopl/otftopl.1, - otftopl/otftopl.cc, otftotfm/otftotfm.1, otftotfm/otftotfm.cc: to - 0.4: add --extend and --slant - -2003-06-04 Wed 00:22:12 +0000 kohler -Commit f7540c6415a91f4968548a43122c6658d14a0930 - - * otftopl/otftopl.cc, otftotfm/otftotfm.cc: shift the command line - to after the encoding to attempt to please ps2pk (it failed, ps2pk - is so lame, but it was a start) - -2003-06-03 Tue 23:45:28 +0000 kohler -Commit 6a5f1a0b5ae61c7bcd0191d2a900ad4e18cf596a - - * otftopl/otftopl.cc, otftotfm/otftotfm.cc: change AutoEnc_digest - to AutoEnc-digest to satisfy ps2pk - -2003-06-03 Tue 20:01:19 +0000 kohler -Commit 70f4834c314c0037996307241b025ce9f6b02b83 - - * Makefile.am, NEWS, README, cfftot1/cfftot1.1, configure.in, - otftopl/otftopl.1, otftotfm/otftotfm.1: new version - -2003-06-03 Tue 20:01:05 +0000 kohler -Commit 4d2c2431b26629c79d41601106567809ac989392 - - * t1testpage/t1testpage.cc: nit - -2003-06-03 Tue 20:00:56 +0000 kohler -Commit 52119f082a259e09665aa0d43b969fe9200f5a12 - - * cfftot1/maket1font.cc: don't include FontInfo dict if theres no - FontInfo, and account for the extra elements of the Private dict - with add_dict_size() - -2003-06-03 Tue 19:56:31 +0000 kohler -Commit a266b3ca0bb102eddd791e6a42becd4a5a15cd96 - - * mmpfb/: main.cc, myfont.cc, t1rewrit.cc: quit early on invalid - font, and adapt to libefont changes - -2003-06-03 Tue 19:56:03 +0000 kohler -Commit 1ba38aaf8e67aa524cfdc620d4ea097c6f5a025f - - * mmafm/mmafm.1, mmpfb/mmpfb.1: use .M for manpage links - -2003-06-03 Tue 16:16:18 +0000 kohler -Commit e6e0b60993091d82ec99304d2016e2a3ab42f50b - - * NEWS, cfftot1/cfftot1.1, configure.in, otftopl/otftopl.1, - otftotfm/otftotfm.1: update to version 0.2: fix Vladimir Volovich's - bugs - -2003-06-03 Tue 16:16:18 +0000 kohler -Commit 109c912cf633251008496704d536d20790230039 - - * cfftot1/cfftot1.cc: MS/DOS _setmode() to binary when appropriate; - and bag when the CFF contains errors (VVV) - -2003-06-03 Tue 16:16:18 +0000 kohler -Commit d559c7cb131933279e3358e9af40372c8cf1b1d1 - - * otftopl/util.cc, otftotfm/util.cc: MS/DOS _setmode() to binary - when appropriate - -2003-06-03 Tue 15:15:46 +0000 kohler -Commit b6e873c06cfbb476fa983d5ec4170b2f217cb5d8 - - * configure.in: ntoh[sl] configury - -2003-06-03 Tue 05:22:33 +0000 kohler -Commit 1f72c5bf21fbbfc09168d7813822b66ba4bfc24f - - * otftopl/dvipsencoding.cc, otftopl/dvipsencoding.hh, - otftopl/gsubencoding.cc, otftopl/gsubencoding.hh, - otftopl/otftopl.1, otftopl/otftopl.cc, otftotfm/dvipsencoding.cc, - otftotfm/dvipsencoding.hh, otftotfm/gsubencoding.cc, - otftotfm/gsubencoding.hh, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc: support {L} {K} {LK} {KL} LIGKERN commands; - document them; and don't output duplicate kerns - -2003-06-03 Tue 04:22:15 +0000 kohler -Commit dda9921ebd1869bfa8625ceb19d96bda77061491 - - * README, cfftot1/Makefile.am, cfftot1/cfftot1.1, - otftopl/Makefile.am, otftopl/otftopl.1, otftotfm/Makefile.am, - otftotfm/otftotfm.1: include manual pages in distribution; manual - pages contain links as .M; fix README - -2003-06-03 Tue 01:00:04 +0000 kohler -Commit 516d2a2774b474e533e69f1147aff1e7aa822ba7 - - * cfftot1/Makefile.am: duh - -2003-06-03 Tue 00:53:14 +0000 kohler -Commit 7a845fae7e9851a3199ef0f128fbfc0727843572 - - * Makefile.am, cfftot1/cfftot1.1, configure.in, - otftopl/dvipsencoding.cc, otftopl/otftopl.1, otftopl/otftopl.cc, - otftotfm/dvipsencoding.cc, otftotfm/otftotfm.1, - otftotfm/otftotfm.cc: nits and behavior changesw - -2003-06-01 Sun 18:45:00 +0000 kohler -Commit 9720fb965f383afd0dabc8899c2c26eec7b9a38d - - * cfftot1/Makefile.am, configure.in, otftopl/Makefile.am, - otftopl/otftopl.1, otftopl/otftopl.cc, otftopl/util.hh, - otftotfm/Makefile.am, otftotfm/otftotfm.1, otftotfm/otftotfm.cc, - otftotfm/util.hh: add --tfm option - -2003-06-01 Sun 16:20:50 +0000 kohler -Commit b2accf3c9951da52ff61a0a57fda69f9b48fddba - - * mmpfb/main.cc: adapt to ErrorHandler changes - -2003-06-01 Sun 16:18:28 +0000 kohler -Commit 422f62a30b971ace95d652eeb34a9bece156d1bf - - * mmafm/main.cc, mmpfb/main.cc: adapt to ErrorHandler changes - -2003-06-01 Sun 06:29:43 +0000 kohler -Commit 66ae2fb97b4b8248e5e357086e8f0e716231eec2 - - * Makefile.am, NEWS, cfftot1/Makefile.am, cfftot1/cfftot1.1, - cfftot1/cfftot1.cc, otftopl/Makefile.am, otftopl/otftopl.1, - otftotfm/Makefile.am, otftotfm/otftotfm.1, t1lint/Makefile.am: - manual pages - -2003-06-01 Sun 00:35:28 +0000 kohler -Commit 105dcc2da62b16f3b82d3602c182fc2c8cf7c8c5 - - * otftopl/otftopl.cc, otftotfm/otftotfm.cc: support - --print-features, --print-scripts, etc - -2003-06-01 Sun 00:29:08 +0000 kohler -Commit 56308ec88197af8b9a71724ed0e8b63902be1aed - - * cfftot1/cfftot1.cc, configure.in, otftopl/otftopl.cc, - otftopl/util.cc, otftotfm/otftotfm.cc, otftotfm/util.cc, - t1lint/t1lint.cc, t1testpage/t1testpage.cc: support - --print-features, --print-scripts, etc - -2003-05-31 Sat 00:24:33 +0000 kohler -Commit 751b0fc7cd4d1c852cbe390a838d1ba35d93e1ed - - * Makefile.am, cfftot1/maket1font.cc, configure.in, - otftopl/.cvsignore, otftopl/Makefile.am, otftopl/otftopl.cc, - otftotfm/.cvsignore, otftotfm/Makefile.am, otftotfm/otftotfm.cc: - rename to otftopl; cfftot1 adapts to Type1Interp changes - -2003-05-30 Fri 23:22:18 +0000 kohler -Commit 42e8788904d0c681548a8c370b9d04e128dda733 - - * cfftot1/cfftot1.cc, t1lint/t1lint.cc, t1testpage/t1testpage.cc: - ErrorHandler adaptation continued - -2003-05-30 Fri 23:21:48 +0000 kohler -Commit 6cb8b6d38ca3a75b4b6f9140fd855002cec6a7cf - - * otftopl/Makefile.am, otftopl/dvipsencoding.cc, - otftopl/dvipsencoding.hh, otftopl/gsubencoding.cc, - otftopl/gsubencoding.hh, otftopl/md5.c, otftopl/md5.h, - otftopl/otftopl.cc, otftotfm/Makefile.am, - otftotfm/dvipsencoding.cc, otftotfm/dvipsencoding.hh, - otftotfm/gsubencoding.cc, otftotfm/gsubencoding.hh, otftotfm/md5.c, - otftotfm/md5.h, otftotfm/otftotfm.cc: creeping toward usability - -2003-05-30 Fri 06:24:53 +0000 kohler -Commit 41d7d98f84f3e4ca3468ad0fc19de199dcdbdde9 - - * cfftot1/cfftot1.cc, otftopl/dvipsencoding.cc, - otftopl/dvipsencoding.hh, otftopl/gsubencoding.cc, - otftopl/gsubencoding.hh, otftopl/otftopl.cc, otftopl/util.cc, - otftotfm/dvipsencoding.cc, otftotfm/dvipsencoding.hh, - otftotfm/gsubencoding.cc, otftotfm/gsubencoding.hh, - otftotfm/otftotfm.cc, otftotfm/util.cc, t1lint/t1lint.cc, - t1testpage/t1testpage.cc: adapt to ErrorHandler changes, and apply - LIGKERN statements to the output - -2003-05-29 Thu 22:23:55 +0000 kohler -Commit 88398a984891146ce869b52a60ee02740893efaf - - * cfftot1/cfftot1.cc, cfftot1/maket1font.cc, cfftot1/maket1font.hh, - otftopl/dvipsencoding.cc, otftopl/dvipsencoding.hh, - otftopl/gsubencoding.cc, otftopl/gsubencoding.hh, - otftopl/otftopl.cc, otftotfm/dvipsencoding.cc, - otftotfm/dvipsencoding.hh, otftotfm/gsubencoding.cc, - otftotfm/gsubencoding.hh, otftotfm/otftotfm.cc: adapt, and move - towards a correct otftoafm - -2003-05-29 Thu 06:03:43 +0000 kohler -Commit 43b311012aac653bcc290c942a6b667488f02dd0 - - * libefont/Makefile.am, otftopl/gsubencoding.cc, - otftopl/gsubencoding.hh, otftopl/otftopl.cc, - otftotfm/gsubencoding.cc, otftotfm/gsubencoding.hh, - otftotfm/otftotfm.cc: parse GPOS - -2003-05-28 Wed 06:28:58 +0000 kohler -Commit 48e197c7cb3ef5985fa41c8992e6a5feb31f8396 - - * Makefile.am, acconfig.h, configure.in, glyphlist.txt, - otftopl/Makefile.am, otftopl/dvipsencoding.cc, - otftopl/dvipsencoding.hh, otftopl/gsubencoding.cc, - otftopl/gsubencoding.hh, otftopl/otftopl.cc, otftopl/util.cc, - otftopl/util.hh, otftotfm/Makefile.am, otftotfm/dvipsencoding.cc, - otftotfm/dvipsencoding.hh, otftotfm/gsubencoding.cc, - otftotfm/gsubencoding.hh, otftotfm/otftotfm.cc, otftotfm/util.cc, - otftotfm/util.hh: generate simple VPLs - -2003-05-26 Mon 01:09:06 +0000 kohler -Commit ace747169788cfdba5a505403d9b80a61fe8f7ae - - * otftopl/Makefile.am, otftopl/dvipsencoding.cc, - otftopl/dvipsencoding.hh, otftopl/templatei.cc, - otftotfm/Makefile.am, otftotfm/dvipsencoding.cc, - otftotfm/dvipsencoding.hh, otftotfm/templatei.cc: moving towards - DVIPS encoding parsing - -2003-05-25 Sun 09:18:05 +0000 kohler -Commit 72a3c17c0c5ee13b4e5d3ee25b98f7575f0c815e - - * cfftot1/cfftot1.cc, libefont/Makefile.am, otftopl/Makefile.am, - otftopl/gsubencoding.cc, otftopl/gsubencoding.hh, - otftopl/otftopl.cc, otftopl/templatei.cc, otftotfm/Makefile.am, - otftotfm/gsubencoding.cc, otftotfm/gsubencoding.hh, - otftotfm/otftotfm.cc, otftotfm/templatei.cc: first version with - GSUB support - -2003-05-23 Fri 19:52:38 +0000 kohler -Commit e9d9015646f9ddc73e7ffd9e62b4431158db66a0 - - * libefont/Makefile.am: otfdescrip - -2003-05-23 Fri 02:06:20 +0000 kohler -Commit acdbcfaab5ad3a05b97e1aa0876c3977597cec9f - - * libefont/Makefile.am, otftopl/otftopl.cc, otftotfm/otftotfm.cc: - use new GSUB format - -2003-02-11 Tue 00:34:38 +0000 kohler -Commit dc313dddd7bffeed10d1e1e48dd5d732a267bc8a - - * mmafm/mmafm.1, mmpfb/mmpfb.1: mminstance.spec, not rpm.spec; and - check that "make versionize" has been done - -2003-01-27 Mon 18:45:20 +0000 kohler -Commit b15fb5815d6289c2a97f0cdf18551d69e9a9b48d - - * acconfig.h, cfftot1/maket1font.cc, t1lint/cscheck.cc: nit - -2003-01-05 Sun 22:36:08 +0000 kohler -Commit d476a8cabcf61a16e829d369240eef85a58343ee - - * mmpfb/main.cc: add --help entry for --minimize - -2003-01-05 Sun 22:25:15 +0000 kohler -Commit 8af66abc90ea39949d8f43fd0e98c78157a333db - - * mmafm/main.cc, mmafm/mmafm.1, mmpfb/mmpfb.1: nitlets - -2003-01-05 Sun 22:24:34 +0000 kohler -Commit 0b76803a3d2e4e7fcb51a6054a3906cbdb85f66c - - * mmafm/templatei.cc: remove useless instantiation - -2003-01-05 Sun 22:24:18 +0000 kohler -Commit 5dc01f4936c7e32b659f32420e36b7a95fc19c32 - - * mmpfb/: t1rewrit.cc, t1rewrit.hh: add subroutine renumbering - -2003-01-05 Sun 22:23:44 +0000 kohler -Commit d6e67cf387ecdd4ca726fa52b2e7beaf57634ad6 - - * mmpfb/: myfont.cc, myfont.hh: interpolate FullName as well as - FontName; uncache FontName definition after interpolation - -2003-01-05 Sun 22:23:16 +0000 kohler -Commit 77666ed824df7f7372539d1454ad9d309e40ef12 - - * mmpfb/: Makefile.am, main.cc, t1minimize.cc, t1minimize.hh: add - --minimize option; also, fill in Subrs array - -2003-01-05 Sun 17:30:21 +0000 kohler -Commit 728da4bb93746df7c1d93975809db69b7311668f - - * mmafm/Makefile.am, mmafm/hashmapi.cc, mmafm/mmafm.1, - mmafm/templatei.cc, mmafm/vectori.cc, mmpfb/Makefile.am, - mmpfb/hashmapi.cc, mmpfb/mmpfb.1, mmpfb/templatei.cc, - mmpfb/vectori.cc: mminstance compiles again - -2003-01-02 Thu 20:12:56 +0000 kohler -Commit f1aa2c7fb74b54bdc12e5818e31638ffa89d3bc0 - - * cfftot1/cfftot1.cc, libefont/Makefile.am, otftopl/otftopl.cc, - otftopl/templatei.cc, otftotfm/otftotfm.cc, otftotfm/templatei.cc: - adapt to changes - -2002-12-31 Tue 23:20:57 +0000 kohler -Commit 3ed98f59cefe7c43703802eb56fff2b82e2c389b - - * otftopl/otftopl.cc, otftotfm/otftotfm.cc: nitlet - -2002-12-31 Tue 21:48:48 +0000 kohler -Commit 12c038b8cd59b2972814909e3bbb92ae6ceeab08 - - * Makefile.am, cfftot1/cfftot1.cc, configure.in, - libefont/Makefile.am, liblcdf/Makefile.am, otftopl/.cvsignore, - otftopl/Makefile.am, otftopl/otftopl.cc, otftopl/templatei.cc, - otftotfm/.cvsignore, otftotfm/Makefile.am, otftotfm/otftotfm.cc, - otftotfm/templatei.cc: updates, and add otftoafm - -2002-12-30 Mon 23:38:41 +0000 kohler -Commit 283455867a4e005f5ebffe5b14ab11e4e4aa2ebc - - * cfftot1/Makefile.am, cfftot1/maket1font.cc, cfftot1/point.cc, - cfftot1/point.hh, cfftot1/transform.cc, cfftot1/transform.hh, - liblcdf/Makefile.am, t1lint/Makefile.am, t1lint/cscheck.cc, - t1lint/cscheck.hh, t1lint/point.cc, t1lint/point.hh: Point moved to - liblcdf - -2002-12-30 Mon 21:36:30 +0000 kohler -Commit e987b6f3c924ded46cdeaf267403ac89edc6686e - - * .cvsignore: nitlet - -2002-12-30 Mon 21:33:23 +0000 kohler -Commit 9d32e8c0bd6b99289ca68150d6f347d36ba934b8 - - * .cvsignore, Makefile.am, cfftot1/Makefile.am, cfftot1/cfftot1.cc, - cfftot1/maket1font.cc, cfftot1/maket1font.hh, cfftot1/templatei.cc, - configure.in, edlib/.cvsignore, edlib/Makefile.am, - libefont/Makefile.am, liblcdf/.cvsignore, liblcdf/Makefile.am, - t1lint/Makefile.am, t1lint/cscheck.cc, t1lint/cscheck.hh, - t1lint/t1lint.cc, t1lint/templatei.cc, t1testpage/Makefile.am, - t1testpage/t1testpage.cc, t1testpage/templatei.cc: adapt to new - source file organization - -2002-12-30 Mon 18:14:53 +0000 kohler -Commit 8def2fe6234a1d63649e8e2e4f9c638088f11d89 - - * mmafm/Makefile.am, mmpfb/Makefile.am: further adaptation - -2002-12-30 Mon 18:06:17 +0000 kohler -Commit 816ec0f3b489befa2bed0e85baa5a8ace88c167d - - * mmafm/Makefile.am, mmafm/hashmapi.cc, mmafm/main.cc, - mmafm/vectori.cc, mmpfb/Makefile.am, mmpfb/hashmapi.cc, - mmpfb/main.cc, mmpfb/myfont.cc, mmpfb/t1rewrit.cc, - mmpfb/t1rewrit.hh, mmpfb/vectori.cc: adapt to libefont and liblcdf - rearrangement - -2002-12-30 Mon 06:16:07 +0000 kohler -Commit a55f9e25cf370df8b9459cadbc0ed0d956bb1803 - - * mmafm/Makefile.am, mmafm/main.cc, mmafm/vectori.cc, - mmpfb/Makefile.am, mmpfb/hashmapi.cc, mmpfb/main.cc, - mmpfb/myfont.cc, mmpfb/myfont.hh, mmpfb/t1rewrit.cc, - mmpfb/t1rewrit.hh: adapt to libefont reorganization - -2002-12-12 Thu 08:30:48 +0000 kohler -Commit 254562b21e0d24152cbc7f593fbad24616d49348 - - * cfftot1/: cfftot1.cc, maket1font.cc: cfftot1 produces Subrs - -2002-12-11 Wed 00:00:17 +0000 kohler -Commit bf478cf8d6e7e174dd7b189f92906f082108eecb - - * configure.in: configury fix - -2002-12-10 Tue 20:13:09 +0000 kohler -Commit 9d91a0a53a172be0b79091ed6cea4ab9b8a99588 - - * acconfig.h, configure.in: new configury for uintXX_t types et al - -2002-12-10 Tue 20:12:56 +0000 kohler -Commit 0d8e7222014a428bd096fddf6943dfe56b726234 - - * cfftot1/maket1font.cc: more updates - -2002-12-10 Tue 20:05:27 +0000 kohler -Commit 7fc3bbfa84d2a901f2da41e9ade2ccaad4fe1375 - - * t1lint/cscheck.cc: use CharstringInterp::error_string() - -2002-12-10 Tue 18:30:55 +0000 kohler -Commit 36e380f885fe48304ceef514b0b12a04174ba56d - - * cfftot1/: maket1font.cc, templatei.cc: moving towards subr - adaptation - -2002-12-09 Mon 20:22:18 +0000 kohler -Commit 756350e4e6732377e3fa219e8350e93ccde5e384 - - * configure.in: add -W as well as -Wall - -2002-12-09 Mon 20:22:07 +0000 kohler -Commit f9cfdbe23189919a03ceff8d7bd39ae50c3cf0c3 - - * cfftot1/maket1font.cc: add Flex and hint replacement support - -2002-12-08 Sun 08:24:32 +0000 kohler -Commit 384c9f131837265e70f26d30d8174d9ed84f7f55 - - * cfftot1/Makefile.am, cfftot1/cfftot1.cc, cfftot1/maket1font.cc, - cfftot1/maket1font.hh, cfftot1/point.cc, cfftot1/point.hh, - cfftot1/transform.cc, cfftot1/transform.hh, t1lib/.cvsignore, - t1lib/Makefile.am, t1lint/point.hh: first working version of - cfftot1! - -2002-12-08 Sun 08:22:52 +0000 kohler -Commit 9c053442feddbb47b8e54b8d45e8c14c69e9c41a - - * mmpfb/myfont.cc: adapt to libefont - -2002-12-07 Sat 08:27:21 +0000 kohler -Commit 1984eaac64d40159b0e2836e2b1349c4ba7a5c1a - - * Makefile.am, acconfig.h, cfftot1/.cvsignore, cfftot1/Makefile.am, - cfftot1/cfftot1.cc, cfftot1/templatei.cc, configure.in, - edlib/.cvsignore, edlib/Makefile.am, libefont/.cvsignore, - libefont/Makefile.am, t1lint/.cvsignore, t1lint/Makefile.am, - t1lint/cscheck.cc, t1lint/cscheck.hh, t1lint/hashmapi.cc, - t1lint/t1lint.cc, t1lint/templatei.cc, t1lint/vectori.cc, - t1testpage/.cvsignore, t1testpage/Makefile.am, - t1testpage/hashmapi.cc, t1testpage/t1testpage.cc, - t1testpage/templatei.cc, t1testpage/vectori.cc: name cleanup, - templatei not vectori - -2002-12-07 Sat 08:16:22 +0000 kohler -Commit b74e853e102c534cde9abb9c108158096ca0a6d1 - - * mmpfb/: t1rewrit.cc, t1rewrit.hh: more name changes - -2002-12-07 Sat 01:32:10 +0000 kohler -Commit fe83ab32aefe35f2cec7f1e5331181452c737c81 - - * mmafm/.cvsignore, mmafm/Makefile.am, mmpfb/.cvsignore, - mmpfb/Makefile.am: move to libefont instead of separate t1lib and - metricslib - -2002-12-05 Thu 06:56:31 +0000 kohler -Commit b65de23b262c4c80969fc1b44ee6a97d13143470 - - * mmafm/main.cc, mmpfb/main.cc, mmpfb/myfont.cc, mmpfb/myfont.hh, - mmpfb/t1rewrit.cc, mmpfb/t1rewrit.hh: fix bugs with regular Type 1 - charstrings; keep track of, and compensate for, rounding error in - mmpfb - -2002-12-04 Wed 23:03:57 +0000 kohler -Commit 6fae920675401ba80a01c674017d6568dadec1e3 - - * mmafm/vectori.cc, mmpfb/t1rewrit.cc, mmpfb/vectori.cc: CFF works! - -2002-12-04 Wed 18:00:13 +0000 kohler -Commit fda125bdc99727a79fd233c514ea76b4021d6b39 - - * mmafm/main.cc, mmpfb/main.cc, mmpfb/myfont.cc, mmpfb/myfont.hh, - mmpfb/t1rewrit.cc: more adaptations for Type 2 preparation, - renamings and indentation - -2002-12-03 Tue 23:22:42 +0000 kohler -Commit 867552c7667f1984ac75f05e200841608068190c - - * mmpfb/: myfont.cc, t1rewrit.cc: conform to edlib update - -2002-12-03 Tue 21:53:21 +0000 kohler -Commit f16c36c6a708ce1018b258bd7969f5e789ceecd5 - - * mmpfb/t1rewrit.hh: adapt to t1lib changes - -2002-12-03 Tue 21:50:37 +0000 kohler -Commit ca24330a0a57cd1893f378abbea19292b338d329 - - * mmafm/Makefile.am, mmpfb/Makefile.am, mmpfb/main.cc, - mmpfb/t1rewrit.cc: moving towards supporting Type 2 fonts - -2002-10-05 Sat 18:04:03 +0000 kohler -Commit f4cb4630f31947106939a3beaf4a5c0453c4aeb2 - - * mmafm/main.cc, mmpfb/main.cc, mmpfb/myfont.cc, mmpfb/myfont.hh, - mmpfb/t1rewrit.cc: use C++ names for C #includes - -2002-10-05 Sat 16:11:29 +0000 kohler -Commit a9081325b5147bdd8be18bfe981360cd7c6494a2 - - * mmafm/mmafm.1, mmpfb/mmpfb.1: to 1.18 - -2002-09-30 Mon 20:23:35 +0000 kohler -Commit 7c7873998ff55dc9ffefbab59bd849d180823876 - - * mmafm/mmafm.1, mmpfb/main.cc, mmpfb/mmpfb.1, mmpfb/myfont.cc: to - 1.17 - -2001-09-18 Tue 01:23:02 +0000 kohler -Commit 608c05012399e19e2aa58df5eb178f303f1974d8 - - * mmafm/mmafm.1, mmpfb/mmpfb.1: 1.16.3: mac os x - -2001-09-11 Tue 11:47:38 +0000 kohler -Commit 9e568871fd98747fe4d05d1d737af1e578b16ad0 - - * mmpfb/t1rewrit.cc: final math nitlet: want same result on - different platforms, despite use of floating point; this seems to - do the trick - -2001-09-11 Tue 11:45:42 +0000 kohler -Commit bb61c8d53388a75b48e8da19d49d8b0578083160 - - * mmpfb/t1rewrit.cc: more math crap - -2001-09-11 Tue 11:44:50 +0000 kohler -Commit 54236aa282fa7d9a2e076e8972e564da24991ea8 - - * mmpfb/t1rewrit.cc: more math crap - -2001-09-11 Tue 11:38:10 +0000 kohler -Commit f634d8775803418fb3d97c1fbba972a6ee813de0 - - * mmpfb/: t1rewrit.cc, t1rewrit.hh: more math crap - -2001-09-11 Tue 11:38:10 +0000 kohler -Commit 3bb51b001ae49740e6b60dcbf6f9e361a230d872 - - * mmpfb/t1rewrit.cc: more math crap - -2001-09-10 Mon 18:42:12 +0000 kohler -Commit 8e1e029cb1e3d361dae8685c5b60ae235cc8de68 - - * mmafm/main.cc: correct --help - -2001-09-06 Thu 18:30:03 +0000 kohler -Commit 8414e08ca02fef78adb82d16e1c6006444e84cd9 - - * mmafm/hashmapi.cc, mmafm/mmafm.1, mmafm/vectori.cc, - mmpfb/mmpfb.1, mmpfb/myfont.cc, mmpfb/t1rewrit.cc: compilation - fixes from Beebe - -2001-07-16 Mon 01:42:47 +0000 kohler -Commit 18d38874f84c0439c581e61453ebe7adf3b18772 - - * mmafm/main.cc, mmafm/mmafm.1, mmpfb/main.cc, mmpfb/mmpfb.1, - mmpfb/t1rewrit.cc: to mminstance 1.16.1: playing with inlines - -2001-06-18 Mon 21:07:00 +0000 kohler -Commit b30268740b5ba0a26b8b8619e2c4a03a5afbcad4 - - * mmafm/mmafm.1, mmpfb/mmpfb.1: to 1.16 - -2000-11-04 Sat 18:51:57 +0000 eddietwo -Commit dc0d7325fdf86a0a34e04bae6fb64aa24368956e - - * mmpfb/myfont.cc: changes to support gcc-2.96 - -2000-07-12 Wed 18:39:12 +0000 eddietwo -Commit 450d311107971a18950cf72daad17924c24505f7 - - * mmafm/mmafm.1, mmpfb/mmpfb.1, mmpfb/t1rewrit.cc: 1.15 - -2000-06-23 Fri 03:12:16 +0000 eddietwo -Commit 71bd547b944120221a48d2f5770a7f18d480db75 - - * mmpfb/: myfont.cc, myfont.hh: x - -2000-04-20 Thu 14:29:23 +0000 eddietwo -Commit bfd13d0954d5c1349d71fec9260eb51a35fb1cfb - - * Makefile.am, configure.in, t1lint/Makefile.am, t1lint/main.cc, - t1lint/t1lint.cc, t1testpage/.cvsignore, t1testpage/Makefile.am, - t1testpage/hashmapi.cc, t1testpage/t1testpage.cc, - t1testpage/vectori.cc: added t1testpage - -2000-04-20 Thu 14:27:39 +0000 eddietwo -Commit 67193bd19d35875e17b7d7006fd1b88af6ef5ff5 - - * mmafm/mmafm.1, mmpfb/mmpfb.1: versionize - -2000-04-20 Thu 14:26:31 +0000 eddietwo -Commit bc774ad1f64f8f4924760a446d867a96652a1167 - - * mmpfb/: main.cc, myfont.cc: to v1.13 (synthetic fonts) - -2000-04-06 Thu 21:50:36 +0000 eddietwo -Commit 3f472cd3844761baa2d420f133fca1a95e481526 - - * mmafm/Makefile.am, mmpfb/Makefile.am: CLEANFILES - -2000-04-05 Wed 15:45:41 +0000 eddietwo -Commit a211132b69650cb06c7053bae3ba9e1f38acc0a1 - - * mmafm/.cvsignore, mmafm/Makefile.am, mmafm/main.cc, - mmafm/mmafm.1, mmpfb/.cvsignore, mmpfb/Makefile.am, mmpfb/mmpfb.1, - mmpfb/myfont.cc, mmpfb/t1rewrit.cc, mmpfb/t1rewrit.hh: updates for - new straccum/edlib/metricslib; fixed mmpfb - -2000-04-05 Wed 15:40:55 +0000 eddietwo -Commit a29c3e1329b63d0bf8a08af660f311f5fdd498bc - - * Makefile.am, configure.in, edlib/.cvsignore, edlib/Makefile.am, - t1lib/.cvsignore, t1lib/Makefile.am, t1lint/.cvsignore, - t1lint/Makefile.am, t1lint/cscheck.cc, t1lint/cscheck.hh: better - error messages in t1lint - -2000-04-03 Mon 15:01:19 +0000 eddietwo -Commit e3f26ba82d79fa6ccc9a99997440efe2e086a518 - - * mmafm/main.cc, mmafm/mmafm.1, mmpfb/mmpfb.1: include - -2000-02-21 Mon 21:59:50 +0000 eddietwo -Commit 9f8c70a93a52c48cbe927461e44aa16bc9ecdb22 - - * mmafm/mmafm.1, mmpfb/mmpfb.1, mmpfb/myfont.cc: r1_10 - -2000-01-18 Tue 16:00:51 +0000 eddietwo -Commit 8823d8903fe7956e5a72f8b3806ab96100019d85 - - * mmafm/mmafm.1, mmpfb/mmpfb.1, mmpfb/t1rewrit.cc: fixed UNKDOUBLE - bug and error buffer overrun - -2000-01-17 Mon 19:12:00 +0000 eddietwo -Commit ac795d64d24e5e6f8b49517ae0d18e89c9845605 - - * acconfig.h, configure.in, edlib/.cvsignore, t1lib/.cvsignore, - t1lint/.cvsignore, t1lint/main.cc: updates - -2000-01-11 Tue 04:03:04 +0000 eddietwo -Commit 5206557ed1208ecc3018f079ba3da40b9188c736 - - * mmpfb/: t1rewrit.cc, t1rewrit.hh: mminstance 1.8 - -2000-01-10 Mon 16:39:13 +0000 eddietwo -Commit 174e8dad01757a06fd23a5a89b1c85eb9cb85ac2 - - * mmafm/main.cc, mmafm/mmafm.1, mmpfb/main.cc, mmpfb/mmpfb.1, - mmpfb/myfont.cc: copyright changes, updated for thanh - -1999-12-30 Thu 21:59:50 +0000 eddietwo -Commit 17c49fb39fb07d841a7f6206d0556dcd34ee87a7 - - * mmafm/mmafm.1, mmpfb/mmpfb.1: version 1.7 - -1999-12-20 Mon 02:40:12 +0000 eddietwo -Commit 67649262f7e613742dbf57d7a9a73d5d16ebcc7f - - * mmpfb/main.cc: error-related - -1999-11-28 Sun 23:12:35 +0000 eddietwo -Commit de57227d22e93d5eaeab2993687aee186a71f9f5 - - * mmafm/mmafm.1: %8g not %g; man page rearrange - -1999-11-28 Sun 22:48:50 +0000 eddietwo -Commit 0452e72bba125a425cbad9f68bc5917aae542709 - - * mmafm/main.cc, mmafm/mmafm.1, mmpfb/mmpfb.1: to 1.6 - -1999-07-05 Mon 00:12:28 +0000 eddietwo -Commit a29e18c1fc897763de1235775e45dac6af5c9fc5 - - * mmpfb/: main.cc, mmpfb.1, t1rewrit.cc: 1.5 - -1999-07-04 Sun 22:01:35 +0000 eddietwo -Commit e00bbc7358c58b4e38ebd06fa21eb90a085c01f3 - - * mmpfb/myfont.cc: dont kill things you dont understand - -1999-07-04 Sun 21:57:12 +0000 eddietwo -Commit d6e0c8dec73c936cfacae30045890be367bb56a1 - - * mmpfb/myfont.cc: dont get rid of dictionaries inside Blend - -1999-07-04 Sun 21:55:05 +0000 eddietwo -Commit 86c1868a78e8b561e6ebe17ff742be01816053ca - - * mmpfb/myfont.cc: dont get rid of dictionaries inside Blend - -1999-07-04 Sun 21:36:51 +0000 eddietwo -Commit ff64578a1b6e558ed2ccf8d9fba42a77d703b907 - - * mmpfb/: main.cc, myfont.cc, t1rewrit.cc, t1rewrit.hh: added - --subrs - -1999-06-30 Wed 15:41:12 +0000 eddietwo -Commit b545936303a30f9746de18d103ab967f40b7f218 - - * t1lint/main.cc: oopses - -1999-06-30 Wed 15:37:57 +0000 eddietwo -Commit 40d07c816cab02378620b9123c8378fc59879720 - - * t1lint/main.cc: thingies - -1999-06-30 Wed 15:22:31 +0000 eddietwo -Commit faff0b4f02a7aabe989c0aff43c1255ff3979c12 - - * t1lint/main.cc: in response to error/landmark updates - -1999-06-29 Tue 22:04:21 +0000 eddietwo -Commit bc9423b849f0f72c69b8b454ee6416b98af0026f - - * t1lint/: cscheck.cc, cscheck.hh, hashmapi.cc, main.cc, point.cc, - point.hh, vectori.cc: added ifles - -1999-06-29 Tue 22:03:53 +0000 eddietwo -Commit 18a4296d30e0ee8b7d290162094fc2baa8979d06 - - * acconfig.h, t1lint/Makefile.am: t1lint - -1999-06-29 Tue 19:54:37 +0000 eddietwo -Commit a69ccf878e5df1e00863b79be5e1c45797e7244d - - * mmafm/main.cc, mmpfb/main.cc, mmpfb/mmpfb.1, mmpfb/myfont.cc, - mmpfb/myfont.hh, mmpfb/t1rewrit.cc, mmpfb/t1rewrit.hh: changed to - align with new ErrorHandler - -1999-06-29 Tue 17:05:42 +0000 eddietwo -Commit 14ad86806e1432805a6d0f664a17c870dd4e4f8a - - * .cvsignore, INSTALL, Makefile.am, NEWS, README, acconfig.h, - configure.in, edlib/Makefile.am, t1lib/Makefile.am, - t1lint/Makefile.am: first version - -1999-06-28 Mon 18:57:19 +0000 eddietwo -Commit b7b0d67510b9ef22172737dcae676a4813181203 - - * mmafm/mmafm.1, mmpfb/mmpfb.1: manual fixes - -1999-06-28 Mon 18:50:36 +0000 eddietwo -Commit 58ab4517bacf5461d15063c1fc5e5feb189b65e0 - - * mmafm/mmafm.1, mmpfb/mmpfb.1: manual fixes - -1999-06-28 Mon 18:45:46 +0000 eddietwo -Commit 026129d3a68f29df6c4c009ae5b5ccd54727f069 - - * mmafm/main.cc, mmafm/mmafm.1, mmpfb/main.cc, mmpfb/mmpfb.1: - interpolate an instance by name - -1999-06-26 Sat 17:33:48 +0000 eddietwo -Commit 60bbb9f209fa841d2360c841aa276ebbdd00e594 - - * mmafm/mmafm.1, mmpfb/mmpfb.1, mmpfb/myfont.cc: to 1.4.1 - -1999-06-25 Fri 21:34:34 +0000 eddietwo -Commit 9f21c56fc1b28842dbb5563011b1f53c56ae11b8 - - * mmafm/mmafm.1, mmpfb/mmpfb.1, mmpfb/myfont.cc, mmpfb/myfont.hh: - to mminstance-1.4 - -1999-05-21 Fri 20:17:51 +0000 eddietwo -Commit d5a1644f2a6f6d49f77a36a04d74a155992b6965 - - * mmafm/hashmapi.cc, mmafm/vectori.cc, mmpfb/hashmapi.cc, - mmpfb/myfont.cc, mmpfb/myfont.hh, mmpfb/t1rewrit.cc, - mmpfb/t1rewrit.hh, mmpfb/vectori.cc: pragmendectomy - -1999-05-21 Fri 20:00:49 +0000 eddietwo -Commit f60fe721dd64486cdba4afc8bd40cfe44f6ed29b - - * mmafm/mmafm.1, mmpfb/mmpfb.1: versionize - -1999-05-21 Fri 19:45:12 +0000 eddietwo -Commit 6563df4c25db9cfee1adcf57dc616aafa238817e - - * mmafm/main.cc, mmpfb/main.cc, mmpfb/myfont.cc, mmpfb/t1rewrit.cc, - mmpfb/t1rewrit.hh: - got rid of #pragmas - STL interface - conformance - -1999-04-11 Sun 22:05:17 +0000 eddietwo -Commit 138143ee6114f302a29d4778b739b901657292b2 - - * mmafm/main.cc, mmpfb/main.cc: second instance of 1.3; changed - --help text layout - -1999-04-11 Sun 21:57:32 +0000 eddietwo -Commit ba0a14d2f236b4a2c78861e0b22a728f715ce6f3 - - * mmafm/mmafm.1, mmpfb/mmpfb.1: to version 1.3 - -1999-01-25 Mon 17:03:41 +0000 eddietwo -Commit dab2b1373c0669808fe8ed9a282cbcd961e1f24d - - * mmafm/main.cc, mmpfb/main.cc: probably just error messages - -1999-01-24 Sun 19:40:18 +0000 eddietwo -Commit 8d45d8e3af617cf178599f9b9839458a4fd18bbd - - * mmpfb/: main.cc, mmpfb.1, myfont.cc, vectori.cc: accepts --quiet, - uses PsresDatabase - -1999-01-24 Sun 19:40:03 +0000 eddietwo -Commit 441fe8c43e78ef2d27d76df080f6eec888129374 - - * mmafm/: main.cc, mmafm.1, vectori.cc: now runs mmpfb to get the - AMCP program - -1999-01-22 Fri 22:55:23 +0000 eddietwo -Commit 79c3c17f1765faa0866400fa74c63f8296dfe204 - - * mmafm/hashmapi.cc, mmafm/main.cc, mmafm/vectori.cc, - mmpfb/hashmapi.cc, mmpfb/main.cc, mmpfb/myfont.cc, - mmpfb/t1rewrit.cc, mmpfb/vectori.cc: config.hized - -1999-01-12 Tue 19:56:49 +0000 eddietwo -Commit e86131998712429d5475fc60afea4522dcec917d - - * mmafm/.cvsignore, mmpfb/.cvsignore: more .cvsignores - -1999-01-12 Tue 19:54:32 +0000 eddietwo -Commit 5fbab255597ca0b49c1ffd9ed796d8ce42d6464c - - * mmafm/Makefile.am, mmafm/mmafm.1, mmpfb/Makefile.am, - mmpfb/mmpfb.1, mmpfb/myfont.cc: fixed mmpfb (maybe); to 1.3b1 - -1999-01-02 Sat 22:23:59 +0000 eddietwo -Commit 7bf686f5712d51c8d19aa195542d111faefbb5ee - - * mmpfb/myfont.cc: added a comment about the final underscore in - the font name - -1998-12-19 Sat 00:20:30 +0000 eddietwo -Commit a970f94d49c1d36a056b78249c2dd8060f5909f3 - - * mmafm/mmafm.1, mmpfb/mmpfb.1: actually 1.2 - -1998-12-18 Fri 23:57:48 +0000 eddietwo -Commit a5b6e6d1b45583408e83249863faa05507125d46 - - * mmpfb/main.cc: short_usage label removed - -1998-12-18 Fri 23:50:09 +0000 eddietwo -Commit fd570af1998e15dda5490a9b019b96bdbb91dd8c - - * mmafm/Makefile.am, mmafm/Makefile.in, mmafm/main.cc, - mmafm/mmafm.1, mmafm/mmafm.man, mmpfb/Makefile.am, - mmpfb/Makefile.in, mmpfb/main.cc, mmpfb/mmpfb.1, mmpfb/mmpfb.man: - initial switch to 1.2 - -1998-09-27 Sun 19:58:15 +0000 eddietwo -Commit 68b864b17e237dc6e06a0c39dbff7bde83ad8b43 - - * mmpfb/Makefile.in: nmakefile stuff - -1998-09-27 Sun 19:57:16 +0000 eddietwo -Commit 24d26a865e45d263b05d9e06338e909b6704b03a - - * mmafm/Makefile.in, mmpfb/Makefile.in: LIBS - -1998-09-27 Sun 19:51:09 +0000 eddietwo -Commit 66ad04f17ab5e23a55828eea4f74410503abc5bb - - * mmafm/Makefile.in, mmpfb/Makefile.in: VPATH making - -1998-09-27 Sun 04:49:23 +0000 eddietwo -Commit 2878d0ca4b451045d28a94d3beb3f95aa4133733 - - * mmpfb/: Makefile.in, main.cc, mmpfb.man, myfont.cc, myfont.hh, - t1rewrit.cc, t1rewrit.hh, vectori.cc: * moved install target into - local makefile * changes for GNUCODSTD * improved mmpfb a lot (does - a better job) - -1998-09-27 Sun 04:49:02 +0000 eddietwo -Commit a3194e531cf6f7079c6d69cfb3871b6ded481bcf - - * mmafm/: Makefile.in, main.cc, mmafm.man: * moved install target - into local makefile * changes for GNUCODSTD - -1998-09-18 Fri 17:34:46 +0000 eddietwo -Commit 2afaf2f1ac145c94392d965555466f62809644e7 - - * mmafm/main.cc, mmpfb/main.cc: That's right: message removed - -1998-09-17 Thu 16:51:22 +0000 eddietwo -Commit 7bd90e673914a3f13937e8d478ffca0fadd3ecb6 - - * mmafm/Makefile.in, mmpfb/Makefile.in: more configuration - -1998-09-17 Thu 01:10:43 +0000 eddietwo -Commit 5184eab2236917b85e333dbdfe92f685d3add61d - - * mmafm/mmafm.man, mmpfb/mmpfb.man: forgot the man pages - -1998-09-17 Thu 01:10:24 +0000 eddietwo -Commit ce2a15dbc5f8c684862ed630739a6be70cc95a9a - - * mmafm/Makefile.in, mmafm/mmafm.min, mmpfb/Makefile.in, - mmpfb/mmpfb.min: to 1.0; mostly config changes - -1998-09-02 Wed 19:00:15 +0000 eddietwo -Commit 53383726d8f5267072d6402043e1c07a6d15225d - - * mmafm/Makefile.in, mmafm/main.cc, mmpfb/Makefile.in, - mmpfb/main.cc: changes from summer - -1998-05-26 Tue 06:31:33 +0000 eddietwo -Commit b2cbfe298843ccf07f6cf3def616da1d93ac4bdb - - * mmafm/Makefile.in, mmpfb/Makefile.in: Makefile.in cosmetics - -1998-05-15 Fri 21:24:20 +0000 eddietwo -Commit 4b1aed5a0a3c17313c7439ab124ba14ab729c219 - - * mmafm/main.cc: changes to 0.91 (mmafm bug fixes) - -1998-04-07 Tue 21:45:49 +0000 eddietwo -Commit b4c3ab6949546dd2053b705a7f36cc8762e7ed6f - - * mmafm/hashmapi.cc, mmpfb/hashmapi.cc: #pragma implementation - -1998-04-07 Tue 21:42:20 +0000 eddietwo -Commit 6f2a9854503f03f8653bf729cc6433eef0fe80cf - - * mmpfb/myfont.cc: Changes to work with t1lib - -1998-04-03 Fri 14:32:36 +0000 eddietwo -Commit 532168e307090d8bde66fc84b61f274af160b809 - - * mmafm/main.cc, mmpfb/main.cc, mmpfb/myfont.cc: Changes to keep up - with t1lib,etc. - -1998-03-27 Fri 19:30:49 +0000 eddietwo -Commit 78bdd5e23045c56bac9052c5696e131e1de5d0d6 - - * mmafm/Makefile.in, mmafm/main.cc, mmpfb/Makefile.in, - mmpfb/main.cc: FontFinder -> MetricsFinder and Type1MMSpace::create - --> Type1Font - -1998-03-04 Wed 18:15:38 +0000 eddietwo -Commit 86ae5faf3c186512e6d530f5aed58e26e4967507 - - * mmafm/Makefile.in, mmafm/main.cc, mmpfb/Makefile.in, - mmpfb/main.cc: changed configuration and 1997 -> 1997-8 - -1998-03-04 Wed 17:43:07 +0000 eddietwo -Commit c17b3095e2c8ca646bfb3804ef60f9c5451927ef - - * mmafm/Makefile.in, mmafm/mmafm.min, mmpfb/Makefile.in, - mmpfb/mmpfb.min: Changed installation; added `-o t1mm.o' to - submakefiles - -1998-03-04 Wed 17:31:19 +0000 eddietwo -Commit 82a9536ebca7b8f60e59db18dd3b7e7e0df7aca6 - - * mmafm/main.cc, mmafm/mmafm.min, mmpfb/mmpfb.min: Added manual - pages; v0.8->v0.9 - -1998-03-03 Tue 23:19:34 +0000 eddietwo -Commit e634b39c6171b142fe3173f8c2072fe5245634e7 - - * mmafm/Makefile.in, mmafm/hashmapi.cc, mmafm/main.cc, - mmafm/vectori.cc, mmpfb/Makefile.in, mmpfb/hashmapi.cc, - mmpfb/main.cc, mmpfb/myfont.cc, mmpfb/myfont.hh, mmpfb/vectori.cc: - Initial revision - diff --git a/Build/source/texk/lcdf-typetools/Makefile.am b/Build/source/texk/lcdf-typetools/Makefile.am index 4f814240e17..46d7108d618 100644 --- a/Build/source/texk/lcdf-typetools/Makefile.am +++ b/Build/source/texk/lcdf-typetools/Makefile.am @@ -31,6 +31,7 @@ endif !texlive_build EXTRA_DIST = \ ONEWS \ lcdf-typetools.spec \ + include/config.h \ include/lcdf/bezier.hh \ include/lcdf/clp.h \ include/lcdf/error.hh \ diff --git a/Build/source/texk/lcdf-typetools/Makefile.am.orig b/Build/source/texk/lcdf-typetools/Makefile.am.orig index 09cb8c34eb4..7dbf588b52e 100644 --- a/Build/source/texk/lcdf-typetools/Makefile.am.orig +++ b/Build/source/texk/lcdf-typetools/Makefile.am.orig @@ -9,6 +9,7 @@ pkgdata_DATA = glyphlist.txt texglyphlist.txt 7t.enc EXTRA_DIST = \ ONEWS \ lcdf-typetools.spec \ + include/config.h \ include/lcdf/bezier.hh \ include/lcdf/clp.h \ include/lcdf/error.hh \ diff --git a/Build/source/texk/lcdf-typetools/Makefile.in b/Build/source/texk/lcdf-typetools/Makefile.in index 11cb12108a1..c9d14acbe46 100644 --- a/Build/source/texk/lcdf-typetools/Makefile.in +++ b/Build/source/texk/lcdf-typetools/Makefile.in @@ -41,12 +41,12 @@ DIST_COMMON = README $(am__configure_deps) \ $(srcdir)/../../build-aux/install-sh \ $(srcdir)/../../build-aux/ltmain.sh \ $(srcdir)/../../build-aux/missing $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(srcdir)/Makefile.in $(srcdir)/autoconf.h.in \ $(top_srcdir)/configure ../../build-aux/config.guess \ ../../build-aux/config.sub ../../build-aux/depcomp \ ../../build-aux/install-sh ../../build-aux/ltmain.sh \ ../../build-aux/missing ../../build-aux/texinfo.tex \ - ../../build-aux/ylwrap COPYING ChangeLog INSTALL NEWS + ../../build-aux/ylwrap COPYING INSTALL NEWS ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ $(top_srcdir)/../../m4/kpse-common.m4 \ @@ -65,7 +65,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = config.h +CONFIG_HEADER = autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = @@ -283,35 +283,36 @@ DISTCLEANFILES = config.force @texlive_build_TRUE@encdir = ${prefix}/texmf-dist/fonts/enc/dvips/base @texlive_build_TRUE@enc_DATA = 7t.enc @texlive_build_FALSE@pkgdata_DATA = glyphlist.txt texglyphlist.txt 7t.enc -EXTRA_DIST = ONEWS lcdf-typetools.spec include/lcdf/bezier.hh \ - include/lcdf/clp.h include/lcdf/error.hh \ - include/lcdf/filename.hh include/lcdf/globmatch.hh \ - include/lcdf/hashcode.hh include/lcdf/hashmap.hh \ - include/lcdf/hashmap.cc include/lcdf/inttypes.h \ - include/lcdf/landmark.hh include/lcdf/md5.h \ - include/lcdf/permstr.hh include/lcdf/point.hh \ - include/lcdf/slurper.hh include/lcdf/straccum.hh \ - include/lcdf/string.hh include/lcdf/strtonum.h \ - include/lcdf/transform.hh include/lcdf/vector.hh \ - include/lcdf/vector.cc include/efont/afm.hh \ - include/efont/afmparse.hh include/efont/afmw.hh \ - include/efont/amfm.hh include/efont/cff.hh \ - include/efont/encoding.hh include/efont/findmet.hh \ - include/efont/metrics.hh include/efont/otf.hh \ - include/efont/otfcmap.hh include/efont/otfdata.hh \ - include/efont/otfgpos.hh include/efont/otfgsub.hh \ - include/efont/otfname.hh include/efont/otfos2.hh \ - include/efont/otfpost.hh include/efont/pairop.hh \ - include/efont/psres.hh include/efont/t1bounds.hh \ - include/efont/t1cs.hh include/efont/t1csgen.hh \ - include/efont/t1font.hh include/efont/t1interp.hh \ - include/efont/t1item.hh include/efont/t1mm.hh \ - include/efont/t1rw.hh include/efont/t1unparser.hh \ - include/efont/ttfcs.hh include/efont/ttfhead.hh \ - include/efont/ttfkern.hh glyphlist.txt texglyphlist.txt 7t.enc \ +EXTRA_DIST = ONEWS lcdf-typetools.spec include/config.h \ + include/lcdf/bezier.hh include/lcdf/clp.h \ + include/lcdf/error.hh include/lcdf/filename.hh \ + include/lcdf/globmatch.hh include/lcdf/hashcode.hh \ + include/lcdf/hashmap.hh include/lcdf/hashmap.cc \ + include/lcdf/inttypes.h include/lcdf/landmark.hh \ + include/lcdf/md5.h include/lcdf/permstr.hh \ + include/lcdf/point.hh include/lcdf/slurper.hh \ + include/lcdf/straccum.hh include/lcdf/string.hh \ + include/lcdf/strtonum.h include/lcdf/transform.hh \ + include/lcdf/vector.hh include/lcdf/vector.cc \ + include/efont/afm.hh include/efont/afmparse.hh \ + include/efont/afmw.hh include/efont/amfm.hh \ + include/efont/cff.hh include/efont/encoding.hh \ + include/efont/findmet.hh include/efont/metrics.hh \ + include/efont/otf.hh include/efont/otfcmap.hh \ + include/efont/otfdata.hh include/efont/otfgpos.hh \ + include/efont/otfgsub.hh include/efont/otfname.hh \ + include/efont/otfos2.hh include/efont/otfpost.hh \ + include/efont/pairop.hh include/efont/psres.hh \ + include/efont/t1bounds.hh include/efont/t1cs.hh \ + include/efont/t1csgen.hh include/efont/t1font.hh \ + include/efont/t1interp.hh include/efont/t1item.hh \ + include/efont/t1mm.hh include/efont/t1rw.hh \ + include/efont/t1unparser.hh include/efont/ttfcs.hh \ + include/efont/ttfhead.hh include/efont/ttfkern.hh \ + glyphlist.txt texglyphlist.txt 7t.enc \ lcdf-typetools-$(LCDF_TYPETOOLS_VERSION)-PATCHES \ Makefile.am.orig configure.ac.orig -all: config.h +all: autoconf.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: @@ -350,22 +351,22 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): -config.h: stamp-h1 +autoconf.h: stamp-h1 @if test ! -f $@; then \ rm -f stamp-h1; \ $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ else :; fi -stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status +stamp-h1: $(srcdir)/autoconf.h.in $(top_builddir)/config.status @rm -f stamp-h1 - cd $(top_builddir) && $(SHELL) ./config.status config.h -$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(SHELL) ./config.status autoconf.h +$(srcdir)/autoconf.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: - -rm -f config.h stamp-h1 + -rm -f autoconf.h stamp-h1 mostlyclean-libtool: -rm -f *.lo @@ -516,7 +517,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) mkid -fID $$unique tags: TAGS -TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ +TAGS: tags-recursive $(HEADERS) $(SOURCES) autoconf.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ @@ -533,7 +534,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + list='$(SOURCES) $(HEADERS) autoconf.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ @@ -551,9 +552,9 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ fi; \ fi ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) autoconf.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + list='$(SOURCES) $(HEADERS) autoconf.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ @@ -754,7 +755,7 @@ distcleancheck: distclean exit 1; } >&2 check-am: all-am check: check-recursive -all-am: Makefile $(DATA) config.h all-local +all-am: Makefile $(DATA) autoconf.h all-local installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(encdir)" "$(DESTDIR)$(glyphlistdir)" "$(DESTDIR)$(pkgdatadir)"; do \ diff --git a/Build/source/texk/lcdf-typetools/NEWS b/Build/source/texk/lcdf-typetools/NEWS index e2e574e76b8..346fe6cea54 100644 --- a/Build/source/texk/lcdf-typetools/NEWS +++ b/Build/source/texk/lcdf-typetools/NEWS @@ -1,4 +1,19 @@ LCDF Typetools NEWS + +Version 2.85 26.Sep.2010 + +* Correct otftotfm bug with glyphlist.txt mappings like I_J. + + +Version 2.84 15.Sep.2010 + +* otftotfm: Avoid crashes on very large fonts and other odd situations. + Bugs reported by Martin Schröder. + +* Include new Unicode mappings for glyph names from MSAM and MSBM. + +* Bug fixes to texglyphlist.txt Unicode mappings. Thanks to Clea F. Rees. + Version 2.83 23.Apr.2010 diff --git a/Build/source/texk/lcdf-typetools/README b/Build/source/texk/lcdf-typetools/README index 40fd5c59d95..ddc74b7b5af 100644 --- a/Build/source/texk/lcdf-typetools/README +++ b/Build/source/texk/lcdf-typetools/README @@ -1,4 +1,4 @@ -LCDF-TYPETOOLS 2.83 +LCDF-TYPETOOLS 2.85 =================== USAGE diff --git a/Build/source/texk/lcdf-typetools/autoconf.h.in b/Build/source/texk/lcdf-typetools/autoconf.h.in new file mode 100644 index 00000000000..98a0ffa454e --- /dev/null +++ b/Build/source/texk/lcdf-typetools/autoconf.h.in @@ -0,0 +1,293 @@ +/* autoconf.h.in. Generated from configure.ac by autoheader. */ + +/* Define if strtod is broken. */ +#undef BROKEN_STRTOD + +/* Define to 1 if the `closedir' function returns void instead of `int'. */ +#undef CLOSEDIR_VOID + +/* Define if the va_list type is addressable. */ +#undef HAVE_ADDRESSABLE_VA_LIST + +/* Define to 1 if you have the header file. */ +#undef HAVE_ARPA_INET_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_ASSERT_H + +/* Define to run cfftot1 from otftotfm. */ +#undef HAVE_AUTO_CFFTOT1 + +/* Define to run t1dotlessj from otftotfm. */ +#undef HAVE_AUTO_T1DOTLESSJ + +/* Define to run ttftotype42 from otftotfm. */ +#undef HAVE_AUTO_TTFTOTYPE42 + +/* Define to run updmap from otftotfm. */ +#undef HAVE_AUTO_UPDMAP + +/* Define to 1 if you have the `bcmp' function. */ +#undef HAVE_BCMP + +/* Define to 1 if you have the `bcopy' function. */ +#undef HAVE_BCOPY + +/* Define to 1 if you have the header file. */ +#undef HAVE_BYTEORDER_H + +/* Define to 1 if you have the `bzero' function. */ +#undef HAVE_BZERO + +/* Define to 1 if you have the `ctime' function. */ +#undef HAVE_CTIME + +/* Define to 1 if you have the declaration of `kpse_opentype_format', and to 0 + if you don't. */ +#undef HAVE_DECL_KPSE_OPENTYPE_FORMAT + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_DIRENT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define if intXX_t types are not available. */ +#undef HAVE_FAKE_INT_TYPES + +/* Define to 1 if you have the header file. */ +#undef HAVE_FCNTL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_FLOAT_H + +/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ +#undef HAVE_FSEEKO + +/* Define to 1 if you have the `ftruncate' function. */ +#undef HAVE_FTRUNCATE + +/* Define to 1 if you have the `getcwd' function. */ +#undef HAVE_GETCWD + +/* Define to 1 if you have the `getwd' function. */ +#undef HAVE_GETWD + +/* Define to 1 if you have the `index' function. */ +#undef HAVE_INDEX + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_IOSTREAM + +/* Define if you want to use kpathsea. */ +#undef HAVE_KPATHSEA + +/* Define to 1 if you have the `m' library (-lm). */ +#undef HAVE_LIBM + +/* Define to 1 if you have the header file. */ +#undef HAVE_LIMITS_H + +/* Define to 1 if you have the `memcmp' function. */ +#undef HAVE_MEMCMP + +/* Define to 1 if you have the `memcpy' function. */ +#undef HAVE_MEMCPY + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the `mkstemp' function. */ +#undef HAVE_MKSTEMP + +/* Define to 1 if you have the `mktemp' function. */ +#undef HAVE_MKTEMP + +/* Define to 1 if you have the header file, and it defines `DIR'. */ +#undef HAVE_NDIR_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETINET_IN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NEW_H + +/* Define if exists and works. */ +#undef HAVE_NEW_HDR + +/* Define if PermStrings are available. */ +#undef HAVE_PERMSTRING + +/* Define to 1 if you are using GNU libc or otherwise have global variables + `program_invocation_name' and `program_invocation_short_name'. */ +#undef HAVE_PROGRAM_INVOCATION_NAME + +/* Define to 1 if you have the `putenv' function. */ +#undef HAVE_PUTENV + +/* Define to 1 if you have the header file. */ +#undef HAVE_PWD_H + +/* Define to 1 if you have the `rindex' function. */ +#undef HAVE_RINDEX + +/* Define to 1 if you have the `sigaction' function. */ +#undef HAVE_SIGACTION + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the `strcasecmp' function. */ +#undef HAVE_STRCASECMP + +/* Define to 1 if you have the `strchr' function. */ +#undef HAVE_STRCHR + +/* Define to 1 if you have the `strerror' function. */ +#undef HAVE_STRERROR + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the `strnlen' function. */ +#undef HAVE_STRNLEN + +/* Define to 1 if you have the `strrchr' function. */ +#undef HAVE_STRRCHR + +/* Define to 1 if you have the `strstr' function. */ +#undef HAVE_STRSTR + +/* Define to 1 if you have the `strtol' function. */ +#undef HAVE_STRTOL + +/* Define to 1 if you have the `strtoul' function. */ +#undef HAVE_STRTOUL + +/* Define to 1 if `st_mtim' is a member of `struct stat'. */ +#undef HAVE_STRUCT_STAT_ST_MTIM + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_DIR_H + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_NDIR_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_WAIT_H + +/* Define to 1 if the system has the type `uintptr_t'. */ +#undef HAVE_UINTPTR_T + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define if you have u_intXX_t types but not uintXX_t types. */ +#undef HAVE_U_INT_TYPES + +/* Define to 1 if you have the `waitpid' function. */ +#undef HAVE_WAITPID + +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + +/* Define to 0 if you don't want mmafm to run mmpfb when it needs to get an + intermediate master conversion program. */ +#undef MMAFM_RUN_MMPFB + +/* Define to 1 if you must include to get `ntohl'. */ +#undef NEED_ARPA_INET_H + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* kpsewhich's $SELFAUTODIR variable */ +#undef SELFAUTODIR + +/* kpsewhich's $SELFAUTOLOC variable */ +#undef SELFAUTOLOC + +/* kpsewhich's $SELFAUTOPARENT variable */ +#undef SELFAUTOPARENT + +/* Data directory. */ +#undef SHAREDIR + +/* The size of `unsigned int', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED_INT + +/* The size of `unsigned long', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED_LONG + +/* The size of `void *', as computed by sizeof. */ +#undef SIZEOF_VOID_P + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ +#undef _LARGEFILE_SOURCE + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const + +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus +#undef inline +#endif + +/* Define to `unsigned int' if does not define. */ +#undef size_t diff --git a/Build/source/texk/lcdf-typetools/cfftot1/Makefile.in b/Build/source/texk/lcdf-typetools/cfftot1/Makefile.in index 732f65c7b00..9000e2c79cc 100644 --- a/Build/source/texk/lcdf-typetools/cfftot1/Makefile.in +++ b/Build/source/texk/lcdf-typetools/cfftot1/Makefile.in @@ -53,7 +53,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = $(top_builddir)/autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" diff --git a/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.1 b/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.1 index 6c505fece8e..7518f8e2515 100644 --- a/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.1 +++ b/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.1 @@ -1,4 +1,4 @@ -.ds V 2.83 +.ds V 2.85 .de M .BR "\\$1" "(\\$2)\\$3" .. diff --git a/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.cc b/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.cc index f0ae6b41953..9e5e7c1a009 100644 --- a/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.cc +++ b/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.cc @@ -127,7 +127,7 @@ do_file(const char *infn, const char *outfn, PermString name, ErrorHandler *errh StringAccum sa(150000); while (!feof(f)) { int forward = fread(sa.reserve(32768), 1, 32768, f); - sa.forward(forward); + sa.adjust_length(forward); } if (f != stdin) fclose(f); diff --git a/Build/source/texk/lcdf-typetools/config.h.in b/Build/source/texk/lcdf-typetools/config.h.in deleted file mode 100644 index 4c8fff69c80..00000000000 --- a/Build/source/texk/lcdf-typetools/config.h.in +++ /dev/null @@ -1,324 +0,0 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ - -#ifndef LCDF_TYPETOOLS_CONFIG_H -#define LCDF_TYPETOOLS_CONFIG_H - -/* Define if strtod is broken. */ -#undef BROKEN_STRTOD - -/* Define to 1 if the `closedir' function returns void instead of `int'. */ -#undef CLOSEDIR_VOID - -/* Define if the va_list type is addressable. */ -#undef HAVE_ADDRESSABLE_VA_LIST - -/* Define to 1 if you have the header file. */ -#undef HAVE_ARPA_INET_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_ASSERT_H - -/* Define to run cfftot1 from otftotfm. */ -#undef HAVE_AUTO_CFFTOT1 - -/* Define to run t1dotlessj from otftotfm. */ -#undef HAVE_AUTO_T1DOTLESSJ - -/* Define to run ttftotype42 from otftotfm. */ -#undef HAVE_AUTO_TTFTOTYPE42 - -/* Define to run updmap from otftotfm. */ -#undef HAVE_AUTO_UPDMAP - -/* Define to 1 if you have the `bcmp' function. */ -#undef HAVE_BCMP - -/* Define to 1 if you have the `bcopy' function. */ -#undef HAVE_BCOPY - -/* Define to 1 if you have the header file. */ -#undef HAVE_BYTEORDER_H - -/* Define to 1 if you have the `bzero' function. */ -#undef HAVE_BZERO - -/* Define to 1 if you have the `ctime' function. */ -#undef HAVE_CTIME - -/* Define to 1 if you have the declaration of `kpse_opentype_format', and to 0 - if you don't. */ -#undef HAVE_DECL_KPSE_OPENTYPE_FORMAT - -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -#undef HAVE_DIRENT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_DLFCN_H - -/* Define if intXX_t types are not available. */ -#undef HAVE_FAKE_INT_TYPES - -/* Define to 1 if you have the header file. */ -#undef HAVE_FCNTL_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_FLOAT_H - -/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ -#undef HAVE_FSEEKO - -/* Define to 1 if you have the `ftruncate' function. */ -#undef HAVE_FTRUNCATE - -/* Define to 1 if you have the `getcwd' function. */ -#undef HAVE_GETCWD - -/* Define to 1 if you have the `getwd' function. */ -#undef HAVE_GETWD - -/* Define to 1 if you have the `index' function. */ -#undef HAVE_INDEX - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_IOSTREAM - -/* Define if you want to use kpathsea. */ -#undef HAVE_KPATHSEA - -/* Define to 1 if you have the `m' library (-lm). */ -#undef HAVE_LIBM - -/* Define to 1 if you have the header file. */ -#undef HAVE_LIMITS_H - -/* Define to 1 if you have the `memcmp' function. */ -#undef HAVE_MEMCMP - -/* Define to 1 if you have the `memcpy' function. */ -#undef HAVE_MEMCPY - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the `mkstemp' function. */ -#undef HAVE_MKSTEMP - -/* Define to 1 if you have the `mktemp' function. */ -#undef HAVE_MKTEMP - -/* Define to 1 if you have the header file, and it defines `DIR'. */ -#undef HAVE_NDIR_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_NETINET_IN_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_NEW_H - -/* Define if exists and works. */ -#undef HAVE_NEW_HDR - -/* Define if PermStrings are available. */ -#undef HAVE_PERMSTRING - -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - -/* Define to 1 if you have the `putenv' function. */ -#undef HAVE_PUTENV - -/* Define to 1 if you have the header file. */ -#undef HAVE_PWD_H - -/* Define to 1 if you have the `rindex' function. */ -#undef HAVE_RINDEX - -/* Define to 1 if you have the `sigaction' function. */ -#undef HAVE_SIGACTION - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the `strcasecmp' function. */ -#undef HAVE_STRCASECMP - -/* Define to 1 if you have the `strchr' function. */ -#undef HAVE_STRCHR - -/* Define to 1 if you have the `strerror' function. */ -#undef HAVE_STRERROR - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the `strrchr' function. */ -#undef HAVE_STRRCHR - -/* Define to 1 if you have the `strstr' function. */ -#undef HAVE_STRSTR - -/* Define to 1 if you have the `strtol' function. */ -#undef HAVE_STRTOL - -/* Define to 1 if you have the `strtoul' function. */ -#undef HAVE_STRTOUL - -/* Define to 1 if `st_mtim' is a member of `struct stat'. */ -#undef HAVE_STRUCT_STAT_ST_MTIM - -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -#undef HAVE_SYS_DIR_H - -/* Define to 1 if you have the header file, and it defines `DIR'. - */ -#undef HAVE_SYS_NDIR_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_PARAM_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_WAIT_H - -/* Define to 1 if the system has the type `uintptr_t'. */ -#undef HAVE_UINTPTR_T - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* Define if you have u_intXX_t types but not uintXX_t types. */ -#undef HAVE_U_INT_TYPES - -/* Define to 1 if you have the `waitpid' function. */ -#undef HAVE_WAITPID - -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ -#undef LT_OBJDIR - -/* Define to 0 if you don't want mmafm to run mmpfb when it needs to get an - intermediate master conversion program. */ -#undef MMAFM_RUN_MMPFB - -/* Define to 1 if you must include to get `ntohl'. */ -#undef NEED_ARPA_INET_H - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* kpsewhich's $SELFAUTODIR variable */ -#undef SELFAUTODIR - -/* kpsewhich's $SELFAUTOLOC variable */ -#undef SELFAUTOLOC - -/* kpsewhich's $SELFAUTOPARENT variable */ -#undef SELFAUTOPARENT - -/* Data directory. */ -#undef SHAREDIR - -/* The size of `unsigned int', as computed by sizeof. */ -#undef SIZEOF_UNSIGNED_INT - -/* The size of `unsigned long', as computed by sizeof. */ -#undef SIZEOF_UNSIGNED_LONG - -/* The size of `void *', as computed by sizeof. */ -#undef SIZEOF_VOID_P - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION - -/* Number of bits in a file offset, on hosts where this is settable. */ -#undef _FILE_OFFSET_BITS - -/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ -#undef _LARGEFILE_SOURCE - -/* Define for large files, on AIX-style hosts. */ -#undef _LARGE_FILES - -/* Define to empty if `const' does not conform to ANSI C. */ -#undef const - -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -#undef inline -#endif - -/* Define to `unsigned int' if does not define. */ -#undef size_t - -/* Allow compilation on Windows (thanks, Fabrice Popineau). */ -#ifdef WIN32 -# ifdef __MINGW32__ -# include -# else -# include -# endif -#else -# define CDECL /* nothing */ -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -/* Prototype strerror if we don't have it. */ -#if !HAVE_STRERROR -char *strerror(int errno); -#endif - -/* Prototype good_strtod if we need it. */ -#if BROKEN_STRTOD -double good_strtod(const char *nptr, char **endptr); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* LCDF_TYPETOOLS_CONFIG_H */ diff --git a/Build/source/texk/lcdf-typetools/configure b/Build/source/texk/lcdf-typetools/configure index a0608404bc9..7f49d5f19c0 100755 --- a/Build/source/texk/lcdf-typetools/configure +++ b/Build/source/texk/lcdf-typetools/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for LCDF typetools for TeX Live 2.83. +# Generated by GNU Autoconf 2.68 for LCDF typetools for TeX Live 2.85. # # Report bugs to . # @@ -570,8 +570,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='LCDF typetools for TeX Live' PACKAGE_TARNAME='lcdf-typetools-for-tex-live' -PACKAGE_VERSION='2.83' -PACKAGE_STRING='LCDF typetools for TeX Live 2.83' +PACKAGE_VERSION='2.85' +PACKAGE_STRING='LCDF typetools for TeX Live 2.85' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1345,7 +1345,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures LCDF typetools for TeX Live 2.83 to adapt to many kinds of systems. +\`configure' configures LCDF typetools for TeX Live 2.85 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1416,7 +1416,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of LCDF typetools for TeX Live 2.83:";; + short | recursive ) echo "Configuration of LCDF typetools for TeX Live 2.85:";; esac cat <<\_ACEOF @@ -1551,7 +1551,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -LCDF typetools for TeX Live configure 2.83 +LCDF typetools for TeX Live configure 2.85 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2467,7 +2467,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by LCDF typetools for TeX Live $as_me 2.83, which was +It was created by LCDF typetools for TeX Live $as_me 2.85, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -7820,7 +7820,7 @@ fi # Define the identity of the package. PACKAGE='lcdf-typetools-for-tex-live' - VERSION='2.83' + VERSION='2.85' cat >>confdefs.h <<_ACEOF @@ -13038,10 +13038,10 @@ WARNING_CFLAGS=$kpse_cv_warning_cflags -LCDF_TYPETOOLS_VERSION=2.83 +LCDF_TYPETOOLS_VERSION=2.85 -ac_config_headers="$ac_config_headers config.h" +ac_config_headers="$ac_config_headers autoconf.h" ac_ext=cpp @@ -17690,7 +17690,7 @@ Usage: $0 [OPTIONS] Report bugs to ." lt_cl_version="\ -LCDF typetools for TeX Live config.lt 2.83 +LCDF typetools for TeX Live config.lt 2.85 configured by $0, generated by GNU Autoconf 2.68. Copyright (C) 2010 Free Software Foundation, Inc. @@ -19060,10 +19060,10 @@ rm -f core conftest.err conftest.$ac_objext \ as_fn_error $? " ========================================= -I can't find the kpathsea header and/or library files. Tell me where to look -using the --with-kpathsea-includes=DIR option (header files under -DIR/kpathsea) and --with-kpathsea-libdir=DIR option (library under DIR), or -disable support using --without-kpathsea. +I can't find the kpathsea library and/or header files. Tell me where to look +using the --with-kpathsea-libdir=DIR option (library under DIR) and +--with-kpathsea-includes=DIR option (header files under DIR/kpathsea), or +disable kpathsea support using --without-kpathsea. =========================================" "$LINENO" 5 fi @@ -19257,7 +19257,7 @@ $as_echo "#define BROKEN_STRTOD 1" >>confdefs.h fi -for ac_func in strtoul ctime mkstemp ftruncate sigaction waitpid +for ac_func in ctime ftruncate mkstemp sigaction strnlen strtoul waitpid 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" @@ -19857,11 +19857,6 @@ $as_echo "#define MMAFM_RUN_MMPFB 1" >>confdefs.h - - - - - shell_expand () { val=`eval echo '$'"$1"` while echo "x$val" | fgrep '$' >/dev/null 2>&1; do val=`eval echo "$val"`; done @@ -20450,7 +20445,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by LCDF typetools for TeX Live $as_me 2.83, which was +This file was extended by LCDF typetools for TeX Live $as_me 2.85, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20516,7 +20511,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -LCDF typetools for TeX Live config.status 2.83 +LCDF typetools for TeX Live config.status 2.85 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" @@ -21028,7 +21023,7 @@ do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; - "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "autoconf.h") CONFIG_HEADERS="$CONFIG_HEADERS autoconf.h" ;; "CXXLD.sh") CONFIG_COMMANDS="$CONFIG_COMMANDS CXXLD.sh" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "liblcdf/Makefile") CONFIG_FILES="$CONFIG_FILES liblcdf/Makefile" ;; diff --git a/Build/source/texk/lcdf-typetools/configure.ac b/Build/source/texk/lcdf-typetools/configure.ac index a6442b5b9b4..fdf2be5b8fb 100644 --- a/Build/source/texk/lcdf-typetools/configure.ac +++ b/Build/source/texk/lcdf-typetools/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl Adapted for TeX Live. -m4_define([lcdf_typetools_version], [2.83])[]dnl using unmodified lcdf-typetools source tree +m4_define([lcdf_typetools_version], [2.85])[]dnl using unmodified lcdf-typetools source tree AC_INIT([LCDF typetools for TeX Live], lcdf_typetools_version, [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([NEWS]) @@ -13,7 +13,7 @@ KPSE_COMMON([lcdf-typetools], [check-news]) LCDF_TYPETOOLS_VERSION=lcdf_typetools_version AC_SUBST([LCDF_TYPETOOLS_VERSION]) -AM_CONFIG_HEADER(config.h) +AM_CONFIG_HEADER([autoconf.h]) AC_PROG_CXX AC_PROG_CXXCPP @@ -85,10 +85,10 @@ if test "x$with_kpathsea" != xno; then AC_MSG_ERROR([ ========================================= -I can't find the kpathsea header and/or library files. Tell me where to look -using the --with-kpathsea-includes=DIR option (header files under -DIR/kpathsea) and --with-kpathsea-libdir=DIR option (library under DIR), or -disable support using --without-kpathsea. +I can't find the kpathsea library and/or header files. Tell me where to look +using the --with-kpathsea-libdir=DIR option (library under DIR) and +--with-kpathsea-includes=DIR option (header files under DIR/kpathsea), or +disable kpathsea support using --without-kpathsea. =========================================]) fi @@ -162,15 +162,15 @@ int main(int c, char **v) { exit(*endp == 0 ? 1 : 0); }], [ac_cv_working_strtod=yes], [ac_cv_working_strtod=no], [ac_cv_working_strtod=yes])]) -if test "x$ac_cv_working_strtod" = xno; then +if test "x$ac_cv_working_strtod" = xno; then need_fixlibc=1 AC_DEFINE(BROKEN_STRTOD, 1, [Define if strtod is broken.]) fi -AC_CHECK_FUNCS(strtoul ctime mkstemp ftruncate sigaction waitpid) -AC_CHECK_FUNC(floor, :, [AC_CHECK_LIB(m, floor)]) -AC_CHECK_FUNC(fabs, :, [AC_CHECK_LIB(m, fabs)]) -AC_CHECK_HEADERS(unistd.h fcntl.h sys/time.h sys/wait.h) +AC_CHECK_FUNCS([ctime ftruncate mkstemp sigaction strnlen strtoul waitpid]) +AC_CHECK_FUNC([floor], [:], [AC_CHECK_LIB(m, floor)]) +AC_CHECK_FUNC([fabs], [:], [AC_CHECK_LIB(m, fabs)]) +AC_CHECK_HEADERS([unistd.h fcntl.h sys/time.h sys/wait.h]) AM_CONDITIONAL([FIXLIBC], [test x$need_fixlibc = x1]) @@ -317,41 +317,6 @@ AC_DEFINE(HAVE_PERMSTRING, 1, [Define if PermStrings are available.]) AC_DEFINE(MMAFM_RUN_MMPFB, 1, [Define to 0 if you don't want mmafm to run mmpfb when it needs to get an intermediate master conversion program.]) dnl PATHNAME_SEPARATOR? -AH_TOP([#ifndef LCDF_TYPETOOLS_CONFIG_H -#define LCDF_TYPETOOLS_CONFIG_H]) - -AH_BOTTOM([/* Allow compilation on Windows (thanks, Fabrice Popineau). */ -#ifdef WIN32 -# ifdef __MINGW32__ -# include -# else -# include -# endif -#else -# define CDECL /* nothing */ -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -/* Prototype strerror if we don't have it. */ -#if !HAVE_STRERROR -char *strerror(int errno); -#endif - -/* Prototype good_strtod if we need it. */ -#if BROKEN_STRTOD -double good_strtod(const char *nptr, char **endptr); -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* LCDF_TYPETOOLS_CONFIG_H */]) - - dnl dnl set path variables dnl diff --git a/Build/source/texk/lcdf-typetools/configure.ac.orig b/Build/source/texk/lcdf-typetools/configure.ac.orig index 8e583c21dd6..6d3dbef27e6 100644 --- a/Build/source/texk/lcdf-typetools/configure.ac.orig +++ b/Build/source/texk/lcdf-typetools/configure.ac.orig @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([lcdf-typetools], [2.83]) +AC_INIT([lcdf-typetools], [2.85]) AC_CONFIG_SRCDIR([NEWS]) AM_INIT_AUTOMAKE -AM_CONFIG_HEADER(config.h) +AM_CONFIG_HEADER([autoconf.h]) AM_MAINTAINER_MODE AC_PROG_MAKE_SET @@ -11,7 +11,11 @@ AC_PROG_CC AC_PROG_CPP AC_PROG_CXX AC_PROG_CXXCPP -if test -n "$GCC" ; then CC="$CC -W -Wall" ; CXX="$CXX -W -Wall" ; fi + +AC_ARG_ENABLE(warnings, [ --enable-warnings compile with -Wall], +[if test "$enableval" = yes ; then + CFLAGS="$CFLAGS -W -Wall" +fi]) dnl AN_MAKEVAR([AR], [AC_PROG_AR]) dnl AN_PROGRAM([ar], [AC_PROG_AR]) @@ -121,52 +125,39 @@ dnl dnl kpathsea dnl -AC_ARG_ENABLE(tetex-build, [ --enable-tetex-build build as part of a teTeX installation], :, enable_tetex_build=no) AC_ARG_WITH(kpathsea, [ --with-kpathsea=PREFIX Kpathsea is installed (under PREFIX)], [kpathsea=$withval], [kpathsea=]) -if test "x$kpathsea" = xno; then - KPSEINTERFACE_O= - LIBKPATHSEA= -else - if test "x$enable_tetex_build" = xyes; then - if test ! -d $srcdir/../../texk/kpathsea; then - AC_MSG_ERROR([ -========================================= - -You specified --enable-tetex-build, but I can't find the kpathsea -directory. I expected it to be in $srcdir/../../texk/kpathsea. +KPATHSEA_INCLUDES= +KPATHSEA_LIBS= +KPATHSEA_DEPEND= -=========================================]) - fi - CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/../../texk -I\$(top_srcdir)/../../texk" - LDFLAGS="$LDFLAGS -L\$(top_builddir)/../../texk/kpathsea/.libs" - AC_MSG_NOTICE([tetex build of lcdf-typetools, CPPFLAGS now: $CPPFLAGS]) - elif test "x$kpathsea" != x -a "x$kpathsea" != xyes; then - CPPFLAGS="$CPPFLAGS -I$kpathsea/include" - LDFLAGS="$LDFLAGS -L$kpathsea/lib" +if test "x$kpathsea" != xno; then + SAVE_CPPFLAGS="$CPPFLAGS"; SAVE_LDFLAGS="$LDFLAGS" + if test "x$kpathsea" != x -a "x$kpathsea" != xyes; then + KPATHSEA_INCLUDES="-I$kpathsea/include" + KPATHSEA_LIBS="-L$kpathsea/lib" else kpathsea=yes fi dnl check for kpathsea/kpathsea.h - if test "x$enable_tetex_build" = xyes; then - kpse_header=yes - else + if true; then + CPPFLAGS="$SAVE_CPPFLAGS $KPATHSEA_INCLUDES" AC_CHECK_HEADER(kpathsea/kpathsea.h, [kpse_header=yes], [kpse_header=no]) fi dnl if not found and kpathsea prefix not set, check /usr/local if test "x$kpse_header" != xyes -a "x$kpathsea" = xyes -a -r /usr/local/include/kpathsea/tex-file.h; then - CPPFLAGS="$CPPFLAGS -I/usr/local/include" - LDFLAGS="$LDFLAGS -L/usr/local/lib" + KPATHSEA_INCLUDES="-I/usr/local/include" + KPATHSEA_LIBS="-L/usr/local/lib" + CPPFLAGS="$SAVE_CPPFLAGS $KPATHSEA_INCLUDES" AC_CHECK_HEADER(kpathsea/tex-file.h, [kpse_header=yes], [kpse_header=no]) fi dnl check for -lkpathsea - if test "x$enable_tetex_build" = xyes; then - kpse_library=yes - else + if true; then + LDFLAGS="$SAVE_LDFLAGS $KPATHSEA_LIBS" AC_CHECK_LIB(kpathsea, kpse_set_program_name, [kpse_library=yes], [kpse_library=no]) fi @@ -185,29 +176,28 @@ using --without-kpathsea. dnl OK, found AC_DEFINE(HAVE_KPATHSEA, 1, [Define if you want to use kpathsea.]) - KPSEINTERFACE_O='kpseinterface.$(OBJEXT)' - if test "x$enable_tetex_build" = xyes; then - LIBKPATHSEA='$(top_builddir)/../../texk/kpathsea/.libs/libkpathsea.a' - LIBKPATHSEA_DEP="$LIBKPATHSEA" - else - LIBKPATHSEA='-lkpathsea' - LIBKPATHSEA_DEP='' + if true; then + KPATHSEA_LIBS="$KPATHSEA_LIBS -lkpathsea" fi dnl does it have opentype support? - if test "x$enable_tetex_build" = xyes; then + if false; then AC_DEFINE(HAVE_DECL_KPSE_OPENTYPE_FORMAT) else AC_CHECK_DECLS(kpse_opentype_format, :, :, [#include ]) fi + + CPPFLAGS="$SAVE_CPPFLAGS"; LDFLAGS="$SAVE_LDFLAGS" fi -AC_SUBST([KPSEINTERFACE_O]) -AC_SUBST([LIBKPATHSEA]) -AC_SUBST([LIBKPATHSEA_DEP]) + +AM_CONDITIONAL([have_kpathsea], [test "x$with_kpathsea" != xno]) +AC_SUBST([KPATHSEA_INCLUDES]) +AC_SUBST([KPATHSEA_LIBS]) +AC_SUBST([KPATHSEA_DEPEND]) AC_ARG_ENABLE(selfauto-set, [ --disable-selfauto-set disable setting SELFAUTO variables from kpsewhich], :, enable_selfauto_set=yes) -if test "x$enable_selfauto_set" = xyes -a "x$kpathsea" != xno -a "x$enable_tetex_build" != xyes; then +if test "x$enable_selfauto_set" = xyes -a "x$kpathsea" != xno; then kpsewhich='kpsewhich' test "x$kpathsea" != xyes -a -x "$kpathsea/bin/kpsewhich" && kpsewhich="$kpathsea/bin/kpsewhich" SELFAUTOLOC=`$kpsewhich --expand-var='$SELFAUTOLOC' 2>/dev/null` @@ -273,15 +263,15 @@ int main(int c, char **v) { exit(*endp == 0 ? 1 : 0); }], [ac_cv_working_strtod=yes], [ac_cv_working_strtod=no], [ac_cv_working_strtod=yes])]) -if test $ac_cv_working_strtod = no; then +if test "x$ac_cv_working_strtod" = xno; then need_fixlibc=1 AC_DEFINE(BROKEN_STRTOD, 1, [Define if strtod is broken.]) fi -AC_CHECK_FUNCS(strtoul ctime mkstemp ftruncate sigaction waitpid) -AC_CHECK_FUNC(floor, :, [AC_CHECK_LIB(m, floor)]) -AC_CHECK_FUNC(fabs, :, [AC_CHECK_LIB(m, fabs)]) -AC_CHECK_HEADERS(unistd.h fcntl.h sys/time.h sys/wait.h) +AC_CHECK_FUNCS([ctime ftruncate mkstemp sigaction strnlen strtoul waitpid]) +AC_CHECK_FUNC([floor], [:], [AC_CHECK_LIB(m, floor)]) +AC_CHECK_FUNC([fabs], [:], [AC_CHECK_LIB(m, fabs)]) +AC_CHECK_HEADERS([unistd.h fcntl.h sys/time.h sys/wait.h]) AM_CONDITIONAL([FIXLIBC], [test x$need_fixlibc = x1]) @@ -352,6 +342,12 @@ AC_COMPILE_IFELSE( #elif HAVE_SYS_PARAM_H # include #endif +#ifdef WIN32 +# ifdef __MSC_VER +# pragma warning (disable: 4290) +# endif +# include +#endif ]], [[(void) ntohs(0x0020), (void) ntohl(0x03040020);]])], [AC_MSG_RESULT(yes) ac_ntoh_defined=yes], @@ -415,38 +411,6 @@ AC_DEFINE(HAVE_PERMSTRING, 1, [Define if PermStrings are available.]) AC_DEFINE(MMAFM_RUN_MMPFB, 1, [Define to 0 if you don't want mmafm to run mmpfb when it needs to get an intermediate master conversion program.]) dnl PATHNAME_SEPARATOR? -AH_TOP([#ifndef LCDF_TYPETOOLS_CONFIG_H -#define LCDF_TYPETOOLS_CONFIG_H]) - -AH_BOTTOM([/* Allow compilation on Windows (thanks, Fabrice Popineau). */ -#ifdef WIN32 -# include -#else -# define CDECL /* nothing */ -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -/* Prototype strerror if we don't have it. */ -#if !HAVE_STRERROR -char *strerror(int errno); -#endif - -/* Prototype good_strtod if we need it. */ -#if BROKEN_STRTOD -double good_strtod(const char *nptr, char **endptr); -#endif - -#ifdef __cplusplus -} -/* Get rid of a possible inline macro under C++. */ -# define inline inline -#endif - -#endif /* LCDF_TYPETOOLS_CONFIG_H */]) - dnl dnl set path variables diff --git a/Build/source/texk/lcdf-typetools/include/config.h b/Build/source/texk/lcdf-typetools/include/config.h new file mode 100644 index 00000000000..16831c0a111 --- /dev/null +++ b/Build/source/texk/lcdf-typetools/include/config.h @@ -0,0 +1,37 @@ +#ifndef LCDF_TYPETOOLS_CONFIG_H +#define LCDF_TYPETOOLS_CONFIG_H 1 + +#include + +/* Allow compilation on Windows (thanks, Fabrice Popineau). */ +#ifdef WIN32 +# ifdef __MINGW32__ +# include +# else +# include +# endif +#else +# define CDECL /* nothing */ +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +/* Prototype strerror if we don't have it. */ +#if !HAVE_STRERROR +char *strerror(int errno); +#endif + +/* Prototype good_strtod if we need it. */ +#if BROKEN_STRTOD +double good_strtod(const char *nptr, char **endptr); +#endif + +#ifdef __cplusplus +} +/* Get rid of a possible inline macro under C++. */ +# define inline inline +#endif + +#endif /* LCDF_TYPETOOLS_CONFIG_H */ diff --git a/Build/source/texk/lcdf-typetools/include/efont/otfos2.hh b/Build/source/texk/lcdf-typetools/include/efont/otfos2.hh index e8c803008f6..db26b674522 100644 --- a/Build/source/texk/lcdf-typetools/include/efont/otfos2.hh +++ b/Build/source/texk/lcdf-typetools/include/efont/otfos2.hh @@ -19,9 +19,9 @@ class Os2 { public: O_SUBSCRIPTYOFFSET = 16, O_SUPERSCRIPTXSIZE = 18, O_SUPERSCRIPTYSIZE = 20, O_SUPERSCRIPTXOFFSET = 22, O_SUPERSCRIPTYOFFSET = 24, O_STRIKEOUTSIZE = 26, - O_STRIKEOUTPOSITION = 28, O_TYPOASCENDER = 68, - O_TYPODESCENDER = 70, O_TYPOLINEGAP = 72, - O_XHEIGHT = 86, O_CAPHEIGHT = 88 }; + O_STRIKEOUTPOSITION = 28, O_VENDORID = 58, + O_TYPOASCENDER = 68, O_TYPODESCENDER = 70, + O_TYPOLINEGAP = 72, O_XHEIGHT = 86, O_CAPHEIGHT = 88 }; enum { HEADER_SIZE = 2 }; inline int16_t typo_ascender() const throw (Bounds); @@ -29,6 +29,7 @@ class Os2 { public: inline int16_t typo_line_gap() const throw (Bounds); inline int16_t x_height() const throw (Bounds); inline int16_t cap_height() const throw (Bounds); + inline String vendor_id() const throw (); private: @@ -65,5 +66,10 @@ inline int16_t Os2::cap_height() const throw (Bounds) return _data.s16(O_CAPHEIGHT); } +inline String Os2::vendor_id() const throw () +{ + return _data.substring(O_VENDORID, 4); +} + }} #endif diff --git a/Build/source/texk/lcdf-typetools/include/lcdf/straccum.hh b/Build/source/texk/lcdf-typetools/include/lcdf/straccum.hh index 0046d4020d9..59f5b118f9f 100644 --- a/Build/source/texk/lcdf-typetools/include/lcdf/straccum.hh +++ b/Build/source/texk/lcdf-typetools/include/lcdf/straccum.hh @@ -31,7 +31,7 @@ class StringAccum { public: * * If @a capacity <= 0, the StringAccum is created empty. If @a capacity * is too large (so that @a capacity bytes of memory can't be allocated), - * the StringAccum is created as out-of-memory. */ + * the StringAccum falls back to a smaller capacity (possibly zero). */ explicit inline StringAccum(int capacity); /** @brief Construct a StringAccum containing the characters in @a s. */ @@ -54,8 +54,8 @@ class StringAccum { public: /** @brief Destroy a StringAccum, freeing its memory. */ ~StringAccum() { - if (_cap >= 0) - delete[] _s; + if (_cap > 0) + delete[] (_s - MEMO_SPACE); } @@ -154,7 +154,7 @@ class StringAccum { public: * @param i character index * @pre 0 <= @a i < length() */ char operator[](int i) const { - assert(i>=0 && i<_len); + assert((unsigned) i < (unsigned) _len); return static_cast(_s[i]); } @@ -162,7 +162,7 @@ class StringAccum { public: * @param i character index * @pre 0 <= @a i < length() */ char &operator[](int i) { - assert(i>=0 && i<_len); + assert((unsigned) i < (unsigned) _len); return reinterpret_cast(_s[i]); } @@ -305,8 +305,6 @@ class StringAccum { public: inline void append(const char *s, int len) { if (len < 0) len = strlen(s); - if (len == 0 && s == String::out_of_memory_data()) - assign_out_of_memory(); append_data(s, len); } /** @overload */ @@ -321,8 +319,6 @@ class StringAccum { public: inline void append(const char *begin, const char *end) { if (begin < end) append_data(begin, end - begin); - else if (begin == String::out_of_memory_data()) - assign_out_of_memory(); } // word joining @@ -369,36 +365,41 @@ class StringAccum { public: // see also operator<< declarations below - void forward(int n) { - assert(n>=0 && _len+n<=_cap); - _len += n; - } - private: + enum { + MEMO_SPACE = String::MEMO_SPACE + }; + unsigned char *_s; int _len; int _cap; bool grow(int); void assign_out_of_memory(); - inline void append_safe_data(const char *s, int len) { + + // We must be careful about calls like "sa.append(sa.begin(), sa.end())"; + // a naive implementation might use sa's data after freeing it. + // append_external_data() takes a string guaranteed not to be part of the + // current StringAccum; append_internal_data() takes a string that likely + // is part of the current StringAccum; append_data() takes either kind. + inline void append_external_data(const char *s, int len) { if (char *x = extend(len)) memcpy(x, s, len); } - void append_unsafe_data(const char *s, int len); + void append_internal_data(const char *s, int len); inline void append_data(const char *s, int len) { const char *my_s = reinterpret_cast(_s); - if (!(s >= my_s && s + len <= my_s + _len) - || len == 0 || _len + len <= _cap) - append_safe_data(s, len); + if (s < my_s || s >= my_s + _cap) + append_external_data(s, len); else - append_unsafe_data(s, len); + append_internal_data(s, len); } void append_utf8_hard(unsigned ch); friend StringAccum &operator<<(StringAccum &sa, const char *s); + friend StringAccum &operator<<(StringAccum &sa, const String &str); #if HAVE_PERMSTRING friend StringAccum &operator<<(StringAccum &sa, PermString s); #endif @@ -429,9 +430,10 @@ StringAccum::StringAccum(int capacity) : _len(0) { assert(capacity >= 0); - if (capacity) { - _s = new unsigned char[capacity]; - _cap = (_s ? capacity : -1); + if (capacity + && (_s = new unsigned char[capacity + MEMO_SPACE])) { + _s += MEMO_SPACE; + _cap = capacity; } else { _s = 0; _cap = 0; @@ -477,7 +479,8 @@ operator<<(StringAccum &sa, const char *cstr) inline StringAccum & operator<<(StringAccum &sa, bool b) { - return sa << (b ? "true" : "false"); + sa.append("truefalse" + (b ? 0 : 4), (b ? 4 : 5)); + return sa; } /** @relates StringAccum @@ -522,7 +525,10 @@ operator<<(StringAccum &sa, unsigned u) inline StringAccum & operator<<(StringAccum &sa, const String &str) { - sa.append(str.begin(), str.end()); + if (!str.out_of_memory()) + sa.append_external_data(str.begin(), str.length()); + else + sa.assign_out_of_memory(); return sa; } @@ -530,11 +536,14 @@ operator<<(StringAccum &sa, const String &str) inline StringAccum & operator<<(StringAccum &sa, PermString s) { - sa.append_safe_data(s.c_str(), s.length()); + sa.append_external_data(s.c_str(), s.length()); return sa; } #endif +/** @relates StringAccum + @brief Append the contents of @a sb to @a sa. + @return @a sa */ inline StringAccum & operator<<(StringAccum &sa, const StringAccum &sb) { diff --git a/Build/source/texk/lcdf-typetools/include/lcdf/string.hh b/Build/source/texk/lcdf-typetools/include/lcdf/string.hh index 00883a7265f..a6950833cf1 100644 --- a/Build/source/texk/lcdf-typetools/include/lcdf/string.hh +++ b/Build/source/texk/lcdf-typetools/include/lcdf/string.hh @@ -12,10 +12,7 @@ class String { public: /** @brief Construct an empty String (with length 0). */ inline String() { - _r.data = null_memo.real_data; - _r.length = 0; - _r.memo = &null_memo; - ++_r.memo->refcount; + assign_memo(&null_data, 0, 0); } /** @brief Construct a copy of the String @a x. */ @@ -60,12 +57,9 @@ class String { public: } /** @brief Construct a String equal to "true" or "false" depending on the - * value of @a b. */ - explicit inline String(bool b) { - _r.data = bool_data + (b ? 0 : 5); - _r.length = (b ? 4 : 5); - _r.memo = &permanent_memo; - ++_r.memo->refcount; + * value of @a x. */ + explicit inline String(bool x) { + assign_memo(bool_data + (x ? 0 : 5), x ? 4 : 5, 0); } /** @brief Construct a String containing the single character @a c. */ @@ -89,8 +83,8 @@ class String { public: /** @overload */ explicit String(double x); #if HAVE_PERMSTRING - inline String(PermString p) { - assign(p); + inline String(PermString x) { + assign(x); } #endif @@ -115,17 +109,24 @@ class String { public: * * This function is suitable for static constant strings whose data is * known to stay around forever, such as C string constants. If @a len @< - * 0, treats @a s as a null-terminated C string. */ + * 0, treats @a s as a null-terminated C string. + * + * @warning The String implementation may access @a s[@a len], which + * should remain constant even though it's not part of the String. */ static String make_stable(const char *s, int len = -1); /** @brief Return a String that directly references the character data in * [@a begin, @a end). * @param begin pointer to the first character in the character data * @param end pointer one beyond the last character in the character data + * (but see the warning) * * This function is suitable for static constant strings whose data is * known to stay around forever, such as C string constants. Returns an - * empty string if @a begin @>= @a end. */ + * empty string if @a begin @>= @a end. + * + * @warning The String implementation may access *@a end, which should + * remain constant even though it's not part of the String. */ static inline String make_stable(const char *begin, const char *end) { if (begin < end) return String::make_stable(begin, end - begin); @@ -226,7 +227,21 @@ class String { public: * this->length() doesn't change. Returns a corresponding C string * pointer. The returned pointer is semi-temporary; it will persist until * the string is destroyed or appended to. */ - const char *c_str() const; + inline const char *c_str() const { + // We may already have a '\0' in the right place. If _memo does not + // exist, then this is one of the special strings (null or + // stable). We are guaranteed, in these strings, that _data[_length] + // exists. Otherwise must check whether _data[_length] exists. + const char *end_data = _r.data + _r.length; + if ((_r.memo && end_data >= _r.memo->real_data + _r.memo->dirty) + || *end_data != '\0') { + if (char *x = const_cast(this)->append_garbage(1)) { + *x = '\0'; + --_r.length; + } + } + return _r.data; + } #if HAVE_PERMSTRING operator PermString() const { @@ -525,7 +540,19 @@ class String { public: /** @brief Return true iff the String's data is shared or immutable. */ inline bool data_shared() const { - return !_r.memo->capacity || _r.memo->refcount != 1; + return !_r.memo || _r.memo->refcount != 1; + } + + /** @brief Return a compact version of this String. + * + * The compact version shares no more than 256 bytes of data with any + * other non-stable String. */ + inline String compact() const { + if (!_r.memo || _r.memo->refcount == 1 + || (uint32_t) _r.length + 256 >= _r.memo->capacity) + return *this; + else + return String(_r.data, _r.data + _r.length); } /** @brief Ensure the string's data is unshared and return a mutable @@ -546,7 +573,7 @@ class String { public: /** @brief Return true iff this is an out-of-memory string. */ inline bool out_of_memory() const { - return _r.data == &oom_string_data; + return _r.data == &oom_data; } /** @brief Return a const reference to an out-of-memory String. */ @@ -559,7 +586,7 @@ class String { public: * The returned value may be dereferenced; it points to a null * character. */ static inline const char *out_of_memory_data() { - return &oom_string_data; + return &oom_data; } private: @@ -569,7 +596,15 @@ class String { public: volatile uint32_t refcount; uint32_t capacity; volatile uint32_t dirty; - char *real_data; +#if HAVE_STRING_PROFILING > 1 + memo_t **pprev; + memo_t *next; +#endif + char real_data[1]; // but it is almost certainly more + }; + + enum { + MEMO_SPACE = offsetof(memo_t, real_data) }; struct rep_t { @@ -579,46 +614,85 @@ class String { public: }; /** @endcond never */ - mutable rep_t _r; // mutable for c_str() + mutable rep_t _r; // mutable for c_str() + +#if HAVE_STRING_PROFILING + static uint64_t live_memo_count; + static uint64_t memo_sizes[55]; + static uint64_t live_memo_sizes[55]; + static uint64_t live_memo_bytes[55]; +# if HAVE_STRING_PROFILING > 1 + static memo_t *live_memos[55]; +# endif + + static inline int profile_memo_size_bucket(uint32_t dirty, uint32_t capacity) { + if (capacity <= 16) + return dirty; + else if (capacity <= 32) + return 17 + (capacity - 17) / 2; + else if (capacity <= 64) + return 25 + (capacity - 33) / 8; + else + return 29 + 26 - ffs_msb(capacity - 1); + } + + static void profile_update_memo_dirty(memo_t *memo, uint32_t old_dirty, uint32_t new_dirty, uint32_t capacity) { + if (capacity <= 16 && new_dirty != old_dirty) { + ++memo_sizes[new_dirty]; + ++live_memo_sizes[new_dirty]; + live_memo_bytes[new_dirty] += capacity; + --live_memo_sizes[old_dirty]; + live_memo_bytes[old_dirty] -= capacity; +# if HAVE_STRING_PROFILING > 1 + if ((*memo->pprev = memo->next)) + memo->next->pprev = memo->pprev; + memo->pprev = &live_memos[new_dirty]; + if ((memo->next = *memo->pprev)) + memo->next->pprev = &memo->next; + *memo->pprev = memo; +# else + (void) memo; +# endif + } + } - inline String(const char *data, int length, memo_t *memo) { + static void one_profile_report(StringAccum &sa, int i, int examples); +#endif + + inline void assign_memo(const char *data, int length, memo_t *memo) const { _r.data = data; _r.length = length; - _r.memo = memo; - ++memo->refcount; + if ((_r.memo = memo)) + ++memo->refcount; + } + + inline String(const char *data, int length, memo_t *memo) { + assign_memo(data, length, memo); } inline void assign(const String &x) const { - _r.data = x._r.data; - _r.length = x._r.length; - _r.memo = x._r.memo; - ++_r.memo->refcount; + assign_memo(x._r.data, x._r.length, x._r.memo); } inline void deref() const { - if (--_r.memo->refcount == 0) + if (_r.memo && --_r.memo->refcount == 0) delete_memo(_r.memo); } void assign(const char *cstr, int len, bool need_deref); #if HAVE_PERMSTRING inline void assign(PermString x) const { - _r.data = x.c_str(); - _r.length = x.length(); - _r.memo = &permanent_memo; - ++_r.memo->refcount; + assign_memo(x.c_str(), x.length(), 0); } #endif void assign_out_of_memory(); - static memo_t *create_memo(char *data, int dirty, int capacity); + static memo_t *create_memo(char *space, int dirty, int capacity); static void delete_memo(memo_t *memo); - static const char null_string_data; - static const char oom_string_data; + static const char null_data; + static const char oom_data; static const char bool_data[11]; - static memo_t null_memo; - static memo_t permanent_memo; - static memo_t oom_memo; + static const char int_data[20]; static const rep_t null_string_rep; static const rep_t oom_string_rep; diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools-2.83-PATCHES/ChangeLog b/Build/source/texk/lcdf-typetools/lcdf-typetools-2.83-PATCHES/ChangeLog deleted file mode 100644 index 718657de925..00000000000 --- a/Build/source/texk/lcdf-typetools/lcdf-typetools-2.83-PATCHES/ChangeLog +++ /dev/null @@ -1,49 +0,0 @@ -2010-06-07 Peter Breitenlohner - - * configure.ac: Using AC_C_INLINE, there is no need to get rid - of a possible inline macro under C++. - -2010-04-26 Peter Breitenlohner - - Import lcdf-typetools-2.83. - * configure.ac, Makefile.am: Adapt. - * patch-01-otftotfm-Makefile (new): Adapt otftotfm/Makefile.am. - -2010-02-21 Peter Breitenlohner - - * include/efont/otfdata.hh [WIN32]: From lcdf-typetools-2.83pre. - * configure.ac: Fixed typo in generated AC_DEFINE descriptions. - -2010-02-21 Peter Breitenlohner - - Various MinGW32 (cross) build fixes. - * configure.ac, include/efont/otfdata.hh: - MinGW32 has but also needs . - MinGW32 uses instead of . - * configure.ac (LIBS) [WIN32]: Add -lwsock32. - - * t1rawafm/t1rawafm.cc: Do not define away 'std'. - * t1testpage/t1testpage.cc: Do not define away 'std'. - * ttftotype42/ttftotype42.cc (do_file): Remove 'if(binary)'. - -2010-02-20 Peter Breitenlohner - - * configure.ac: Don't fail configure if not building lcdf-typetools. - -2009-09-03 Karl Berry - - * configure.ac: AC_DEFINE(HAVE_KPATHSEA) if we have it, else - kpse stuff not really enabled, e.g., glyphlist.txt and - texnansx.enc not found - tlbuild mail from Jown Owens, 31 Aug 2009 14:34:39. - -2009-06-19 Peter Breitenlohner - - * configure.ac: enable compiler warnings (TeX Live style). - * liblcdf/clp.c (Clp_OptionChar, finish_string_list): declare - as static. - -2009-04-22 Peter Breitenlohner - - Adapt to TL2009 build system. - diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools-2.83-PATCHES/TL-Changes b/Build/source/texk/lcdf-typetools/lcdf-typetools-2.83-PATCHES/TL-Changes deleted file mode 100644 index 2a6cc641a8b..00000000000 --- a/Build/source/texk/lcdf-typetools/lcdf-typetools-2.83-PATCHES/TL-Changes +++ /dev/null @@ -1,16 +0,0 @@ -Changes applied to the lcdf-typetools tree as obtained from: - http://www.lcdf.org/type/lcdf-typetools-2.83.tar.gz - -Removed: - depcomp - install-sh - missing - -Renamed/Moved: - Makefile.am -> Makefile.am.orig - configure.ac -> configure.ac.orig - m4/lcdf-typetools.m4 -> ac/lcdf-typetools.ac - -Created Autoconf macro file m4/ac_cxx_template_objs.m4 - adapting code in configure.ac.orig. - diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools-2.83-PATCHES/patch-01-otftotfm-Makefile b/Build/source/texk/lcdf-typetools/lcdf-typetools-2.83-PATCHES/patch-01-otftotfm-Makefile deleted file mode 100644 index be454bf7d99..00000000000 --- a/Build/source/texk/lcdf-typetools/lcdf-typetools-2.83-PATCHES/patch-01-otftotfm-Makefile +++ /dev/null @@ -1,30 +0,0 @@ -diff -ur -x Makefile.in -x aclocal.m4 -x config.h.in -x configure lcdf-typetools-2.83.orig/otftotfm/Makefile.am lcdf-typetools-2.83/otftotfm/Makefile.am ---- lcdf-typetools-2.83.orig/otftotfm/Makefile.am 2010-04-23 19:25:45.000000000 +0200 -+++ lcdf-typetools-2.83/otftotfm/Makefile.am 2010-04-26 20:03:08.136096771 +0200 -@@ -13,18 +13,21 @@ - secondary.cc secondary.hh \ - uniprop.cc uniprop.hh \ - util.cc util.hh --EXTRA_otftotfm_SOURCES = kpseinterface.c kpseinterface.h - --otftotfm_LDADD = ../libefont/libefont.a ../liblcdf/liblcdf.a @KPSEINTERFACE_O@ @LIBKPATHSEA@ --otftotfm_DEPENDENCIES = ../libefont/libefont.a ../liblcdf/liblcdf.a @KPSEINTERFACE_O@ @LIBKPATHSEA_DEP@ -+otftotfm_LDADD = ../libefont/libefont.a ../liblcdf/liblcdf.a -+otftotfm_DEPENDENCIES = ../libefont/libefont.a ../liblcdf/liblcdf.a - - INCLUDES = -I$(top_srcdir)/include - CLEANFILES = @TEMPLATE_OBJS@ - - EXTRA_DIST = otftotfm.1 - --$(top_builddir)/../../texk/kpathsea/.libs/libkpathsea.a: -- cd $(top_builddir)/../../texk/kpathsea && $(MAKE) -+if have_kpathsea -+otftotfm_SOURCES += kpseinterface.c kpseinterface.h -+INCLUDES += $(KPATHSEA_INCLUDES) -+otftotfm_LDADD += $(KPATHSEA_LIBS) -+otftotfm_DEPENDENCIES += $(KPATHSEA_DEPEND) -+endif have_kpathsea - - ## Rebuild libkpathsea in a TeX Live build - @KPATHSEA_RULE@ diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools-2.85-PATCHES/ChangeLog b/Build/source/texk/lcdf-typetools/lcdf-typetools-2.85-PATCHES/ChangeLog new file mode 100644 index 00000000000..38e86dc3e1a --- /dev/null +++ b/Build/source/texk/lcdf-typetools/lcdf-typetools-2.85-PATCHES/ChangeLog @@ -0,0 +1,55 @@ +2010-10-04 Peter Breitenlohner + + Import lcdf-typetools-2.85. + * configure.ac, Makefile.am: Adapt. + * patch-01-otftotfm-Makefile (removed): Now distributed. + +2010-06-07 Peter Breitenlohner + + * configure.ac: Using AC_C_INLINE, there is no need to get rid + of a possible inline macro under C++. + +2010-04-26 Peter Breitenlohner + + Import lcdf-typetools-2.83. + * configure.ac, Makefile.am: Adapt. + * patch-01-otftotfm-Makefile (new): Adapt otftotfm/Makefile.am. + +2010-02-21 Peter Breitenlohner + + * include/efont/otfdata.hh [WIN32]: From lcdf-typetools-2.83pre. + * configure.ac: Fixed typo in generated AC_DEFINE descriptions. + +2010-02-21 Peter Breitenlohner + + Various MinGW32 (cross) build fixes. + * configure.ac, include/efont/otfdata.hh: + MinGW32 has but also needs . + MinGW32 uses instead of . + * configure.ac (LIBS) [WIN32]: Add -lwsock32. + + * t1rawafm/t1rawafm.cc: Do not define away 'std'. + * t1testpage/t1testpage.cc: Do not define away 'std'. + * ttftotype42/ttftotype42.cc (do_file): Remove 'if(binary)'. + +2010-02-20 Peter Breitenlohner + + * configure.ac: Don't fail configure if not building lcdf-typetools. + +2009-09-03 Karl Berry + + * configure.ac: AC_DEFINE(HAVE_KPATHSEA) if we have it, else + kpse stuff not really enabled, e.g., glyphlist.txt and + texnansx.enc not found + tlbuild mail from Jown Owens, 31 Aug 2009 14:34:39. + +2009-06-19 Peter Breitenlohner + + * configure.ac: enable compiler warnings (TeX Live style). + * liblcdf/clp.c (Clp_OptionChar, finish_string_list): declare + as static. + +2009-04-22 Peter Breitenlohner + + Adapt to TL2009 build system. + diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools-2.85-PATCHES/TL-Changes b/Build/source/texk/lcdf-typetools/lcdf-typetools-2.85-PATCHES/TL-Changes new file mode 100644 index 00000000000..721bc117fe1 --- /dev/null +++ b/Build/source/texk/lcdf-typetools/lcdf-typetools-2.85-PATCHES/TL-Changes @@ -0,0 +1,16 @@ +Changes applied to the lcdf-typetools tree as obtained from: + http://www.lcdf.org/type/lcdf-typetools-2.85.tar.gz + +Removed: + depcomp + install-sh + missing + +Renamed/Moved: + Makefile.am -> Makefile.am.orig + configure.ac -> configure.ac.orig + m4/lcdf-typetools.m4 -> ac/lcdf-typetools.ac + +Created Autoconf macro file m4/ac_cxx_template_objs.m4 + adapting code in configure.ac.orig. + diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools.spec b/Build/source/texk/lcdf-typetools/lcdf-typetools.spec index 1d79474cd3f..19f748cf496 100644 --- a/Build/source/texk/lcdf-typetools/lcdf-typetools.spec +++ b/Build/source/texk/lcdf-typetools/lcdf-typetools.spec @@ -1,6 +1,6 @@ Summary: Programs to manipulate OpenType and multiple-master fonts Name: lcdf-typetools -Version: 2.83 +Version: 2.85 Copyright: GPL Vendor: Little Cambridgeport Design Factory Group: Utilities/Printing diff --git a/Build/source/texk/lcdf-typetools/libefont/Makefile.in b/Build/source/texk/lcdf-typetools/libefont/Makefile.in index ad34456c989..080e183c149 100644 --- a/Build/source/texk/lcdf-typetools/libefont/Makefile.in +++ b/Build/source/texk/lcdf-typetools/libefont/Makefile.in @@ -52,7 +52,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = $(top_builddir)/autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LIBRARIES = $(noinst_LIBRARIES) diff --git a/Build/source/texk/lcdf-typetools/libefont/otfpost.cc b/Build/source/texk/lcdf-typetools/libefont/otfpost.cc index 1497f98f059..a217576ef6b 100644 --- a/Build/source/texk/lcdf-typetools/libefont/otfpost.cc +++ b/Build/source/texk/lcdf-typetools/libefont/otfpost.cc @@ -140,10 +140,16 @@ Post::parse_header(ErrorHandler *errh) const uint8_t *gni = data + HEADER_SIZE + 2; const uint8_t *names = gni + 2 * _nglyphs; int next_name = N_MAC_GLYPHS, g; + bool gni_error_reported = false; for (int i = 0; i < _nglyphs; i++, gni += 2) - if ((g = USHORT_AT(gni)) >= 32768) - return errh->error("bad glyph name index in post"), -EINVAL; - else + // Some fonts have more than 32768 glyphs. Although the 'post' + // spec says name indexes 32768-65535 are reserved, some large + // fonts treat those indexes as valid. + if ((g = USHORT_AT(gni)) >= 32768 && g >= _nglyphs) { + if (!gni_error_reported) + errh->error("bad glyph name index in post"); + gni_error_reported = true; + } else while (g >= next_name) { if (names - data > len || (names + 1 + names[0]) - data > len) diff --git a/Build/source/texk/lcdf-typetools/liblcdf/Makefile.in b/Build/source/texk/lcdf-typetools/liblcdf/Makefile.in index 681ee12a8c1..0e1a69ed7ab 100644 --- a/Build/source/texk/lcdf-typetools/liblcdf/Makefile.in +++ b/Build/source/texk/lcdf-typetools/liblcdf/Makefile.in @@ -53,7 +53,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = $(top_builddir)/autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LIBRARIES = $(noinst_LIBRARIES) diff --git a/Build/source/texk/lcdf-typetools/liblcdf/clp.c b/Build/source/texk/lcdf-typetools/liblcdf/clp.c index 038faab15d2..f4a52f72f1d 100644 --- a/Build/source/texk/lcdf-typetools/liblcdf/clp.c +++ b/Build/source/texk/lcdf-typetools/liblcdf/clp.c @@ -275,7 +275,7 @@ encode_utf8(char *s, int n, int c) } static int -decode_utf8(const char *s, char **cp) +decode_utf8(const char *s, const char **cp) { int c; if ((unsigned char) *s <= 0x7F) /* 1 byte: 0x000000-0x00007F */ @@ -319,14 +319,14 @@ decode_utf8(const char *s, char **cp) /* nothing */; } if (cp) - *cp = (char *) s; + *cp = s; return c; } static int utf8_charlen(const char *s) { - char *sout; + const char *sout; (void) decode_utf8(s, &sout); return sout - s; } @@ -364,7 +364,7 @@ long_as_short(const Clp_Internal *cli, const Clp_Option *o, if ((cli->long1pos || cli->long1neg) && io->ilong) { const char *name = o->long_name + io->ilongoff; if (cli->utf8) { - int c = decode_utf8(name, (char **) &name); + int c = decode_utf8(name, &name); if (!*name && c && c != U_REPLACEMENT) return c; } else if (name[0] && !name[1]) @@ -1073,22 +1073,22 @@ parse_string(Clp_Parser *clp, const char *arg, int complain, void *user_data) static int parse_int(Clp_Parser *clp, const char *arg, int complain, void *user_data) { - char *val; + const char *val; if (*arg == 0 || isspace((unsigned char) *arg) || (user_data != 0 && *arg == '-')) - val = (char *) arg; + val = arg; else if (user_data != 0) { /* unsigned */ #if HAVE_STRTOUL - clp->val.u = strtoul(arg, &val, 0); + clp->val.u = strtoul(arg, (char **) &val, 0); #else /* don't bother really trying to do it right */ if (arg[0] == '-') - val = (char *) arg; + val = arg; else - clp->val.u = strtol(arg, &val, 0); + clp->val.u = strtol(arg, (char **) &val, 0); #endif } else - clp->val.i = strtol(arg, &val, 0); + clp->val.i = strtol(arg, (char **) &val, 0); if (*arg != 0 && *val == 0) return 1; else if (complain) { @@ -1103,12 +1103,12 @@ parse_int(Clp_Parser *clp, const char *arg, int complain, void *user_data) static int parse_double(Clp_Parser *clp, const char *arg, int complain, void *user_data) { - char *val; + const char *val; (void)user_data; if (*arg == 0 || isspace((unsigned char) *arg)) - val = (char *) arg; + val = arg; else - clp->val.d = strtod(arg, &val); + clp->val.d = strtod(arg, (char **) &val); if (*arg != 0 && *val == 0) return 1; else if (complain) @@ -1521,7 +1521,7 @@ get_oclass(Clp_Parser *clp, const char *text, int *ocharskip) { int c; if (clp->internal->utf8) { - char *s; + const char *s; c = decode_utf8(text, &s); *ocharskip = s - text; } else { diff --git a/Build/source/texk/lcdf-typetools/liblcdf/error.cc b/Build/source/texk/lcdf-typetools/liblcdf/error.cc index f04ddfaf76b..e756058d825 100644 --- a/Build/source/texk/lcdf-typetools/liblcdf/error.cc +++ b/Build/source/texk/lcdf-typetools/liblcdf/error.cc @@ -482,17 +482,25 @@ ErrorHandler::vxformat(int default_flags, const char *s, va_list val) if (!s1) s1 = "(null)"; - // transform string, fetch length + // fetch length int len; - if (flags & cf_alternate_form) { - strstore = String(s1).printable(); - len = strstore.length(); - } else + if (precision < 0) len = strlen(s1); + else { +#if HAVE_STRNLEN + len = strnlen(s1, precision); +#else + for (len = 0; len < precision && s1[len] != 0; ++len) + /* do nothing */; +#endif + } - // adjust length for precision - if (precision >= 0 && precision < len) - len = precision; + // transform string if alternate form + if (flags & cf_alternate_form) { + strstore = String(s1, len).printable(); + if (precision < 0 || strstore.length() < precision) + len = strstore.length(); + } // quote characters that look like annotations, readjusting length if (flags & (cf_singlequote | cf_alternate_form)) { diff --git a/Build/source/texk/lcdf-typetools/liblcdf/straccum.cc b/Build/source/texk/lcdf-typetools/liblcdf/straccum.cc index 7f82fc4ef11..e472d3c06d5 100644 --- a/Build/source/texk/lcdf-typetools/liblcdf/straccum.cc +++ b/Build/source/texk/lcdf-typetools/liblcdf/straccum.cc @@ -42,20 +42,25 @@ *

Out-of-memory StringAccums

* * When there is not enough memory to add requested characters to a - * StringAccum object, the object becomes a special "out-of-memory" string. - * Out-of-memory strings are contagious: the result of any concatenation - * operation involving an out-of-memory string is another out-of-memory - * string. Calling take_string() on an out-of-memory StringAccum returns an - * out-of-memory String. + * StringAccum object, the object becomes a special "out-of-memory" + * StringAccum. Out-of-memory objects are contagious: the result of any + * concatenation operation involving an out-of-memory StringAccum is another + * out-of-memory StringAccum. Appending an out-of-memory String with "sa << + * s" makes "sa" out-of-memory. (However, other usually-equivalent calls, + * such as "sa.append(s.begin(), s.end())", do not make "sa" + * out-of-memory.) Calling take_string() on an out-of-memory StringAccum + * returns an out-of-memory String. * - * Out-of-memory StringAccum objects nominally have zero characters. + * Out-of-memory StringAccum objects have length zero. */ + void StringAccum::assign_out_of_memory() { assert(_cap >= 0); - delete[] _s; + if (_cap > 0) + delete[] (_s - MEMO_SPACE); _s = reinterpret_cast(const_cast(String::out_of_memory_data())); _cap = -1; _len = 0; @@ -68,19 +73,21 @@ StringAccum::grow(int want) if (_cap < 0) return false; - int ncap = (_cap ? _cap * 2 : 128); + int ncap = (_cap ? (_cap + MEMO_SPACE) * 2 : 128) - MEMO_SPACE; while (ncap <= want) - ncap *= 2; + ncap = (ncap + MEMO_SPACE) * 2 - MEMO_SPACE; - unsigned char *n = new unsigned char[ncap]; + unsigned char *n = new unsigned char[ncap + MEMO_SPACE]; if (!n) { assign_out_of_memory(); return false; } + n += MEMO_SPACE; - if (_s) + if (_s) { memcpy(n, _s, _cap); - delete[] _s; + delete[] (_s - MEMO_SPACE); + } _s = n; _cap = ncap; return true; @@ -123,12 +130,28 @@ StringAccum::c_str() } void -StringAccum::append_unsafe_data(const char *s, int len) +StringAccum::append_internal_data(const char *s, int len) { - char *copy = new char[len]; - memcpy(copy, s, len); - append_safe_data(copy, len); - delete[] copy; + if (out_of_memory()) + /* do nothing */; + else if (!_s || _len + len <= _cap) + append_external_data(s, len); + else { + unsigned char *old_s = _s; + int old_len = _len; + int old_cap = _cap; + + _s = 0; + _len = 0; + _cap = 0; + + if (char *new_s = extend(old_len + len)) { + memcpy(new_s, old_s, old_len); + memcpy(new_s + old_len, s, len); + } + + delete[] (old_s - MEMO_SPACE); + } } String diff --git a/Build/source/texk/lcdf-typetools/liblcdf/string.cc b/Build/source/texk/lcdf-typetools/liblcdf/string.cc index f1c065f44c1..6fbe7fbc76f 100644 --- a/Build/source/texk/lcdf-typetools/liblcdf/string.cc +++ b/Build/source/texk/lcdf-typetools/liblcdf/string.cc @@ -5,7 +5,7 @@ * * Copyright (c) 1999-2000 Massachusetts Institute of Technology * Copyright (c) 2001-2010 Eddie Kohler - * Copyright (c) 2008 Meraki, Inc. + * Copyright (c) 2008-2009 Meraki, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -69,43 +69,61 @@ * returns an out-of-memory string. */ -const char String::null_string_data = 0; -const char String::oom_string_data = 0; +const char String::null_data = '\0'; +const char String::oom_data = '\0'; const char String::bool_data[] = "true\0false"; +const char String::int_data[] = "0\0001\0002\0003\0004\0005\0006\0007\0008\0009"; -String::memo_t String::null_memo = { - 2, 0, 0, const_cast(&null_string_data) -}; -String::memo_t String::permanent_memo = { - 1, 0, 0, const_cast(&null_string_data) -}; -String::memo_t String::oom_memo = { - 2, 0, 0, const_cast(&oom_string_data) -}; +#if HAVE_STRING_PROFILING > 1 +# define MEMO_INITIALIZER_TAIL , 0, 0 +#else +# define MEMO_INITIALIZER_TAIL +#endif const String::rep_t String::null_string_rep = { - &null_string_data, 0, &null_memo + &null_data, 0, 0 }; const String::rep_t String::oom_string_rep = { - &oom_string_data, 0, &oom_memo + &oom_data, 0, 0 }; +#if HAVE_STRING_PROFILING +uint64_t String::live_memo_count; +uint64_t String::memo_sizes[55]; +uint64_t String::live_memo_sizes[55]; +uint64_t String::live_memo_bytes[55]; +# if HAVE_STRING_PROFILING > 1 +String::memo_t *String::live_memos[55]; +# endif +#endif + /** @cond never */ String::memo_t * -String::create_memo(char *data, int dirty, int capacity) +String::create_memo(char *space, int dirty, int capacity) { - assert(capacity >= dirty); - memo_t *memo = new memo_t; + assert(capacity > 0 && capacity >= dirty); + memo_t *memo; + if (space) + memo = reinterpret_cast(space); + else + memo = reinterpret_cast(new char[MEMO_SPACE + capacity]); if (memo) { - if (data) - memo->real_data = data; - else if (!(memo->real_data = new char[capacity])) { - delete memo; - return 0; - } memo->capacity = capacity; memo->dirty = dirty; - memo->refcount = (data ? 0 : 1); + memo->refcount = (space ? 0 : 1); +#if HAVE_STRING_PROFILING + int bucket = profile_memo_size_bucket(dirty, capacity); + ++memo_sizes[bucket]; + ++live_memo_sizes[bucket]; + live_memo_bytes[bucket] += capacity; + ++live_memo_count; +# if HAVE_STRING_PROFILING > 1 + memo->pprev = &live_memos[bucket]; + if ((memo->next = *memo->pprev)) + memo->next->pprev = &memo->next; + *memo->pprev = memo; +# endif +#endif } return memo; } @@ -113,47 +131,121 @@ String::create_memo(char *data, int dirty, int capacity) void String::delete_memo(memo_t *memo) { - if (memo->capacity) { - assert(memo->capacity >= memo->dirty); - delete[] memo->real_data; + assert(memo->capacity > 0); + assert(memo->capacity >= memo->dirty); +#if HAVE_STRING_PROFILING + int bucket = profile_memo_size_bucket(memo->dirty, memo->capacity); + --live_memo_sizes[bucket]; + live_memo_bytes[bucket] -= memo->capacity; + --live_memo_count; +# if HAVE_STRING_PROFILING > 1 + if ((*memo->pprev = memo->next)) + memo->next->pprev = memo->pprev; +# endif +#endif + delete[] reinterpret_cast(memo); +} + + + +#if HAVE_STRING_PROFILING +void +String::one_profile_report(StringAccum &sa, int i, int examples) +{ + if (i <= 16) + sa << "memo_dirty_" << i; + else if (i < 25) { + uint32_t s = (i - 17) * 2 + 17; + sa << "memo_cap_" << s << '_' << (s + 1); + } else if (i < 29) { + uint32_t s = (i - 25) * 8 + 33; + sa << "memo_cap_" << s << '_' << (s + 7); + } else { + uint32_t s1 = (1U << (i - 23)) + 1; + uint32_t s2 = (s1 - 1) << 1; + sa << "memo_cap_" << s1 << '_' << s2; } - delete memo; + sa << '\t' << live_memo_sizes[i] << '\t' << memo_sizes[i] << '\t' << live_memo_bytes[i] << '\n'; + if (examples) { +# if HAVE_STRING_PROFILING > 1 + for (memo_t *m = live_memos[i]; m; m = m->next) { + sa << " [" << m->dirty << "] "; + uint32_t dirty = m->dirty; + if (dirty > 0 && m->real_data[dirty - 1] == '\0') + --dirty; + sa.append(m->real_data, dirty > 128 ? 128 : dirty); + sa << '\n'; + } +# endif + } +} + +void +String::profile_report(StringAccum &sa, int examples) +{ + uint64_t all_live_sizes = 0, all_sizes = 0, all_live_bytes = 0; + for (int i = 0; i < 55; ++i) { + if (memo_sizes[i]) + one_profile_report(sa, i, examples); + all_live_sizes += live_memo_sizes[i]; + all_sizes += memo_sizes[i]; + all_live_bytes += live_memo_bytes[i]; + } + sa << "memo_total\t" << all_live_sizes << '\t' << all_sizes << '\t' << all_live_bytes << '\n'; } +#endif + /** @endcond never */ -String::String(int i) +String::String(int x) { - char buf[128]; - sprintf(buf, "%d", i); - assign(buf, -1, false); + if (x >= 0 && x < 10) + assign_memo(int_data + 2 * x, 1, 0); + else { + char buf[128]; + sprintf(buf, "%d", x); + assign(buf, -1, false); + } } -String::String(unsigned u) +String::String(unsigned x) { - char buf[128]; - sprintf(buf, "%u", u); - assign(buf, -1, false); + if (x < 10) + assign_memo(int_data + 2 * x, 1, 0); + else { + char buf[128]; + sprintf(buf, "%u", x); + assign(buf, -1, false); + } } -String::String(long i) +String::String(long x) { - char buf[128]; - sprintf(buf, "%ld", i); - assign(buf, -1, false); + if (x >= 0 && x < 10) + assign_memo(int_data + 2 * x, 1, 0); + else { + char buf[128]; + sprintf(buf, "%ld", x); + assign(buf, -1, false); + } } -String::String(unsigned long u) +String::String(unsigned long x) { - char buf[128]; - sprintf(buf, "%lu", u); - assign(buf, -1, false); + if (x < 10) + assign_memo(int_data + 2 * x, 1, 0); + else { + char buf[128]; + sprintf(buf, "%lu", x); + assign(buf, -1, false); + } } -String::String(double d) +String::String(double x) { char buf[128]; - int len = sprintf(buf, "%.12g", d); + int len = sprintf(buf, "%.12g", x); assign(buf, len, false); } @@ -161,10 +253,8 @@ String String::make_claim(char *str, int len, int capacity) { assert(str && len > 0 && capacity >= len); - if (memo_t *new_memo = create_memo(str, len, capacity)) - return String(str, len, new_memo); - else - return String(&oom_string_data, 0, &oom_memo); + memo_t *new_memo = create_memo(str - MEMO_SPACE, len, capacity); + return String(str, len, new_memo); } String @@ -172,10 +262,7 @@ String::make_stable(const char *s, int len) { if (len < 0) len = (s ? strlen(s) : 0); - if (len == 0) - return String(); - else - return String(s, len, &permanent_memo); + return String(s, len, 0); } String @@ -199,10 +286,9 @@ String::assign_out_of_memory() { if (_r.memo) deref(); - _r.memo = &oom_memo; - _r.data = _r.memo->real_data; + _r.memo = 0; + _r.data = &oom_data; _r.length = 0; - ++_r.memo->refcount; } void @@ -216,7 +302,8 @@ String::assign(const char *str, int len, bool need_deref) // need to start with dereference if (need_deref) { - if (str >= _r.memo->real_data + if (_r.memo + && str >= _r.memo->real_data && str + len <= _r.memo->real_data + _r.memo->capacity) { // Be careful about "String s = ...; s = s.c_str();" _r.data = str; @@ -227,21 +314,21 @@ String::assign(const char *str, int len, bool need_deref) } if (len == 0) { - _r.memo = (str == &oom_string_data ? &oom_memo : &null_memo); - ++_r.memo->refcount; + _r.memo = 0; + _r.data = (str == &oom_data ? str : &null_data); } else { - // Make 'capacity' a multiple of 16 characters and bigger than 'len'. - int capacity = (len + 16) & ~15; - _r.memo = create_memo(0, len, capacity); + // Make the memo a multiple of 16 characters and bigger than 'len'. + int memo_capacity = (len + 15 + MEMO_SPACE) & ~15; + _r.memo = create_memo(0, len, memo_capacity - MEMO_SPACE); if (!_r.memo) { assign_out_of_memory(); return; } memcpy(_r.memo->real_data, str, len); + _r.data = _r.memo->real_data; } - _r.data = _r.memo->real_data; _r.length = len; } @@ -249,32 +336,40 @@ char * String::append_garbage(int len) { // Appending anything to "out of memory" leaves it as "out of memory" - if (len <= 0 || _r.memo == &oom_memo) + if (len <= 0 || _r.data == &oom_data) return 0; // If we can, append into unused space. First, we check that there's // enough unused space for 'len' characters to fit; then, we check // that the unused space immediately follows the data in '*this'. - uint32_t dirty = _r.memo->dirty; - if (_r.memo->capacity > dirty + len) { + uint32_t dirty; + if (_r.memo + && ((dirty = _r.memo->dirty), _r.memo->capacity > dirty + len)) { char *real_dirty = _r.memo->real_data + dirty; if (real_dirty == _r.data + _r.length) { - _r.length += len; _r.memo->dirty = dirty + len; + _r.length += len; assert(_r.memo->dirty < _r.memo->capacity); +#if HAVE_STRING_PROFILING + profile_update_memo_dirty(_r.memo, dirty, dirty + len, _r.memo->capacity); +#endif return real_dirty; } } - // Now we have to make new space. Make sure the new capacity is a - // multiple of 16 characters and that it is at least 16. But for large - // strings, allocate a power of 2, since power-of-2 sizes minimize waste - // in frequently-used allocators, like Linux kmalloc. - int new_capacity = (_r.length + len < 1024 ? (_r.length + 16) & ~15 : 1024); - while (new_capacity < _r.length + len) - new_capacity *= 2; + // Now we have to make new space. Make sure the memo is a multiple of 16 + // bytes and that it is at least 16. But for large strings, allocate a + // power of 2, since power-of-2 sizes minimize waste in frequently-used + // allocators, like Linux kmalloc. + int want_memo_len = _r.length + len + MEMO_SPACE; + int memo_capacity; + if (want_memo_len <= 1024) + memo_capacity = (want_memo_len + 15) & ~15; + else + for (memo_capacity = 2048; memo_capacity < want_memo_len; ) + memo_capacity *= 2; - memo_t *new_memo = create_memo(0, _r.length + len, new_capacity); + memo_t *new_memo = create_memo(0, _r.length + len, memo_capacity - MEMO_SPACE); if (!new_memo) { assign_out_of_memory(); return 0; @@ -300,13 +395,14 @@ String::append(const char *s, int len) } else if (len < 0) len = strlen(s); - if (s == &oom_string_data) + if (s == &oom_data) // Appending "out of memory" to a regular string makes it "out of // memory" assign_out_of_memory(); else if (len == 0) /* do nothing */; - else if (!(s >= _r.memo->real_data + else if (!(_r.memo + && s >= _r.memo->real_data && s + len <= _r.memo->real_data + _r.memo->capacity)) { if (char *space = append_garbage(len)) memcpy(space, s, len); @@ -330,12 +426,14 @@ String::mutable_data() { // If _memo has a capacity (it's not one of the special strings) and it's // uniquely referenced, return _data right away. - if (_r.memo->capacity && _r.memo->refcount == 1) + if (_r.memo && _r.memo->refcount == 1) return const_cast(_r.data); // Otherwise, make a copy of it. Rely on: deref() doesn't change _data or // _length; and if _capacity == 0, then deref() doesn't free _real_data. - assert(!_r.memo->capacity || _r.memo->refcount > 1); + assert(!_r.memo || _r.memo->refcount > 1); + // But in multithreaded situations we must hold a local copy of memo! + String do_not_delete_underlying_memo(*this); deref(); assign(_r.data, _r.length, false); return const_cast(_r.data); @@ -349,53 +447,6 @@ String::mutable_c_str() return const_cast(_r.data); } -const char * -String::c_str() const -{ - // If _memo has no capacity, then this is one of the special strings (null - // or PermString). We are guaranteed, in these strings, that - // _data[_length] exists. We can return _data immediately if we have a - // '\0' in the right place. - if (!_r.memo->capacity && _r.data[_r.length] == '\0') - return _r.data; - - // Otherwise, this invariant must hold (there's more real data in _memo - // than in our substring). - assert(!_r.memo->capacity - || _r.memo->real_data + _r.memo->dirty >= _r.data + _r.length); - - // Has the character after our substring been set? - uint32_t dirty = _r.memo->dirty; - if (_r.memo->real_data + dirty == _r.data + _r.length) { - if (_r.memo->capacity > dirty) { - _r.memo->dirty = dirty + 1; - // Character after our substring has not been set. Change it to - // '\0'. This case will never occur on special strings. - char *real_data = const_cast(_r.data); - real_data[_r.length] = '\0'; - return _r.data; - } - - } else { - // Character after our substring has been set. OK to return _data if - // it is already '\0'. - if (_r.data[_r.length] == '\0') - return _r.data; - } - - // If we get here, we must make a copy of our portion of the string. - { - String s(_r.data, _r.length); - deref(); - assign(s); - } - - char *real_data = const_cast(_r.data); - real_data[_r.length] = '\0'; - ++_r.memo->dirty; // include '\0' in used portion of _memo - return _r.data; -} - String String::substring(int pos, int len) const { @@ -643,7 +694,7 @@ String::equals(const char *s, int len) const else if (_r.data == s) return true; else if (len == 0) - return (s != &oom_string_data && _r.memo != &oom_memo); + return (s != &oom_data && _r.data != &oom_data); else return memcmp(_r.data, s, len) == 0; } @@ -659,7 +710,7 @@ String::starts_with(const char *s, int len) const else if (_r.data == s) return true; else if (len == 0) - return (s != &oom_string_data && _r.memo != &oom_memo); + return (s != &oom_data && _r.data != &oom_data); else return memcmp(_r.data, s, len) == 0; } @@ -671,9 +722,9 @@ String::compare(const char *s, int len) const len = strlen(s); if (_r.data == s) return _r.length - len; - else if (_r.memo == &oom_memo) + else if (_r.data == &oom_data) return 1; - else if (s == &oom_string_data) + else if (s == &oom_data) return -1; else if (_r.length == len) return memcmp(_r.data, s, len); diff --git a/Build/source/texk/lcdf-typetools/mmafm/Makefile.in b/Build/source/texk/lcdf-typetools/mmafm/Makefile.in index 8ff88293289..ce2f8390509 100644 --- a/Build/source/texk/lcdf-typetools/mmafm/Makefile.in +++ b/Build/source/texk/lcdf-typetools/mmafm/Makefile.in @@ -53,7 +53,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = $(top_builddir)/autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" diff --git a/Build/source/texk/lcdf-typetools/mmafm/mmafm.1 b/Build/source/texk/lcdf-typetools/mmafm/mmafm.1 index df5db5618a1..dc23c0e9603 100644 --- a/Build/source/texk/lcdf-typetools/mmafm/mmafm.1 +++ b/Build/source/texk/lcdf-typetools/mmafm/mmafm.1 @@ -1,5 +1,5 @@ .\" -*-nroff-*- -.ds V 2.83 +.ds V 2.85 .de M .BR "\\$1" "(\\$2)\\$3" .. diff --git a/Build/source/texk/lcdf-typetools/mmpfb/Makefile.in b/Build/source/texk/lcdf-typetools/mmpfb/Makefile.in index 7ce8095109e..508c251d1d6 100644 --- a/Build/source/texk/lcdf-typetools/mmpfb/Makefile.in +++ b/Build/source/texk/lcdf-typetools/mmpfb/Makefile.in @@ -53,7 +53,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = $(top_builddir)/autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" diff --git a/Build/source/texk/lcdf-typetools/mmpfb/mmpfb.1 b/Build/source/texk/lcdf-typetools/mmpfb/mmpfb.1 index 9d8e1e28757..8e14b579ad1 100644 --- a/Build/source/texk/lcdf-typetools/mmpfb/mmpfb.1 +++ b/Build/source/texk/lcdf-typetools/mmpfb/mmpfb.1 @@ -1,5 +1,5 @@ .\" -*-nroff-*- -.ds V 2.83 +.ds V 2.85 .de M .BR "\\$1" "(\\$2)\\$3" .. diff --git a/Build/source/texk/lcdf-typetools/otfinfo/Makefile.in b/Build/source/texk/lcdf-typetools/otfinfo/Makefile.in index 5536362d10c..286ab61db5e 100644 --- a/Build/source/texk/lcdf-typetools/otfinfo/Makefile.in +++ b/Build/source/texk/lcdf-typetools/otfinfo/Makefile.in @@ -53,7 +53,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = $(top_builddir)/autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" diff --git a/Build/source/texk/lcdf-typetools/otfinfo/otfinfo.1 b/Build/source/texk/lcdf-typetools/otfinfo/otfinfo.1 index 2a5c9724da4..2c5b08b823e 100644 --- a/Build/source/texk/lcdf-typetools/otfinfo/otfinfo.1 +++ b/Build/source/texk/lcdf-typetools/otfinfo/otfinfo.1 @@ -1,5 +1,5 @@ '\"t -.ds V 2.83 +.ds V 2.85 .de M .BR "\\$1" "(\\$2)\\$3" .. diff --git a/Build/source/texk/lcdf-typetools/otfinfo/otfinfo.cc b/Build/source/texk/lcdf-typetools/otfinfo/otfinfo.cc index 584824295a8..978be47c15b 100644 --- a/Build/source/texk/lcdf-typetools/otfinfo/otfinfo.cc +++ b/Build/source/texk/lcdf-typetools/otfinfo/otfinfo.cc @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include @@ -106,7 +107,7 @@ usage() % reports information about an OpenType font to standard output.\n\ Options specify what information to print.\n\ \n\ -Usage: %s [-sfzpg] [OTFFILES...]\n\n", +Usage: %s [-sfzpg | OPTIONS] [OTFFILES...]\n\n", program_name); uerrh.message("\ Query options:\n\ @@ -151,7 +152,7 @@ read_file(String filename, ErrorHandler *errh, bool warning = false) while (!feof(f)) { if (char *x = sa.reserve(8192)) { int amt = fread(x, 1, 8192, f); - sa.forward(amt); + sa.adjust_length(amt); } else { errh->xmessage((warning ? errh->e_warning : errh->e_error) + ErrorHandler::make_landmark_anno(filename), "Out of memory!"); break; @@ -396,8 +397,20 @@ do_info(const OpenType::Font &otf, ErrorHandler *errh, ErrorHandler *result_errh } } + if (String os2_table = otf.table("OS/2")) { + OpenType::Os2 os2(os2_table, errh); + if (os2.ok()) { + if (String s = os2.vendor_id()) { + while (s.length() && (s.back() == ' ' || s.back() == 0)) + s = s.substring(s.begin(), s.end() - 1); + if (s) + sa << "Vendor ID: " << s << "\n"; + } + } + } + if (errh->nerrors() == before_nerrors) - result_errh->message("%s", (sa ? sa.c_str() : "no name information")); + result_errh->message("%s", (sa ? sa.c_str() : "no information")); } static void diff --git a/Build/source/texk/lcdf-typetools/otftotfm/Makefile.am b/Build/source/texk/lcdf-typetools/otftotfm/Makefile.am index 09af4e1376c..e8652fb2548 100644 --- a/Build/source/texk/lcdf-typetools/otftotfm/Makefile.am +++ b/Build/source/texk/lcdf-typetools/otftotfm/Makefile.am @@ -13,6 +13,7 @@ otftotfm_SOURCES = \ secondary.cc secondary.hh \ uniprop.cc uniprop.hh \ util.cc util.hh +EXTRA_otftotfm_SOURCES = kpseinterface.c kpseinterface.h otftotfm_LDADD = ../libefont/libefont.a ../liblcdf/liblcdf.a otftotfm_DEPENDENCIES = ../libefont/libefont.a ../liblcdf/liblcdf.a diff --git a/Build/source/texk/lcdf-typetools/otftotfm/Makefile.in b/Build/source/texk/lcdf-typetools/otftotfm/Makefile.in index 2151eacdec2..3ea279fc8a0 100644 --- a/Build/source/texk/lcdf-typetools/otftotfm/Makefile.in +++ b/Build/source/texk/lcdf-typetools/otftotfm/Makefile.in @@ -57,7 +57,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = $(top_builddir)/autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" @@ -96,8 +96,8 @@ LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ -SOURCES = $(otftotfm_SOURCES) -DIST_SOURCES = $(am__otftotfm_SOURCES_DIST) +SOURCES = $(otftotfm_SOURCES) $(EXTRA_otftotfm_SOURCES) +DIST_SOURCES = $(am__otftotfm_SOURCES_DIST) $(EXTRA_otftotfm_SOURCES) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -260,6 +260,7 @@ otftotfm_SOURCES = automatic.cc automatic.hh dvipsencoding.cc \ dvipsencoding.hh glyphfilter.cc glyphfilter.hh metrics.cc \ metrics.hh otftotfm.cc otftotfm.hh secondary.cc secondary.hh \ uniprop.cc uniprop.hh util.cc util.hh $(am__append_1) +EXTRA_otftotfm_SOURCES = kpseinterface.c kpseinterface.h otftotfm_LDADD = ../libefont/libefont.a ../liblcdf/liblcdf.a \ $(am__append_3) otftotfm_DEPENDENCIES = ../libefont/libefont.a ../liblcdf/liblcdf.a \ diff --git a/Build/source/texk/lcdf-typetools/otftotfm/automatic.cc b/Build/source/texk/lcdf-typetools/otftotfm/automatic.cc index ad303d690a2..ee38173c762 100644 --- a/Build/source/texk/lcdf-typetools/otftotfm/automatic.cc +++ b/Build/source/texk/lcdf-typetools/otftotfm/automatic.cc @@ -476,13 +476,13 @@ installed_truetype(const String &ttf_filename, bool allow_generate, ErrorHandler // perhaps generate type 42 in the future, for now just copy if (allow_generate && ttf_filename && ttf_filename != "-" && getodir(O_TRUETYPE, errh)) { - String ttf_filename = odir[O_TRUETYPE] + "/" + file; - if (ttf_filename.find_left('\'') >= 0 || ttf_filename.find_left('\"') >= 0) + String installed_ttf_filename = odir[O_TRUETYPE] + "/" + file; + if (installed_ttf_filename.find_left('\'') >= 0 || installed_ttf_filename.find_left('\"') >= 0) return String(); int retval; - if (!same_filename(ttf_filename, ttf_filename)) { - String command = "cp " + shell_quote(ttf_filename) + " " + shell_quote(ttf_filename); + if (!same_filename(ttf_filename, installed_ttf_filename)) { + String command = "cp " + shell_quote(ttf_filename) + " " + shell_quote(installed_ttf_filename); retval = mysystem(command.c_str(), errh); if (retval == 127) errh->error("could not run %<%s%>", command.c_str()); @@ -492,13 +492,13 @@ installed_truetype(const String &ttf_filename, bool allow_generate, ErrorHandler errh->error("%<%s%> failed", command.c_str()); } else { if (verbose) - errh->message("TrueType file %s already located in output directory", ttf_filename.c_str()); + errh->message("TrueType file %s already located in output directory", installed_ttf_filename.c_str()); retval = 0; } if (retval == 0) { - update_odir(O_TRUETYPE, ttf_filename, errh); - return ttf_filename; + update_odir(O_TRUETYPE, installed_ttf_filename, errh); + return installed_ttf_filename; } } @@ -605,7 +605,7 @@ update_autofont_map(const String &fontname, String mapline, ErrorHandler *errh) while (!feof(f)) if (char *x = sa.reserve(8192)) { int amt = fread(x, 1, 8192, f); - sa.forward(amt); + sa.adjust_length(amt); } else { fclose(f); return errh->error("Out of memory!"); diff --git a/Build/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc b/Build/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc index 0575c665225..5ca912ee58d 100644 --- a/Build/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc +++ b/Build/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc @@ -26,115 +26,162 @@ #include #include "util.hh" -enum { GLYPHLIST_MORE = 0x40000000, - U_EMPTYSLOT = 0xD801, U_ALTSELECTOR = 0xD802 }; -static HashMap glyphlist(-1); +enum { GLYPHLIST_ALTERNATIVE = 0x40000000, + GLYPHLIST_USEMAP = GLYPHLIST_ALTERNATIVE, + U_EMPTYSLOT = 0xD801, + U_ALTSELECTOR = 0xD802 }; +static HashMap glyphlist(-1); +static Vector glyphmap; static PermString::Initializer perm_initializer; PermString DvipsEncoding::dot_notdef(".notdef"); #define NEXT_GLYPH_NAME(gn) ("/" + (gn)) -int +void DvipsEncoding::add_glyphlist(String text) { - // XXX ignores glyph names that map to multiple characters - const char *data = text.c_str(); - int pos = 0, len = text.length(); - while (1) { + const char *s = text.begin(), *end = text.end(); + while (s != end) { // move to first nonblank - while (pos < len && isspace((unsigned char) data[pos])) - pos++; - // parse line - if (pos >= len) - return 0; - else if (data[pos] != '#') { - int first = pos; - for (; pos < len && !isspace((unsigned char) data[pos]) && data[pos] != ';'; pos++) - /* nada */; - String glyph_name = text.substring(first, pos - first); - int value; - char *next; - read_uni: - if (first == pos - || pos + 1 >= len - || (data[pos] != ';' && data[pos] != ',') - || !isxdigit((unsigned char) data[pos+1]) - || ((value = strtol(data + pos + 1, &next, 16)), - (!isspace((unsigned char) *next) && *next && *next != ';' && *next != ','))) - return -1; - while (*next == ' ' || *next == '\t') - next++; - if (*next == '\r' || *next == '\n') - glyphlist.insert(glyph_name, value); - else if (*next == ';' || *next == ',') - glyphlist.insert(glyph_name, value | GLYPHLIST_MORE); - else - while (*next != '\r' && *next != '\n' && *next != ';' && *next != ',') - next++; - pos = next - data; - if (*next == ';' || *next == ',') { // read another possibility - glyph_name = NEXT_GLYPH_NAME(glyph_name); - // XXX given "DDDD,EEEE EEEE,FFFF", will not store "FFFF" - goto read_uni; + while (s != end && isspace((unsigned char) *s)) + ++s; + // ignore comments + if (*s == '#') { + skip_to_end_of_line: + while (s != end && *s != '\n' && *s != '\r') + ++s; + continue; + } + // parse glyph name + const char *name_start = s; + while (s != end && !isspace((unsigned char) *s) && *s != ';') + ++s; + if (s == name_start) + goto skip_to_end_of_line; + String glyph_name = text.substring(name_start, s).compact(); + int map_pos = glyphmap.size(); + // parse Unicodes + while (1) { + while (s != end && (*s == ' ' || *s == '\t')) + ++s; + if (s == end || *s == '\n' || *s == '\r' || *s == '#' + || (map_pos == glyphmap.size() && *s != ';' && *s != ',')) + break; + if (*s == ';' || *s == ',') { + ++s; + while (s != end && (*s == ' ' || *s == '\t')) + ++s; + if (s == end || !isxdigit((unsigned char) *s)) + goto skip_to_end_of_line; + if (map_pos != glyphmap.size()) + glyphmap.push_back(GLYPHLIST_ALTERNATIVE); } - } else - while (pos < len && data[pos] != '\n' && data[pos] != '\r') - pos++; + uint32_t u = 0; + while (s != end && isxdigit((unsigned char) *s)) { + if (*s >= '0' && *s <= '9') + u = (u << 4) + *s - '0'; + else if (*s >= 'A' && *s <= 'F') + u = (u << 4) + *s - 'A' + 10; + else + u = (u << 4) + *s - 'a' + 10; + ++s; + } + if (u == 0 || u > 0x10FFFF) + goto skip_to_end_of_line; + glyphmap.push_back(u); + if (s != end && !isspace((unsigned char) *s) && *s != ',' && *s != ';') + break; + } + // store result + if (map_pos == glyphmap.size() - 1) { + glyphlist.insert(glyph_name, glyphmap.back()); + glyphmap.pop_back(); + } else { + glyphlist.insert(glyph_name, map_pos | GLYPHLIST_USEMAP); + glyphmap.push_back(0); + } + goto skip_to_end_of_line; } } -void -DvipsEncoding::glyphname_unicode(String gn, Vector &unis, bool *more) +static void +unicode_add_suffix(Vector &prefix, + int prefix_starting_from, + const Vector &suffix) { - if (more) - *more = false; + int prefix_size = prefix.size(); + for (Vector::const_iterator it = suffix.begin(); + it != suffix.end() && *it != 0; + ++it) + if (*it == GLYPHLIST_ALTERNATIVE) { + prefix.push_back(*it); + for (int i = prefix_starting_from; i < prefix_size; ++i) + prefix.push_back(prefix[i]); + } else + prefix.push_back(*it); +} - // first, drop all characters to the right of the first dot +bool +DvipsEncoding::glyphname_unicode(String gn, Vector &unis) +{ + int unis_first_size = unis.size(); + + // drop all characters to the right of the first dot String::iterator dot = std::find(gn.begin(), gn.end(), '.'); if (dot < gn.end()) gn = gn.substring(gn.begin(), dot); - // then, separate into components - while (gn) { - String::iterator underscore = std::find(gn.begin(), gn.end(), '_'); - String component = gn.substring(gn.begin(), underscore); - gn = gn.substring(underscore + 1, gn.end()); - - // check glyphlist - int value = glyphlist[component]; - uint32_t uval; - if (value >= 0) { - unis.push_back(value & ~GLYPHLIST_MORE); - if (more && (value & GLYPHLIST_MORE) && !gn) - *more = true; - } else if (component.length() >= 7 - && (component.length() % 4) == 3 - && (memcmp(component.data(), "uni", 3) == 0 - // 16.Aug.2008: Some texnansx.enc have incorrect "Uni" - // prefix, but we might as well understand it. - || memcmp(component.data(), "Uni", 3) == 0)) { - int old_size = unis.size(); - for (const char* s = component.begin() + 3; s < component.end(); s += 4) - if (parse_unicode_number(s, s + 4, -1, uval)) - unis.push_back(uval); - else { - unis.resize(old_size); - break; - } - } else if (component.length() >= 5 - && component.length() <= 7 - && component[0] == 'u' - && parse_unicode_number(component.begin() + 1, component.end(), -1, uval)) - unis.push_back(uval); + // map the first component, handle later components recursively + String::iterator underscore = std::find(gn.begin(), gn.end(), '_'); + String component = gn.substring(gn.begin(), underscore); + int prefix_start = 0; + Vector suffix; + if (String gn_suffix = gn.substring(underscore + 1, gn.end())) { + if (!glyphname_unicode(gn_suffix, suffix)) + return false; } -} -int -DvipsEncoding::glyphname_unicode(const String &gn, bool *more) -{ - Vector unis; - glyphname_unicode(gn, unis, more); - return (unis.size() == 1 ? unis[0] : -1); + // check glyphlist + int value = glyphlist[component]; + uint32_t uval; + if (value >= 0 && !(value & GLYPHLIST_USEMAP)) + unis.push_back(value); + else if (value >= 0) { + for (int i = (value & ~GLYPHLIST_USEMAP); + glyphmap[i]; + ++i) + if (glyphmap[i] == GLYPHLIST_ALTERNATIVE) { + unicode_add_suffix(unis, prefix_start, suffix); + unis.push_back(GLYPHLIST_ALTERNATIVE); + prefix_start = unis.size(); + } else + unis.push_back(glyphmap[i]); + } else if (component.length() >= 7 + && (component.length() % 4) == 3 + && (memcmp(component.data(), "uni", 3) == 0 + // 16.Aug.2008: Some texnansx.enc have incorrect "Uni" + // prefix, but we might as well understand it. + || memcmp(component.data(), "Uni", 3) == 0)) { + int old_size = unis.size(); + for (const char *s = component.begin() + 3; + s < component.end(); + s += 4) + if (parse_unicode_number(s, s + 4, -1, uval)) + unis.push_back(uval); + else { + unis.resize(unis_first_size); + return false; + } + } else if (component.length() >= 5 + && component.length() <= 7 + && component[0] == 'u' + && parse_unicode_number(component.begin() + 1, component.end(), -1, uval)) + unis.push_back(uval); + else + return false; + + unicode_add_suffix(unis, prefix_start, suffix); + return true; } @@ -462,24 +509,19 @@ DvipsEncoding::parse_unicoding_words(Vector &v, int override, ErrorHandl /* no warnings to delete a glyph */; else { for (int i = 2; i < v.size(); i++) { - bool more; // some care to get all possibilities - int uni = glyphname_unicode(v[i], &more); - if (uni < 0) { - errh->warning("can't map %<%s%> to Unicode", v[i].c_str()); + if (i > 2) + _unicoding.push_back(GLYPHLIST_ALTERNATIVE); + if (!glyphname_unicode(v[i], _unicoding)) { + errh->warning("can%,t map %<%s%> to Unicode", v[i].c_str()); if (i == 2) errh->warning("target %<%s%> will be deleted from encoding", v[0].c_str()); - } else { - _unicoding.push_back(uni); - while (more) { - v[i] = NEXT_GLYPH_NAME(v[i]); - if ((uni = glyphname_unicode(v[i], &more)) >= 0) - _unicoding.push_back(uni); - } + else + _unicoding.pop_back(); } } } - _unicoding.push_back(-1); + _unicoding.push_back(0); if (override > 0 || _unicoding_map[v[0]] < 0) _unicoding_map.insert(v[0], original_size); return 0; @@ -688,9 +730,9 @@ DvipsEncoding::bad_codepoint(int code, Metrics &metrics, Vector &unencod } if (_warn_missing) { - Vector unicodes; - bool unicodes_explicit = x_unicodes(_e[code], unicodes); - if (!unicodes_explicit || unicodes.size() > 0) { + Vector garbage; + bool unicodes_explicit = x_unicodes(_e[code], garbage); + if (!unicodes_explicit || garbage.size() > 0) { Vector v; v.push_back(Setting(Setting::RULE, 500, 500)); v.push_back(Setting(Setting::SPECIAL, String("Warning: missing glyph '") + _e[code] + "'")); @@ -714,21 +756,11 @@ DvipsEncoding::x_unicodes(PermString chname, Vector &unicodes) const { int i = _unicoding_map[chname]; if (i >= 0) { - for (; _unicoding[i] >= 0; i++) + for (; _unicoding[i] > 0; i++) unicodes.push_back(_unicoding[i]); return true; } else { - bool more; - if ((i = glyphname_unicode(chname, &more)) >= 0) - unicodes.push_back(i); - if (more) { // might be multiple possibilities - String gn = chname; - do { - gn = NEXT_GLYPH_NAME(gn); - if ((i = glyphname_unicode(gn, &more)) >= 0) - unicodes.push_back(i); - } while (more); - } + glyphname_unicode(chname, unicodes); return false; } } @@ -745,16 +777,27 @@ DvipsEncoding::make_metrics(Metrics &metrics, const FontInfo &finfo, Secondary * if (chname == dot_notdef) continue; - // find all Unicodes - Vector unicodes; - (void) x_unicodes(chname, unicodes); - - // find first Unicode supported by the font + // find first single Unicode glyph supported by the font Efont::OpenType::Glyph glyph = 0; - uint32_t glyph_uni = (unicodes.size() ? unicodes[0] : 0); - for (uint32_t *u = unicodes.begin(); u < unicodes.end() && !glyph; u++) - if ((glyph = map_uni(*u, *finfo.cmap, metrics)) > 0) - glyph_uni = *u; + uint32_t glyph_uni = 0; + { + Vector unicodes; + (void) x_unicodes(chname, unicodes); + Vector::iterator u = unicodes.begin(); + while (u != unicodes.end() && glyph <= 0) { + uint32_t this_uni = u[0]; + ++u; + if (u != unicodes.end()) { + if (*u != GLYPHLIST_ALTERNATIVE) + break; + ++u; + } + + glyph = map_uni(this_uni, *finfo.cmap, metrics); + if (glyph_uni == 0 || glyph > 0) + glyph_uni = this_uni; + } + } // find named glyph, if any Efont::OpenType::Glyph named_glyph = finfo.glyphid(chname); @@ -809,9 +852,14 @@ DvipsEncoding::make_metrics(Metrics &metrics, const FontInfo &finfo, Secondary * // May need to try secondaries later. Store this slot. // Try secondaries, if there's explicit unicoding or no named_glyph. if (unicodes_explicit || named_glyph <= 0) - for (uint32_t *u = unicodes.begin(); u < unicodes.end(); u++) - if (secondary->encode_uni(code, chname, *u, metrics, errh)) + for (uint32_t *u = unicodes.begin(); u != unicodes.end(); ) { + uint32_t *endu = u + 1; + while (endu != unicodes.end() && *endu != GLYPHLIST_ALTERNATIVE) + ++endu; + if (secondary->encode_uni(code, chname, u, endu, metrics, errh)) goto encoded; + u = (endu == unicodes.end() ? endu : endu + 1); + } // 1. We were not able to find the glyph using Unicode or secondaries. // 2. There might be a named_glyph. @@ -819,9 +867,14 @@ DvipsEncoding::make_metrics(Metrics &metrics, const FontInfo &finfo, Secondary * // which should turn off the character (even if a named_glyph exists), // UNLESS the glyph was explicitly requested. if (named_glyph > 0 - && (!unicodes_explicit || unicodes.size() > 0 - || (_encoding_required.size() > code && _encoding_required[code]))) - metrics.encode(code, unicodes.size() ? unicodes[0] : 0, named_glyph); + && (!unicodes_explicit + || unicodes.size() > 0 + || (_encoding_required.size() > code && _encoding_required[code]))) { + uint32_t uni = 0; + if (unicodes.size() == 1 || (unicodes.size() > 0 && unicodes[1] == GLYPHLIST_ALTERNATIVE)) + uni = unicodes[0]; + metrics.encode(code, uni, named_glyph); + } encoded: /* all set */; diff --git a/Build/source/texk/lcdf-typetools/otftotfm/dvipsencoding.hh b/Build/source/texk/lcdf-typetools/otftotfm/dvipsencoding.hh index 5c472670863..de2561d1011 100644 --- a/Build/source/texk/lcdf-typetools/otftotfm/dvipsencoding.hh +++ b/Build/source/texk/lcdf-typetools/otftotfm/dvipsencoding.hh @@ -11,9 +11,7 @@ class DvipsEncoding { public: DvipsEncoding(); - static int add_glyphlist(String); - static int glyphname_unicode(const String &, bool *more = 0); - static void glyphname_unicode(String, Vector &, bool *more = 0); + static void add_glyphlist(String); operator bool() const { return _e.size() > 0; } const String &name() const { return _name; } @@ -67,7 +65,7 @@ class DvipsEncoding { public: Vector _lig; Vector _pos; HashMap _unicoding_map; - Vector _unicoding; + Vector _unicoding; mutable Vector _unicodes; @@ -100,6 +98,8 @@ class DvipsEncoding { public: static PermString dot_notdef; + static bool glyphname_unicode(String, Vector &); + friend inline bool operator==(const Ligature&, const Ligature&); }; diff --git a/Build/source/texk/lcdf-typetools/otftotfm/metrics.cc b/Build/source/texk/lcdf-typetools/otftotfm/metrics.cc index 5d2ac48fc84..1b41e81964b 100644 --- a/Build/source/texk/lcdf-typetools/otftotfm/metrics.cc +++ b/Build/source/texk/lcdf-typetools/otftotfm/metrics.cc @@ -1184,7 +1184,7 @@ Metrics::shrink_encoding(int size, const DvipsEncoding &dvipsenc, ErrorHandler * for (Code c = 0; c < _encoding.size(); c++) if (VirtualChar *vc = _encoding[c].virtual_char) { - /* Make sure that if this virutal character appears, its parts + /* Make sure that if this virtual character appears, its parts will also appear, by scoring the parts less */ int score = scores[c] - 1, font_number = 0; for (Setting *s = vc->setting.begin(); s != vc->setting.end(); s++) diff --git a/Build/source/texk/lcdf-typetools/otftotfm/otftotfm.1 b/Build/source/texk/lcdf-typetools/otftotfm/otftotfm.1 index 212f4508ba7..fbeb186950f 100644 --- a/Build/source/texk/lcdf-typetools/otftotfm/otftotfm.1 +++ b/Build/source/texk/lcdf-typetools/otftotfm/otftotfm.1 @@ -1,5 +1,5 @@ '\"t -.ds V 2.83 +.ds V 2.85 .de M .BR "\\$1" "(\\$2)\\$3" .. @@ -881,8 +881,9 @@ automatic mode. .BI \-\-glyphlist= file Use .I file -as the Adobe glyph list, which helps translate glyph names to Unicode code -points. See ENCODINGS, below, for more information. +as a Adobe glyph list, which helps translate glyph names to Unicode code +points. Give multiple options to include multiple files. +See ENCODINGS, below, for more information. ' .Sp .TP 5 diff --git a/Build/source/texk/lcdf-typetools/otftotfm/otftotfm.cc b/Build/source/texk/lcdf-typetools/otftotfm/otftotfm.cc index 49d97241fc0..e7207672e07 100644 --- a/Build/source/texk/lcdf-typetools/otftotfm/otftotfm.cc +++ b/Build/source/texk/lcdf-typetools/otftotfm/otftotfm.cc @@ -626,6 +626,8 @@ output_pl(Metrics &metrics, const String &ps_name, int boundary_char, if (vpl) { int vpl_first_font = (metrics.need_base() ? 0 : 1); font_mapping.assign(metrics.n_mapped_fonts(), 0); + if (vpl_first_font == 1 && font_mapping.size() == 1) + font_mapping.push_back(0); // how many times is each font used? Vector settings; for (int i = 0; i < 256; i++) @@ -957,7 +959,7 @@ write_encoding_file(String &filename, const String &encoding_name, while (!feof(f)) if (char *x = sa.reserve(8192)) { int amt = fread(x, 1, 8192, f); - sa.forward(amt); + sa.adjust_length(amt); } else { fclose(f); return errh->error("Out of memory!"); diff --git a/Build/source/texk/lcdf-typetools/otftotfm/secondary.cc b/Build/source/texk/lcdf-typetools/otftotfm/secondary.cc index 4a48f52fadb..3d040bc9a44 100644 --- a/Build/source/texk/lcdf-typetools/otftotfm/secondary.cc +++ b/Build/source/texk/lcdf-typetools/otftotfm/secondary.cc @@ -32,51 +32,57 @@ #include #include -enum { U_EXCLAMDOWN = 0x00A1, // U+00A1 INVERTED EXCLAMATION MARK - U_DEGREE = 0x00B0, // U+00B0 DEGREE SIGN - U_QUESTIONDOWN = 0x00BF, // U+00BF INVERTED QUESTION MARK - U_IJ = 0x0132, // U+0132 LATIN CAPITAL LIGATURE IJ - U_ij = 0x0133, // U+0133 LATIN SMALL LIGATURE IJ - U_DOTLESSJ = 0x0237, // U+0237 LATIN SMALL LETTER DOTLESS J - U_RINGABOVE = 0x02DA, // U+02DA RING ABOVE - U_COMBININGRINGABOVE = 0x030A, // U+030A COMBINING RING ABOVE - U_CWM = 0x200C, // U+200C ZERO WIDTH NON-JOINER - U_ENDASH = 0x2013, // U+2013 EN DASH - U_PERTENTHOUSAND = 0x2031, // U+2031 PER TEN THOUSAND SIGN - U_INTERROBANG = 0x203D, // U+203D INTERROBANG - U_FRACTION = 0x2044, // U+2044 FRACTION SLASH - U_CENTIGRADE = 0x2103, // U+2103 DEGREE CELSIUS - U_ASTERISKMATH = 0x2217, // U+2217 ASTERISK OPERATOR - U_BARDBL = 0x2225, // U+2225 PARALLEL TO - U_VISIBLESPACE = 0x2423, // U+2423 OPEN BOX - U_DBLBRACKETLEFT = 0x27E6, - U_DBLBRACKETRIGHT = 0x27E7, - U_SS = 0xD800, // invalid Unicode - U_EMPTYSLOT = 0xD801, // invalid Unicode (not handled by Secondary) - U_ALTSELECTOR = 0xD802, // invalid Unicode - U_SSSMALL = 0xD803, // invalid Unicode - U_FFSMALL = 0xD804, // invalid Unicode - U_FISMALL = 0xD805, // invalid Unicode - U_FLSMALL = 0xD806, // invalid Unicode - U_FFISMALL = 0xD807, // invalid Unicode - U_FFLSMALL = 0xD808, // invalid Unicode - U_CAPITALCWM = 0xD809, // invalid Unicode - U_ASCENDERCWM = 0xD80A, // invalid Unicode - U_INTERROBANGDOWN = 0xD80B, // invalid Unicode - U_TWELVEUDASH = 0xD80C, // invalid Unicode - U_RINGFITTED = 0xD80D, // invalid Unicode - U_USE_KERNX = 0xD80E, // invalid Unicode, not in maps - U_VS1 = 0xFE00, - U_VS16 = 0xFE0F, - U_VS17 = 0xE0100, - U_VS256 = 0xE01FF, - U_DOTLESSJ_2 = 0xF6BE, - U_THREEQUARTERSEMDASH = 0xF6DE, - U_FSMALL = 0xF766, - U_ISMALL = 0xF769, - U_LSMALL = 0xF76C, - U_SSMALL = 0xF773, - U_MATHDOTLESSJ = 0x1D6A5 +enum { + U_EXCLAMDOWN = 0x00A1, // U+00A1 INVERTED EXCLAMATION MARK + U_DEGREE = 0x00B0, // U+00B0 DEGREE SIGN + U_QUESTIONDOWN = 0x00BF, // U+00BF INVERTED QUESTION MARK + U_IJ = 0x0132, // U+0132 LATIN CAPITAL LIGATURE IJ + U_ij = 0x0133, // U+0133 LATIN SMALL LIGATURE IJ + U_DOTLESSJ = 0x0237, // U+0237 LATIN SMALL LETTER DOTLESS J + U_RINGABOVE = 0x02DA, // U+02DA RING ABOVE + U_COMBININGRINGABOVE = 0x030A, // U+030A COMBINING RING ABOVE + U_CWM = 0x200C, // U+200C ZERO WIDTH NON-JOINER + U_ENDASH = 0x2013, // U+2013 EN DASH + U_PERTENTHOUSAND = 0x2031, // U+2031 PER TEN THOUSAND SIGN + U_INTERROBANG = 0x203D, // U+203D INTERROBANG + U_FRACTION = 0x2044, // U+2044 FRACTION SLASH + U_CENTIGRADE = 0x2103, // U+2103 DEGREE CELSIUS + U_ASTERISKMATH = 0x2217, // U+2217 ASTERISK OPERATOR + U_BARDBL = 0x2225, // U+2225 PARALLEL TO + U_VISIBLESPACE = 0x2423, // U+2423 OPEN BOX + U_DBLBRACKETLEFT = 0x27E6, // U+27E6 MATHEMATICAL LEFT WHITE SQUARE BRACKET + U_DBLBRACKETRIGHT = 0x27E7, // U+27E7 MATHEMATICAL RIGHT WHITE SQUARE BRACKET + U_INTERROBANGDOWN = 0x2E18, // U+2E18 INVERTED INTERROBANG + U_EMPTYSLOT = 0xD801, // invalid Unicode (not handled by Secondary) + U_ALTSELECTOR = 0xD802, // invalid Unicode + U_CAPITALCWM = 0xD809, // invalid Unicode + U_ASCENDERCWM = 0xD80A, // invalid Unicode + U_TWELVEUDASH = 0xD80C, // invalid Unicode + U_RINGFITTED = 0xD80D, // invalid Unicode + + // BEGIN BACKWARDS COMPATIBILITY -- newer texglyphlist.txt does not include + // these code points + U_SS = 0xD800, // invalid Unicode + U_SSSMALL = 0xD803, // invalid Unicode + U_FFSMALL = 0xD804, // invalid Unicode + U_FISMALL = 0xD805, // invalid Unicode + U_FLSMALL = 0xD806, // invalid Unicode + U_FFISMALL = 0xD807, // invalid Unicode + U_FFLSMALL = 0xD808, // invalid Unicode + // END BACKWARDS COMPATIBILITY + + U_USE_KERNX = 0xD80E, // invalid Unicode, not in maps + U_VS1 = 0xFE00, + U_VS16 = 0xFE0F, + U_VS17 = 0xE0100, + U_VS256 = 0xE01FF, + U_DOTLESSJ_2 = 0xF6BE, + U_THREEQUARTERSEMDASH = 0xF6DE, + U_FSMALL = 0xF766, + U_ISMALL = 0xF769, + U_LSMALL = 0xF76C, + U_SSMALL = 0xF773, + U_MATHDOTLESSJ = 0x1D6A5 // U+1D6A5 MATHEMATICAL ITALIC SMALL DOTLESS J }; @@ -220,6 +226,34 @@ Secondary::~Secondary() { } +bool +Secondary::encode_uni(int code, PermString name, + const uint32_t *uni_begin, const uint32_t *uni_end, + Metrics &metrics, ErrorHandler *errh) +{ + if (uni_begin + 1 == uni_end) + return encode_uni(code, name, *uni_begin, metrics, errh); + else { + Vector v; + int max_s = 0; + while (uni_begin != uni_end) { + Vector subv; + int s = setting(*uni_begin, subv, metrics, errh); + if (s == 0) + return false; + if (subv.size() && v.size()) + v.push_back(Setting(Setting::KERN)); + for (Vector::const_iterator it = subv.begin(); + it != subv.end(); ++it) + v.push_back(*it); + max_s = (max_s > s ? max_s : s); + ++uni_begin; + } + metrics.encode_virtual(code, name, 0, v, max_s > 1); + return true; + } +} + bool Secondary::encode_uni(int code, PermString name, uint32_t uni, Metrics &metrics, ErrorHandler *errh) { @@ -251,7 +285,7 @@ Secondary::setting(uint32_t uni, Vector &v, Metrics &metrics, ErrorHand if (_next) return _next->setting(uni, v, metrics, errh); else - return false; + return 0; } bool @@ -292,7 +326,9 @@ T1Secondary::char_setting(Vector &v, Metrics &metrics, int uni, ...) bool T1Secondary::encode_uni(int code, PermString name, uint32_t uni, Metrics &metrics, ErrorHandler *errh) { - if (uni == U_ALTSELECTOR || (uni >= U_VS1 && uni <= U_VS16) || (uni >= U_VS17 && uni <= U_VS256)) { + if (uni == U_ALTSELECTOR + || (uni >= U_VS1 && uni <= U_VS16) + || (uni >= U_VS17 && uni <= U_VS256)) { Vector v; setting(uni, v, metrics, errh); int which = (uni == U_ALTSELECTOR ? 0 : (uni <= U_VS16 ? uni - U_VS1 + 1 : uni - U_VS17 + 17)); @@ -398,6 +434,9 @@ T1Secondary::setting(uint32_t uni, Vector &v, Metrics &metrics, ErrorHa int vsize = v.size(); extern int letterspace; + if (char_setting(v, metrics, uni, 0)) + return 1; + switch (uni) { case U_CWM: diff --git a/Build/source/texk/lcdf-typetools/otftotfm/secondary.hh b/Build/source/texk/lcdf-typetools/otftotfm/secondary.hh index 875068078ed..c349a48dcf6 100644 --- a/Build/source/texk/lcdf-typetools/otftotfm/secondary.hh +++ b/Build/source/texk/lcdf-typetools/otftotfm/secondary.hh @@ -65,6 +65,7 @@ class Secondary { public: virtual ~Secondary(); void set_next(Secondary *s) { _next = s; } typedef Efont::OpenType::Glyph Glyph; + bool encode_uni(int code, PermString name, const uint32_t *uni_begin, const uint32_t *uni_end, Metrics &metrics, ErrorHandler *errh); virtual bool encode_uni(int code, PermString name, uint32_t uni, Metrics &, ErrorHandler *); virtual int setting(uint32_t uni, Vector &, Metrics &, ErrorHandler *); private: diff --git a/Build/source/texk/lcdf-typetools/otftotfm/util.cc b/Build/source/texk/lcdf-typetools/otftotfm/util.cc index 241d2eb733c..e2769da429b 100644 --- a/Build/source/texk/lcdf-typetools/otftotfm/util.cc +++ b/Build/source/texk/lcdf-typetools/otftotfm/util.cc @@ -52,7 +52,7 @@ read_file(String filename, ErrorHandler *errh, bool warning) while (!feof(f)) { if (char *x = sa.reserve(8192)) { int amt = fread(x, 1, 8192, f); - sa.forward(amt); + sa.adjust_length(amt); } else { errh->xmessage((warning ? errh->e_warning : errh->e_error) + ErrorHandler::make_landmark_anno(filename), "Out of memory!"); break; @@ -206,7 +206,8 @@ parse_unicode_number(const char* begin, const char* end, int require_prefix, uin else return false; - if (value <= 0xD7FF || (value >= 0xE000 && value <= 0x10FFFF)) { + if (value > 0 + && (value <= 0xD7FF || (value >= 0xE000 && value <= 0x10FFFF))) { result = value; return true; } else @@ -233,7 +234,7 @@ shell_command_output(String cmdline, const String &input, ErrorHandler *errh, bo while (!feof(p) && !ferror(p) && sa.length() < 200000) { int x = fread(sa.reserve(2048), 1, 2048, p); if (x > 0) - sa.forward(x); + sa.adjust_length(x); else if (x < 0 && errno != EAGAIN) errh->error("%<%s%>: %s", cmdline.c_str(), strerror(errno)); } diff --git a/Build/source/texk/lcdf-typetools/t1dotlessj/Makefile.in b/Build/source/texk/lcdf-typetools/t1dotlessj/Makefile.in index 60343e87fdb..e89affa44bb 100644 --- a/Build/source/texk/lcdf-typetools/t1dotlessj/Makefile.in +++ b/Build/source/texk/lcdf-typetools/t1dotlessj/Makefile.in @@ -53,7 +53,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = $(top_builddir)/autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" diff --git a/Build/source/texk/lcdf-typetools/t1dotlessj/t1dotlessj.1 b/Build/source/texk/lcdf-typetools/t1dotlessj/t1dotlessj.1 index 238b52c9122..a7c8496c74a 100644 --- a/Build/source/texk/lcdf-typetools/t1dotlessj/t1dotlessj.1 +++ b/Build/source/texk/lcdf-typetools/t1dotlessj/t1dotlessj.1 @@ -1,4 +1,4 @@ -.ds V 2.83 +.ds V 2.85 .de M .BR "\\$1" "(\\$2)\\$3" .. diff --git a/Build/source/texk/lcdf-typetools/t1lint/Makefile.in b/Build/source/texk/lcdf-typetools/t1lint/Makefile.in index 45ba827e227..f090ba67fe9 100644 --- a/Build/source/texk/lcdf-typetools/t1lint/Makefile.in +++ b/Build/source/texk/lcdf-typetools/t1lint/Makefile.in @@ -53,7 +53,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = $(top_builddir)/autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" diff --git a/Build/source/texk/lcdf-typetools/t1lint/t1lint.1 b/Build/source/texk/lcdf-typetools/t1lint/t1lint.1 index 3adc19e7ca8..59f91cb6ad8 100644 --- a/Build/source/texk/lcdf-typetools/t1lint/t1lint.1 +++ b/Build/source/texk/lcdf-typetools/t1lint/t1lint.1 @@ -1,4 +1,4 @@ -.ds V 2.83 +.ds V 2.85 .de M .BR "\\$1" "(\\$2)\\$3" .. diff --git a/Build/source/texk/lcdf-typetools/t1rawafm/Makefile.in b/Build/source/texk/lcdf-typetools/t1rawafm/Makefile.in index 322b9dc1cfc..8383f708f84 100644 --- a/Build/source/texk/lcdf-typetools/t1rawafm/Makefile.in +++ b/Build/source/texk/lcdf-typetools/t1rawafm/Makefile.in @@ -53,7 +53,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = $(top_builddir)/autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" diff --git a/Build/source/texk/lcdf-typetools/t1reencode/Makefile.in b/Build/source/texk/lcdf-typetools/t1reencode/Makefile.in index 4ab4eaf4457..78117b064f5 100644 --- a/Build/source/texk/lcdf-typetools/t1reencode/Makefile.in +++ b/Build/source/texk/lcdf-typetools/t1reencode/Makefile.in @@ -53,7 +53,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = $(top_builddir)/autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" diff --git a/Build/source/texk/lcdf-typetools/t1reencode/t1reencode.1 b/Build/source/texk/lcdf-typetools/t1reencode/t1reencode.1 index 942e78a461e..1d1e50fa984 100644 --- a/Build/source/texk/lcdf-typetools/t1reencode/t1reencode.1 +++ b/Build/source/texk/lcdf-typetools/t1reencode/t1reencode.1 @@ -1,4 +1,4 @@ -.ds V 2.83 +.ds V 2.85 .de M .BR "\\$1" "(\\$2)\\$3" .. diff --git a/Build/source/texk/lcdf-typetools/t1reencode/util.cc b/Build/source/texk/lcdf-typetools/t1reencode/util.cc index e31a58a558f..1666555e5ff 100644 --- a/Build/source/texk/lcdf-typetools/t1reencode/util.cc +++ b/Build/source/texk/lcdf-typetools/t1reencode/util.cc @@ -46,7 +46,7 @@ read_file(String filename, ErrorHandler *errh, bool warning) while (!feof(f)) { if (char *x = sa.reserve(8192)) { int amt = fread(x, 1, 8192, f); - sa.forward(amt); + sa.adjust_length(amt); } else { errh->xmessage((warning ? errh->e_warning : errh->e_error) + ErrorHandler::make_landmark_anno(filename), "Out of memory!"); break; diff --git a/Build/source/texk/lcdf-typetools/t1testpage/Makefile.in b/Build/source/texk/lcdf-typetools/t1testpage/Makefile.in index 6cdfd2d39ea..b082e207fc9 100644 --- a/Build/source/texk/lcdf-typetools/t1testpage/Makefile.in +++ b/Build/source/texk/lcdf-typetools/t1testpage/Makefile.in @@ -53,7 +53,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = $(top_builddir)/autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" diff --git a/Build/source/texk/lcdf-typetools/t1testpage/t1testpage.1 b/Build/source/texk/lcdf-typetools/t1testpage/t1testpage.1 index bae4ccd115b..bd9338299b5 100644 --- a/Build/source/texk/lcdf-typetools/t1testpage/t1testpage.1 +++ b/Build/source/texk/lcdf-typetools/t1testpage/t1testpage.1 @@ -1,4 +1,4 @@ -.ds V 2.83 +.ds V 2.85 .de M .BR "\\$1" "(\\$2)\\$3" .. diff --git a/Build/source/texk/lcdf-typetools/texglyphlist.txt b/Build/source/texk/lcdf-typetools/texglyphlist.txt index e22e80752e2..8d5ef05fad9 100644 --- a/Build/source/texk/lcdf-typetools/texglyphlist.txt +++ b/Build/source/texk/lcdf-typetools/texglyphlist.txt @@ -1,4 +1,4 @@ -# lcdf-typetools texglyphlist.txt, Version 2.33 +# lcdf-typetools texglyphlist.txt, Version 2.84 # Contents: Extensions to the Adobe Glyph List for TeX fonts and # encodings. We also extend the second field so that it can contain # multiple Unicode scalar values, separated by commas, analogous to @@ -6,23 +6,18 @@ ############################################################################### Delta;2206,0394 Ifractur;2111 -# FFsmall, FFIsmall, FFLsmall, FIsmall, FLsmall: invalid Unicode -FFsmall;D804 -FFIsmall;D807 -FFLsmall;D808 -FIsmall;D805 -FLsmall;D806 -# Germandbls: invalid Unicode, used for secondary replacement from EC.enc -Germandbls;D800 -# Germandblssmall: invalid Unicode -Germandblssmall;D803 +FFsmall;F766 F766,0066 0066 +FFIsmall;F766 F766 F769,0066 0066 0069 +FFLsmall;F766 F766 F76C,0066 0066 006C +FIsmall;F766 F769,0066 0069 +FLsmall;F766 F76C,0066 006C +Germandbls;0053 0053 +Germandblssmall;F773 F773,0073 0073 Ng;014A Omega;2126,03A9 Rfractur;211C -# SS: invalid Unicode, used for secondary replacement from EC.enc -SS;D800 -# SSsmall: invalid Unicode -SSsmall;D803 +SS;0053 0053 +SSsmall;F773 F773,0073 0073 # altselector: invalid Unicode altselector;D802 angbracketleft;27E8,2329 @@ -54,7 +49,10 @@ coproduct;2A3F cwm;200C dblbracketleft;27E6 dblbracketright;27E7 -diamond;2662,2666 +# U+2662 is WHITE DIAMOND SUIT +# U+25CA is LOZENGE +# U+2666 is BLACK DIAMOND SUIT +diamond;2662,25CA,2666 diamondmath;22C4 # U+0237 is the proposed allocation for dotless j as of Unicode 4.0 # U+1D6A5 is the mathematical italic version approved in Unicode 5.0 @@ -63,17 +61,18 @@ emptyset;2205,F638 # emptyslot: invalid Unicode; the user explicitly wants this slot empty emptyslot;D801 epsilon1;03F5 +epsiloninv;03F6 equivasymptotic;224D flat;266D floorleft;230A floorright;230B follows;227B -followsequal;227D +followsequal;2AB0 +followsorcurly;227D greatermuch;226B heart;2661,2665 interrobang;203D -# interrobangdown: inverted interrobang, invalid Unicode -interrobangdown;D80B +interrobangdown;2E18 intersectionsq;2293 latticetop;22A4 lessmuch;226A @@ -89,7 +88,8 @@ pertenthousand;2031 phi;03D5,03C6 phi1;03C6 pi1;03D6 -precedesequal;227C +precedesequal;2AAF +precedesorcurly;227C prime;2032,02B9 rho1;03F1 # ringfitted: a ring character centered on the x-width of A, invalid Unicode @@ -103,8 +103,8 @@ subsetsqequal;2291 supersetsqequal;2292 triangle;25B3 triangleinv;25BD -triangleleft;25B9 -triangleright;25C3 +triangleleft;25C1 +triangleright;25B7 turnstileleft;22A2 turnstileright;22A3 # twelveudash: 2/3-em dash; invalid Unicode @@ -130,3 +130,250 @@ hyphenchar;002D punctdash;2014 # visiblespace = visualspace visiblespace;2423 +# -- +# -- These character names are used in the MSAM fonts +# -- +Yen;00A5 +# the MSAM10 glyph is more closed than U+21BA +# the MSAM10 glyph's gap is at the top, while U+27F2 is on the left +anticlockwise;27F2,21BA +# XXX arrowaxisleft +# XXX arrowaxisright +arrowparrleftright;21C6 +arrowparrrightleft;21C4 +arrowtailleft;21A2 +arrowtailright;21A3 +arrowtripleleft;21DA +arrowtripleright;21DB +# XXX axisshort +between;226C +# U+2713 is a Zapf dingbat +check;2713 +circleR;00AE +# the MSAM10 glyph may be smaller than U+24C8 +circleS;24C8 +circleasterisk;229B +circleequal;229C +circlering;229A +# the MSAM10 glyph is more closed than U+21BB +# the MSAM10 glyph's gap is at the top, while U+27F3 is on the left +clockwise;27F3,21BB +complement;2201 +curlyleft;21AB +curlyright;21AC +dblarrowdwn;21CA +dblarrowheadleft;219E +dblarrowheadright;21A0 +dblarrowup;21C8 +defines;225C +# U+2666 is BLACK DIAMOND SUIT +# U+29EB is BLACK LOZENGE +diamondsolid;2666,29EB +difference;224F +dotplus;2214 +downfall;22CE +equaldotleftright;2252 +equaldotrightleft;2253 +equalorfollows;22DF +equalorgreater;2A96 +equalorless;2A95 +equalorprecedes;22DE +equalsdots;2251 +followsorequal;227F +forces;22A9 +forcesbar;22AA +fork;22D4 +frown;2322 +geomequivalent;224E +greaterdbleqlless;2A8C +greaterdblequal;2267 +greaterlessequal;22DB +greaterorapproxeql;2A86 +greaterorequalslant;2A7E +greaterorsimilar;2273 +harpoondownleft;21C3 +harpoondownright;21C2 +# MSAM probably misnamed this glyph; the right pointing harpoon is above +# U+21CC has the right pointing harpoon above, like MSAM +harpoonleftright;21CC +# MSAM probably misnamed this glyph; the left pointing harpoon is above +# U+21CB has the left pointing harpoon above, like MSAM +harpoonrightleft;21CB +harpoonupleft;21BF +harpoonupright;21BE +# U+22BA may be larger than MSAM intercal +intercal;22BA +intersectiondbl;22D2 +lessdbleqlgreater;2A8B +lessdblequal;2266 +lessequalgreater;22DA +lessorapproxeql;2A85 +lessorequalslant;2A7D +lessorsimilar;2272 +maltesecross;2720 +measuredangle;2221 +multimap;22B8 +multiopenleft;22CB +multiopenright;22CC +nand;22BC +orunderscore;22BB +# U+2306 PERSPECTIVE is larger than the MSAM glyph +perpcorrespond;2A5E,2306 +precedesorequal;227E +primereverse;2035 +revasymptequal;22CD +revsimilar;223D +# U+231D TOP RIGHT CORNER is a quine corner, +# U+2E23 TOP RIGHT HALF BRACKET is a half bracket. +# MSAM rightanglene matches the shape of U+231C but the spacing of U+2E23. +# Similar for other rightangle characters. +rightanglene;231D,2E23 +rightanglenw;231C,2E22 +rightanglese;231F,2E25 +rightanglesw;231E,2E24 +ringinequal;2256 +# U+22A7 MODELS is shorter than U+22A8 TRUE = satisfies. +# MSAM satisfies is in between. +satisfies;22A8 +shiftleft;21B0 +shiftright;21B1 +smile;2323 +sphericalangle;2222 +# U+25A1 WHITE SQUARE +square;25A1 +squaredot;22A1 +squareimage;228F +squareminus;229F +squaremultiply;22A0 +squareoriginal;2290 +squareplus;229E +# XXX U+25AA BLACK SMALL SQUARE doesn't sit on the baseline +# XXX squaresmallsolid +squaresolid;25A0 +# U+21AD LEFT RIGHT WAVE ARROW is not actually a squiggle arrow +squiggleleftright;21AD +squiggleright;21DD +subsetdbl;22D0 +subsetdblequal;2AC5 +supersetdbl;22D1 +supersetdblequal;2AC6 +triangledownsld;25BC +# U+22B4 NORMAL SUBGROUP OF OR EQUAL TO is sharper than MSAM +triangleleftequal;22B4,25C1 0332 +triangleleftsld;25C0 +# U+22B5 CONTAINS AS NORMAL SUBGROUP OR EQUAL TO is sharper than MSAM +trianglerightequal;22B5,25B7 0332 +trianglerightsld;25B6 +trianglesolid;25B2 +uniondbl;22D3 +uprise;22CF +# -- +# -- These character names are used in the MSBM fonts +# -- +# U+1D7CB MATHEMATICAL BOLD SMALL DIGAMMA is the closest match to MSBM, +# although MSBM Digamma's spelling indicates that a capital was intended +# U+03DD GREEK SMALL LETTER DIGAMMA for fallback +Digamma;1D7CB,03DD +# U+2132 TURNED CAPITAL F is shown as seriffed, MSBM Finv is sans +Finv;2132 +# U+2141 TURNED SANS-SERIF CAPITAL G is turned, MSBM Gmir is only reversed +Gmir;2141 +Omegainv;2127 +approxorequal;224A +archleftdown;21B6 +archrightdown;21B7 +# XXX barshort +beth;2136 +daleth;2138 +dividemultiply;22C7 +# U+29F9 BIG REVERSE SOLIDUS seems the right size +downslope;29F9 +equalorsimilar;2242 +follownotdbleqv;2ABA +follownotslnteql;2AB6 +followornoteqvlnt;22E9 +greaterdot;22D7 +# MSBM misnamed this glyph; should be greaternotdbleqv +greaternotdblequal;2A8A +greaternotequal;2A88 +greaterornotdbleql;2269 +# XXX MSBM greaterornotequal has a vertical negation slash, not U+2269 diagonal +greaterornotequal;2269 +# XXX greaterornotsimilar +# XXX hatwide +# XXX hatwider +integerdivide;2216 +lessdot;22D6 +# MSBM misnamed this glyph; should be lessnotdbleqv +lessnotdblequal;2A89 +lessnotequal;2A87 +lessornotdbleql;2268 +# XXX MSBM lessornotequal has a vertical negation slash, not U+2268 diagonal +lessornotequal;2268 +# XXX lessornotsimilar +multicloseleft;22C9 +multicloseright;22CA +notapproxequal;2247 +notarrowboth;21AE +notarrowleft;219A +notarrowright;219B +notbar;2224 +notdblarrowboth;21CE +notdblarrowleft;21CD +notdblarrowright;21CF +notexistential;2204 +notfollows;2281 +# U+22E1 DOES NOT SUCCEED OR EQUAL has a curved equal sign, unlike MSBM +notfollowsoreql;2AB0 0338,22E1 +notforces;22AE +notforcesextra;22AF +# Unicode has no precomposed negation of U+2267 GREATER THAN OVER EQUAL TO +notgreaterdblequal;2267 0338 +notgreaterequal;2271 +notgreaterorslnteql;2A7E 0338 +notlessdblequal;2266 0338 +notlessequal;2270 +notlessorslnteql;2A7D 0338 +# U+22E0 DOES NOT PRECEDE OR EQUAL has a curved equal sign, unlike MSBM +notprecedesoreql;2AAF 0338,22E0 +notsatisfies;22AD +# XXX notshortbar +# XXX notshortparallel +notsimilar;2241 +notsubseteql;2288 +notsubsetordbleql;2AC5 0338 +# U+228A SUBSET OF WITH NOT EQUAL TO negation slash only touches bar below; +# MSBM negation slash touches bar and lower part of subset +notsubsetoreql;228A +notsuperseteql;2289 +notsupersetordbleql;2AC6 0338 +# U+228A SUPERSET OF WITH NOT EQUAL TO negation slash only touches bar below; +# MSBM negation slash touches bar and lower part of superset +notsupersetoreql;228B +# U+22EC NOT NORMAL SUBGROUP OF OR EQUAL TO is sharper than MSBM +nottriangeqlleft;22EC,25C1 0332 0338 +# U+22ED DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL is sharper than MSBM +nottriangeqlright;22ED,25B7 0332 0338 +# U+22EA NOT NORMAL SUBGROUP OF is sharper than MSBM +nottriangleleft;22EA,25C1 0338 +# U+22EB DOES NOT CONTAIN AS NORMAL SUBGROUP is sharper than MSBM +nottriangleright;22EB,25B7 0338 +notturnstile;22AC +# XXX parallelshort +planckover2pi;210F +# U+210F PLANCK CONSTANT OVER TWO PI is shown with diagonal slash, which +# corresponds to MSBM planckover2pi, but this is a font variant +planckover2pi1;210F +precedenotdbleqv;2AB9 +precedenotslnteql;2AB5 +precedeornoteqvlnt;22E8 +subsetnoteql;228A +subsetornotdbleql;2ACB +# XXX subsetornoteql +supersetnoteql;228B +supersetornotdbleql;2ACC +# XXX supersetornoteql +# XXX tildewide +# XXX tildewider +# U+29F8 BIG SOLIDUS seems the right size +upslope;29F8 diff --git a/Build/source/texk/lcdf-typetools/ttftotype42/Makefile.in b/Build/source/texk/lcdf-typetools/ttftotype42/Makefile.in index b00c1829c2b..62d1b0aa493 100644 --- a/Build/source/texk/lcdf-typetools/ttftotype42/Makefile.in +++ b/Build/source/texk/lcdf-typetools/ttftotype42/Makefile.in @@ -53,7 +53,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_HEADER = $(top_builddir)/autoconf.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" diff --git a/Build/source/texk/lcdf-typetools/ttftotype42/ttftotype42.1 b/Build/source/texk/lcdf-typetools/ttftotype42/ttftotype42.1 index 7a3268e7602..1d834799e8b 100644 --- a/Build/source/texk/lcdf-typetools/ttftotype42/ttftotype42.1 +++ b/Build/source/texk/lcdf-typetools/ttftotype42/ttftotype42.1 @@ -1,4 +1,4 @@ -.ds V 2.83 +.ds V 2.85 .de M .BR "\\$1" "(\\$2)\\$3" .. diff --git a/Build/source/texk/lcdf-typetools/ttftotype42/ttftotype42.cc b/Build/source/texk/lcdf-typetools/ttftotype42/ttftotype42.cc index 87b49cb56cd..caec39fd7f9 100644 --- a/Build/source/texk/lcdf-typetools/ttftotype42/ttftotype42.cc +++ b/Build/source/texk/lcdf-typetools/ttftotype42/ttftotype42.cc @@ -182,7 +182,7 @@ do_file(const char *infn, const char *outfn, ErrorHandler *errh) StringAccum sa(150000); while (!feof(f)) { int forward = fread(sa.reserve(32768), 1, 32768, f); - sa.forward(forward); + sa.adjust_length(forward); } if (f != stdin) fclose(f); -- cgit v1.2.3