diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2019-01-15 16:27:42 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2019-01-15 16:27:42 +0000 |
commit | f11675f101da4f68972b97d7cd207fcfcbadd650 (patch) | |
tree | 763ad4dbb7488c82f107911e31c03408b28fb886 | |
parent | 37fbefc3e3140b96527887d8b6d3c99132635cf3 (diff) |
Prefix TeX macros and transliteration files.
git-svn-id: svn://tug.org/texlive/trunk@49712 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/cwebinputs/cweb_ecma94.w (renamed from Build/source/texk/web2c/cwebdir/cwebinputs/ecma94.w) | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/cwebinputs/cweb_hp8.w (renamed from Build/source/texk/web2c/cwebdir/cwebinputs/hp8.w) | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/cwebinputs/cweb_mac8.w (renamed from Build/source/texk/web2c/cwebdir/cwebinputs/mac8.w) | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/cwebinputs/cweb_pc850.w (renamed from Build/source/texk/web2c/cwebdir/cwebinputs/pc850.w) | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/texinputs/cweb_ecma94.sty (renamed from Build/source/texk/web2c/cwebdir/texinputs/ecma94.sty) | 3 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/texinputs/cweb_hp8.sty (renamed from Build/source/texk/web2c/cwebdir/texinputs/hp8.sty) | 3 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/texinputs/cweb_mac8.sty (renamed from Build/source/texk/web2c/cwebdir/texinputs/mac8.sty) | 3 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/texinputs/cweb_pc850.sty (renamed from Build/source/texk/web2c/cwebdir/texinputs/pc850.sty) | 3 |
9 files changed, 22 insertions, 12 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index 4df22169e43..71cdd131717 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,6 +1,8 @@ 2019-01-15 Andreas Scherer <https://ascherer.github.io> * comm-w2c.ch: Provisional 'bindtextdomain' lookup in TDS. + * cwebinputs/texinputs: Add prefix 'cweb_' to TeX macros + and transliteration files. 2019-01-05 Andreas Scherer <https://ascherer.github.io> diff --git a/Build/source/texk/web2c/cwebdir/cwebinputs/ecma94.w b/Build/source/texk/web2c/cwebdir/cwebinputs/cweb_ecma94.w index 6b2ce0a3655..f36bdaf4d0a 100644 --- a/Build/source/texk/web2c/cwebdir/cwebinputs/ecma94.w +++ b/Build/source/texk/web2c/cwebdir/cwebinputs/cweb_ecma94.w @@ -1,5 +1,5 @@ % -% CWEB/INCLUDE $VER: ECMA94.W 1.5 (10.07.2017) +% CWEB/INCLUDE $VER: CWEB_ECMA94.W 1.6 (13.01.2019) % % SYNOPSIS: % Transliteration table for umlauts and special characters @@ -22,8 +22,9 @@ % August 13, 1998: New e-mail address. (V1.3) % June 11, 2000: Include matching TeX macros. (V1.4) % July 10, 2017: Complete overhaul. (V1.5) +% January 13, 2019: Non-generic names. (V1.6) -\input ecma94.sty +\input cweb_ecma94.sty \noatl @q b0 @> @q b1 @> @q b2 @> @q b3 @> @q b4 @> @l b5 mu diff --git a/Build/source/texk/web2c/cwebdir/cwebinputs/hp8.w b/Build/source/texk/web2c/cwebdir/cwebinputs/cweb_hp8.w index b4ab60246b8..c5644a31973 100644 --- a/Build/source/texk/web2c/cwebdir/cwebinputs/hp8.w +++ b/Build/source/texk/web2c/cwebdir/cwebinputs/cweb_hp8.w @@ -1,5 +1,5 @@ % -% CWEB/INCLUDE $VER: HP8.W 1.5 (10.07.2017) +% CWEB/INCLUDE $VER: CWEB_HP8.W 1.6 (13.01.2019) % % SYNOPSIS: % Transliteration table for umlauts and special characters @@ -22,8 +22,9 @@ % August 13, 1998: New e-mail address. (V1.3) % June 11, 2000: Include matching TeX macros. (V1.4) % July 10, 2017: Complete overhaul. (V1.5) +% January 13, 2019: Non-generic names. (V1.6) -\input hp8.sty +\input cweb_hp8.sty \noatl @q a0 @> @l a1 A @l a2 A @l a3 E @l a4 E @l a5 Ee diff --git a/Build/source/texk/web2c/cwebdir/cwebinputs/mac8.w b/Build/source/texk/web2c/cwebdir/cwebinputs/cweb_mac8.w index 0ed7b1a702d..874f2558039 100644 --- a/Build/source/texk/web2c/cwebdir/cwebinputs/mac8.w +++ b/Build/source/texk/web2c/cwebdir/cwebinputs/cweb_mac8.w @@ -1,5 +1,5 @@ % -% CWEB/INCLUDE $VER: MAC8.W 1.5 (10.07.2017) +% CWEB/INCLUDE $VER: CWEB_MAC8.W 1.6 (13.01.2019) % % SYNOPSIS: % Transliteration table for umlauts and special characters @@ -22,8 +22,9 @@ % August 13, 1998: New e-mail address. (V1.3) % June 11, 2000: Include matching TeX macros. (V1.4) % July 10, 2017: Complete overhaul. (V1.5) +% January 13, 2019: Non-generic names. (V1.6) -\input mac8.sty +\input cweb_mac8.sty \noatl @l 80 Ae @l 81 A @l 82 C @l 83 E @l 84 N @l 85 Oe diff --git a/Build/source/texk/web2c/cwebdir/cwebinputs/pc850.w b/Build/source/texk/web2c/cwebdir/cwebinputs/cweb_pc850.w index 7c1c4862ee0..0c3af38e04e 100644 --- a/Build/source/texk/web2c/cwebdir/cwebinputs/pc850.w +++ b/Build/source/texk/web2c/cwebdir/cwebinputs/cweb_pc850.w @@ -1,5 +1,5 @@ % -% CWEB/INCLUDE $VER: PC850.W 1.5 (10.07.2017) +% CWEB/INCLUDE $VER: CWEB_PC850.W 1.6 (13.01.2019) % % SYNOPSIS: % Transliteration table for umlauts and special characters @@ -22,8 +22,9 @@ % August 13, 1998: New e-mail address. (V1.3) % June 11, 2000: Include matching TeX macros. (V1.4) % July 10, 2017: Complete overhaul. (V1.5) +% January 13, 2019: Non-generic names. (V1.6) -\input pc850.sty +\input cweb_pc850.sty \noatl @l 80 C @l 81 ue @l 82 e @l 83 a @l 84 ae @l 85 a diff --git a/Build/source/texk/web2c/cwebdir/texinputs/ecma94.sty b/Build/source/texk/web2c/cwebdir/texinputs/cweb_ecma94.sty index c1865dd80c2..1ab5bd927ab 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/ecma94.sty +++ b/Build/source/texk/web2c/cwebdir/texinputs/cweb_ecma94.sty @@ -1,5 +1,5 @@ % -% TEX/LATEX $VER: ECMA94.STY 1.11 (10.07.2017) +% TEX/LATEX $VER: CWEB_ECMA94.STY 1.12 (13.01.2019) % % SYNOPSIS: % Conversion of umlauts and special characters of the @@ -37,6 +37,7 @@ % 13.08.1998: New e-mail address. (V1.9) % 18.08.2011: New postal address. (V1.10) % 10.07.2017: Complete overhaul. (V1.11) +% 13.01.2019: Non-generic names. (V1.12) % % COPYRIGHT: % There is no restriction to the usage of this file. diff --git a/Build/source/texk/web2c/cwebdir/texinputs/hp8.sty b/Build/source/texk/web2c/cwebdir/texinputs/cweb_hp8.sty index 825533ddd04..08bac73eb63 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/hp8.sty +++ b/Build/source/texk/web2c/cwebdir/texinputs/cweb_hp8.sty @@ -1,5 +1,5 @@ % -% TEX/LATEX $VER: HP8.STY 1.8 (18.08.2011) +% TEX/LATEX $VER: CWEB_HP8.STY 1.9 (13.01.2019) % % SYNOPSIS: % Conversion of umlauts and special characters of the @@ -27,6 +27,7 @@ % 25.03.1996: New postal address. (V1.6) % 13.08.1998: New e-mail address. (V1.7) % 18.08.2011: New postal address. (V1.8) +% 13.01.2019: Non-generic names. (V1.9) % % COPYRIGHT: % There is no restriction to the usage of this file. diff --git a/Build/source/texk/web2c/cwebdir/texinputs/mac8.sty b/Build/source/texk/web2c/cwebdir/texinputs/cweb_mac8.sty index e462a52dbc8..8c2402a5586 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/mac8.sty +++ b/Build/source/texk/web2c/cwebdir/texinputs/cweb_mac8.sty @@ -1,5 +1,5 @@ % -% TEX/LATEX $VER: MAC8.STY 1.6 (18.08.2011) +% TEX/LATEX $VER: CWEB_MAC8.STY 1.7 (13.01.2019) % % SYNOPSIS: % Conversion of umlauts and special characters of the @@ -26,6 +26,7 @@ % according to Alain Aubord's `codepage' package. (V1.4) % 13.08.1998: New e-mail address. (V1.5) % 18.08.2011: New postal address. (V1.6) +% 13.01.2019: Non-generic names. (V1.7) % % COPYRIGHT: There is no restriction to the usage of this file. % diff --git a/Build/source/texk/web2c/cwebdir/texinputs/pc850.sty b/Build/source/texk/web2c/cwebdir/texinputs/cweb_pc850.sty index 091f07f2f96..338795f5619 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/pc850.sty +++ b/Build/source/texk/web2c/cwebdir/texinputs/cweb_pc850.sty @@ -1,5 +1,5 @@ % -% TEX/LATEX $VER: PC850.STY 1.9 (18.08.2011) +% TEX/LATEX $VER: CWEB_PC850.STY 1.10 (13.01.2019) % % SYNOPSIS: % Conversion of umlauts and special characters of the @@ -32,6 +32,7 @@ % 25.03.1996: New postal address. (V1.7) % 13.08.1998: New e-mail address. (V1.8) % 18.08.2011: New postal address. (V1.9) +% 13.01.2019: Non-generic names. (V1.10) % % if not(TeX >= 3.0) do_nothing, else ... \ifx\undefined\inputlineno \else |