diff options
Diffstat (limited to 'Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES')
6 files changed, 161 insertions, 0 deletions
diff --git a/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/ChangeLog b/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/ChangeLog new file mode 100644 index 00000000000..9f536416499 --- /dev/null +++ b/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/ChangeLog @@ -0,0 +1,34 @@ +2010-11-06 Peter Breitenlohner <peb@mppmu.mpg.de> + + Import dvi2tty-5.3.3. + + * patch-{02,03,05,06,50,70}-* (removed): Now in distribution. + * patch-01-texk, patch-04-pager: Adapted. + * patch-60-warnings: Adapted (some parts now in distribution). + * patch-81-maybe-scand (removed): Obsoleted by dvi2tty-5.3.3. + * patch-{80,90,91}-* (removed): Obsolete. + + * patch-07-typo (new): Fix a typo. + +2010-10-23 Peter Breitenlohner <peb@mppmu.mpg.de> + + Import dvi2tty-5.3.1. + + Changes from pre2006 teTeX repository: + * patch-01-texk (new): TeX Live version. + * patch-02-simple-typos (new). + * patch-04-pager (new). + * patch-06-bug-fix (new). + * patch-80-maybe-bug-fix (new): To be decided. + * patch-81-maybe-scand (new): To be decided. + + Changes from TeX Live repository (2009 and 2010): + * patch-03-ANSI-C (new): Function prototypes and declarations. + * patch-05-getline (new): Avoid name conflict. + * patch-50-kpathsea (new): Use kpathsea. + * patch-60-warnings (new): Avoid warnings. + * patch-70-disdvi-xetex (new): Decode pTeX and XeTeX opcodes. + + * patch-90-undo-some (new): Revert to to the ... + * patch-91-undo-rest (new): ... version from 2010-10-15. + diff --git a/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/TL-Changes b/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/TL-Changes new file mode 100644 index 00000000000..509190d5224 --- /dev/null +++ b/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/TL-Changes @@ -0,0 +1,3 @@ +Changes applied to the dvi2tty-5.3.3 tree as obtained from: + http://www.mesa.nl/pub/dvi2tty/dvi2tty-5.3.3.tgz. + diff --git a/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/patch-01-texk b/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/patch-01-texk new file mode 100644 index 00000000000..27e25353650 --- /dev/null +++ b/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/patch-01-texk @@ -0,0 +1,37 @@ +diff -ur dvi2tty-5.3.3.orig/README.ORG dvi2tty-5.3.3/README.ORG +--- dvi2tty-5.3.3.orig/README.ORG 1990-11-14 23:36:08.000000000 +0100 ++++ dvi2tty-5.3.3/README.ORG 2009-06-15 00:59:36.000000000 +0200 +@@ -16,11 +16,8 @@ + omization constants" and change them to suit your site. + These constants configure default pager and a little more. + +-Please report complaints, suggestions, bugs and/or fixes to: +- ++Please report complaints, suggestions, bugs and/or fixes to ++tex-k@tug.org, since this is a modified version of the original, written ++by + Svante Lindahl, NADA, KTH Numerical Analysis & Computer Science +-UUCP: {seismo,mcvax}!enea!ttds!zap Royal Institute of Technology, Sweden +-ARPA: enea!ttds!zap@seismo.CSS.GOV EAN: zap@cs.kth.sunet +- +-The TOPS-20 version of the program can also be obtained from the above +-address. ++ Royal Institute of Technology, Sweden +diff -ur dvi2tty-5.3.3.orig/disdvi.1 dvi2tty-5.3.3/disdvi.1 +--- dvi2tty-5.3.3.orig/disdvi.1 2010-10-27 13:23:03.000000000 +0200 ++++ dvi2tty-5.3.3/disdvi.1 2010-11-06 18:25:49.437938509 +0100 +@@ -1,4 +1,4 @@ +-.TH DISDVI 1 "27 October 2010" ++.TH DISDVI 1 "27 October 2010" "TeX Live" + .SH NAME + disdvi \- `disassemble' a (p)TeX or XeTeX DVI file + .SH SYNOPSIS +diff -ur dvi2tty-5.3.3.orig/dvi2tty.1 dvi2tty-5.3.3/dvi2tty.1 +--- dvi2tty-5.3.3.orig/dvi2tty.1 2010-10-30 14:14:10.000000000 +0200 ++++ dvi2tty-5.3.3/dvi2tty.1 2010-11-06 18:26:37.452856291 +0100 +@@ -1,4 +1,4 @@ +-.TH DVI2TTY 1 "13 November 1990" ++.TH DVI2TTY 1 "13 November 1990" "TeX Live" + .SH NAME + dvi2tty \- preview a TeX DVI\-file on an ordinary ascii terminal + .SH SYNOPSIS diff --git a/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/patch-04-pager b/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/patch-04-pager new file mode 100644 index 00000000000..fca0ba5c831 --- /dev/null +++ b/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/patch-04-pager @@ -0,0 +1,12 @@ +diff -ur dvi2tty-5.3.3.orig/dvi2tty.c dvi2tty-5.3.3/dvi2tty.c +--- dvi2tty-5.3.3.orig/dvi2tty.c 2010-10-30 14:37:14.000000000 +0200 ++++ dvi2tty-5.3.3/dvi2tty.c 2010-11-06 18:33:49.064212708 +0100 +@@ -49,7 +49,7 @@ + /* have terminals with latin1 chars */ + #define WANTPAGER TRUE /* default: try to pipe through a pager (like */ + /* more) if stdout is tty and no -o switch */ +-#define DEFPAGER "/bin/more" /* CHANGE TO YOUR LOCAL PAGER */ ++#define DEFPAGER "more" /* CHANGE TO YOUR LOCAL PAGER */ + + /*------------------ end of customization constants ---------------------*/ + diff --git a/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/patch-07-typo b/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/patch-07-typo new file mode 100644 index 00000000000..d8a4b21aad3 --- /dev/null +++ b/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/patch-07-typo @@ -0,0 +1,12 @@ +diff -ur dvi2tty-5.3.3.orig/dvi2tty.1 dvi2tty-5.3.3/dvi2tty.1 +--- dvi2tty-5.3.3.orig/dvi2tty.1 2010-11-06 18:26:37.000000000 +0100 ++++ dvi2tty-5.3.3/dvi2tty.1 2010-11-06 19:38:55.404270272 +0100 +@@ -121,7 +121,7 @@ + .B \-u + Toggle option to process certain latin1 characters. Use this if your output + devices supports latin1 cahracters. +-Note this may interfere with -u. Best not to use -u and -s together. ++Note this may interfere with -s. Best not to use -u and -s together. + .TP + .B \-s + Toggle option to process the special Scandinavian characters that on most (?) diff --git a/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/patch-60-warnings b/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/patch-60-warnings new file mode 100644 index 00000000000..5701a623abd --- /dev/null +++ b/Build/source/texk/dvi2tty/dvi2tty-5.3.3-PATCHES/patch-60-warnings @@ -0,0 +1,63 @@ +diff -ur dvi2tty-5.3.3.orig/disdvi.c dvi2tty-5.3.3/disdvi.c +--- dvi2tty-5.3.3.orig/disdvi.c 2010-10-30 14:39:19.000000000 +0200 ++++ dvi2tty-5.3.3/disdvi.c 2010-11-06 20:09:02.763366429 +0100 +@@ -39,7 +39,7 @@ + * + */ + +-char *disdvi = "@(#) disdvi.c 2.26 20101027 M.J.E. Mol (c) 1989-2010, marcel@mesa.nl"; ++const char *disdvi = "@(#) disdvi.c 2.26 20101027 M.J.E. Mol (c) 1989-2010, marcel@mesa.nl"; + + /* + * Include files +diff -ur dvi2tty-5.3.3.orig/dvi2tty.c dvi2tty-5.3.3/dvi2tty.c +--- dvi2tty-5.3.3.orig/dvi2tty.c 2010-11-06 18:33:49.000000000 +0100 ++++ dvi2tty-5.3.3/dvi2tty.c 2010-11-06 20:09:00.431537476 +0100 +@@ -86,7 +86,7 @@ + * Variable definitions + */ + +-char *dvi2tty = "@(#) dvi2tty.c 5.3.3 20101030 M.J.E. Mol (c) 1989-2010"; ++const char *dvi2tty = "@(#) dvi2tty.c 5.3.3 20101030 M.J.E. Mol (c) 1989-2010"; + #define VERSION 5.3.3 + + +diff -ur dvi2tty-5.3.3.orig/dvistuff.c dvi2tty-5.3.3/dvistuff.c +--- dvi2tty-5.3.3.orig/dvistuff.c 2010-10-30 01:27:02.000000000 +0200 ++++ dvi2tty-5.3.3/dvistuff.c 2010-11-06 20:11:49.963973874 +0100 +@@ -99,7 +99,7 @@ + * Structure and variable definitions + */ + +-char *dvistuff = "@(#) dvistuff.c 5.3.3 20101027 M.J.E. Mol (c) 1989-2010"; ++const char *dvistuff = "@(#) dvistuff.c 5.3.3 20101027 M.J.E. Mol (c) 1989-2010"; + + typedef struct { + long hh; +@@ -1434,7 +1434,7 @@ + + + #define NJSUBS 33 +-char *jsf_names[]={ ++const char *jsf_names[]={ + "sy", "roma", "hira", "kata", "greek", "russian", "keisen", + "ka", "kb", "kc", "kd", "ke", "kf", "kg", "kh", "ki", "kj", + "kk", "kl", "km", "kn", "ko", "kp", "kq", "kr", "ks", "kt", +@@ -1469,7 +1469,7 @@ + void setfont(long fntnum) + { + char * s; +- char * d; ++ const char * d; + + symbolfont = FALSE; + ttfont = FALSE; +@@ -1492,7 +1492,7 @@ + + s = fnt->name; + if (printfont) { +- d = (char *) delim; /* print delim and font name if -b was chosen */ ++ d = delim; /* print delim and font name if -b was chosen */ + while (*d) {putcharacter(*d); d++;} + while (*s) {putcharacter(*s); s++;} + while (d-- > delim) {putcharacter(*d);} |