summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/README.5configure5
-rwxr-xr-xBuild/source/configure7
-rw-r--r--Build/source/doc/tlbuild.info537
-rw-r--r--Build/source/doc/tlbuild.texi7
-rwxr-xr-xBuild/source/libs/configure7
-rwxr-xr-xBuild/source/texk/configure7
-rw-r--r--Build/source/texk/web2c/ChangeLog5
-rw-r--r--Build/source/texk/web2c/Makefile.in290
-rw-r--r--Build/source/texk/web2c/ac/web2c.ac4
-rwxr-xr-xBuild/source/texk/web2c/configure22
-rw-r--r--Build/source/texk/web2c/configure.ac2
-rw-r--r--Build/source/texk/web2c/omegafonts/ChangeLog9
-rw-r--r--Build/source/texk/web2c/omegafonts/Makefile.am24
-rw-r--r--Build/source/texk/web2c/omegafonts/Makefile.in51
-rw-r--r--Build/source/texk/web2c/omegafonts/char_routines.c118
-rw-r--r--Build/source/texk/web2c/omegafonts/ligkern_routines.c24
-rwxr-xr-xBuild/source/texk/web2c/omegafonts/ofonts.test56
-rwxr-xr-xBuild/source/texk/web2c/omegafonts/overbmp.test53
-rw-r--r--Build/source/texk/web2c/omegafonts/parse_ofm.c2
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/inbmp.opl18
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/level1.opl5
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/ofontr0.pl47
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/ofontr1.pl27
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/ofontr1.vpl40
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/ofontr2.opl29
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/ofontr2.ovp42
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/ofontr3.opl29
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/ofontr3.ovp42
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/ofontv4.pl47
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/ofontv4.vpl88
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/ofontv5.opl49
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/ofontv5.ovp90
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/ofontv6.opl49
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/ofontv6.ovp90
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/overbmp.opl22
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/overbmp.ovp49
-rw-r--r--Build/source/texk/web2c/omegafonts/tests/repeat.opl2
-rw-r--r--Build/source/texk/web2c/omegaware/ChangeLog10
-rw-r--r--Build/source/texk/web2c/omegaware/am/omegaware.am25
-rwxr-xr-xBuild/source/texk/web2c/omegaware/charwd.test38
-rwxr-xr-xBuild/source/texk/web2c/omegaware/level1.test6
-rwxr-xr-xBuild/source/texk/web2c/omegaware/ofonts.test26
-rwxr-xr-xBuild/source/texk/web2c/omegaware/omfonts.test12
-rwxr-xr-xBuild/source/texk/web2c/omegaware/overbmp.test20
-rwxr-xr-xBuild/source/texk/web2c/omegaware/realnum.test6
-rwxr-xr-xBuild/source/texk/web2c/omegaware/repeat.test6
-rwxr-xr-xBuild/source/texk/web2c/omegaware/selectfont.test16
-rwxr-xr-xBuild/source/texk/web2c/omegaware/specialhex.test12
-rw-r--r--Build/source/texk/web2c/omegaware/tests/charwd-r.pl19
-rw-r--r--Build/source/texk/web2c/omegaware/tests/charwd-v.vpl29
-rw-r--r--Build/source/texk/web2c/omegaware/tests/level1.opl5
-rwxr-xr-xBuild/source/texk/web2c/omegaware/vrepeat.test14
-rwxr-xr-xBuild/source/utils/configure7
53 files changed, 1584 insertions, 662 deletions
diff --git a/Build/source/README.5configure b/Build/source/README.5configure
index c97deeea508..f597fc5415e 100644
--- a/Build/source/README.5configure
+++ b/Build/source/README.5configure
@@ -209,11 +209,6 @@ Disable TeX's '--ipc' option.
'--disable-mf-nowin'
Do not build a separate non-graphically-capable Metafont ('mf-nowin').
-'--disable-omfonts'
-Build the WEB versions of the Omega font utilities 'ofm2opl', 'opl2ofm',
-'ovf2ovp', and 'ovp2ovf' instead of the C version 'omfonts'. The WEB
-and C versions should be roughly equivalent.
-
'--disable-tex', '--enable-etex', ...
Do not or do build the various TeX, Metafont, and MetaPost engines
(defaults are defined in the fragment 'texk/web2c/ac/web2c.ac').
diff --git a/Build/source/configure b/Build/source/configure
index 471864bbc4a..6cbba21569e 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -803,7 +803,6 @@ with_editor
enable_auto_core
enable_dump_share
enable_ipc
-enable_omfonts
enable_tex
enable_tex_synctex
enable_etex
@@ -1614,8 +1613,6 @@ Optional Features:
--disable-dump-share make fmt/base/mem files architecture-dependent
--disable-ipc disable TeX's --ipc option, i.e., pipe to a
program
- --disable-omfonts do not compile and install omfonts (use Web2C
- versions)
--disable-tex do not compile and install TeX
--enable-tex-synctex build TeX with SyncTeX support
--enable-etex compile and install e-TeX
@@ -4406,10 +4403,6 @@ fi
if test "${enable_ipc+set}" = set; then :
enableval=$enable_ipc;
fi
-# Check whether --enable-omfonts was given.
-if test "${enable_omfonts+set}" = set; then :
- enableval=$enable_omfonts;
-fi
# Check whether --enable-tex was given.
if test "${enable_tex+set}" = set; then :
enableval=$enable_tex;
diff --git a/Build/source/doc/tlbuild.info b/Build/source/doc/tlbuild.info
index 557d432c853..fa30d98f0bc 100644
--- a/Build/source/doc/tlbuild.info
+++ b/Build/source/doc/tlbuild.info
@@ -1446,11 +1446,6 @@ Disable TeX's '--ipc' option.
'--disable-mf-nowin'
Do not build a separate non-graphically-capable Metafont ('mf-nowin').
-'--disable-omfonts'
-Build the WEB versions of the Omega font utilities 'ofm2opl', 'opl2ofm',
-'ovf2ovp', and 'ovp2ovf' instead of the C version 'omfonts'. The WEB
-and C versions should be roughly equivalent.
-
'--disable-tex', '--enable-etex', ...
Do not or do build the various TeX, Metafont, and MetaPost engines
(defaults are defined in the fragment 'texk/web2c/ac/web2c.ac').
@@ -4372,7 +4367,7 @@ Index
* --disable-dvipdfmx: Configure options for 'texk/dvipdfm-x'.
(line 12)
* --disable-etex-synctex: Configure options for 'texk/web2c'.
- (line 64)
+ (line 59)
* --disable-ipc: Configure options for 'texk/web2c'.
(line 31)
* --disable-largefile: '--disable-largefile'.
@@ -4384,28 +4379,26 @@ Index
* --disable-missing: '--disable-missing'. (line 6)
* --disable-native-texlive-build: '--disable-native-texlive-build'.
(line 6)
-* --disable-omfonts: Configure options for 'texk/web2c'.
- (line 37)
* --disable-PROG: '--enable-PROG' '--disable-PROG'.
(line 6)
* --disable-tex: Configure options for 'texk/web2c'.
- (line 42)
+ (line 37)
* --disable-web-progs: Configure options for 'texk/web2c'.
- (line 46)
+ (line 41)
* --disable-xdvipdfmx: Configure options for 'texk/dvipdfm-x'.
(line 15)
* --enable-*win for Metafont window support: Configure options for 'texk/web2c'.
- (line 60)
+ (line 55)
* --enable-auto-core: Configure options for 'texk/web2c'.
- (line 50)
+ (line 45)
* --enable-compiler-warnings=LEVEL: '--enable-compiler-warnings='LEVEL.
(line 6)
* --enable-cxx-runtime-hack configure option: Macros for compilers.
(line 29)
* --enable-etex: Configure options for 'texk/web2c'.
- (line 42)
+ (line 37)
* --enable-libtool-hack: Configure options for 'texk/web2c'.
- (line 55)
+ (line 50)
* --enable-maintainer-mode: '--enable-maintainer-mode'.
(line 6)
* --enable-maintainer-mode configure option: Build system tools.
@@ -4419,7 +4412,7 @@ Index
* --enable-silent-rules: '--enable-silent-rules'.
(line 6)
* --enable-tex-synctex: Configure options for 'texk/web2c'.
- (line 64)
+ (line 59)
* --enable-texlive-build: '--disable-native-texlive-build'.
(line 16)
* --enable-xi2-scrolling: Configure options for 'texk/xdvik'.
@@ -4725,7 +4718,7 @@ Index
* Libtool: Overview of build system.
(line 6)
* libtool, hack for avoiding excessive linking: Configure options for 'texk/web2c'.
- (line 55)
+ (line 50)
* libXt: Configure options for 'texk/web2c'.
(line 22)
* linked scripts: Linked scripts. (line 6)
@@ -4760,8 +4753,6 @@ Index
* one package, building: Build one package. (line 6)
* OpenGL, required for Asymptote: 'asymptote'. (line 6)
* operating system distribution, building for: Distro builds. (line 6)
-* opl2ofm, et al.: Configure options for 'texk/web2c'.
- (line 37)
* otangle: Cross problems. (line 31)
* overall build process: Building. (line 6)
* parallel build: Build in parallel. (line 6)
@@ -4784,7 +4775,7 @@ Index
(line 10)
* Preining, Norbert: Distro builds. (line 54)
* preloaded binaries: Configure options for 'texk/web2c'.
- (line 50)
+ (line 45)
* prerequisites for building: Prerequisites. (line 6)
* problems with build: Build problems. (line 6)
* program module, adding: Adding a new program module.
@@ -4821,7 +4812,7 @@ Index
* support files, separate from build: Installing. (line 8)
* symlinks, used for scripts: Linked scripts. (line 6)
* synctex: Configure options for 'texk/web2c'.
- (line 64)
+ (line 59)
* system distribution, building for: Distro builds. (line 6)
* t1utils package: 't1utils' package. (line 6)
* tangle: Cross problems. (line 31)
@@ -4847,7 +4838,7 @@ Index
* WARNING_C[XX]FLAGS: Macros for compilers. (line 9)
* web2c program: Cross problems. (line 13)
* web2c.ac: Configure options for 'texk/web2c'.
- (line 42)
+ (line 37)
* wget: Linked scripts. (line 22)
* WIN32, Automake conditional: Macros for Windows. (line 16)
* WIN32_WRAP, Automake conditional: Macros for Windows. (line 25)
@@ -4941,257 +4932,257 @@ Node: Program-specific configure options55414
Node: '--enable-PROG' '--disable-PROG'56077
Node: '--disable-all-pkgs'56360
Node: Configure options for 'texk/web2c'57354
-Node: Configure options for 'texk/bibtex-x'60021
-Node: Configure options for 'texk/dvipdfm-x'60597
-Node: Configure options for 'texk/dvisvgm'61436
-Node: Configure options for 'texk/texlive'62326
-Node: Configure options for 'texk/xdvik'62753
-Node: Configure options for 'utils/xindy'63363
-Node: Library-specific configure options64268
-Node: Configure options for 'kpathsea'65282
-Node: Configure options for system 'poppler'65995
-Node: Variables for configure66762
-Node: Cross compilation68190
-Node: Cross configuring69455
-Node: Cross problems71128
-Node: Coding conventions72989
-Node: Declarations and definitions73658
-Node: Const75841
-Node: install-tl77704
-Node: install-tl NAME78045
-Node: install-tl SYNOPSIS78203
-Node: install-tl DESCRIPTION78411
-Node: install-tl REFERENCES79412
-Node: install-tl OPTIONS79928
-Ref: install-tl *-gui* [[=]_module_]80282
-Ref: install-tl 'text'80491
-Ref: install-tl 'wizard'80614
-Ref: install-tl 'perltk'80768
-Ref: install-tl *-no-gui*81202
-Ref: install-tl *-lang* _llcode_81283
-Ref: install-tl *-repository* _url|path_81970
-Ref: install-tl *-select-repository*83781
-Ref: install-tl *-all-options*84217
-Ref: install-tl *-custom-bin* _path_84524
-Ref: install-tl *-debug-translation*85179
-Ref: install-tl *-force-platform* _platform_85398
-Ref: install-tl *-help*, *--help*, *-?*85642
-Ref: install-tl *-in-place*86035
-Ref: install-tl *-logfile* _file_86562
-Ref: install-tl *-no-cls*86913
-Ref: install-tl *-non-admin*87044
-Ref: install-tl *--persistent-downloads*87149
-Ref: install-tl *--no-persistent-downloads*87177
-Ref: install-tl *-portable*87785
-Ref: install-tl *-print-platform*87924
-Ref: install-tl *-profile* _profile_88117
-Ref: install-tl *-q*89611
-Ref: install-tl *-scheme* _scheme_89673
-Ref: install-tl *-v*90147
-Ref: install-tl *-version*, *--version*90308
-Node: install-tl ENVIRONMENT VARIABLES90439
-Ref: install-tl 'TEXLIVE_INSTALL_ENV_NOCHECK'90828
-Ref: install-tl 'TEXLIVE_INSTALL_NO_CONTEXT_CACHE'91030
-Ref: install-tl 'TEXLIVE_INSTALL_PREFIX'91136
-Ref: install-tl 'TEXLIVE_INSTALL_TEXMFCONFIG'91167
-Ref: install-tl 'TEXLIVE_INSTALL_TEXMFHOME'91196
-Ref: install-tl 'TEXLIVE_INSTALL_TEXMFLOCAL'91226
-Ref: install-tl 'TEXLIVE_INSTALL_TEXMFSYSCONFIG'91260
-Ref: install-tl 'TEXLIVE_INSTALL_TEXMFSYSVAR'91291
-Ref: install-tl 'TEXLIVE_INSTALL_TEXMFVAR'91319
-Ref: install-tl 'NOPERLDOC'91374
-Node: install-tl AUTHORS AND COPYRIGHT91438
-Node: tlmgr91796
-Node: tlmgr NAME92233
-Node: tlmgr SYNOPSIS92358
-Node: tlmgr DESCRIPTION92548
-Node: tlmgr EXAMPLES93644
-Ref: tlmgr 'tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet'93935
-Ref: tlmgr 'tlmgr update --list'94116
-Ref: tlmgr 'tlmgr update --all'94209
-Ref: tlmgr 'tlmgr info' _pkg_94365
-Node: tlmgr OPTIONS94571
-Ref: tlmgr *--repository* _url|path_95091
-Ref: tlmgr *--gui* [_action_]95816
-Ref: tlmgr *--gui-lang* _llcode_96223
-Ref: tlmgr *--debug-translation*96906
-Ref: tlmgr *--machine-readable*97109
-Ref: tlmgr *--no-execute-actions*97377
-Ref: tlmgr *--package-logfile* _file_97570
-Ref: tlmgr *--pause*97825
-Ref: tlmgr *--persistent-downloads*97980
-Ref: tlmgr *--no-persistent-downloads*98008
-Ref: tlmgr *--pin-file*98502
-Ref: tlmgr *--usermode*98720
-Ref: tlmgr *--usertree* _dir_98840
-Node: tlmgr ACTIONS99390
-Node: tlmgr help100622
-Node: tlmgr version101098
-Node: tlmgr backup [--clean[=_N_]] [--backupdir _dir_] [--all | _pkg_]...101416
-Ref: tlmgr *--backupdir* _directory_102510
-Ref: tlmgr *--all*102707
-Ref: tlmgr *--clean*[=_N_]102929
-Ref: tlmgr *--dry-run*103226
-Node: tlmgr candidates _pkg_103346
-Ref: tlmgr *candidates _pkg_* 1103633
-Node: tlmgr check [_option_]... [files|depends|executes|runfiles|all]103777
-Ref: tlmgr *files*104220
-Ref: tlmgr *depends*104355
-Ref: tlmgr *executes*104697
-Ref: tlmgr *runfiles*104815
-Ref: tlmgr *--use-svn*104927
-Node: tlmgr conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]105044
-Node: tlmgr dump-tlpdb [--local|--remote]107116
-Ref: tlmgr *--local*107626
-Ref: tlmgr *--remote*107665
-Node: tlmgr generate [_option_]... _what_108087
-Ref: tlmgr *generate language*108328
-Ref: tlmgr *generate language.dat*108353
-Ref: tlmgr *generate language.def*108378
-Ref: tlmgr *generate language.dat.lua*108407
-Ref: tlmgr *generate fmtutil*108427
-Ref: tlmgr *--dest* _output_file_110664
-Ref: tlmgr *--localcfg* _local_conf_file_111240
-Ref: tlmgr *--rebuild-sys*111363
-Node: tlmgr gui112224
-Node: tlmgr info [_option_...] [collections|schemes|_pkg_...]112468
-Ref: tlmgr *--list*113673
-Ref: tlmgr *--only-installed*113952
-Ref: tlmgr *--taxonomy*114167
-Ref: tlmgr *--keyword*114179
-Ref: tlmgr *--functionality*114197
-Ref: tlmgr *--characterization*114218
-Node: tlmgr init-usertree114431
-Node: tlmgr install [_option_]... _pkg_...114857
-Ref: tlmgr *--file*115221
-Ref: tlmgr *--reinstall*115447
-Ref: tlmgr *--no-depends*115827
-Ref: tlmgr *--no-depends-at-all*115986
-Ref: tlmgr *--dry-run* 1116384
-Ref: tlmgr *--force*116502
-Node: tlmgr option116708
-Ref: tlmgr *option [show]*116881
-Ref: tlmgr *option showall*116899
-Ref: tlmgr *option _key_ [_value_]*116925
-Node: tlmgr paper120773
-Ref: tlmgr *paper [a4|letter]*120958
-Ref: tlmgr *[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*121032
-Node: tlmgr path [--w32mode=user|admin] [add|remove]122059
-Node: tlmgr pinning123542
-Ref: tlmgr 'pinning show'123849
-Ref: tlmgr 'pinning add' _repo_ _pkgglob_...123922
-Ref: tlmgr 'pinning remove' _repo_ _pkgglob_...124041
-Ref: tlmgr 'pinning remove _repo_ --all'124194
-Node: tlmgr platform list|add|remove _platform_...124248
-Node: tlmgr platform set _platform_124496
-Node: tlmgr platform set auto124724
-Ref: tlmgr *--dry-run* 2125841
-Node: tlmgr postaction [--w32mode=user|admin] [--fileassocmode=1|2] [--all] [install|remove] [shortcut|fileassoc|script] [_pkg_]...125950
-Node: tlmgr print-platform127252
-Node: tlmgr restore [--backupdir _dir_] [--all | _pkg_ [_rev_]]127724
-Ref: tlmgr *--all* 1128620
-Ref: tlmgr *--backupdir* _directory_ 1128814
-Ref: tlmgr *--dry-run* 3128970
-Ref: tlmgr *--force* 1129087
-Node: tlmgr remove [_option_]... _pkg_...129115
-Ref: tlmgr *--no-depends* 1129638
-Ref: tlmgr *--no-depends-at-all* 1129700
-Ref: tlmgr *--force* 2129756
-Ref: tlmgr *--dry-run* 4130228
-Node: tlmgr repository130335
-Ref: tlmgr *repository list*130543
-Ref: tlmgr *repository list _path|tag_*130573
-Ref: tlmgr *repository add _path_ [_tag_]*130606
-Ref: tlmgr *repository remove _path|tag_*130638
-Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*130692
-Node: tlmgr search [_option_...] _what_131776
-Node: tlmgr search [_option_...] --file _what_132287
-Node: tlmgr search [_option_...] --taxonomy _what_132538
-Node: tlmgr search [_option_...] --keyword _what_132849
-Node: tlmgr search [_option_...] --functionality _what_133167
-Node: tlmgr search [_option_...] --characterization _what_133505
-Node: tlmgr search [_option_...] --all _what_133845
-Ref: tlmgr *--global*134293
-Ref: tlmgr *--word*134405
-Ref: tlmgr *--list* 1134644
-Ref: tlmgr *--file* 1134990
-Ref: tlmgr *--taxonomy* 1135047
-Ref: tlmgr *--keyword* 1135059
-Ref: tlmgr *--functionality* 1135077
-Ref: tlmgr *--characterization* 1135098
-Ref: tlmgr *--all* 2135253
-Node: tlmgr uninstall135336
-Ref: tlmgr *--force* 3135590
-Node: tlmgr update [_option_]... [_pkg_]...135646
-Ref: tlmgr *--all* 3136017
-Ref: tlmgr *--self*137758
-Ref: tlmgr *--dry-run* 5138522
-Ref: tlmgr *--list* [_pkg_]138699
-Ref: tlmgr *--exclude* _pkg_139388
-Ref: tlmgr *--no-auto-remove* [_pkg_]...140081
-Ref: tlmgr *--no-auto-install* [_pkg_]...140532
-Ref: tlmgr *--reinstall-forcibly-removed*141188
-Ref: tlmgr *--backup* and *--backupdir* _directory_141752
-Ref: tlmgr *--no-depends* 2142933
-Ref: tlmgr *--no-depends-at-all* 2143136
-Ref: tlmgr *--force* 4143192
-Node: tlmgr USER MODE143618
-Node: tlmgr user mode install146429
-Node: tlmgr user mode backup; restore; remove; update147376
-Node: tlmgr user mode generate; option; paper147818
-Node: tlmgr CONFIGURATION FILE FOR TLMGR148194
-Node: tlmgr TAXONOMIES149285
-Ref: tlmgr '--keyword' 2149911
-Ref: tlmgr '--functionality' 2149996
-Ref: tlmgr '--characterization' 2150152
-Ref: tlmgr '--taxonomy' 2150293
-Node: tlmgr MULTIPLE REPOSITORIES150834
-Node: tlmgr Pinning152555
-Node: tlmgr GUI FOR TLMGR154530
-Node: tlmgr Main display155752
-Node: tlmgr Display configuration area156004
-Ref: tlmgr Status156365
-Ref: tlmgr Category156529
-Ref: tlmgr Match156715
-Ref: tlmgr Selection156975
-Ref: tlmgr Display configuration buttons157179
-Node: tlmgr Package list area157362
-Ref: tlmgr a checkbox157946
-Ref: tlmgr package name158082
-Ref: tlmgr local revision (and version)158181
-Ref: tlmgr remote revision (and version)158556
-Ref: tlmgr short description158853
-Node: tlmgr Main display action buttons158898
-Ref: tlmgr Update all installed159164
-Ref: tlmgr Update159536
-Ref: tlmgr Install159586
-Ref: tlmgr Remove159772
-Ref: tlmgr Backup159950
-Node: tlmgr Menu bar160107
-Ref: tlmgr 'tlmgr' menu160304
-Ref: tlmgr 'Options menu'160612
-Ref: tlmgr 'Actions menu'161695
-Ref: tlmgr 'Help menu'162123
-Node: tlmgr MACHINE-READABLE OUTPUT162256
-Node: tlmgr Machine-readable 'update' and 'install' output163072
-Ref: tlmgr 'location-url' _location_164354
-Ref: tlmgr 'total-bytes' _count_164570
-Ref: tlmgr _pkgname_164980
-Ref: tlmgr _status_165190
-Ref: tlmgr 'd'165268
-Ref: tlmgr 'f'165328
-Ref: tlmgr 'u'165507
-Ref: tlmgr 'r'165553
-Ref: tlmgr 'a'165676
-Ref: tlmgr 'i'165854
-Ref: tlmgr 'I'165973
-Ref: tlmgr _localrev_166075
-Ref: tlmgr _serverrev_166182
-Ref: tlmgr _size_166294
-Ref: tlmgr _runtime_166463
-Ref: tlmgr _esttot_166533
-Node: tlmgr Machine-readable 'option' output166566
-Node: tlmgr AUTHORS AND COPYRIGHT167084
-Node: Index167431
+Node: Configure options for 'texk/bibtex-x'59812
+Node: Configure options for 'texk/dvipdfm-x'60388
+Node: Configure options for 'texk/dvisvgm'61227
+Node: Configure options for 'texk/texlive'62117
+Node: Configure options for 'texk/xdvik'62544
+Node: Configure options for 'utils/xindy'63154
+Node: Library-specific configure options64059
+Node: Configure options for 'kpathsea'65073
+Node: Configure options for system 'poppler'65786
+Node: Variables for configure66553
+Node: Cross compilation67981
+Node: Cross configuring69246
+Node: Cross problems70919
+Node: Coding conventions72780
+Node: Declarations and definitions73449
+Node: Const75632
+Node: install-tl77495
+Node: install-tl NAME77836
+Node: install-tl SYNOPSIS77994
+Node: install-tl DESCRIPTION78202
+Node: install-tl REFERENCES79203
+Node: install-tl OPTIONS79719
+Ref: install-tl *-gui* [[=]_module_]80073
+Ref: install-tl 'text'80282
+Ref: install-tl 'wizard'80405
+Ref: install-tl 'perltk'80559
+Ref: install-tl *-no-gui*80993
+Ref: install-tl *-lang* _llcode_81074
+Ref: install-tl *-repository* _url|path_81761
+Ref: install-tl *-select-repository*83572
+Ref: install-tl *-all-options*84008
+Ref: install-tl *-custom-bin* _path_84315
+Ref: install-tl *-debug-translation*84970
+Ref: install-tl *-force-platform* _platform_85189
+Ref: install-tl *-help*, *--help*, *-?*85433
+Ref: install-tl *-in-place*85826
+Ref: install-tl *-logfile* _file_86353
+Ref: install-tl *-no-cls*86704
+Ref: install-tl *-non-admin*86835
+Ref: install-tl *--persistent-downloads*86940
+Ref: install-tl *--no-persistent-downloads*86968
+Ref: install-tl *-portable*87576
+Ref: install-tl *-print-platform*87715
+Ref: install-tl *-profile* _profile_87908
+Ref: install-tl *-q*89402
+Ref: install-tl *-scheme* _scheme_89464
+Ref: install-tl *-v*89938
+Ref: install-tl *-version*, *--version*90099
+Node: install-tl ENVIRONMENT VARIABLES90230
+Ref: install-tl 'TEXLIVE_INSTALL_ENV_NOCHECK'90619
+Ref: install-tl 'TEXLIVE_INSTALL_NO_CONTEXT_CACHE'90821
+Ref: install-tl 'TEXLIVE_INSTALL_PREFIX'90927
+Ref: install-tl 'TEXLIVE_INSTALL_TEXMFCONFIG'90958
+Ref: install-tl 'TEXLIVE_INSTALL_TEXMFHOME'90987
+Ref: install-tl 'TEXLIVE_INSTALL_TEXMFLOCAL'91017
+Ref: install-tl 'TEXLIVE_INSTALL_TEXMFSYSCONFIG'91051
+Ref: install-tl 'TEXLIVE_INSTALL_TEXMFSYSVAR'91082
+Ref: install-tl 'TEXLIVE_INSTALL_TEXMFVAR'91110
+Ref: install-tl 'NOPERLDOC'91165
+Node: install-tl AUTHORS AND COPYRIGHT91229
+Node: tlmgr91587
+Node: tlmgr NAME92024
+Node: tlmgr SYNOPSIS92149
+Node: tlmgr DESCRIPTION92339
+Node: tlmgr EXAMPLES93435
+Ref: tlmgr 'tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet'93726
+Ref: tlmgr 'tlmgr update --list'93907
+Ref: tlmgr 'tlmgr update --all'94000
+Ref: tlmgr 'tlmgr info' _pkg_94156
+Node: tlmgr OPTIONS94362
+Ref: tlmgr *--repository* _url|path_94882
+Ref: tlmgr *--gui* [_action_]95607
+Ref: tlmgr *--gui-lang* _llcode_96014
+Ref: tlmgr *--debug-translation*96697
+Ref: tlmgr *--machine-readable*96900
+Ref: tlmgr *--no-execute-actions*97168
+Ref: tlmgr *--package-logfile* _file_97361
+Ref: tlmgr *--pause*97616
+Ref: tlmgr *--persistent-downloads*97771
+Ref: tlmgr *--no-persistent-downloads*97799
+Ref: tlmgr *--pin-file*98293
+Ref: tlmgr *--usermode*98511
+Ref: tlmgr *--usertree* _dir_98631
+Node: tlmgr ACTIONS99181
+Node: tlmgr help100413
+Node: tlmgr version100889
+Node: tlmgr backup [--clean[=_N_]] [--backupdir _dir_] [--all | _pkg_]...101207
+Ref: tlmgr *--backupdir* _directory_102301
+Ref: tlmgr *--all*102498
+Ref: tlmgr *--clean*[=_N_]102720
+Ref: tlmgr *--dry-run*103017
+Node: tlmgr candidates _pkg_103137
+Ref: tlmgr *candidates _pkg_* 1103424
+Node: tlmgr check [_option_]... [files|depends|executes|runfiles|all]103568
+Ref: tlmgr *files*104011
+Ref: tlmgr *depends*104146
+Ref: tlmgr *executes*104488
+Ref: tlmgr *runfiles*104606
+Ref: tlmgr *--use-svn*104718
+Node: tlmgr conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]104835
+Node: tlmgr dump-tlpdb [--local|--remote]106907
+Ref: tlmgr *--local*107417
+Ref: tlmgr *--remote*107456
+Node: tlmgr generate [_option_]... _what_107878
+Ref: tlmgr *generate language*108119
+Ref: tlmgr *generate language.dat*108144
+Ref: tlmgr *generate language.def*108169
+Ref: tlmgr *generate language.dat.lua*108198
+Ref: tlmgr *generate fmtutil*108218
+Ref: tlmgr *--dest* _output_file_110455
+Ref: tlmgr *--localcfg* _local_conf_file_111031
+Ref: tlmgr *--rebuild-sys*111154
+Node: tlmgr gui112015
+Node: tlmgr info [_option_...] [collections|schemes|_pkg_...]112259
+Ref: tlmgr *--list*113464
+Ref: tlmgr *--only-installed*113743
+Ref: tlmgr *--taxonomy*113958
+Ref: tlmgr *--keyword*113970
+Ref: tlmgr *--functionality*113988
+Ref: tlmgr *--characterization*114009
+Node: tlmgr init-usertree114222
+Node: tlmgr install [_option_]... _pkg_...114648
+Ref: tlmgr *--file*115012
+Ref: tlmgr *--reinstall*115238
+Ref: tlmgr *--no-depends*115618
+Ref: tlmgr *--no-depends-at-all*115777
+Ref: tlmgr *--dry-run* 1116175
+Ref: tlmgr *--force*116293
+Node: tlmgr option116499
+Ref: tlmgr *option [show]*116672
+Ref: tlmgr *option showall*116690
+Ref: tlmgr *option _key_ [_value_]*116716
+Node: tlmgr paper120564
+Ref: tlmgr *paper [a4|letter]*120749
+Ref: tlmgr *[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*120823
+Node: tlmgr path [--w32mode=user|admin] [add|remove]121850
+Node: tlmgr pinning123333
+Ref: tlmgr 'pinning show'123640
+Ref: tlmgr 'pinning add' _repo_ _pkgglob_...123713
+Ref: tlmgr 'pinning remove' _repo_ _pkgglob_...123832
+Ref: tlmgr 'pinning remove _repo_ --all'123985
+Node: tlmgr platform list|add|remove _platform_...124039
+Node: tlmgr platform set _platform_124287
+Node: tlmgr platform set auto124515
+Ref: tlmgr *--dry-run* 2125632
+Node: tlmgr postaction [--w32mode=user|admin] [--fileassocmode=1|2] [--all] [install|remove] [shortcut|fileassoc|script] [_pkg_]...125741
+Node: tlmgr print-platform127043
+Node: tlmgr restore [--backupdir _dir_] [--all | _pkg_ [_rev_]]127515
+Ref: tlmgr *--all* 1128411
+Ref: tlmgr *--backupdir* _directory_ 1128605
+Ref: tlmgr *--dry-run* 3128761
+Ref: tlmgr *--force* 1128878
+Node: tlmgr remove [_option_]... _pkg_...128906
+Ref: tlmgr *--no-depends* 1129429
+Ref: tlmgr *--no-depends-at-all* 1129491
+Ref: tlmgr *--force* 2129547
+Ref: tlmgr *--dry-run* 4130019
+Node: tlmgr repository130126
+Ref: tlmgr *repository list*130334
+Ref: tlmgr *repository list _path|tag_*130364
+Ref: tlmgr *repository add _path_ [_tag_]*130397
+Ref: tlmgr *repository remove _path|tag_*130429
+Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*130483
+Node: tlmgr search [_option_...] _what_131567
+Node: tlmgr search [_option_...] --file _what_132078
+Node: tlmgr search [_option_...] --taxonomy _what_132329
+Node: tlmgr search [_option_...] --keyword _what_132640
+Node: tlmgr search [_option_...] --functionality _what_132958
+Node: tlmgr search [_option_...] --characterization _what_133296
+Node: tlmgr search [_option_...] --all _what_133636
+Ref: tlmgr *--global*134084
+Ref: tlmgr *--word*134196
+Ref: tlmgr *--list* 1134435
+Ref: tlmgr *--file* 1134781
+Ref: tlmgr *--taxonomy* 1134838
+Ref: tlmgr *--keyword* 1134850
+Ref: tlmgr *--functionality* 1134868
+Ref: tlmgr *--characterization* 1134889
+Ref: tlmgr *--all* 2135044
+Node: tlmgr uninstall135127
+Ref: tlmgr *--force* 3135381
+Node: tlmgr update [_option_]... [_pkg_]...135437
+Ref: tlmgr *--all* 3135808
+Ref: tlmgr *--self*137549
+Ref: tlmgr *--dry-run* 5138313
+Ref: tlmgr *--list* [_pkg_]138490
+Ref: tlmgr *--exclude* _pkg_139179
+Ref: tlmgr *--no-auto-remove* [_pkg_]...139872
+Ref: tlmgr *--no-auto-install* [_pkg_]...140323
+Ref: tlmgr *--reinstall-forcibly-removed*140979
+Ref: tlmgr *--backup* and *--backupdir* _directory_141543
+Ref: tlmgr *--no-depends* 2142724
+Ref: tlmgr *--no-depends-at-all* 2142927
+Ref: tlmgr *--force* 4142983
+Node: tlmgr USER MODE143409
+Node: tlmgr user mode install146220
+Node: tlmgr user mode backup; restore; remove; update147167
+Node: tlmgr user mode generate; option; paper147609
+Node: tlmgr CONFIGURATION FILE FOR TLMGR147985
+Node: tlmgr TAXONOMIES149076
+Ref: tlmgr '--keyword' 2149702
+Ref: tlmgr '--functionality' 2149787
+Ref: tlmgr '--characterization' 2149943
+Ref: tlmgr '--taxonomy' 2150084
+Node: tlmgr MULTIPLE REPOSITORIES150625
+Node: tlmgr Pinning152346
+Node: tlmgr GUI FOR TLMGR154321
+Node: tlmgr Main display155543
+Node: tlmgr Display configuration area155795
+Ref: tlmgr Status156156
+Ref: tlmgr Category156320
+Ref: tlmgr Match156506
+Ref: tlmgr Selection156766
+Ref: tlmgr Display configuration buttons156970
+Node: tlmgr Package list area157153
+Ref: tlmgr a checkbox157737
+Ref: tlmgr package name157873
+Ref: tlmgr local revision (and version)157972
+Ref: tlmgr remote revision (and version)158347
+Ref: tlmgr short description158644
+Node: tlmgr Main display action buttons158689
+Ref: tlmgr Update all installed158955
+Ref: tlmgr Update159327
+Ref: tlmgr Install159377
+Ref: tlmgr Remove159563
+Ref: tlmgr Backup159741
+Node: tlmgr Menu bar159898
+Ref: tlmgr 'tlmgr' menu160095
+Ref: tlmgr 'Options menu'160403
+Ref: tlmgr 'Actions menu'161486
+Ref: tlmgr 'Help menu'161914
+Node: tlmgr MACHINE-READABLE OUTPUT162047
+Node: tlmgr Machine-readable 'update' and 'install' output162863
+Ref: tlmgr 'location-url' _location_164145
+Ref: tlmgr 'total-bytes' _count_164361
+Ref: tlmgr _pkgname_164771
+Ref: tlmgr _status_164981
+Ref: tlmgr 'd'165059
+Ref: tlmgr 'f'165119
+Ref: tlmgr 'u'165298
+Ref: tlmgr 'r'165344
+Ref: tlmgr 'a'165467
+Ref: tlmgr 'i'165645
+Ref: tlmgr 'I'165764
+Ref: tlmgr _localrev_165866
+Ref: tlmgr _serverrev_165973
+Ref: tlmgr _size_166085
+Ref: tlmgr _runtime_166254
+Ref: tlmgr _esttot_166324
+Node: tlmgr Machine-readable 'option' output166357
+Node: tlmgr AUTHORS AND COPYRIGHT166875
+Node: Index167222

End Tag Table
diff --git a/Build/source/doc/tlbuild.texi b/Build/source/doc/tlbuild.texi
index 9508b9bcdd4..5ca4d1c4dc1 100644
--- a/Build/source/doc/tlbuild.texi
+++ b/Build/source/doc/tlbuild.texi
@@ -1769,13 +1769,6 @@ architectures).
@noindent @code{--disable-mf-nowin}@*Do not build a separate
non-graphically-capable Metafont (@file{mf-nowin}).
-@vindex --disable-omfonts
-@pindex opl2ofm@r{, et al.}
-@noindent @code{--disable-omfonts}@*Build the WEB versions of the
-Omega font utilities @file{ofm2opl}, @file{opl2ofm}, @file{ovf2ovp},
-and @code{ovp2ovf} instead of the C version @file{omfonts}. The WEB
-and C versions should be roughly equivalent.
-
@vindex --disable-tex
@vindex --enable-etex
@pindex web2c.ac
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index c35c46356cc..a4b6bdf3a80 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -715,7 +715,6 @@ with_editor
enable_auto_core
enable_dump_share
enable_ipc
-enable_omfonts
enable_tex
enable_tex_synctex
enable_etex
@@ -1522,8 +1521,6 @@ Optional Features:
--disable-dump-share make fmt/base/mem files architecture-dependent
--disable-ipc disable TeX's --ipc option, i.e., pipe to a
program
- --disable-omfonts do not compile and install omfonts (use Web2C
- versions)
--disable-tex do not compile and install TeX
--enable-tex-synctex build TeX with SyncTeX support
--enable-etex compile and install e-TeX
@@ -3658,10 +3655,6 @@ fi
if test "${enable_ipc+set}" = set; then :
enableval=$enable_ipc;
fi
-# Check whether --enable-omfonts was given.
-if test "${enable_omfonts+set}" = set; then :
- enableval=$enable_omfonts;
-fi
# Check whether --enable-tex was given.
if test "${enable_tex+set}" = set; then :
enableval=$enable_tex;
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 5e46f00d771..41ae58e8b60 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -715,7 +715,6 @@ with_editor
enable_auto_core
enable_dump_share
enable_ipc
-enable_omfonts
enable_tex
enable_tex_synctex
enable_etex
@@ -1533,8 +1532,6 @@ Optional Features:
--disable-dump-share make fmt/base/mem files architecture-dependent
--disable-ipc disable TeX's --ipc option, i.e., pipe to a
program
- --disable-omfonts do not compile and install omfonts (use Web2C
- versions)
--disable-tex do not compile and install TeX
--enable-tex-synctex build TeX with SyncTeX support
--enable-etex compile and install e-TeX
@@ -3669,10 +3666,6 @@ fi
if test "${enable_ipc+set}" = set; then :
enableval=$enable_ipc;
fi
-# Check whether --enable-omfonts was given.
-if test "${enable_omfonts+set}" = set; then :
- enableval=$enable_omfonts;
-fi
# Check whether --enable-tex was given.
if test "${enable_tex+set}" = set; then :
enableval=$enable_tex;
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 0cad925cfea..52d18d79f08 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,8 @@
+2014-07-09 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * ac/web2c.ac: Drop configure option --disable-omfonts.
+ * configure.ac: Drop Automake conditional OMFONTS.
+
2014-06-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Drop the obsolete NATIVE_TEXLIVE_BUILD.
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in
index 7f95656f474..f7984797296 100644
--- a/Build/source/texk/web2c/Makefile.in
+++ b/Build/source/texk/web2c/Makefile.in
@@ -87,32 +87,32 @@ EXTRA_PROGRAMS = $(am__EXEEXT_1) tex$(EXEEXT) mf$(EXEEXT) \
$(am__EXEEXT_2) eptex$(EXEEXT) uptex$(EXEEXT) $(am__EXEEXT_3) \
euptex$(EXEEXT) pdftex$(EXEEXT) ttf2afm$(EXEEXT) \
pdftosrc$(EXEEXT) luatex$(EXEEXT) luajittex$(EXEEXT) \
- txt2zlib$(EXEEXT) xetex$(EXEEXT) $(am__EXEEXT_6) \
+ txt2zlib$(EXEEXT) xetex$(EXEEXT) $(am__EXEEXT_4) \
aleph$(EXEEXT) synctex$(EXEEXT)
-bin_PROGRAMS = tangle$(EXEEXT) ctangle$(EXEEXT) $(am__EXEEXT_7) \
- ctie$(EXEEXT) cweave$(EXEEXT) tie$(EXEEXT) $(am__EXEEXT_8) \
- $(am__EXEEXT_9) $(am__EXEEXT_10) $(am__EXEEXT_11) \
- $(am__EXEEXT_12) $(am__EXEEXT_13) $(am__EXEEXT_14) \
- $(am__EXEEXT_15) $(am__EXEEXT_16) $(am__EXEEXT_17) \
- $(am__EXEEXT_18) $(am__EXEEXT_19) $(am__EXEEXT_20) \
- $(am__EXEEXT_21) $(am__EXEEXT_22) $(am__EXEEXT_23) \
- $(am__EXEEXT_24) $(am__EXEEXT_25) $(am__EXEEXT_26) \
- $(am__EXEEXT_27) $(am__EXEEXT_28)
+bin_PROGRAMS = tangle$(EXEEXT) ctangle$(EXEEXT) $(am__EXEEXT_5) \
+ ctie$(EXEEXT) cweave$(EXEEXT) tie$(EXEEXT) $(am__EXEEXT_6) \
+ $(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) \
+ $(am__EXEEXT_10) $(am__EXEEXT_11) $(am__EXEEXT_12) \
+ $(am__EXEEXT_13) $(am__EXEEXT_14) $(am__EXEEXT_15) \
+ $(am__EXEEXT_16) $(am__EXEEXT_17) $(am__EXEEXT_18) \
+ $(am__EXEEXT_19) $(am__EXEEXT_20) $(am__EXEEXT_21) \
+ $(am__EXEEXT_22) $(am__EXEEXT_23) $(am__EXEEXT_24) \
+ $(am__EXEEXT_25)
noinst_PROGRAMS = tangleboot$(EXEEXT) ctangleboot$(EXEEXT) \
- $(am__EXEEXT_38) $(am__EXEEXT_39) $(am__EXEEXT_40) \
- $(am__EXEEXT_41)
-check_PROGRAMS = $(am__EXEEXT_29) $(am__EXEEXT_30) $(am__EXEEXT_31) \
- $(am__EXEEXT_32) $(am__EXEEXT_33) $(am__EXEEXT_34) \
$(am__EXEEXT_35) $(am__EXEEXT_36) $(am__EXEEXT_37) \
+ $(am__EXEEXT_38)
+check_PROGRAMS = $(am__EXEEXT_26) $(am__EXEEXT_27) $(am__EXEEXT_28) \
+ $(am__EXEEXT_29) $(am__EXEEXT_30) $(am__EXEEXT_31) \
+ $(am__EXEEXT_32) $(am__EXEEXT_33) $(am__EXEEXT_34) \
md5main$(EXEEXT)
-TESTS = tangle.test $(am__EXEEXT_44) ctiedir/ctie.test \
+TESTS = tangle.test $(am__EXEEXT_41) ctiedir/ctie.test \
cwebdir/cweave.test tiedir/tie.test $(am__append_6) \
$(am__append_14) $(am__append_23) $(am__append_28) \
$(am__append_34) $(am__append_38) $(am__append_40) \
$(am__append_46) $(am__append_50) $(am__append_52) \
$(am__append_58) $(am__append_69) $(am__append_70) \
- $(am__append_78) $(am__append_81) $(am__append_82) \
- $(am__append_85) libmd5/md5.test
+ $(am__append_78) $(am__append_80) $(am__append_83) \
+ libmd5/md5.test
DIST_COMMON = $(srcdir)/am/bootstrap.am $(srcdir)/am/web.am \
$(srcdir)/am/cweb.am $(srcdir)/am/texmf.am \
$(srcdir)/mplibdir/am/mplib.am \
@@ -248,93 +248,91 @@ DIST_COMMON = $(srcdir)/am/bootstrap.am $(srcdir)/am/web.am \
@XETEX_MACOSX_FALSE@ xetexdir/XeTeXFontMgr_FC.h
@XETEX_TRUE@am__append_78 = $(xetex_tests)
-@OTANGLE_TRUE@am__append_79 = $(omegaware_tools)
-@OMFONTS_FALSE@@OTANGLE_TRUE@am__append_80 = $(omegaware_font_tools)
-@OTANGLE_TRUE@am__append_81 = $(OTANGLE_tests)
-@OMFONTS_FALSE@@OTANGLE_TRUE@am__append_82 = $(OMFONTS_tests)
-@OTANGLE_TRUE@am__append_83 = pltotf tftopl
-@ALEPH_TRUE@am__append_84 = aleph
-@ALEPH_TRUE@am__append_85 = $(aleph_tests)
-@SYNCTEX_TRUE@am__append_86 = synctex
-@TEX_SYNCTEX_TRUE@am__append_87 = -I$(srcdir)/synctexdir \
+@OTANGLE_TRUE@am__append_79 = $(omegaware_programs)
+@OTANGLE_TRUE@am__append_80 = $(OTANGLE_tests) $(OMFONTS_tests)
+@OTANGLE_TRUE@am__append_81 = pltotf tftopl
+@ALEPH_TRUE@am__append_82 = aleph
+@ALEPH_TRUE@am__append_83 = $(aleph_tests)
+@SYNCTEX_TRUE@am__append_84 = synctex
+@TEX_SYNCTEX_TRUE@am__append_85 = -I$(srcdir)/synctexdir \
@TEX_SYNCTEX_TRUE@ $(ZLIB_INCLUDES) -D__SyncTeX__ \
@TEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-tex.h\"
-@TEX_SYNCTEX_TRUE@am__append_88 = $(ZLIB_LIBS)
-@TEX_SYNCTEX_TRUE@am__append_89 = $(ZLIB_DEPEND)
-@TEX_SYNCTEX_TRUE@am__append_90 = \
+@TEX_SYNCTEX_TRUE@am__append_86 = $(ZLIB_LIBS)
+@TEX_SYNCTEX_TRUE@am__append_87 = $(ZLIB_DEPEND)
+@TEX_SYNCTEX_TRUE@am__append_88 = \
@TEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@TEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@TEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@TEX_SYNCTEX_TRUE@ synctexdir/synctex-tex.h
-@ETEX_SYNCTEX_TRUE@am__append_91 = -I$(srcdir)/synctexdir \
+@ETEX_SYNCTEX_TRUE@am__append_89 = -I$(srcdir)/synctexdir \
@ETEX_SYNCTEX_TRUE@ $(ZLIB_INCLUDES) -D__SyncTeX__ \
@ETEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-etex.h\"
-@ETEX_SYNCTEX_TRUE@am__append_92 = $(ZLIB_LIBS)
-@ETEX_SYNCTEX_TRUE@am__append_93 = $(ZLIB_DEPEND)
-@ETEX_SYNCTEX_TRUE@am__append_94 = \
+@ETEX_SYNCTEX_TRUE@am__append_90 = $(ZLIB_LIBS)
+@ETEX_SYNCTEX_TRUE@am__append_91 = $(ZLIB_DEPEND)
+@ETEX_SYNCTEX_TRUE@am__append_92 = \
@ETEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@ETEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@ETEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@ETEX_SYNCTEX_TRUE@ synctexdir/synctex-etex.h
-@PTEX_SYNCTEX_TRUE@am__append_95 = -I$(srcdir)/synctexdir \
+@PTEX_SYNCTEX_TRUE@am__append_93 = -I$(srcdir)/synctexdir \
@PTEX_SYNCTEX_TRUE@ $(ZLIB_INCLUDES) -D__SyncTeX__ \
@PTEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-ptex.h\"
-@PTEX_SYNCTEX_TRUE@am__append_96 = $(ZLIB_LIBS)
-@PTEX_SYNCTEX_TRUE@am__append_97 = $(ZLIB_DEPEND)
-@PTEX_SYNCTEX_TRUE@am__append_98 = \
+@PTEX_SYNCTEX_TRUE@am__append_94 = $(ZLIB_LIBS)
+@PTEX_SYNCTEX_TRUE@am__append_95 = $(ZLIB_DEPEND)
+@PTEX_SYNCTEX_TRUE@am__append_96 = \
@PTEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@PTEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@PTEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@PTEX_SYNCTEX_TRUE@ synctexdir/synctex-ptex.h
-@UPTEX_SYNCTEX_TRUE@am__append_99 = -I$(srcdir)/synctexdir \
+@UPTEX_SYNCTEX_TRUE@am__append_97 = -I$(srcdir)/synctexdir \
@UPTEX_SYNCTEX_TRUE@ $(ZLIB_INCLUDES) -D__SyncTeX__ \
@UPTEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-uptex.h\"
-@UPTEX_SYNCTEX_TRUE@am__append_100 = $(ZLIB_LIBS)
-@UPTEX_SYNCTEX_TRUE@am__append_101 = $(ZLIB_DEPEND)
-@UPTEX_SYNCTEX_TRUE@am__append_102 = \
+@UPTEX_SYNCTEX_TRUE@am__append_98 = $(ZLIB_LIBS)
+@UPTEX_SYNCTEX_TRUE@am__append_99 = $(ZLIB_DEPEND)
+@UPTEX_SYNCTEX_TRUE@am__append_100 = \
@UPTEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@UPTEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@UPTEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@UPTEX_SYNCTEX_TRUE@ synctexdir/synctex-uptex.h
-@EPTEX_SYNCTEX_TRUE@am__append_103 = -I$(srcdir)/synctexdir \
+@EPTEX_SYNCTEX_TRUE@am__append_101 = -I$(srcdir)/synctexdir \
@EPTEX_SYNCTEX_TRUE@ $(ZLIB_INCLUDES) -D__SyncTeX__ \
@EPTEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-eptex.h\"
-@EPTEX_SYNCTEX_TRUE@am__append_104 = $(ZLIB_LIBS)
-@EPTEX_SYNCTEX_TRUE@am__append_105 = $(ZLIB_DEPEND)
-@EPTEX_SYNCTEX_TRUE@am__append_106 = \
+@EPTEX_SYNCTEX_TRUE@am__append_102 = $(ZLIB_LIBS)
+@EPTEX_SYNCTEX_TRUE@am__append_103 = $(ZLIB_DEPEND)
+@EPTEX_SYNCTEX_TRUE@am__append_104 = \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-eptex.h
-@EUPTEX_SYNCTEX_TRUE@am__append_107 = -I$(srcdir)/synctexdir \
+@EUPTEX_SYNCTEX_TRUE@am__append_105 = -I$(srcdir)/synctexdir \
@EUPTEX_SYNCTEX_TRUE@ $(ZLIB_INCLUDES) -D__SyncTeX__ \
@EUPTEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-euptex.h\"
-@EUPTEX_SYNCTEX_TRUE@am__append_108 = $(ZLIB_LIBS)
-@EUPTEX_SYNCTEX_TRUE@am__append_109 = $(ZLIB_DEPEND)
-@EUPTEX_SYNCTEX_TRUE@am__append_110 = \
+@EUPTEX_SYNCTEX_TRUE@am__append_106 = $(ZLIB_LIBS)
+@EUPTEX_SYNCTEX_TRUE@am__append_107 = $(ZLIB_DEPEND)
+@EUPTEX_SYNCTEX_TRUE@am__append_108 = \
@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex-euptex.h
-@PDFTEX_SYNCTEX_TRUE@am__append_111 = -I$(srcdir)/synctexdir \
+@PDFTEX_SYNCTEX_TRUE@am__append_109 = -I$(srcdir)/synctexdir \
@PDFTEX_SYNCTEX_TRUE@ -D__SyncTeX__ \
@PDFTEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-pdftex.h\"
-@PDFTEX_SYNCTEX_TRUE@am__append_112 = \
+@PDFTEX_SYNCTEX_TRUE@am__append_110 = \
@PDFTEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@PDFTEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@PDFTEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@PDFTEX_SYNCTEX_TRUE@ synctexdir/synctex-pdftex.h
-@XETEX_SYNCTEX_TRUE@am__append_113 = -I$(srcdir)/synctexdir \
+@XETEX_SYNCTEX_TRUE@am__append_111 = -I$(srcdir)/synctexdir \
@XETEX_SYNCTEX_TRUE@ -D__SyncTeX__ \
@XETEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-xetex.h\"
-@XETEX_SYNCTEX_TRUE@am__append_114 = \
+@XETEX_SYNCTEX_TRUE@am__append_112 = \
@XETEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@XETEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@XETEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@@ -974,51 +972,47 @@ am__EXEEXT_3 = upbibtex$(EXEEXT) updvitype$(EXEEXT) uppltotf$(EXEEXT) \
am__EXEEXT_4 = odvicopy$(EXEEXT) odvitype$(EXEEXT) otangle$(EXEEXT) \
wofm2opl$(EXEEXT) wopl2ofm$(EXEEXT) wovf2ovp$(EXEEXT) \
wovp2ovf$(EXEEXT)
-am__EXEEXT_5 = ofm2opl$(EXEEXT) opl2ofm$(EXEEXT) ovf2ovp$(EXEEXT) \
- ovp2ovf$(EXEEXT)
-am__EXEEXT_6 = $(am__EXEEXT_4) $(am__EXEEXT_5)
-@WEB_TRUE@am__EXEEXT_7 = $(am__EXEEXT_1)
-@TEX_TRUE@am__EXEEXT_8 = tex$(EXEEXT)
-@TEX_TRUE@@WIN32_TRUE@am__EXEEXT_9 = initex$(EXEEXT)
-@MF_TRUE@am__EXEEXT_10 = mf$(EXEEXT)
-@MFN_TRUE@@MF_TRUE@am__EXEEXT_11 = mf-nowin$(EXEEXT)
-@MF_TRUE@@WIN32_TRUE@am__EXEEXT_12 = inimf$(EXEEXT)
-@MP_TRUE@am__EXEEXT_13 = mpost$(EXEEXT)
-@ETEX_TRUE@am__EXEEXT_14 = etex$(EXEEXT)
-@PTEX_TRUE@am__EXEEXT_15 = ptex$(EXEEXT)
-@PWEB_TRUE@am__EXEEXT_16 = $(am__EXEEXT_2)
-@EPTEX_TRUE@am__EXEEXT_17 = eptex$(EXEEXT)
-@UPTEX_TRUE@am__EXEEXT_18 = uptex$(EXEEXT)
-@UPWEB_TRUE@am__EXEEXT_19 = $(am__EXEEXT_3)
-@EUPTEX_TRUE@am__EXEEXT_20 = euptex$(EXEEXT)
-@PDFTEX_TRUE@am__EXEEXT_21 = pdftex$(EXEEXT) ttf2afm$(EXEEXT) \
+@WEB_TRUE@am__EXEEXT_5 = $(am__EXEEXT_1)
+@TEX_TRUE@am__EXEEXT_6 = tex$(EXEEXT)
+@TEX_TRUE@@WIN32_TRUE@am__EXEEXT_7 = initex$(EXEEXT)
+@MF_TRUE@am__EXEEXT_8 = mf$(EXEEXT)
+@MFN_TRUE@@MF_TRUE@am__EXEEXT_9 = mf-nowin$(EXEEXT)
+@MF_TRUE@@WIN32_TRUE@am__EXEEXT_10 = inimf$(EXEEXT)
+@MP_TRUE@am__EXEEXT_11 = mpost$(EXEEXT)
+@ETEX_TRUE@am__EXEEXT_12 = etex$(EXEEXT)
+@PTEX_TRUE@am__EXEEXT_13 = ptex$(EXEEXT)
+@PWEB_TRUE@am__EXEEXT_14 = $(am__EXEEXT_2)
+@EPTEX_TRUE@am__EXEEXT_15 = eptex$(EXEEXT)
+@UPTEX_TRUE@am__EXEEXT_16 = uptex$(EXEEXT)
+@UPWEB_TRUE@am__EXEEXT_17 = $(am__EXEEXT_3)
+@EUPTEX_TRUE@am__EXEEXT_18 = euptex$(EXEEXT)
+@PDFTEX_TRUE@am__EXEEXT_19 = pdftex$(EXEEXT) ttf2afm$(EXEEXT) \
@PDFTEX_TRUE@ pdftosrc$(EXEEXT)
-@LUATEX_TRUE@am__EXEEXT_22 = luatex$(EXEEXT)
-@LUAJITTEX_TRUE@am__EXEEXT_23 = luajittex$(EXEEXT)
-@XETEX_TRUE@am__EXEEXT_24 = xetex$(EXEEXT)
-@OTANGLE_TRUE@am__EXEEXT_25 = $(am__EXEEXT_4)
-@OMFONTS_FALSE@@OTANGLE_TRUE@am__EXEEXT_26 = $(am__EXEEXT_5)
-@ALEPH_TRUE@am__EXEEXT_27 = aleph$(EXEEXT)
-@SYNCTEX_TRUE@am__EXEEXT_28 = synctex$(EXEEXT)
-@TEX_TRUE@am__EXEEXT_29 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
+@LUATEX_TRUE@am__EXEEXT_20 = luatex$(EXEEXT)
+@LUAJITTEX_TRUE@am__EXEEXT_21 = luajittex$(EXEEXT)
+@XETEX_TRUE@am__EXEEXT_22 = xetex$(EXEEXT)
+@OTANGLE_TRUE@am__EXEEXT_23 = $(am__EXEEXT_4)
+@ALEPH_TRUE@am__EXEEXT_24 = aleph$(EXEEXT)
+@SYNCTEX_TRUE@am__EXEEXT_25 = synctex$(EXEEXT)
+@TEX_TRUE@am__EXEEXT_26 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
@TEX_TRUE@ tftopl$(EXEEXT)
-@MF_TRUE@am__EXEEXT_30 = gftype$(EXEEXT) tftopl$(EXEEXT)
-@MP_TRUE@am__EXEEXT_31 = pltotf$(EXEEXT) tftopl$(EXEEXT)
-@ETEX_TRUE@am__EXEEXT_32 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
+@MF_TRUE@am__EXEEXT_27 = gftype$(EXEEXT) tftopl$(EXEEXT)
+@MP_TRUE@am__EXEEXT_28 = pltotf$(EXEEXT) tftopl$(EXEEXT)
+@ETEX_TRUE@am__EXEEXT_29 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
@ETEX_TRUE@ tftopl$(EXEEXT)
-@PTEX_TRUE@am__EXEEXT_33 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
+@PTEX_TRUE@am__EXEEXT_30 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
@PTEX_TRUE@ tftopl$(EXEEXT)
-@EPTEX_TRUE@am__EXEEXT_34 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
+@EPTEX_TRUE@am__EXEEXT_31 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
@EPTEX_TRUE@ tftopl$(EXEEXT)
-@UPTEX_TRUE@am__EXEEXT_35 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
+@UPTEX_TRUE@am__EXEEXT_32 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
@UPTEX_TRUE@ tftopl$(EXEEXT)
-@EUPTEX_TRUE@am__EXEEXT_36 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
+@EUPTEX_TRUE@am__EXEEXT_33 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
@EUPTEX_TRUE@ tftopl$(EXEEXT)
-@OTANGLE_TRUE@am__EXEEXT_37 = pltotf$(EXEEXT) tftopl$(EXEEXT)
-@MP_TRUE@@WIN32_TRUE@am__EXEEXT_38 = call_mpost$(EXEEXT)
-@LUATEX_TRUE@@WIN32_TRUE@am__EXEEXT_39 = call_luatex$(EXEEXT)
-@LUAJITTEX_TRUE@@WIN32_TRUE@am__EXEEXT_40 = call_luajittex$(EXEEXT)
-@LUATEX_TRUE@@cross_FALSE@am__EXEEXT_41 = txt2zlib$(EXEEXT)
+@OTANGLE_TRUE@am__EXEEXT_34 = pltotf$(EXEEXT) tftopl$(EXEEXT)
+@MP_TRUE@@WIN32_TRUE@am__EXEEXT_35 = call_mpost$(EXEEXT)
+@LUATEX_TRUE@@WIN32_TRUE@am__EXEEXT_36 = call_luatex$(EXEEXT)
+@LUAJITTEX_TRUE@@WIN32_TRUE@am__EXEEXT_37 = call_luajittex$(EXEEXT)
+@LUATEX_TRUE@@cross_FALSE@am__EXEEXT_38 = txt2zlib$(EXEEXT)
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
dist_aleph_OBJECTS = alephdir/aleph-aleph.$(OBJEXT) \
alephdir/aleph-alephbis.$(OBJEXT) \
@@ -1176,26 +1170,10 @@ nodist_odvitype_OBJECTS = odvitype.$(OBJEXT)
odvitype_OBJECTS = $(nodist_odvitype_OBJECTS)
odvitype_LDADD = $(LDADD)
odvitype_DEPENDENCIES = $(proglib) $(am__DEPENDENCIES_1)
-nodist_ofm2opl_OBJECTS = ofm2opl.$(OBJEXT)
-ofm2opl_OBJECTS = $(nodist_ofm2opl_OBJECTS)
-ofm2opl_LDADD = $(LDADD)
-ofm2opl_DEPENDENCIES = $(proglib) $(am__DEPENDENCIES_1)
-nodist_opl2ofm_OBJECTS = opl2ofm.$(OBJEXT)
-opl2ofm_OBJECTS = $(nodist_opl2ofm_OBJECTS)
-opl2ofm_LDADD = $(LDADD)
-opl2ofm_DEPENDENCIES = $(proglib) $(am__DEPENDENCIES_1)
nodist_otangle_OBJECTS = otangle.$(OBJEXT)
otangle_OBJECTS = $(nodist_otangle_OBJECTS)
otangle_LDADD = $(LDADD)
otangle_DEPENDENCIES = $(proglib) $(am__DEPENDENCIES_1)
-nodist_ovf2ovp_OBJECTS = ovf2ovp.$(OBJEXT)
-ovf2ovp_OBJECTS = $(nodist_ovf2ovp_OBJECTS)
-ovf2ovp_LDADD = $(LDADD)
-ovf2ovp_DEPENDENCIES = $(proglib) $(am__DEPENDENCIES_1)
-nodist_ovp2ovf_OBJECTS = ovp2ovf.$(OBJEXT)
-ovp2ovf_OBJECTS = $(nodist_ovp2ovf_OBJECTS)
-ovp2ovf_LDADD = $(LDADD)
-ovp2ovf_DEPENDENCIES = $(proglib) $(am__DEPENDENCIES_1)
nodist_patgen_OBJECTS = patgen.$(OBJEXT)
patgen_OBJECTS = $(nodist_patgen_OBJECTS)
patgen_LDADD = $(LDADD)
@@ -1473,9 +1451,7 @@ SOURCES = $(nodist_libff_a_SOURCES) $(nodist_libjitff_a_SOURCES) \
$(md5main_SOURCES) $(dist_mf_SOURCES) $(dist_mf_nowin_SOURCES) \
$(nodist_mft_SOURCES) $(nodist_mpost_SOURCES) \
$(nodist_odvicopy_SOURCES) $(nodist_odvitype_SOURCES) \
- $(nodist_ofm2opl_SOURCES) $(nodist_opl2ofm_SOURCES) \
- $(nodist_otangle_SOURCES) $(nodist_ovf2ovp_SOURCES) \
- $(nodist_ovp2ovf_SOURCES) $(nodist_patgen_SOURCES) \
+ $(nodist_otangle_SOURCES) $(nodist_patgen_SOURCES) \
$(pbibtex_SOURCES) $(nodist_pbibtex_SOURCES) \
$(dist_pdftex_SOURCES) $(nodist_pdftex_SOURCES) \
$(nodist_EXTRA_pdftex_SOURCES) $(pdftosrc_SOURCES) \
@@ -1724,13 +1700,13 @@ am__set_TESTS_bases = \
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
bases=`echo $$bases`
RECHECK_LOGS = $(TEST_LOGS)
-am__EXEEXT_42 = bibtex.test dvicopy.test dvitype.test gftodvi.test \
+am__EXEEXT_39 = bibtex.test dvicopy.test dvitype.test gftodvi.test \
gftopk.test gftype.test mft.test patgen.test pktogf.test \
pktype.test pltotf.test pooltype.test tftopl.test vftovp.test \
vptovf.test weave.test
-am__EXEEXT_43 = $(am__EXEEXT_42) tests/bibtex-openout-test.pl \
+am__EXEEXT_40 = $(am__EXEEXT_39) tests/bibtex-openout-test.pl \
tests/bibtex-longline-test.pl tests/bibtex-mem.test
-@WEB_TRUE@am__EXEEXT_44 = $(am__EXEEXT_43)
+@WEB_TRUE@am__EXEEXT_41 = $(am__EXEEXT_40)
TEST_SUITE_LOG = test-suite.log
TEST_EXTENSIONS = @EXEEXT@ .test
LOG_DRIVER = $(SHELL) $(top_srcdir)/../../build-aux/test-driver
@@ -2225,7 +2201,8 @@ EXTRA_DIST = PROJECTS cftests cpascal.h help.h w2c/config.h \
omegaware/ovf2ovp.web omegaware/ovf2ovp.up \
omegaware/ovf2ovp.ch omegaware/ovp2ovf.web \
omegaware/ovp2ovf.up omegaware/ovp2ovf.ch $(OTANGLE_tests) \
- $(OMFONTS_tests) omegaware/tests/level1.opl \
+ $(OMFONTS_tests) omegaware/tests/charwd-r.pl \
+ omegaware/tests/charwd-v.vpl omegaware/tests/level1.opl \
omegaware/tests/ofontd1.dvi omegaware/tests/ofontd1.typ \
omegaware/tests/ofontd2.dvi omegaware/tests/ofontd2.typ \
omegaware/tests/ofontd3.dvi omegaware/tests/ofontd3.typ \
@@ -2323,6 +2300,7 @@ DISTCLEANFILES = $(EXTRA_LIBRARIES) CXXLD.sh tangle.c tangle.h \
$(omegaware_programs:=.c) $(omegaware_programs:=.h) \
$(omegaware_programs:=.p) $(omegaware_programs:=-web2c) \
ofm2opl.web opl2ofm.web ovf2ovp.web ovp2ovf.web \
+ omegaware/tests/charwdr.* omegaware/tests/charwdv.* \
omegaware/tests/xlevel1.ofm omegaware/tests/xlevel1.opl \
ofont*vf omegaware/tests/xofont* omegaware/tests/Cherokee.tfm \
omegaware/tests/OCherokee.ofm omegaware/tests/OCherokee.opl \
@@ -2450,18 +2428,18 @@ tie_CPPFLAGS = $(AM_CPPFLAGS) -DNOT_WEB2C
initex_CPPFLAGS = -DEXEPROG=\"tex.exe\"
nodist_initex_SOURCES = callexe.c
initex_LDADD =
-tex_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_87)
+tex_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_85)
# With --enable-ipc, TeX may need to link with -lsocket.
-tex_LDADD = $(LDADD) $(ipc_socketlibs) $(am__append_88)
+tex_LDADD = $(LDADD) $(ipc_socketlibs) $(am__append_86)
# TeX C sources
tex_c_h = texini.c tex0.c texcoerce.h texd.h
nodist_tex_SOURCES = $(tex_c_h) tex-pool.c
-dist_tex_SOURCES = texextra.c $(am__append_90)
+dist_tex_SOURCES = texextra.c $(am__append_88)
# We must create texd.h before building the tex_OBJECTS.
-tex_prereq = texd.h $(am__append_89)
+tex_prereq = texd.h $(am__append_87)
tex_ch_srcs = \
tex.web \
tex.ch \
@@ -2544,19 +2522,19 @@ libmplib_web = mplibdir/mp.w mplibdir/psout.w mplibdir/svgout.w \
mplibdir/pngout.w mplibdir/mpmath.w mplibdir/mpmathbinary.w \
mplibdir/mpmathdecimal.w mplibdir/mpmathdouble.w \
mplibdir/mpstrings.w mplibdir/tfmin.w
-etex_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_91)
+etex_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_89)
# With --enable-ipc, e-TeX may need to link with -lsocket.
-etex_LDADD = $(LDADD) $(ipc_socketlibs) $(am__append_92)
+etex_LDADD = $(LDADD) $(ipc_socketlibs) $(am__append_90)
# e-TeX C sources
etex_c_h = etexini.c etex0.c etexcoerce.h etexd.h
nodist_etex_SOURCES = $(etex_c_h) etex-pool.c
dist_etex_SOURCES = etexdir/etexextra.c etexdir/etexextra.h \
- etexdir/etex_version.h $(am__append_94)
+ etexdir/etex_version.h $(am__append_92)
# We must create etexd.h and etexdir/etex_version.h before building the etex_OBJECTS.
-etex_prereq = etexd.h etexdir/etex_version.h $(am__append_93)
+etex_prereq = etexd.h etexdir/etex_version.h $(am__append_91)
etex_web_srcs = \
tex.web \
etexdir/etex.ch
@@ -2591,20 +2569,20 @@ pweb_tests = ptexdir/pbibtex.test ptexdir/pdvitype.test \
pproglib = lib/libp.a
libkanji_a_SOURCES = ptexdir/kanji.c ptexdir/kanji.h
libkanji_a_CPPFLAGS = $(ptex_cppflags)
-ptex_CPPFLAGS = $(ptex_cppflags) $(am__append_95)
+ptex_CPPFLAGS = $(ptex_cppflags) $(am__append_93)
# With --enable-ipc, pTeX may need to link with -lsocket.
-ptex_LDADD = $(ptex_ldadd) $(ipc_socketlibs) $(am__append_96)
+ptex_LDADD = $(ptex_ldadd) $(ipc_socketlibs) $(am__append_94)
ptex_DEPENDENCIES = $(ptex_dependencies)
# pTeX C sources
ptex_c_h = ptexini.c ptex0.c ptexcoerce.h ptexd.h
nodist_ptex_SOURCES = $(ptex_c_h) ptex-pool.c
dist_ptex_SOURCES = ptexdir/ptexextra.c ptexdir/ptexextra.h \
- ptexdir/ptex_version.h $(am__append_98)
+ ptexdir/ptex_version.h $(am__append_96)
# We must create ptexd.h and ptexdir/ptex_version.h before building the ptex_OBJECTS.
-ptex_prereq = ptexd.h ptexdir/ptex_version.h $(am__append_97)
+ptex_prereq = ptexd.h ptexdir/ptex_version.h $(am__append_95)
ptex_web_srcs = \
tex.web \
tex.ch
@@ -2638,22 +2616,22 @@ ptftopl_DEPENDENCIES = $(ptex_dependencies)
# e-pTeX Tests
#
eptex_tests = eptexdir/eptriptest
-eptex_CPPFLAGS = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) $(am__append_103)
+eptex_CPPFLAGS = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) $(am__append_101)
# With --enable-ipc, e-pTeX may need to link with -lsocket.
eptex_LDADD = libkanji.a $(pproglib) $(PTEXENC_LIBS) $(LDADD) \
- $(ipc_socketlibs) $(am__append_104)
+ $(ipc_socketlibs) $(am__append_102)
eptex_DEPENDENCIES = libkanji.a $(pproglib) $(PTEXENC_DEPEND) $(default_dependencies)
# e-pTeX C sources
eptex_c_h = eptexini.c eptex0.c eptexcoerce.h eptexd.h
nodist_eptex_SOURCES = $(eptex_c_h) eptex-pool.c
dist_eptex_SOURCES = eptexdir/eptexextra.c eptexdir/eptexextra.h \
- eptexdir/eptex_version.h $(am__append_106)
+ eptexdir/eptex_version.h $(am__append_104)
# We must create eptexd.h and eptexdir/eptex_version.h before building the eptex_OBJECTS.
eptex_prereq = eptexd.h etexdir/etex_version.h ptexdir/ptex_version.h \
- eptexdir/eptex_version.h $(am__append_105)
+ eptexdir/eptex_version.h $(am__append_103)
eptex_web_srcs = \
tex.web \
etexdir/etex.ch \
@@ -2685,21 +2663,21 @@ upweb_tests = uptexdir/upbibtex.test uptexdir/updvitype.test \
uptexdir/yokotate.test
libukanji_a_SOURCES = uptexdir/kanji.c uptexdir/kanji.h uptexdir/kanji_dump.c
libukanji_a_CPPFLAGS = $(uptex_cppflags)
-uptex_CPPFLAGS = $(uptex_cppflags) $(am__append_99)
+uptex_CPPFLAGS = $(uptex_cppflags) $(am__append_97)
# With --enable-ipc, upTeX may need to link with -lsocket.
-uptex_LDADD = $(uptex_ldadd) $(ipc_socketlibs) $(am__append_100)
+uptex_LDADD = $(uptex_ldadd) $(ipc_socketlibs) $(am__append_98)
uptex_DEPENDENCIES = $(uptex_dependencies)
# upTeX C sources
uptex_c_h = uptexini.c uptex0.c uptexcoerce.h uptexd.h
nodist_uptex_SOURCES = $(uptex_c_h) uptex-pool.c
dist_uptex_SOURCES = uptexdir/uptexextra.c uptexdir/uptexextra.h \
- uptexdir/uptex_version.h $(am__append_102)
+ uptexdir/uptex_version.h $(am__append_100)
# We must create uptexd.h and uptexdir/uptex_version.h before building the uptex_OBJECTS.
uptex_prereq = uptexd.h ptexdir/ptex_version.h \
- uptexdir/uptex_version.h $(am__append_101)
+ uptexdir/uptex_version.h $(am__append_99)
uptex_web_srcs = \
tex.web \
tex.ch
@@ -2734,23 +2712,23 @@ uptftopl_DEPENDENCIES = $(uptex_dependencies)
# e-upTeX Tests
#
euptex_tests = euptexdir/euptriptest
-euptex_CPPFLAGS = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) $(am__append_107)
+euptex_CPPFLAGS = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) $(am__append_105)
# With --enable-ipc, e-upTeX may need to link with -lsocket.
euptex_LDADD = libukanji.a $(pproglib) $(PTEXENC_LIBS) $(LDADD) \
- $(ipc_socketlibs) $(am__append_108)
+ $(ipc_socketlibs) $(am__append_106)
euptex_DEPENDENCIES = libukanji.a $(pproglib) $(PTEXENC_DEPEND) $(default_dependencies)
# e-upTeX C sources
euptex_c_h = euptexini.c euptex0.c euptexcoerce.h euptexd.h
nodist_euptex_SOURCES = $(euptex_c_h) euptex-pool.c
dist_euptex_SOURCES = euptexdir/euptexextra.c euptexdir/euptexextra.h \
- $(am__append_110)
+ $(am__append_108)
# We must create euptexd.h and [eu]ptexdir/[eu]ptex_version.h before building the euptex_OBJECTS.
euptex_prereq = euptexd.h etexdir/etex_version.h \
ptexdir/ptex_version.h eptexdir/eptex_version.h \
- uptexdir/uptex_version.h $(am__append_109)
+ uptexdir/uptex_version.h $(am__append_107)
euptex_web_srcs = \
tex.web \
etexdir/etex.ch \
@@ -2802,7 +2780,7 @@ pdftex_dependencies = $(proglib) $(KPATHSEA_DEPEND) $(LIBPNG_DEPEND) \
# Force Automake to use CXXLD for linking
nodist_EXTRA_pdftex_SOURCES = dummy.cxx
pdf_tangle = WEBINPUTS=.:$(srcdir)/pdftexdir AM_V_P=$(AM_V_P) $(SHELL) ./tangle-sh $@ $(TANGLE)
-pdftex_CPPFLAGS = $(pdftex_cppflags) $(am__append_111)
+pdftex_CPPFLAGS = $(pdftex_cppflags) $(am__append_109)
pdftex_CXXFLAGS = $(WARNING_CXXFLAGS)
# With --enable-ipc, pdfTeX may need to link with -lsocket.
@@ -2815,7 +2793,7 @@ pdftex_c_h = pdftexini.c pdftex0.c pdftexcoerce.h pdftexd.h
nodist_pdftex_SOURCES = $(pdftex_c_h) pdftex-pool.c
dist_pdftex_SOURCES = pdftexdir/pdftexextra.c pdftexdir/pdftexextra.h \
pdftexdir/pdftex_version.h pdftexdir/etex_version.h \
- $(am__append_112)
+ $(am__append_110)
pdftex_ch_srcs = \
pdftexdir/pdftex.web \
pdftexdir/tex.ch0 \
@@ -3264,7 +3242,7 @@ xetex_dependencies = $(proglib) $(KPATHSEA_DEPEND) $(ICU_DEPEND) \
$(POPPLER_DEPEND) $(LIBPNG_DEPEND) $(FREETYPE2_DEPEND) \
$(ZLIB_DEPEND)
@XETEX_MACOSX_TRUE@xetex_LDFLAGS = -framework ApplicationServices -framework Cocoa
-xetex_CPPFLAGS = $(xetex_cppflags) $(am__append_113)
+xetex_CPPFLAGS = $(xetex_cppflags) $(am__append_111)
xetex_CFLAGS = # $(WARNING_CFLAGS)
xetex_CXXFLAGS = # $(WARNING_CXXFLAGS)
xetex_LDADD = $(xetex_ldadd) $(LDADD) $(ipc_socketlibs)
@@ -3275,7 +3253,7 @@ xetex_c_h = xetexini.c xetex0.c xetexcoerce.h xetexd.h
nodist_xetex_SOURCES = $(xetex_c_h) xetex-pool.c
dist_xetex_SOURCES = xetexdir/xetexextra.c xetexdir/xetexextra.h \
xetexdir/etex_version.h xetexdir/xetex_version.h \
- $(am__append_114)
+ $(am__append_112)
xetex_ch_srcs = \
xetexdir/xetex.web \
xetexdir/tex.ch0 \
@@ -3310,30 +3288,24 @@ libxetex_prereq = xetexd.h $(xetex_dependencies)
# XeTeX Tests
#
xetex_tests = xetexdir/xetex.test
-omegaware_tools = odvicopy odvitype otangle wofm2opl wopl2ofm wovf2ovp wovp2ovf
-omegaware_font_tools = ofm2opl opl2ofm ovf2ovp ovp2ovf
-omegaware_programs = $(omegaware_tools) $(omegaware_font_tools)
+omegaware_programs = odvicopy odvitype otangle wofm2opl wopl2ofm wovf2ovp wovp2ovf
ow_tangle = WEBINPUTS=$(srcdir)/omegaware $(buildenv) $(TANGLE)
ow_otangle = WEBINPUTS=.:$(srcdir)/omegaware $(buildenv) $(OTANGLE)
nodist_odvicopy_SOURCES = odvicopy.c odvicopy.h
odvicopy_sources = omegaware/odvicopy.web omegaware/odvicopy.ch
nodist_odvitype_SOURCES = odvitype.c odvitype.h
odvitype_sources = omegaware/odvitype.web omegaware/odvitype.ch
-nodist_ofm2opl_SOURCES = ofm2opl.c ofm2opl.h
nodist_wofm2opl_SOURCES = ofm2opl.c ofm2opl.h
-nodist_opl2ofm_SOURCES = opl2ofm.c opl2ofm.h
nodist_wopl2ofm_SOURCES = opl2ofm.c opl2ofm.h
nodist_otangle_SOURCES = otangle.c otangle.h
otangle_sources = omegaware/otangle.web omegaware/otangle.ch
-nodist_ovf2ovp_SOURCES = ovf2ovp.c ovf2ovp.h
nodist_wovf2ovp_SOURCES = ovf2ovp.c ovf2ovp.h
-nodist_ovp2ovf_SOURCES = ovp2ovf.c ovp2ovf.h
nodist_wovp2ovf_SOURCES = ovp2ovf.c ovp2ovf.h
OTANGLE_tests = omegaware/odvicopy.test omegaware/odvitype.test \
omegaware/otangle.test
-OMFONTS_tests = omegaware/level1.test omegaware/ofonts.test \
- omegaware/omfonts.test omegaware/overbmp.test\
+OMFONTS_tests = omegaware/charwd.test omegaware/level1.test omegaware/ofonts.test \
+ omegaware/omfonts.test omegaware/overbmp.test \
omegaware/realnum.test omegaware/repeat.test \
omegaware/selectfont.test omegaware/specialhex.test \
omegaware/vrepeat.test
@@ -4827,26 +4799,10 @@ odvitype$(EXEEXT): $(odvitype_OBJECTS) $(odvitype_DEPENDENCIES) $(EXTRA_odvitype
@rm -f odvitype$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(odvitype_OBJECTS) $(odvitype_LDADD) $(LIBS)
-ofm2opl$(EXEEXT): $(ofm2opl_OBJECTS) $(ofm2opl_DEPENDENCIES) $(EXTRA_ofm2opl_DEPENDENCIES)
- @rm -f ofm2opl$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(ofm2opl_OBJECTS) $(ofm2opl_LDADD) $(LIBS)
-
-opl2ofm$(EXEEXT): $(opl2ofm_OBJECTS) $(opl2ofm_DEPENDENCIES) $(EXTRA_opl2ofm_DEPENDENCIES)
- @rm -f opl2ofm$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(opl2ofm_OBJECTS) $(opl2ofm_LDADD) $(LIBS)
-
otangle$(EXEEXT): $(otangle_OBJECTS) $(otangle_DEPENDENCIES) $(EXTRA_otangle_DEPENDENCIES)
@rm -f otangle$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(otangle_OBJECTS) $(otangle_LDADD) $(LIBS)
-ovf2ovp$(EXEEXT): $(ovf2ovp_OBJECTS) $(ovf2ovp_DEPENDENCIES) $(EXTRA_ovf2ovp_DEPENDENCIES)
- @rm -f ovf2ovp$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(ovf2ovp_OBJECTS) $(ovf2ovp_LDADD) $(LIBS)
-
-ovp2ovf$(EXEEXT): $(ovp2ovf_OBJECTS) $(ovp2ovf_DEPENDENCIES) $(EXTRA_ovp2ovf_DEPENDENCIES)
- @rm -f ovp2ovf$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(ovp2ovf_OBJECTS) $(ovp2ovf_LDADD) $(LIBS)
-
patgen$(EXEEXT): $(patgen_OBJECTS) $(patgen_DEPENDENCIES) $(EXTRA_patgen_DEPENDENCIES)
@rm -f patgen$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(patgen_OBJECTS) $(patgen_LDADD) $(LIBS)
diff --git a/Build/source/texk/web2c/ac/web2c.ac b/Build/source/texk/web2c/ac/web2c.ac
index 886923d1044..cc4a2cc3af1 100644
--- a/Build/source/texk/web2c/ac/web2c.ac
+++ b/Build/source/texk/web2c/ac/web2c.ac
@@ -25,10 +25,6 @@ AC_ARG_ENABLE([ipc],
AS_HELP_STRING([--disable-ipc],
[disable TeX's --ipc option, i.e., pipe to a program],
kpse_indent_26))[]dnl
-AC_ARG_ENABLE([omfonts],
- AS_HELP_STRING([--disable-omfonts],
- [do not compile and install omfonts (use Web2C versions)],
- kpse_indent_26))[]dnl
dnl [PROG, BUILD-OR-NO, SYNC-OR-NO, TEXT, REQUIRED-LIBS]
m4_define([kpse_tex_progs], [dnl
[[tex], [yes], [no], [TeX], []],
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index 2e60c725ba9..7c08b276ced 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -751,8 +751,6 @@ MFN_FALSE
MFN_TRUE
MF_FALSE
MF_TRUE
-OMFONTS_FALSE
-OMFONTS_TRUE
OTANGLE_FALSE
OTANGLE_TRUE
XETEX_SYNCTEX_FALSE
@@ -972,7 +970,6 @@ with_editor
enable_auto_core
enable_dump_share
enable_ipc
-enable_omfonts
enable_tex
enable_tex_synctex
enable_etex
@@ -1702,8 +1699,6 @@ Optional Features:
--enable-auto-core cause TeX&MF to dump core, given a certain filename
--disable-dump-share make fmt/base/mem files architecture-dependent
--disable-ipc disable TeX's --ipc option, i.e., pipe to a program
- --disable-omfonts do not compile and install omfonts (use Web2C
- versions)
--disable-tex do not compile and install TeX
--enable-tex-synctex build TeX with SyncTeX support
--enable-etex compile and install e-TeX
@@ -17982,10 +17977,6 @@ fi
if test "${enable_ipc+set}" = set; then :
enableval=$enable_ipc;
fi
-# Check whether --enable-omfonts was given.
-if test "${enable_omfonts+set}" = set; then :
- enableval=$enable_omfonts;
-fi
# Check whether --enable-tex was given.
if test "${enable_tex+set}" = set; then :
enableval=$enable_tex;
@@ -19539,15 +19530,6 @@ else
OTANGLE_FALSE=
fi
- if test "x$enable_omfonts" != xno; then
- OMFONTS_TRUE=
- OMFONTS_FALSE='#'
-else
- OMFONTS_TRUE='#'
- OMFONTS_FALSE=
-fi
-
-
if test "x$enable_mf" != xno; then
MF_TRUE=
MF_FALSE='#'
@@ -24422,10 +24404,6 @@ if test -z "${OTANGLE_TRUE}" && test -z "${OTANGLE_FALSE}"; then
as_fn_error $? "conditional \"OTANGLE\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${OMFONTS_TRUE}" && test -z "${OMFONTS_FALSE}"; then
- as_fn_error $? "conditional \"OMFONTS\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${MF_TRUE}" && test -z "${MF_FALSE}"; then
as_fn_error $? "conditional \"MF\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac
index 451212f36f0..4e81dba929c 100644
--- a/Build/source/texk/web2c/configure.ac
+++ b/Build/source/texk/web2c/configure.ac
@@ -153,8 +153,6 @@ AS_IF([test "x$enable_aleph:$enable_xetex:$enable_omfonts" = xno:no:yes],
AM_CONDITIONAL([OTANGLE],
[test "x$enable_otangle" = xyes])[]dnl
-AM_CONDITIONAL([OMFONTS], [test "x$enable_omfonts" != xno])
-
AM_CONDITIONAL([MF], [test "x$enable_mf" != xno])
AM_CONDITIONAL([MFN], [test "x$enable_mf_nowin" != xno])
diff --git a/Build/source/texk/web2c/omegafonts/ChangeLog b/Build/source/texk/web2c/omegafonts/ChangeLog
index 8c2af72d2df..9583e665f1c 100644
--- a/Build/source/texk/web2c/omegafonts/ChangeLog
+++ b/Build/source/texk/web2c/omegafonts/ChangeLog
@@ -1,3 +1,12 @@
+2014-07-09 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am: Drop Automake conditional OMFONTS.
+ * ofonts.test, overbmp.test, tests/ofont*, tests/inbmp.opl,
+ tests/overbmp.* (new): Shell scripts and data for new tests.
+
+ * char_routines.c, ligkern_routines.c, parse_ofm.c: Allow char
+ codes from Supplementary Unicode Planes (<=10FFFF).
+
2013-12-06 Peter Breitenlohner <peb@mppmu.mpg.de>
* omfonts.c (main): Use make_suffix() for implied ofm_name.
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.am b/Build/source/texk/web2c/omegafonts/Makefile.am
index bc3fda25aaa..4c5bfd00405 100644
--- a/Build/source/texk/web2c/omegafonts/Makefile.am
+++ b/Build/source/texk/web2c/omegafonts/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am for the TeX Live subdirectory texk/web2c/omegafonts/
##
-## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
AM_CPPFLAGS = -I$(top_builddir)/.. -I$(top_srcdir) $(KPATHSEA_INCLUDES) -DNOT_WEB2C
@@ -18,12 +18,10 @@ $(proglib): ${top_srcdir}/lib/*.c
bin_PROGRAMS =
if OTANGLE
-if OMFONTS
bin_PROGRAMS += omfonts
if WIN32
noinst_PROGRAMS = call_omfonts
endif WIN32
-endif OMFONTS
endif OTANGLE
EXTRA_PROGRAMS = omfonts
@@ -82,7 +80,6 @@ bin_links = \
include $(top_srcdir)/../../am/bin_links.am
if OTANGLE
-if OMFONTS
install-exec-hook: install-bin-links
if WIN32
for f in $(linked_programs); do \
@@ -95,17 +92,14 @@ if WIN32
rm -f $(DESTDIR)$(bindir)/$$f$(EXEEXT); \
done
endif WIN32
-endif OMFONTS
endif OTANGLE
## Tests
##
-OMFONTS_tests = charwd.test level1.test omfonts.test realnum.test \
- repeat.test selectfont.test specialhex.test
+OMFONTS_tests = charwd.test level1.test ofonts.test omfonts.test overbmp.test \
+ realnum.test repeat.test selectfont.test specialhex.test
if OTANGLE
-if OMFONTS
TESTS = $(OMFONTS_tests)
-endif OMFONTS
endif OTANGLE
EXTRA_DIST = $(OMFONTS_tests)
@@ -116,11 +110,23 @@ DISTCLEANFILES += tests/charwdr.* tests/charwdv.*
## level1.test
EXTRA_DIST += tests/level1.opl
DISTCLEANFILES += tests/xlevel1.ofm tests/xlevel1.opl
+## ofonts.test
+EXTRA_DIST += tests/ofontr0.pl \
+ tests/ofontr1.pl tests/ofontr1.vpl \
+ tests/ofontr2.opl tests/ofontr2.ovp \
+ tests/ofontr3.opl tests/ofontr3.ovp \
+ tests/ofontv4.pl tests/ofontv4.vpl \
+ tests/ofontv5.opl tests/ofontv5.ovp \
+ tests/ofontv6.opl tests/ofontv6.ovp
+DISTCLEANFILES += tests/xofont*
## omfonts.test
EXTRA_DIST += tests/Cherokee.pl tests/OCherokee.ovp
DISTCLEANFILES += tests/Cherokee.tfm tests/OCherokee.ofm \
tests/OCherokee.opl tests/OCherokee.ovf \
tests/xCherokee.* tests/xOCherokee.*
+## overbmp.test
+EXTRA_DIST += tests/inbmp.opl tests/overbmp.opl tests/overbmp.ovp
+DISTCLEANFILES += tests/xinbmp* tests/xoverbmp*
## realnum.test
EXTRA_DIST += tests/realnum.opl tests/realnum.out
DISTCLEANFILES += tests/realnum.*
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in
index 185cc7e480f..01f690fa300 100644
--- a/Build/source/texk/web2c/omegafonts/Makefile.in
+++ b/Build/source/texk/web2c/omegafonts/Makefile.in
@@ -79,9 +79,8 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
bin_PROGRAMS = $(am__EXEEXT_1)
-@OMFONTS_TRUE@@OTANGLE_TRUE@am__append_1 = omfonts
-@OMFONTS_TRUE@@OTANGLE_TRUE@@WIN32_TRUE@noinst_PROGRAMS = \
-@OMFONTS_TRUE@@OTANGLE_TRUE@@WIN32_TRUE@ call_omfonts$(EXEEXT)
+@OTANGLE_TRUE@am__append_1 = omfonts
+@OTANGLE_TRUE@@WIN32_TRUE@noinst_PROGRAMS = call_omfonts$(EXEEXT)
EXTRA_PROGRAMS = omfonts$(EXEEXT)
DIST_COMMON = $(top_srcdir)/../../am/bin_links.am \
$(srcdir)/Makefile.in $(srcdir)/Makefile.am pl-parser.h \
@@ -138,7 +137,7 @@ CONFIG_HEADER = $(top_builddir)/w2c/c-auto.h \
$(top_builddir)/ff-config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
-@OMFONTS_TRUE@@OTANGLE_TRUE@am__EXEEXT_1 = omfonts$(EXEEXT)
+@OTANGLE_TRUE@am__EXEEXT_1 = omfonts$(EXEEXT)
am__installdirs = "$(DESTDIR)$(bindir)"
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
am__dirstamp = $(am__leading_dot)dirstamp
@@ -706,9 +705,10 @@ call_omfonts_CPPFLAGS = -DEXEPROG=\"omfonts.exe\"
nodist_call_omfonts_SOURCES = ../callexe.c
call_omfonts_LDADD =
DISTCLEANFILES = pl-parser.output tests/charwdr.* tests/charwdv.* \
- tests/xlevel1.ofm tests/xlevel1.opl tests/Cherokee.tfm \
- tests/OCherokee.ofm tests/OCherokee.opl tests/OCherokee.ovf \
- tests/xCherokee.* tests/xOCherokee.* tests/realnum.* \
+ tests/xlevel1.ofm tests/xlevel1.opl tests/xofont* \
+ tests/Cherokee.tfm tests/OCherokee.ofm tests/OCherokee.opl \
+ tests/OCherokee.ovf tests/xCherokee.* tests/xOCherokee.* \
+ tests/xinbmp* tests/xoverbmp* tests/realnum.* \
tests/xrepeated.* tests/sample*.ofm tests/sample*.ovf \
tests/sample1-h.opl tests/xsample*.out tests/specialhex.ofm \
tests/specialhex.opl tests/specialhex.ovf tests/xspecialhex.*
@@ -719,15 +719,20 @@ bin_links = \
omfonts$(EXEEXT):ovf2ovp \
omfonts$(EXEEXT):ovp2ovf
-OMFONTS_tests = charwd.test level1.test omfonts.test realnum.test \
- repeat.test selectfont.test specialhex.test
+OMFONTS_tests = charwd.test level1.test ofonts.test omfonts.test overbmp.test \
+ realnum.test repeat.test selectfont.test specialhex.test
-@OMFONTS_TRUE@@OTANGLE_TRUE@TESTS = $(OMFONTS_tests)
+@OTANGLE_TRUE@TESTS = $(OMFONTS_tests)
EXTRA_DIST = $(OMFONTS_tests) tests/charwd-r.pl tests/charwd-v.vpl \
- tests/level1.opl tests/Cherokee.pl tests/OCherokee.ovp \
- tests/realnum.opl tests/realnum.out tests/repeat.opl \
- tests/repeated.opl tests/sample.out tests/sample.ovp \
- tests/sample0-h.opl tests/specialhex.ovp
+ tests/level1.opl tests/ofontr0.pl tests/ofontr1.pl \
+ tests/ofontr1.vpl tests/ofontr2.opl tests/ofontr2.ovp \
+ tests/ofontr3.opl tests/ofontr3.ovp tests/ofontv4.pl \
+ tests/ofontv4.vpl tests/ofontv5.opl tests/ofontv5.ovp \
+ tests/ofontv6.opl tests/ofontv6.ovp tests/Cherokee.pl \
+ tests/OCherokee.ovp tests/inbmp.opl tests/overbmp.opl \
+ tests/overbmp.ovp tests/realnum.opl tests/realnum.out \
+ tests/repeat.opl tests/repeated.opl tests/sample.out \
+ tests/sample.ovp tests/sample0-h.opl tests/specialhex.ovp
all: all-am
.SUFFIXES:
@@ -1201,9 +1206,7 @@ maintainer-clean-generic:
-rm -f pl-lexer.c
-rm -f pl-parser.c
-rm -f pl-parser.h
-@OMFONTS_FALSE@install-exec-hook:
@OTANGLE_FALSE@install-exec-hook:
-@OMFONTS_FALSE@uninstall-hook:
@OTANGLE_FALSE@uninstall-hook:
clean: clean-am
@@ -1320,14 +1323,14 @@ uninstall-bin-links:
@WIN32_FALSE@ rm -f $(DESTDIR)$(bindir)/$$link; \
@WIN32_FALSE@ done
-@OMFONTS_TRUE@@OTANGLE_TRUE@install-exec-hook: install-bin-links
-@OMFONTS_TRUE@@OTANGLE_TRUE@@WIN32_TRUE@ for f in $(linked_programs); do \
-@OMFONTS_TRUE@@OTANGLE_TRUE@@WIN32_TRUE@ $(INSTALL_PROGRAM) call_omfonts$(EXEEXT) $(DESTDIR)$(bindir)/$$f$(EXEEXT) || exit 1; \
-@OMFONTS_TRUE@@OTANGLE_TRUE@@WIN32_TRUE@ done
-@OMFONTS_TRUE@@OTANGLE_TRUE@uninstall-hook: uninstall-bin-links
-@OMFONTS_TRUE@@OTANGLE_TRUE@@WIN32_TRUE@ for f in $(linked_programs); do \
-@OMFONTS_TRUE@@OTANGLE_TRUE@@WIN32_TRUE@ rm -f $(DESTDIR)$(bindir)/$$f$(EXEEXT); \
-@OMFONTS_TRUE@@OTANGLE_TRUE@@WIN32_TRUE@ done
+@OTANGLE_TRUE@install-exec-hook: install-bin-links
+@OTANGLE_TRUE@@WIN32_TRUE@ for f in $(linked_programs); do \
+@OTANGLE_TRUE@@WIN32_TRUE@ $(INSTALL_PROGRAM) call_omfonts$(EXEEXT) $(DESTDIR)$(bindir)/$$f$(EXEEXT) || exit 1; \
+@OTANGLE_TRUE@@WIN32_TRUE@ done
+@OTANGLE_TRUE@uninstall-hook: uninstall-bin-links
+@OTANGLE_TRUE@@WIN32_TRUE@ for f in $(linked_programs); do \
+@OTANGLE_TRUE@@WIN32_TRUE@ rm -f $(DESTDIR)$(bindir)/$$f$(EXEEXT); \
+@OTANGLE_TRUE@@WIN32_TRUE@ done
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/Build/source/texk/web2c/omegafonts/char_routines.c b/Build/source/texk/web2c/omegafonts/char_routines.c
index 772edb5dd9a..b7e65d2377c 100644
--- a/Build/source/texk/web2c/omegafonts/char_routines.c
+++ b/Build/source/texk/web2c/omegafonts/char_routines.c
@@ -38,6 +38,7 @@ along with Omega; if not, write to the Free Software Foundation, Inc.,
#include "dvi.h"
#define PLANE 0x10000
+#define INDEX_MAX (PLANE-1)
#define HALFPLANE 0x08000
#define MAX_START_OFM 65535
@@ -61,9 +62,9 @@ along with Omega; if not, write to the Free Software Foundation, Inc.,
* or when the character is referenced in a charlist cycle, an extensible
* piece or in a ligature/kerning table. In the latter case, ensure_existence
* is called, and it sets the defined field of the character to be FALSE;
- *
+ *
* init_character also sets current_character to the character entry;
- *
+ *
*/
unsigned bc=0x7fffffff;
@@ -247,7 +248,7 @@ check_existence_all_character_fields(void)
char_entry *entry;
unsigned *exten;
unsigned j;
-
+
FOR_ALL_EXISTING_CHARACTERS(
unsigned c = plane*PLANE + index;
if (entry->indices[C_WD] == NULL) {
@@ -264,22 +265,33 @@ check_existence_all_character_fields(void)
check_existence_and_safety(c, entry->remainder, "",
"%sCharacter (H %X) NEXTLARGER than (H %X) "
"has no CHARACTER spec");
+ if (entry->remainder > 0xffff) {
+ fprintf(stderr, "Character (H %X) NEXTLARGER than (H %X) "
+ "exceeds ffff\n", entry->remainder, c);
+ exit(2);
+ }
break;
}
case TAG_EXT:{
exten = entry->extens;
for (j=E_MIN; j<=E_MAX; j++) {
- if (exten[j]!=0)
+ if (exten[j]!=0) {
check_existence_and_safety(c, exten[j],
extensible_pieces[j],
"%s piece (H %X) of character (H %X) "
"has no CHARACTER spec");
+ if (exten[j] > 0xfff) {
+ fprintf(stderr, "%s piece (H %X) of character (H %X) "
+ "exceeds ffff\n", extensible_pieces[j], exten[j], c);
+ exit(2);
+ }
+ }
}
break;
}
}
)
-}
+}
void
clear_ligature_entries(void)
@@ -368,7 +380,7 @@ print_characters(boolean read_ovf)
lentry = lig_kern_table + entry->remainder;
if (lentry->entries[0] > STOP_FLAG) {
lentry = lig_kern_table +
- (256*lentry->entries[2]+lentry->entries[3]);
+ (256*lentry->entries[2]+lentry->entries[3]);
}
do {
print_one_lig_kern_entry(lentry, FALSE);
@@ -460,7 +472,7 @@ print_packet(unsigned char *packet_start, unsigned packet_length)
arg = ovf_get_arg(&packet, cmd - DVI_SET_1 + 1, FALSE);
print_set_char(arg);
break;
- case DVI_NOP:
+ case DVI_NOP:
packet++;
break;
case DVI_PUSH:
@@ -860,66 +872,88 @@ unsigned num_char_info, words_per_entry;
void
compute_ofm_character_info(void)
{
+ unsigned c;
unsigned plane, index;
char_entry *entry;
bc = 0x7fffffff; ec=0;
FOR_ALL_EXISTING_CHARACTERS(
- unsigned c = plane*PLANE + index;
+ c = plane*PLANE + index;
if (c < bc) bc = c;
if (c > ec) ec = c;
)
if (bc > ec) bc = 1;
+
+ /* fill gaps */
+ for (plane = 0; plane < plane_max; plane++) {
+ if (planes[plane] == NULL) {
+ planes[plane] = (char_entry **)xmalloc(PLANE * sizeof(char_entry *));
+ char_max[plane] = 0;
+ planes[plane][0] = NULL;
+ }
+ for (index = char_max[plane]+1; index <= INDEX_MAX; index++) {
+ planes[plane][index] = NULL;
+ }
+ char_max[plane] = INDEX_MAX;
+ }
+
switch (ofm_level) {
case OFM_TFM: {
- if (ec>255)
+ if (ec>0xff)
fatal_error_1(
"Char (%x) too big for TFM (max ff); use OFM file",ec);
break;
}
case OFM_LEVEL0: {
- if (ec>65535)
+ if (ec>0x10ffff)
fatal_error_1(
- "Char (%x) too big for OFM level-0 (max ffff); use level-2",
+ "Char (%x) too big for OFM level-0 (max 10ffff); use level-2",
ec);
break;
}
case OFM_LEVEL1: {
- if (ec>65535)
+ if (ec>0x10ffff)
fatal_error_1(
- "Char (%x) too big for OFM level-1 (max ffff); use level-2",
+ "Char (%x) too big for OFM level-1 (max 10ffff); use level-2",
ec);
- /* Level 1 only uses plane 0. Take advantage of this fact. */
num_char_info = 0;
- for (index = bc; index <=ec; index++) {
- unsigned saved_index = index;
+ for (c = bc; c <= ec; c++) {
+ unsigned saved_c = c;
char_entry *next;
- entry = planes[0][index];
+ plane = c / PLANE;
+ index = c % PLANE;
+ entry = planes[plane][index];
if ((entry != NULL) && (WD_ENTRY != 0)) {
unsigned wd = WD_ENTRY, ht = HT_ENTRY, dp = DP_ENTRY, ic = IC_ENTRY;
- index += entry->copies;
- for (; index < ec; index++) {
- next = planes[0][index+1];
+ c += entry->copies;
+ for (; (c < ec) && (c-saved_c < 0xffff); c++) {
+ plane = (c+1) / PLANE;
+ index = (c+1) % PLANE;
+ next = planes[plane][index];
if ((WD_NEXT != wd) || (HT_NEXT != ht) ||
(DP_NEXT != dp) || (IC_NEXT != ic) ||
(RM_NEXT != entry->remainder) || (TG_NEXT != entry->tag))
break;
- planes[0][index+1] = entry;
+ planes[plane][index] = entry;
}
} else {
- planes[0][index] = NULL;
- init_character(index, NULL);
+ plane = c / PLANE;
+ index = c % PLANE;
+ planes[plane][index] = NULL;
+ init_character(c, NULL);
entry = current_character;
- for (; index < ec; index++) {
- next = planes[0][index+1];
+ for (; (c < ec) && (c-saved_c < 0xffff); c++) {
+ plane = (c+1) / PLANE;
+ index = (c+1) % PLANE;
+ next = planes[plane][index];
if (WD_NEXT != 0)
break;
- planes[0][index+1] = entry;
+ planes[plane][index] = entry;
}
}
- entry->copies = index - saved_index;
+ entry->copies = c - saved_c;
num_char_info++;
}
break;
@@ -937,9 +971,9 @@ output_ofm_character_info(void)
switch (ofm_level) {
case OFM_TFM: {
plane=0;
- for (index = bc; index <=ec; index++) {
- entry = planes[plane][index];
- if (entry == NULL) {
+ for (index = bc; index <= ec; index++) {
+ entry = planes[plane][index];
+ if (entry == NULL) {
out_ofm_4(0);
} else {
out_ofm(WD_ENTRY);
@@ -951,10 +985,13 @@ output_ofm_character_info(void)
break;
}
case OFM_LEVEL0: {
- plane=0;
- for (index = bc; index <=ec; index++) {
- entry = planes[plane][index];
- if (entry == NULL) {
+ unsigned c;
+
+ for (c = bc; c <= ec; c++) {
+ plane = c / PLANE;
+ index = c % PLANE;
+ entry = planes[plane][index];
+ if (entry == NULL) {
out_ofm_4(0); out_ofm_4(0);
} else {
out_ofm_2(WD_ENTRY);
@@ -969,10 +1006,13 @@ output_ofm_character_info(void)
}
case OFM_LEVEL1: {
unsigned i;
- plane=0;
- for (index = bc; index <=ec; index++) {
- entry = planes[plane][index];
- if (entry == NULL) {
+ unsigned c;
+
+ for (c = bc; c <= ec; c++) {
+ plane = c / PLANE;
+ index = c % PLANE;
+ entry = planes[plane][index];
+ if (entry == NULL) {
for (i=0; i<words_per_entry; i++)
out_ofm_4(0);
} else {
@@ -992,7 +1032,7 @@ output_ofm_character_info(void)
/* padding */
if (0 == npc % 2)
out_ofm_2(0);
- index += copies;
+ c += copies;
}
}
break;
diff --git a/Build/source/texk/web2c/omegafonts/ligkern_routines.c b/Build/source/texk/web2c/omegafonts/ligkern_routines.c
index 5302466dfde..6291b9cfb76 100644
--- a/Build/source/texk/web2c/omegafonts/ligkern_routines.c
+++ b/Build/source/texk/web2c/omegafonts/ligkern_routines.c
@@ -82,7 +82,7 @@ void
set_stop_command(void)
{
if (lk_step_ended == TRUE) {
- lig_kern_table[nl-1].entries[0] =
+ lig_kern_table[nl-1].entries[0] =
lig_kern_table[nl-1].entries[0] / 256 * 256 + STOP_FLAG;
} else {
warning_0("STOP must follow LIG or KRN; ignored");
@@ -316,7 +316,7 @@ int
l_eval(unsigned x, unsigned y)
{
hash_list h;
-
+
if ((x==CHAR_ERROR) || (y==CHAR_ERROR)) return CHAR_ERROR;
h = l_hash_lookup(x, y);
if (h == NULL) return y;
@@ -427,22 +427,38 @@ check_ligature_program(unsigned c, unsigned lab)
entry = lig_kern_table+lig_ptr;
if (l_hash_input(lig_ptr,c)) {
if (entry->entries[2] < KERN_FLAG) {
- if (entry->entries[1] != bchar)
+ if (entry->entries[1] != bchar) {
check_existence_and_safety(c, entry->entries[1],
ligature_commands[entry->entries[2]],
"%s character examined by (H %X)");
+ if (entry->entries[1] > 0xffff) {
+ fprintf(stderr, "%s character (H %X) examined by (H %X) "
+ "exceeds ffff\n", ligature_commands[entry->entries[2]], entry->entries[1], c);
+ exit(2);
+ }
+ }
if (entry->entries[3] >= 128)
/* Needs fixing */
if ((c < 128) || (c == -1))
if ((entry->entries[1] < 128) ||
- (entry->entries[1] == bchar))
+ (entry->entries[1] == bchar))
seven_bit_calculated = 0;
check_existence_and_safety(c, entry->entries[3],
ligature_commands[entry->entries[2]],
"%s character generated by (H %X)");
+ if (entry->entries[3] >0xffff) {
+ fprintf(stderr, "%s character (H %X) generated by (H %X) "
+ "exceeds ffff\n", ligature_commands[entry->entries[2]], entry->entries[3], c);
+ exit(2);
+ }
} else {
check_existence_and_safety(c, entry->entries[1],
"KRN", "%s character examined by (H %X)");
+ if (entry->entries[1] > 0xffff) {
+ fprintf(stderr, "KRN character (H %X) examined by (H %X) "
+ "exceeds ffff\n", entry->entries[1], c);
+ exit(2);
+ }
}
}
if (entry->entries[0] >= STOP_FLAG) lig_ptr = nl;
diff --git a/Build/source/texk/web2c/omegafonts/ofonts.test b/Build/source/texk/web2c/omegafonts/ofonts.test
new file mode 100755
index 00000000000..16a5bee25b5
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/ofonts.test
@@ -0,0 +1,56 @@
+#! /bin/sh
+
+# Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
+# You may freely use, modify and/or distribute this file.
+
+test -d tests || mkdir -p tests
+
+VPL='ofontr1 ofontv4'
+OVP='ofontr2 ofontr3 ofontv5 ofontv6'
+
+TEXMFCNF=$srcdir/../../kpathsea
+OFMFONTS=.:$srcdir/tests
+export TEXMFCNF OFMFONTS
+
+exit 77
+set -x
+
+for f in $VPL; do
+ ./omfonts -opl2ofm $srcdir/tests/$f.pl tests/x$f.tfm || exit 1
+ ./omfonts -ofm2opl tests/x$f.tfm tests/x$f.pl || exit 1
+ diff $srcdir/tests/$f.pl tests/x$f.pl || exit 1
+done
+
+for f in $OVP; do
+ ./omfonts -opl2ofm $srcdir/tests/$f tests/x$f || exit 1
+ ./omfonts -ofm2opl tests/x$f tests/x$f || exit 1
+ diff $srcdir/tests/$f.opl tests/x$f.opl || exit 1
+done
+
+rm -rf tests/xofont*
+
+for f in ofontr0; do
+ ./omfonts -opl2ofm $srcdir/tests/$f.pl tests/x$f.tfm || exit 1
+ ./omfonts -ofm2opl tests/x$f.tfm tests/x$f.pl || exit 1
+ diff $srcdir/tests/$f.pl tests/x$f.pl || exit 1
+done
+
+for f in $VPL; do
+ ./omfonts -ovp2ovf $srcdir/tests/$f.vpl tests/x$f.vf tests/x$f.tfm || exit 1
+ ./omfonts -ofm2opl tests/x$f.tfm tests/x$f.pl || exit 1
+ diff $srcdir/tests/$f.pl tests/x$f.pl || exit 1
+ ./omfonts -ovf2ovp tests/x$f.vf tests/x$f.tfm tests/x$f.vpl || exit 1
+ diff $srcdir/tests/$f.vpl tests/x$f.vpl || exit 1
+done
+
+for f in $OVP; do
+ ./omfonts -ovp2ovf $srcdir/tests/$f tests/x$f tests/x$f || exit 1
+ ./omfonts -ofm2opl tests/x$f tests/x$f || exit 1
+ diff $srcdir/tests/$f.opl tests/x$f.opl || exit 1
+ ./omfonts -ovf2ovp tests/x$f tests/x$f tests/x$f || exit 1
+ diff $srcdir/tests/$f.ovp tests/x$f.ovp || exit 1
+done
+
+exit 0
+
+
diff --git a/Build/source/texk/web2c/omegafonts/overbmp.test b/Build/source/texk/web2c/omegafonts/overbmp.test
new file mode 100755
index 00000000000..fc3771c73c2
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/overbmp.test
@@ -0,0 +1,53 @@
+#! /bin/sh
+
+# Copyright (C) 2013, 2014 Peter Breitenlohner <tex-live@tug.org>
+# You may freely use, modify and/or distribute this file.
+
+test -d tests || mkdir -p tests
+
+TEXMFCNF=$srcdir/../../kpathsea
+OFMFONTS=./tests
+export TEXMFCNF OFMFONTS
+
+exit 77
+set -x
+
+./omfonts -opl2ofm $srcdir/tests/inbmp tests/xinbmp || exit 1
+
+./omfonts -ofm2opl xinbmp tests/xinbmp || exit 1
+
+diff $srcdir/tests/inbmp.opl tests/xinbmp.opl || exit 1
+
+./omfonts -ovp2ovf $srcdir/tests/overbmp.ovp tests/xoverbmp || exit 1
+
+./omfonts -ofm2opl xoverbmp tests/xoverbmp || exit 1
+
+diff $srcdir/tests/overbmp.opl tests/xoverbmp.opl || exit 1
+
+./omfonts -ovf2ovp tests/xoverbmp xoverbmp tests/xoverbmp.ovp || exit 1
+
+diff $srcdir/tests/overbmp.ovp tests/xoverbmp.ovp || exit 1
+
+sed -e '/OFMLEVEL/s/H 0/H 1/' tests/xinbmp.opl >tests/xinbmp1.opl
+
+./omfonts -opl2ofm tests/xinbmp1 tests/xinbmp1 || exit 1
+
+./omfonts -ofm2opl xinbmp1 tests/xinbmp2 || exit 1
+
+diff tests/xinbmp1.opl tests/xinbmp1.opl || exit 1
+
+sed -e '/OFMLEVEL/s/H 1/H 0/' -e 's/xinbmp)/xinbmp1)/;s/xoverbmp)/xoverbmp1)/' \
+ tests/xoverbmp.ovp >tests/xoverbmp1.ovp
+
+./omfonts -ovp2ovf tests/xoverbmp1.ovp tests/xoverbmp1 || exit 1
+
+sed -e '/OFMLEVEL/s/H 1/H 0/' tests/xoverbmp.opl >tests/xoverbmp1.opl
+
+./omfonts -ofm2opl xoverbmp1 tests/xoverbmp2 || exit 1
+
+diff tests/xoverbmp1.opl tests/xoverbmp2.opl || exit 1
+
+./omfonts -ovf2ovp tests/xoverbmp1 xoverbmp1 tests/xoverbmp2 || exit 1
+
+diff tests/xoverbmp1.ovp tests/xoverbmp2.ovp || exit 1
+
diff --git a/Build/source/texk/web2c/omegafonts/parse_ofm.c b/Build/source/texk/web2c/omegafonts/parse_ofm.c
index fc22024233b..823d68209a2 100644
--- a/Build/source/texk/web2c/omegafonts/parse_ofm.c
+++ b/Build/source/texk/web2c/omegafonts/parse_ofm.c
@@ -183,7 +183,7 @@ ofm_organize(void)
eval_four_bytes(&ne);
eval_four_bytes(&np);
eval_four_bytes(&font_dir);
- top_char = 65535;
+ top_char = 0x10ffff;
top_width = 65535;
top_height = 255;
top_depth = 255;
diff --git a/Build/source/texk/web2c/omegafonts/tests/inbmp.opl b/Build/source/texk/web2c/omegafonts/tests/inbmp.opl
new file mode 100644
index 00000000000..aef0f847fbf
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/inbmp.opl
@@ -0,0 +1,18 @@
+(OFMLEVEL D 0)
+(FONTDIR TL)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H AA6297E0)
+(SEVENBITSAFEFLAG FALSE)
+(FONTDIMEN
+ )
+(CHARACTER H 4E00
+ (CHARWD R 1.0)
+ )
+(CHARACTER H 53F1
+ (CHARWD R 1.0)
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/level1.opl b/Build/source/texk/web2c/omegafonts/tests/level1.opl
index 2a700e7ada0..048e6b14f0e 100644
--- a/Build/source/texk/web2c/omegafonts/tests/level1.opl
+++ b/Build/source/texk/web2c/omegafonts/tests/level1.opl
@@ -37,3 +37,8 @@
(CHARHT R 0.9)
(CHARDP R 0.1)
)
+(CHARREPEAT H 20001 H FFFE
+ (CHARWD R 1.0)
+ (CHARHT R 0.9)
+ (CHARDP R 0.1)
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/ofontr0.pl b/Build/source/texk/web2c/omegafonts/tests/ofontr0.pl
new file mode 100644
index 00000000000..0cf4c883ccb
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/ofontr0.pl
@@ -0,0 +1,47 @@
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H BB0E7BF)
+(SEVENBITSAFEFLAG TRUE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.25)
+ (STRETCH R 0.2)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.45)
+ (QUAD R 1.0)
+ (EXTRASPACE R 0.111)
+ )
+(CHARACTER H 41
+ (CHARWD R 0.8)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ )
+(CHARACTER H 42
+ (CHARWD R 0.9)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ )
+(CHARACTER H 43
+ (CHARWD R 0.8)
+ (CHARHT R 1.2)
+ (CHARDP R 0.2)
+ )
+(CHARACTER H 44
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ )
+(CHARACTER H 45
+ (CHARWD R 0.6)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ )
+(CHARACTER H 46
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.1)
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/ofontr1.pl b/Build/source/texk/web2c/omegafonts/tests/ofontr1.pl
new file mode 100644
index 00000000000..fb77c215a38
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/ofontr1.pl
@@ -0,0 +1,27 @@
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H 9748D64)
+(SEVENBITSAFEFLAG TRUE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.25)
+ (STRETCH R 0.2)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.45)
+ (QUAD R 1.0)
+ (EXTRASPACE R 0.111)
+ )
+(CHARACTER H 7F
+ (CHARWD R 0.8)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ )
+(CHARACTER H 80
+ (CHARWD R 0.9)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/ofontr1.vpl b/Build/source/texk/web2c/omegafonts/tests/ofontr1.vpl
new file mode 100644
index 00000000000..9e043344a21
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/ofontr1.vpl
@@ -0,0 +1,40 @@
+(VTITLE Mapping ofontr1 to ofontr0)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H 9748D64)
+(SEVENBITSAFEFLAG TRUE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.25)
+ (STRETCH R 0.2)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.45)
+ (QUAD R 1.0)
+ (EXTRASPACE R 0.111)
+ )
+(MAPFONT D 0
+ (FONTNAME ofontr0)
+ (FONTCHECKSUM H BB0E7BF)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(CHARACTER H 7F
+ (CHARWD R 0.8)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ (MAP
+ (SETCHAR H 41)
+ )
+ )
+(CHARACTER H 80
+ (CHARWD R 0.9)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ (MAP
+ (SETCHAR H 42)
+ )
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/ofontr2.opl b/Build/source/texk/web2c/omegafonts/tests/ofontr2.opl
new file mode 100644
index 00000000000..1e0b5b44b4e
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/ofontr2.opl
@@ -0,0 +1,29 @@
+(OFMLEVEL D 0)
+(FONTDIR TL)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H 6415BA2B)
+(SEVENBITSAFEFLAG FALSE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.25)
+ (STRETCH R 0.2)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.45)
+ (QUAD R 1.0)
+ (EXTRASPACE R 0.111)
+ )
+(CHARACTER H 17F
+ (CHARWD R 0.8)
+ (CHARHT R 1.2)
+ (CHARDP R 0.2)
+ )
+(CHARACTER H 180
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/ofontr2.ovp b/Build/source/texk/web2c/omegafonts/tests/ofontr2.ovp
new file mode 100644
index 00000000000..2b953d253e3
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/ofontr2.ovp
@@ -0,0 +1,42 @@
+(VTITLE Mapping ofontr2 to ofontr0)
+(OFMLEVEL D 0)
+(FONTDIR TL)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H 6415BA2B)
+(SEVENBITSAFEFLAG FALSE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.25)
+ (STRETCH R 0.2)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.45)
+ (QUAD R 1.0)
+ (EXTRASPACE R 0.111)
+ )
+(MAPFONT D 0
+ (FONTNAME ofontr0)
+ (FONTCHECKSUM H BB0E7BF)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(CHARACTER H 17F
+ (CHARWD R 0.8)
+ (CHARHT R 1.2)
+ (CHARDP R 0.2)
+ (MAP
+ (SETCHAR H 43)
+ )
+ )
+(CHARACTER H 180
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ (MAP
+ (SETCHAR H 44)
+ )
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/ofontr3.opl b/Build/source/texk/web2c/omegafonts/tests/ofontr3.opl
new file mode 100644
index 00000000000..5a005f10f05
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/ofontr3.opl
@@ -0,0 +1,29 @@
+(OFMLEVEL D 1)
+(FONTDIR TL)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H 9141B113)
+(SEVENBITSAFEFLAG FALSE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.25)
+ (STRETCH R 0.2)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.45)
+ (QUAD R 1.0)
+ (EXTRASPACE R 0.111)
+ )
+(CHARACTER H 27F
+ (CHARWD R 0.6)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ )
+(CHARACTER H 280
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.1)
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/ofontr3.ovp b/Build/source/texk/web2c/omegafonts/tests/ofontr3.ovp
new file mode 100644
index 00000000000..608376df9ab
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/ofontr3.ovp
@@ -0,0 +1,42 @@
+(VTITLE Mapping ofontr3 to ofontr0)
+(OFMLEVEL D 1)
+(FONTDIR TL)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H 9141B113)
+(SEVENBITSAFEFLAG FALSE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.25)
+ (STRETCH R 0.2)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.45)
+ (QUAD R 1.0)
+ (EXTRASPACE R 0.111)
+ )
+(MAPFONT D 0
+ (FONTNAME ofontr0)
+ (FONTCHECKSUM H BB0E7BF)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(CHARACTER H 27F
+ (CHARWD R 0.6)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ (MAP
+ (SETCHAR H 45)
+ )
+ )
+(CHARACTER H 280
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.1)
+ (MAP
+ (SETCHAR H 46)
+ )
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/ofontv4.pl b/Build/source/texk/web2c/omegafonts/tests/ofontv4.pl
new file mode 100644
index 00000000000..c3f18f3e40d
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/ofontv4.pl
@@ -0,0 +1,47 @@
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H C1668DBB)
+(SEVENBITSAFEFLAG TRUE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.25)
+ (STRETCH R 0.2)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.45)
+ (QUAD R 1.0)
+ (EXTRASPACE R 0.111)
+ )
+(CHARACTER H 7C
+ (CHARWD R 0.8)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ )
+(CHARACTER H 7D
+ (CHARWD R 0.8)
+ (CHARHT R 1.2)
+ (CHARDP R 0.2)
+ )
+(CHARACTER H 7E
+ (CHARWD R 0.6)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ )
+(CHARACTER H 81
+ (CHARWD R 0.9)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ )
+(CHARACTER H 82
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ )
+(CHARACTER H 83
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.1)
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/ofontv4.vpl b/Build/source/texk/web2c/omegafonts/tests/ofontv4.vpl
new file mode 100644
index 00000000000..c77d8be3d94
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/ofontv4.vpl
@@ -0,0 +1,88 @@
+(VTITLE Mapping ofontv4 to ofontr1+ofontr2+ofontr3)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H C1668DBB)
+(SEVENBITSAFEFLAG TRUE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.25)
+ (STRETCH R 0.2)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.45)
+ (QUAD R 1.0)
+ (EXTRASPACE R 0.111)
+ )
+(MAPFONT D 0
+ (FONTNAME ofontr1)
+ (FONTCHECKSUM H 9748D64)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(MAPFONT D 1
+ (FONTNAME ofontr2)
+ (FONTCHECKSUM H 6415BA2B)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(MAPFONT D 2
+ (FONTNAME ofontr3)
+ (FONTCHECKSUM H 9141B113)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(CHARACTER H 7C
+ (CHARWD R 0.8)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ (MAP
+ (SETCHAR H 7F)
+ )
+ )
+(CHARACTER H 7D
+ (CHARWD R 0.8)
+ (CHARHT R 1.2)
+ (CHARDP R 0.2)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR H 17F)
+ )
+ )
+(CHARACTER H 7E
+ (CHARWD R 0.6)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ (MAP
+ (SELECTFONT D 2)
+ (SETCHAR H 27F)
+ )
+ )
+(CHARACTER H 81
+ (CHARWD R 0.9)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ (MAP
+ (SETCHAR H 80)
+ )
+ )
+(CHARACTER H 82
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR H 180)
+ )
+ )
+(CHARACTER H 83
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.1)
+ (MAP
+ (SELECTFONT D 2)
+ (SETCHAR H 280)
+ )
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/ofontv5.opl b/Build/source/texk/web2c/omegafonts/tests/ofontv5.opl
new file mode 100644
index 00000000000..19aac187c26
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/ofontv5.opl
@@ -0,0 +1,49 @@
+(OFMLEVEL D 0)
+(FONTDIR TL)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H 4A681BA5)
+(SEVENBITSAFEFLAG FALSE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.25)
+ (STRETCH R 0.2)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.45)
+ (QUAD R 1.0)
+ (EXTRASPACE R 0.111)
+ )
+(CHARACTER H 17C
+ (CHARWD R 0.8)
+ (CHARHT R 1.2)
+ (CHARDP R 0.2)
+ )
+(CHARACTER H 17D
+ (CHARWD R 0.6)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ )
+(CHARACTER H 17E
+ (CHARWD R 0.8)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ )
+(CHARACTER H 181
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ )
+(CHARACTER H 182
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.1)
+ )
+(CHARACTER H 183
+ (CHARWD R 0.9)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/ofontv5.ovp b/Build/source/texk/web2c/omegafonts/tests/ofontv5.ovp
new file mode 100644
index 00000000000..f01e8b7797a
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/ofontv5.ovp
@@ -0,0 +1,90 @@
+(VTITLE Mapping ofontv5 to ofontr2+ofontr3+ofontr1)
+(OFMLEVEL D 0)
+(FONTDIR TL)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H 4A681BA5)
+(SEVENBITSAFEFLAG FALSE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.25)
+ (STRETCH R 0.2)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.45)
+ (QUAD R 1.0)
+ (EXTRASPACE R 0.111)
+ )
+(MAPFONT D 0
+ (FONTNAME ofontr2)
+ (FONTCHECKSUM H 6415BA2B)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(MAPFONT D 1
+ (FONTNAME ofontr3)
+ (FONTCHECKSUM H 9141B113)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(MAPFONT D 2
+ (FONTNAME ofontr1)
+ (FONTCHECKSUM H 9748D64)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(CHARACTER H 17C
+ (CHARWD R 0.8)
+ (CHARHT R 1.2)
+ (CHARDP R 0.2)
+ (MAP
+ (SETCHAR H 17F)
+ )
+ )
+(CHARACTER H 17D
+ (CHARWD R 0.6)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR H 27F)
+ )
+ )
+(CHARACTER H 17E
+ (CHARWD R 0.8)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ (MAP
+ (SELECTFONT D 2)
+ (SETCHAR H 7F)
+ )
+ )
+(CHARACTER H 181
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ (MAP
+ (SETCHAR H 180)
+ )
+ )
+(CHARACTER H 182
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.1)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR H 280)
+ )
+ )
+(CHARACTER H 183
+ (CHARWD R 0.9)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ (MAP
+ (SELECTFONT D 2)
+ (SETCHAR H 80)
+ )
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/ofontv6.opl b/Build/source/texk/web2c/omegafonts/tests/ofontv6.opl
new file mode 100644
index 00000000000..8a7b6b7027b
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/ofontv6.opl
@@ -0,0 +1,49 @@
+(OFMLEVEL D 1)
+(FONTDIR TL)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H 2DCEE34A)
+(SEVENBITSAFEFLAG FALSE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.25)
+ (STRETCH R 0.2)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.45)
+ (QUAD R 1.0)
+ (EXTRASPACE R 0.111)
+ )
+(CHARACTER H 27C
+ (CHARWD R 0.6)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ )
+(CHARACTER H 27D
+ (CHARWD R 0.8)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ )
+(CHARACTER H 27E
+ (CHARWD R 0.8)
+ (CHARHT R 1.2)
+ (CHARDP R 0.2)
+ )
+(CHARACTER H 281
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.1)
+ )
+(CHARACTER H 282
+ (CHARWD R 0.9)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ )
+(CHARACTER H 283
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/ofontv6.ovp b/Build/source/texk/web2c/omegafonts/tests/ofontv6.ovp
new file mode 100644
index 00000000000..babf355c922
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/ofontv6.ovp
@@ -0,0 +1,90 @@
+(VTITLE Mapping ofontv6 to ofontr3+ofontr1+ofontr2)
+(OFMLEVEL D 1)
+(FONTDIR TL)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H 2DCEE34A)
+(SEVENBITSAFEFLAG FALSE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.25)
+ (STRETCH R 0.2)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.45)
+ (QUAD R 1.0)
+ (EXTRASPACE R 0.111)
+ )
+(MAPFONT D 0
+ (FONTNAME ofontr3)
+ (FONTCHECKSUM H 9141B113)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(MAPFONT D 1
+ (FONTNAME ofontr1)
+ (FONTCHECKSUM H 9748D64)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(MAPFONT D 2
+ (FONTNAME ofontr2)
+ (FONTCHECKSUM H 6415BA2B)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(CHARACTER H 27C
+ (CHARWD R 0.6)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ (MAP
+ (SETCHAR H 27F)
+ )
+ )
+(CHARACTER H 27D
+ (CHARWD R 0.8)
+ (CHARHT R 1.1)
+ (CHARDP R 0.1)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR H 7F)
+ )
+ )
+(CHARACTER H 27E
+ (CHARWD R 0.8)
+ (CHARHT R 1.2)
+ (CHARDP R 0.2)
+ (MAP
+ (SELECTFONT D 2)
+ (SETCHAR H 17F)
+ )
+ )
+(CHARACTER H 281
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.1)
+ (MAP
+ (SETCHAR H 280)
+ )
+ )
+(CHARACTER H 282
+ (CHARWD R 0.9)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR H 80)
+ )
+ )
+(CHARACTER H 283
+ (CHARWD R 0.7)
+ (CHARHT R 0.9)
+ (CHARIC R 0.2)
+ (MAP
+ (SELECTFONT D 2)
+ (SETCHAR H 180)
+ )
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/overbmp.opl b/Build/source/texk/web2c/omegafonts/tests/overbmp.opl
new file mode 100644
index 00000000000..7cc4615c3ff
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/overbmp.opl
@@ -0,0 +1,22 @@
+(OFMLEVEL D 1)
+(FONTDIR TL)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H DD8C3992)
+(SEVENBITSAFEFLAG FALSE)
+(CHARACTER H 4E00
+ (CHARWD R 1.0)
+ )
+(CHARACTER H 53F1
+ (CHARWD R 1.0)
+ )
+(CHARACTER H 20B9F
+ (CHARWD R 1.0)
+ )
+(CHARACTER H 20BB7
+ (CHARWD R 1.0)
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/overbmp.ovp b/Build/source/texk/web2c/omegafonts/tests/overbmp.ovp
new file mode 100644
index 00000000000..06886a456a9
--- /dev/null
+++ b/Build/source/texk/web2c/omegafonts/tests/overbmp.ovp
@@ -0,0 +1,49 @@
+(VTITLE JVF with characters above the Basic Multilingual Plane)
+(OFMLEVEL D 1)
+(FONTDIR TL)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H DD8C3992)
+(SEVENBITSAFEFLAG FALSE)
+(MAPFONT D 0
+ (FONTNAME xinbmp)
+ (FONTCHECKSUM H AA6297E0)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(MAPFONT D 1
+ (FONTNAME xoverbmp)
+ (FONTCHECKSUM H DD8C3992)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(CHARACTER H 4E00
+ (CHARWD R 1.0)
+ (MAP
+ (SETCHAR H 4E00)
+ )
+ )
+(CHARACTER H 53F1
+ (CHARWD R 1.0)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR H 20B9F)
+ )
+ )
+(CHARACTER H 20B9F
+ (CHARWD R 1.0)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR H 20BB7)
+ )
+ )
+(CHARACTER H 20BB7
+ (CHARWD R 1.0)
+ (MAP
+ (SETCHAR H 53F1)
+ )
+ )
diff --git a/Build/source/texk/web2c/omegafonts/tests/repeat.opl b/Build/source/texk/web2c/omegafonts/tests/repeat.opl
index 8cf09282d2f..09099826e4b 100644
--- a/Build/source/texk/web2c/omegafonts/tests/repeat.opl
+++ b/Build/source/texk/web2c/omegafonts/tests/repeat.opl
@@ -1,4 +1,4 @@
-(OFMLEVEL H 1)
+(OFMLEVEL D 1)
(FONTDIR TL)
(FAMILY UNSPECIFIED)
(FACE F MRR)
diff --git a/Build/source/texk/web2c/omegaware/ChangeLog b/Build/source/texk/web2c/omegaware/ChangeLog
index 8e91f067725..9179924aebe 100644
--- a/Build/source/texk/web2c/omegaware/ChangeLog
+++ b/Build/source/texk/web2c/omegaware/ChangeLog
@@ -1,3 +1,13 @@
+2014-07-09 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * am/omegaware.am: Drop Automake conditional OMFONTS.
+ Always build and test wofm2opl&Co (instead of ofm2opl&Co).
+ * level1.test, ofonts.test, omfonts.test, overbmp.test,
+ realnum.test, repeat.test, selectfont.test, specialhex.test:
+ Adapted.
+ * charwd.test, tests/charwd-r.pl, tests/charwd-v.vpl (new):
+ Shell script and data for a new test.
+
2014-05-05 Peter Breitenlohner <peb@mppmu.mpg.de>
* odvicopy.ch, odvicopy.web: Fixed a non-Web2C bug and several
diff --git a/Build/source/texk/web2c/omegaware/am/omegaware.am b/Build/source/texk/web2c/omegaware/am/omegaware.am
index 3c267bf1521..a9339fb9bf6 100644
--- a/Build/source/texk/web2c/omegaware/am/omegaware.am
+++ b/Build/source/texk/web2c/omegaware/am/omegaware.am
@@ -3,15 +3,10 @@
## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
-omegaware_tools = odvicopy odvitype otangle wofm2opl wopl2ofm wovf2ovp wovp2ovf
-omegaware_font_tools = ofm2opl opl2ofm ovf2ovp ovp2ovf
-omegaware_programs = $(omegaware_tools) $(omegaware_font_tools)
+omegaware_programs = odvicopy odvitype otangle wofm2opl wopl2ofm wovf2ovp wovp2ovf
if OTANGLE
-bin_PROGRAMS += $(omegaware_tools)
-if !OMFONTS
-bin_PROGRAMS += $(omegaware_font_tools)
-endif !OMFONTS
+bin_PROGRAMS += $(omegaware_programs)
endif OTANGLE
EXTRA_PROGRAMS += $(omegaware_programs)
@@ -42,7 +37,6 @@ odvitype_sources = omegaware/odvitype.web omegaware/odvitype.ch
odvitype.p: tangle$(EXEEXT) $(odvitype_sources)
$(tangle_silent)$(ow_tangle) odvitype odvitype
-nodist_ofm2opl_SOURCES = ofm2opl.c ofm2opl.h
nodist_wofm2opl_SOURCES = ofm2opl.c ofm2opl.h
ofm2opl.c ofm2opl.h: ofm2opl-web2c
@$(web2c) ofm2opl
@@ -55,7 +49,6 @@ ofm2opl.web: tie$(EXEEXT) omegaware/ofm2opl.web omegaware/ofm2opl.up
EXTRA_DIST += omegaware/ofm2opl.web omegaware/ofm2opl.up omegaware/ofm2opl.ch
DISTCLEANFILES += ofm2opl.web
-nodist_opl2ofm_SOURCES = opl2ofm.c opl2ofm.h
nodist_wopl2ofm_SOURCES = opl2ofm.c opl2ofm.h
opl2ofm.c opl2ofm.h: opl2ofm-web2c
@$(web2c) opl2ofm
@@ -78,7 +71,6 @@ otangle_sources = omegaware/otangle.web omegaware/otangle.ch
otangle.p: tangle$(EXEEXT) $(otangle_sources)
$(tangle_silent)$(ow_tangle) otangle otangle
-nodist_ovf2ovp_SOURCES = ovf2ovp.c ovf2ovp.h
nodist_wovf2ovp_SOURCES = ovf2ovp.c ovf2ovp.h
ovf2ovp.c ovf2ovp.h: ovf2ovp-web2c
@$(web2c) ovf2ovp
@@ -91,7 +83,6 @@ ovf2ovp.web: tie$(EXEEXT) omegaware/ovf2ovp.web omegaware/ovf2ovp.up
EXTRA_DIST += omegaware/ovf2ovp.web omegaware/ovf2ovp.up omegaware/ovf2ovp.ch
DISTCLEANFILES += ovf2ovp.web
-nodist_ovp2ovf_SOURCES = ovp2ovf.c ovp2ovf.h
nodist_wovp2ovf_SOURCES = ovp2ovf.c ovp2ovf.h
ovp2ovf.c ovp2ovf.h: ovp2ovf-web2c
@$(web2c) ovp2ovf
@@ -108,20 +99,20 @@ DISTCLEANFILES += ovp2ovf.web
##
OTANGLE_tests = omegaware/odvicopy.test omegaware/odvitype.test \
omegaware/otangle.test
-OMFONTS_tests = omegaware/level1.test omegaware/ofonts.test \
- omegaware/omfonts.test omegaware/overbmp.test\
+OMFONTS_tests = omegaware/charwd.test omegaware/level1.test omegaware/ofonts.test \
+ omegaware/omfonts.test omegaware/overbmp.test \
omegaware/realnum.test omegaware/repeat.test \
omegaware/selectfont.test omegaware/specialhex.test \
omegaware/vrepeat.test
EXTRA_DIST += $(OTANGLE_tests) $(OMFONTS_tests)
if OTANGLE
-TESTS += $(OTANGLE_tests)
-if !OMFONTS
-TESTS += $(OMFONTS_tests)
-endif !OMFONTS
+TESTS += $(OTANGLE_tests) $(OMFONTS_tests)
endif OTANGLE
+## omegaware/charwd.test
+EXTRA_DIST += omegaware/tests/charwd-r.pl omegaware/tests/charwd-v.vpl
+DISTCLEANFILES += omegaware/tests/charwdr.* omegaware/tests/charwdv.*
## omegaware/level1.test
EXTRA_DIST += omegaware/tests/level1.opl
DISTCLEANFILES += omegaware/tests/xlevel1.ofm omegaware/tests/xlevel1.opl
diff --git a/Build/source/texk/web2c/omegaware/charwd.test b/Build/source/texk/web2c/omegaware/charwd.test
new file mode 100755
index 00000000000..3db3e360fc8
--- /dev/null
+++ b/Build/source/texk/web2c/omegaware/charwd.test
@@ -0,0 +1,38 @@
+#! /bin/sh
+
+# Copyright (C) 2010-2014 Peter Breitenlohner <tex-live@tug.org>
+# You may freely use, modify and/or distribute this file.
+
+tests=omegaware/tests
+
+test -d $tests || mkdir -p $tests
+
+grep -v 'CHARWD R' $srcdir/$tests/charwd-r.pl >$tests/charwdr.pl
+
+TEXMFCNF=$srcdir/../kpathsea \
+ ./wopl2ofm -verbose $tests/charwdr.pl $tests/charwdr.tfm || exit 1
+
+TEXMFCNF=$srcdir/../kpathsea \
+ OFMFONTS=.:$tests \
+ ./wofm2opl -verbose $tests/charwdr.tfm $tests/charwdr.xpl || exit 1
+
+diff $srcdir/$tests/charwd-r.pl $tests/charwdr.xpl || exit 1
+
+grep -v 'CHARWD R' $srcdir/$tests/charwd-v.vpl >$tests/charwdv.vpl
+
+TEXMFCNF=$srcdir/../kpathsea \
+ ./wovp2ovf -verbose $tests/charwdv.vpl $tests/charwdv.vf $tests/charwdv.tfm || exit 1
+
+TEXMFCNF=$srcdir/../kpathsea \
+ OFMFONTS=.:$tests \
+ ./wofm2opl -verbose $tests/charwdr.tfm $tests/charwdr.xpl || exit 1
+
+diff $srcdir/$tests/charwd-r.pl $tests/charwdr.xpl || exit 1
+
+TEXMFCNF=$srcdir/../kpathsea \
+ OFMFONTS=.:$tests \
+ VFFONTS=$tests \
+ ./wovf2ovp -verbose $tests/charwdv.vf $tests/charwdv.tfm $tests/charwdv.xpl || exit 1
+
+diff $srcdir/$tests/charwd-v.vpl $tests/charwdv.xpl || exit 1
+
diff --git a/Build/source/texk/web2c/omegaware/level1.test b/Build/source/texk/web2c/omegaware/level1.test
index ed40ebde855..4273fcb4286 100755
--- a/Build/source/texk/web2c/omegaware/level1.test
+++ b/Build/source/texk/web2c/omegaware/level1.test
@@ -1,16 +1,16 @@
#! /bin/sh
-# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
tests=omegaware/tests
test -d $tests || mkdir -p $tests
-./opl2ofm -verbose $srcdir/$tests/level1 $tests/xlevel1 || exit 1
+./wopl2ofm -verbose $srcdir/$tests/level1 $tests/xlevel1 || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/xlevel1 $tests/xlevel1 || exit 1
+ ./wofm2opl -verbose $tests/xlevel1 $tests/xlevel1 || exit 1
diff $srcdir/$tests/level1.opl $tests/xlevel1.opl || exit 1
diff --git a/Build/source/texk/web2c/omegaware/ofonts.test b/Build/source/texk/web2c/omegaware/ofonts.test
index 9cdad045234..0b3b928913d 100755
--- a/Build/source/texk/web2c/omegaware/ofonts.test
+++ b/Build/source/texk/web2c/omegaware/ofonts.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
tests=omegaware/tests
@@ -11,47 +11,47 @@ VPL='ofontr1 ofontv4'
OVP='ofontr2 ofontr3 ofontv5 ofontv6'
for f in $VPL; do
- ./opl2ofm -verbose $srcdir/$tests/$f.pl $tests/x$f.tfm || exit 1
+ ./wopl2ofm -verbose $srcdir/$tests/$f.pl $tests/x$f.tfm || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1
+ ./wofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1
diff $srcdir/$tests/$f.pl $tests/x$f.pl || exit 1
done
for f in $OVP; do
- ./opl2ofm -verbose $srcdir/$tests/$f $tests/x$f || exit 1
+ ./wopl2ofm -verbose $srcdir/$tests/$f $tests/x$f || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/x$f $tests/x$f || exit 1
+ ./wofm2opl -verbose $tests/x$f $tests/x$f || exit 1
diff $srcdir/$tests/$f.opl $tests/x$f.opl || exit 1
done
rm -rf $tests/xofont*
for f in ofontr0; do
- ./opl2ofm -verbose $srcdir/$tests/$f.pl $tests/x$f.tfm || exit 1
+ ./wopl2ofm -verbose $srcdir/$tests/$f.pl $tests/x$f.tfm || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1
+ ./wofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1
diff $srcdir/$tests/$f.pl $tests/x$f.pl || exit 1
done
for f in $VPL; do
- ./ovp2ovf -verbose $srcdir/$tests/$f.vpl $tests/x$f.vf $tests/x$f.tfm || exit 1
+ ./wovp2ovf -verbose $srcdir/$tests/$f.vpl $tests/x$f.vf $tests/x$f.tfm || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1
+ ./wofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1
diff $srcdir/$tests/$f.pl $tests/x$f.pl || exit 1
TEXMFCNF=$srcdir/../kpathsea \
OFMFONTS=.:$srcdir/$tests \
- ./ovf2ovp -verbose $tests/x$f.vf $tests/x$f.tfm $tests/x$f.vpl || exit 1
+ ./wovf2ovp -verbose $tests/x$f.vf $tests/x$f.tfm $tests/x$f.vpl || exit 1
diff $srcdir/$tests/$f.vpl $tests/x$f.vpl || exit 1
done
for f in $OVP; do
- ./ovp2ovf -verbose $srcdir/$tests/$f $tests/x$f $tests/x$f || exit 1
+ ./wovp2ovf -verbose $srcdir/$tests/$f $tests/x$f $tests/x$f || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/x$f $tests/x$f || exit 1
+ ./wofm2opl -verbose $tests/x$f $tests/x$f || exit 1
diff $srcdir/$tests/$f.opl $tests/x$f.opl || exit 1
TEXMFCNF=$srcdir/../kpathsea \
OFMFONTS=.:$srcdir/$tests \
- ./ovf2ovp -verbose $tests/x$f $tests/x$f $tests/x$f || exit 1
+ ./wovf2ovp -verbose $tests/x$f $tests/x$f $tests/x$f || exit 1
diff $srcdir/$tests/$f.ovp $tests/x$f.ovp || exit 1
done
diff --git a/Build/source/texk/web2c/omegaware/omfonts.test b/Build/source/texk/web2c/omegaware/omfonts.test
index 38fafef64a2..1fda20aef63 100755
--- a/Build/source/texk/web2c/omegaware/omfonts.test
+++ b/Build/source/texk/web2c/omegaware/omfonts.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
tests=omegaware/tests
@@ -16,21 +16,21 @@ diff $srcdir/$tests/Cherokee.pl $tests/xCherokee.pl || exit 1
TEXMFCNF=$srcdir/../kpathsea \
OFMFONTS=./$tests \
- ./ovp2ovf -verbose $srcdir/$tests/OCherokee $tests/OCherokee $tests/OCherokee || exit 1
+ ./wovp2ovf -verbose $srcdir/$tests/OCherokee $tests/OCherokee $tests/OCherokee || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/OCherokee $tests/OCherokee || exit 1
+ ./wofm2opl -verbose $tests/OCherokee $tests/OCherokee || exit 1
-./opl2ofm -verbose $tests/OCherokee $tests/xOCherokee || exit 1
+./wopl2ofm -verbose $tests/OCherokee $tests/xOCherokee || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/xOCherokee $tests/xOCherokee || exit 1
+ ./wofm2opl -verbose $tests/xOCherokee $tests/xOCherokee || exit 1
diff $tests/OCherokee.opl $tests/xOCherokee.opl || exit 1
TEXMFCNF=$srcdir/../kpathsea \
OFMFONTS=.:./$tests \
- ./ovf2ovp -verbose $tests/OCherokee $tests/OCherokee $tests/xOCherokee || exit 1
+ ./wovf2ovp -verbose $tests/OCherokee $tests/OCherokee $tests/xOCherokee || exit 1
diff $srcdir/$tests/OCherokee.ovp $tests/xOCherokee.ovp || exit 1
diff --git a/Build/source/texk/web2c/omegaware/overbmp.test b/Build/source/texk/web2c/omegaware/overbmp.test
index 6a9c0dcab02..7c8bfb10cf9 100755
--- a/Build/source/texk/web2c/omegaware/overbmp.test
+++ b/Build/source/texk/web2c/omegaware/overbmp.test
@@ -11,42 +11,42 @@ TEXMFCNF=$srcdir/../kpathsea
OFMFONTS=./$tests
export TEXMFCNF OFMFONTS
-./opl2ofm -verbose $srcdir/$tests/inbmp $tests/xinbmp || exit 1
+./wopl2ofm -verbose $srcdir/$tests/inbmp $tests/xinbmp || exit 1
-./ofm2opl -verbose xinbmp $tests/xinbmp || exit 1
+./wofm2opl -verbose xinbmp $tests/xinbmp || exit 1
diff $srcdir/$tests/inbmp.opl $tests/xinbmp.opl || exit 1
-./ovp2ovf -verbose $srcdir/$tests/overbmp.ovp $tests/xoverbmp || exit 1
+./wovp2ovf -verbose $srcdir/$tests/overbmp.ovp $tests/xoverbmp || exit 1
-./ofm2opl -verbose xoverbmp $tests/xoverbmp || exit 1
+./wofm2opl -verbose xoverbmp $tests/xoverbmp || exit 1
diff $srcdir/$tests/overbmp.opl $tests/xoverbmp.opl || exit 1
-./ovf2ovp -verbose $tests/xoverbmp xoverbmp $tests/xoverbmp.ovp || exit 1
+./wovf2ovp -verbose $tests/xoverbmp xoverbmp $tests/xoverbmp.ovp || exit 1
diff $srcdir/$tests/overbmp.ovp $tests/xoverbmp.ovp || exit 1
sed -e '/OFMLEVEL/s/H 0/H 1/' $tests/xinbmp.opl >$tests/xinbmp1.opl
-./opl2ofm -verbose $tests/xinbmp1 $tests/xinbmp1 || exit 1
+./wopl2ofm -verbose $tests/xinbmp1 $tests/xinbmp1 || exit 1
-./ofm2opl -verbose xinbmp1 $tests/xinbmp2 || exit 1
+./wofm2opl -verbose xinbmp1 $tests/xinbmp2 || exit 1
diff $tests/xinbmp1.opl $tests/xinbmp1.opl || exit 1
sed -e '/OFMLEVEL/s/H 1/H 0/' -e 's/xinbmp)/xinbmp1)/;s/xoverbmp)/xoverbmp1)/' \
$tests/xoverbmp.ovp >$tests/xoverbmp1.ovp
-./ovp2ovf -verbose $tests/xoverbmp1.ovp $tests/xoverbmp1 || exit 1
+./wovp2ovf -verbose $tests/xoverbmp1.ovp $tests/xoverbmp1 || exit 1
sed -e '/OFMLEVEL/s/H 1/H 0/' $tests/xoverbmp.opl >$tests/xoverbmp1.opl
-./ofm2opl -verbose xoverbmp1 $tests/xoverbmp2 || exit 1
+./wofm2opl -verbose xoverbmp1 $tests/xoverbmp2 || exit 1
diff $tests/xoverbmp1.opl $tests/xoverbmp2.opl || exit 1
-./ovf2ovp -verbose $tests/xoverbmp1 xoverbmp1 $tests/xoverbmp2 || exit 1
+./wovf2ovp -verbose $tests/xoverbmp1 xoverbmp1 $tests/xoverbmp2 || exit 1
diff $tests/xoverbmp1.ovp $tests/xoverbmp2.ovp || exit 1
diff --git a/Build/source/texk/web2c/omegaware/realnum.test b/Build/source/texk/web2c/omegaware/realnum.test
index d0ea71e6e2d..2d119afe755 100755
--- a/Build/source/texk/web2c/omegaware/realnum.test
+++ b/Build/source/texk/web2c/omegaware/realnum.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2012-2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
tests=omegaware/tests
@@ -11,9 +11,9 @@ TEXMFCNF=$srcdir/../kpathsea
OFMFONTS=./$tests
export TEXMFCNF OFMFONTS
-./opl2ofm -verbose $srcdir/$tests/realnum $tests/xrealnum || exit 1
+./wopl2ofm -verbose $srcdir/$tests/realnum $tests/xrealnum || exit 1
-./ofm2opl -verbose xrealnum $tests/xrealnum || exit 1
+./wofm2opl -verbose xrealnum $tests/xrealnum || exit 1
diff $srcdir/$tests/realnum.out $tests/xrealnum.opl || exit 1
diff --git a/Build/source/texk/web2c/omegaware/repeat.test b/Build/source/texk/web2c/omegaware/repeat.test
index 157ce1ac91b..a0af94bbf0d 100755
--- a/Build/source/texk/web2c/omegaware/repeat.test
+++ b/Build/source/texk/web2c/omegaware/repeat.test
@@ -1,16 +1,16 @@
#! /bin/sh
-# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
tests=omegaware/tests
test -d $tests || mkdir -p $tests
-./opl2ofm -verbose $srcdir/$tests/repeat $tests/xrepeated || exit 1
+./wopl2ofm -verbose $srcdir/$tests/repeat $tests/xrepeated || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/xrepeated $tests/xrepeated || exit 1
+ ./wofm2opl -verbose $tests/xrepeated $tests/xrepeated || exit 1
diff $srcdir/$tests/repeated.opl $tests/xrepeated.opl || exit 1
diff --git a/Build/source/texk/web2c/omegaware/selectfont.test b/Build/source/texk/web2c/omegaware/selectfont.test
index 8bcfba7bab5..e753e746df5 100755
--- a/Build/source/texk/web2c/omegaware/selectfont.test
+++ b/Build/source/texk/web2c/omegaware/selectfont.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2011-2013 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2011-2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
tests=omegaware/tests
@@ -11,23 +11,23 @@ TEXMFCNF=$srcdir/../kpathsea
OFMFONTS=./$tests
export TEXMFCNF OFMFONTS
-./opl2ofm -verbose $srcdir/$tests/sample0-h $tests/sample0-h || exit 1
+./wopl2ofm -verbose $srcdir/$tests/sample0-h $tests/sample0-h || exit 1
-./opl2ofm -verbose $srcdir/$tests/sample0-h $tests/sample1-h || exit 1
+./wopl2ofm -verbose $srcdir/$tests/sample0-h $tests/sample1-h || exit 1
-./ofm2opl -verbose sample1-h $tests/sample1-h || exit 1
+./wofm2opl -verbose sample1-h $tests/sample1-h || exit 1
diff $srcdir/$tests/sample0-h.opl $tests/sample1-h.opl || exit 1
-./ovp2ovf -verbose $srcdir/$tests/sample $tests/sample $tests/sample || exit 1
+./wovp2ovf -verbose $srcdir/$tests/sample $tests/sample $tests/sample || exit 1
-./ovf2ovp -verbose $tests/sample sample $tests/xsample.out || exit 1
+./wovf2ovp -verbose $tests/sample sample $tests/xsample.out || exit 1
diff $srcdir/$tests/sample.out $tests/xsample.out || exit 1
-./ovp2ovf -verbose $srcdir/$tests/sample.ovp $tests/sample2.ovf || exit 1
+./wovp2ovf -verbose $srcdir/$tests/sample.ovp $tests/sample2.ovf || exit 1
-./ovf2ovp -verbose $tests/sample2 sample2 $tests/xsample2.out || exit 1
+./wovf2ovp -verbose $tests/sample2 sample2 $tests/xsample2.out || exit 1
diff $srcdir/$tests/sample.out $tests/xsample2.out || exit 1
diff --git a/Build/source/texk/web2c/omegaware/specialhex.test b/Build/source/texk/web2c/omegaware/specialhex.test
index 98af481f0db..b582e0ccfe8 100755
--- a/Build/source/texk/web2c/omegaware/specialhex.test
+++ b/Build/source/texk/web2c/omegaware/specialhex.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
tests=omegaware/tests
@@ -9,21 +9,21 @@ test -d $tests || mkdir -p $tests
TEXMFCNF=$srcdir/../kpathsea \
OFMFONTS=./$tests \
- ./ovp2ovf -verbose $srcdir/$tests/specialhex $tests/specialhex $tests/specialhex || exit 1
+ ./wovp2ovf -verbose $srcdir/$tests/specialhex $tests/specialhex $tests/specialhex || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/specialhex $tests/specialhex || exit 1
+ ./wofm2opl -verbose $tests/specialhex $tests/specialhex || exit 1
-./opl2ofm -verbose $tests/specialhex $tests/xspecialhex || exit 1
+./wopl2ofm -verbose $tests/specialhex $tests/xspecialhex || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/xspecialhex $tests/xspecialhex || exit 1
+ ./wofm2opl -verbose $tests/xspecialhex $tests/xspecialhex || exit 1
diff $tests/specialhex.opl $tests/xspecialhex.opl || exit 1
TEXMFCNF=$srcdir/../kpathsea \
OFMFONTS=.:./$tests \
- ./ovf2ovp -verbose $tests/specialhex $tests/specialhex $tests/xspecialhex || exit 1
+ ./wovf2ovp -verbose $tests/specialhex $tests/specialhex $tests/xspecialhex || exit 1
diff $srcdir/$tests/specialhex.ovp $tests/xspecialhex.ovp || exit 1
diff --git a/Build/source/texk/web2c/omegaware/tests/charwd-r.pl b/Build/source/texk/web2c/omegaware/tests/charwd-r.pl
new file mode 100644
index 00000000000..7440dd427cf
--- /dev/null
+++ b/Build/source/texk/web2c/omegaware/tests/charwd-r.pl
@@ -0,0 +1,19 @@
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H 1011DEC8)
+(SEVENBITSAFEFLAG TRUE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.5)
+ (STRETCH R 0.3)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.8)
+ (QUAD R 1.0)
+ )
+(CHARACTER H 23
+ (CHARWD R 0.0)
+ )
diff --git a/Build/source/texk/web2c/omegaware/tests/charwd-v.vpl b/Build/source/texk/web2c/omegaware/tests/charwd-v.vpl
new file mode 100644
index 00000000000..c6b5da53d53
--- /dev/null
+++ b/Build/source/texk/web2c/omegaware/tests/charwd-v.vpl
@@ -0,0 +1,29 @@
+(VTITLE Test missing CHARWD)
+(FAMILY UNSPECIFIED)
+(FACE F MRR)
+(CODINGSCHEME UNSPECIFIED)
+(DESIGNSIZE R 10.0)
+(COMMENT DESIGNSIZE IS IN POINTS)
+(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
+(CHECKSUM H CDC67EC9)
+(SEVENBITSAFEFLAG TRUE)
+(FONTDIMEN
+ (SLANT R 0.0)
+ (SPACE R 0.5)
+ (STRETCH R 0.3)
+ (SHRINK R 0.1)
+ (XHEIGHT R 0.8)
+ (QUAD R 1.0)
+ )
+(MAPFONT D 0
+ (FONTNAME charwdr)
+ (FONTCHECKSUM H 1011DEC8)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(CHARACTER H 22
+ (CHARWD R 0.0)
+ (MAP
+ (SETCHAR H 23)
+ )
+ )
diff --git a/Build/source/texk/web2c/omegaware/tests/level1.opl b/Build/source/texk/web2c/omegaware/tests/level1.opl
index 6705727511f..1bcf6a73470 100644
--- a/Build/source/texk/web2c/omegaware/tests/level1.opl
+++ b/Build/source/texk/web2c/omegaware/tests/level1.opl
@@ -22,3 +22,8 @@
(CHARHT R 0.9)
(CHARDP R 0.1)
)
+(CHARREPEAT H 20001 H FFFE
+ (CHARWD R 1.0)
+ (CHARHT R 0.9)
+ (CHARDP R 0.1)
+ )
diff --git a/Build/source/texk/web2c/omegaware/vrepeat.test b/Build/source/texk/web2c/omegaware/vrepeat.test
index 0f33c01c91d..51b969616bf 100755
--- a/Build/source/texk/web2c/omegaware/vrepeat.test
+++ b/Build/source/texk/web2c/omegaware/vrepeat.test
@@ -12,32 +12,32 @@ export TEXMFCNF OFMFONTS
test -d $tests || mkdir -p $tests
echo 'opl2ofm -verbose vrepeat0 yrepeat0'
-./opl2ofm -verbose $srcdir/$tests/vrepeat0 $tests/yrepeat0 && \
+./wopl2ofm -verbose $srcdir/$tests/vrepeat0 $tests/yrepeat0 && \
cmp $srcdir/$tests/vrepeat0.ofm $tests/yrepeat0.ofm && echo || exit 1
echo 'ofm2opl -verbose yrepeat0 yrepeat0'
-./ofm2opl -verbose $tests/yrepeat0 $tests/yrepeat0 && \
+./wofm2opl -verbose $tests/yrepeat0 $tests/yrepeat0 && \
diff -u $srcdir/$tests/vrepeat0.opl $tests/yrepeat0.opl && echo || exit 1
echo 'ovp2ovf -verbose vrepeat1 yrepeat1'
-./ovp2ovf -verbose $srcdir/$tests/vrepeat1 $tests/yrepeat1 && \
+./wovp2ovf -verbose $srcdir/$tests/vrepeat1 $tests/yrepeat1 && \
cmp $srcdir/$tests/vrepeat1.ovf $tests/yrepeat1.ovf && \
cmp $srcdir/$tests/vrepeat1.ofm $tests/yrepeat1.ofm && echo || exit 1
echo 'ovf2ovp -verbose yrepeat1 yrepeat1 yrepeat1'
-./ovf2ovp -verbose $tests/yrepeat1 yrepeat1 $tests/yrepeat1
+./wovf2ovp -verbose $tests/yrepeat1 yrepeat1 $tests/yrepeat1
diff -u $srcdir/$tests/vrepeat1.ovp $tests/yrepeat1.ovp && echo || exit 1
echo 'ofm2opl -verbose yrepeat1 yrepeat1'
-./ofm2opl -verbose $tests/yrepeat1 $tests/yrepeat1 && \
+./wofm2opl -verbose $tests/yrepeat1 $tests/yrepeat1 && \
diff -u $srcdir/$tests/vrepeat1.opl $tests/yrepeat1.opl && echo || exit 1
echo 'opl2ofm -verbose vrepeat1 yrepeat2'
-./opl2ofm -verbose $srcdir/$tests/vrepeat1 $tests/yrepeat2 && \
+./wopl2ofm -verbose $srcdir/$tests/vrepeat1 $tests/yrepeat2 && \
cmp $srcdir/$tests/vrepeat1.ofm $tests/yrepeat2.ofm && echo || exit 1
echo 'ofm2opl -verbose yrepeat2 yrepeat2'
-./ofm2opl -verbose $tests/yrepeat2 $tests/yrepeat2 && \
+./wofm2opl -verbose $tests/yrepeat2 $tests/yrepeat2 && \
diff -u $srcdir/$tests/vrepeat1.opl $tests/yrepeat2.opl && echo || exit 1
exit 0
diff --git a/Build/source/utils/configure b/Build/source/utils/configure
index 6a54444354c..b75ffc0c8cf 100755
--- a/Build/source/utils/configure
+++ b/Build/source/utils/configure
@@ -715,7 +715,6 @@ with_editor
enable_auto_core
enable_dump_share
enable_ipc
-enable_omfonts
enable_tex
enable_tex_synctex
enable_etex
@@ -1512,8 +1511,6 @@ Optional Features:
--disable-dump-share make fmt/base/mem files architecture-dependent
--disable-ipc disable TeX's --ipc option, i.e., pipe to a
program
- --disable-omfonts do not compile and install omfonts (use Web2C
- versions)
--disable-tex do not compile and install TeX
--enable-tex-synctex build TeX with SyncTeX support
--enable-etex compile and install e-TeX
@@ -3648,10 +3645,6 @@ fi
if test "${enable_ipc+set}" = set; then :
enableval=$enable_ipc;
fi
-# Check whether --enable-omfonts was given.
-if test "${enable_omfonts+set}" = set; then :
- enableval=$enable_omfonts;
-fi
# Check whether --enable-tex was given.
if test "${enable_tex+set}" = set; then :
enableval=$enable_tex;