lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV Patch for development version 0.58


From: Doug Kaufman
Subject: LYNX-DEV Patch for development version 0.58
Date: Mon, 1 Sep 1997 13:16:53 -0700 (PDT)

Attached is the patch I used to compile ac-0.58 on DOS.  I presume that
similar changes need to be made in UCdomap.c for VMS, but I didn't change
anything there, since I am unfamiliar with VMS.
                                Doug

__
Doug Kaufman
Internet: address@hidden (preferred)
          address@hidden

*** lynx2-7-1/src/chrtrans/iso06_uni.tbl        Mon Feb 24 23:49:08 1997

--- lynx2-7-1/src/chrtrans/iso06_uni.tbl.new    Mon Sep  1 10:02:06 1997

***************

*** 2,7 ****

--- 2,13 ----

  # Unicode mapping table for ISO 8859-6 fonts iso06.*

  # [use: unicode_start iso06.f16 iso06]

  #

+ #The MIME name of this charset. 

+ Miso-8859-6

+ 

+ #Name as a Display Charset (used on Options screen)

+ OISO 8859-6 Arabic

+ 

  0x20-0x7e     idem

  0x7f          U+2302

  #

*** lynx2-7-1/src/chrtrans/iso08_uni.ori        Mon Feb 24 23:49:08 1997

--- lynx2-7-1/src/chrtrans/iso08_uni.ori.new    Mon Sep  1 10:02:30 1997

***************

*** 2,7 ****

--- 2,13 ----

  # Unicode mapping table for ISO 8859-8 fonts iso08.*

  # [use: unicode_start iso08.f16 iso08]

  #

+ #The MIME name of this charset. 

+ Miso-8859-8

+ 

+ #Name as a Display Charset (used on Options screen)

+ OISO 8859-8 Hebrew

+ 

  0x20-0x7e     idem

  0x7f          U+2302

  #

*** lynx2-7-1/src/chrtrans/Makefile     Sat Aug  9 08:49:00 1997

--- lynx2-7-1/src/chrtrans/Makefile.new Mon Sep  1 12:37:24 1997

***************

*** 28,34 ****

--- 28,36 ----

   $(CHRTR)iso03_uni.h \

   $(CHRTR)iso04_uni.h \

   $(CHRTR)iso05_uni.h \

+  $(CHRTR)iso06_uni.h \

   $(CHRTR)iso07_uni.h \

+  $(CHRTR)iso08_uni.h \

   $(CHRTR)iso09_uni.h \

   $(CHRTR)iso10_uni.h \

   $(CHRTR)koi8r_uni.h \

***************

*** 60,66 ****

--- 62,70 ----

  iso03_uni.h: iso03_uni.tbl makeuctb

  iso04_uni.h: iso04_uni.tbl makeuctb

  iso05_uni.h: iso05_uni.tbl makeuctb

+ iso06_uni.h: iso06_uni.tbl makeuctb

  iso07_uni.h: iso07_uni.tbl makeuctb

+ iso08_uni.h: iso08_uni.tbl makeuctb

  iso09_uni.h: iso09_uni.tbl makeuctb

  iso10_uni.h: iso10_uni.tbl makeuctb

  koi8r_uni.h: koi8r_uni.tbl makeuctb

*** lynx2-7-1/WWW/Library/djgpp/makefile        Sat Aug 16 17:29:00 1997

--- lynx2-7-1/WWW/Library/djgpp/makefile.new    Sun Aug 31 21:35:44 1997

***************

*** 7,13 ****

  # The ASIS repository's name for the machine we are on

  #ASIS_MACH = hardware/os

  

! CFLAGS = -O3 -DEXP_CHARTRANS -DCOLOR_CURSES -DDOSPATH -DNOUSERS -DDEBUG 
-I../../../djgpp/tcplib/include -I../../../djgpp/tcplib/include/tcp

  LFLAGS =

  CC = gcc

  

--- 7,13 ----

  # The ASIS repository's name for the machine we are on

  #ASIS_MACH = hardware/os

  

! CFLAGS = -O3 -DUSE_ZLIB -DEXP_CHARTRANS -DCOLOR_CURSES -DDOSPATH -DNOUSERS 
-DDEBUG -I../../../djgpp/tcplib/include -I../../../djgpp/tcplib/include/tcp 
-I../../.. -I../../../src

  LFLAGS =

  CC = gcc

  

*** lynx2-7-1/src/makefile.dos  Sun Aug 17 17:24:02 1997

--- lynx2-7-1/src/makefile.dos.new      Mon Sep  1 12:50:08 1997

***************

*** 12,20 ****

  CFLAGS= $(MCFLAGS) -I.. $(SLANGINC)

  

  CC = gcc

! MCFLAGS = -O3 -DUSE_EXTERNALS -DNCURSES_VERSION -DEXP_CHARTRANS 
-DCOLOR_CURSES -DNCURSES -DFANCY_CURSES -DACCESS_AUTH -DNO_CUSERID -DNOUSERS 
-DDOSPATH -DNO_TTYTYPE -DNO_UTMP -I../WWW/library/implementation -I../curses  
-I../djgpp/tcplib/include -I../djgpp/tcplib/include/tcp

  WWWLIB = ../WWW/library/djgpp/libwww.a ../curses/pdcurses.a 
../djgpp/tcplib/obj/libtcp.a

  CHRTR= chrtrans/

  

  all: lynx

  

--- 12,22 ----

  CFLAGS= $(MCFLAGS) -I.. $(SLANGINC)

  

  CC = gcc

! MCFLAGS = -O3 -DUSE_ZLIB -DALT_CHAR_SET -DUSE_EXTERNALS -DNCURSES_VERSION 
-DEXP_CHARTRANS -DCOLOR_CURSES -DNCURSES -DFANCY_CURSES -DACCESS_AUTH 
-DNO_CUSERID -DNOUSERS -DDOSPATH -DNO_TTYTYPE -DNO_UTMP 
-I../WWW/library/implementation -I../curses  -I../djgpp/tcplib/include 
-I../djgpp/tcplib/include/tcp 

  WWWLIB = ../WWW/library/djgpp/libwww.a ../curses/pdcurses.a 
../djgpp/tcplib/obj/libtcp.a

  CHRTR= chrtrans/

+ LIBS = -lz

+ CMN=../WWW/Library/Implementation/

  

  all: lynx

  

***************

*** 55,63 ****

  LYCharUtils.o: LYCharUtils.c ../userdefs.h

  LYExtern.o: LYExtern.c ../userdefs.h

  LYCookie.o: ../userdefs.h

  

- #UCdomap.o: UCdomap.c ../userdefs.h lycharsets.h

- #UCdomap.o: UCdomap.c chrtrans/UCkd.h chrtrans/makeuctb chrtrans/makeuctb.c \

- #                UCdomap.h UCMap.h ../userdefs.h

- #UCAux.o : UCAux.c $(CMN)UCAux.h $(CMN)UCDefs.h

  

--- 57,89 ----

  LYCharUtils.o: LYCharUtils.c ../userdefs.h

  LYExtern.o: LYExtern.c ../userdefs.h

  LYCookie.o: ../userdefs.h

+ UCdomap.o: UCdomap.c chrtrans/UCkd.h chrtrans/makeuctb chrtrans/makeuctb.c \

+                  UCdomap.h $(CMN)UCMap.h $(TABLES) ../userdefs.h

+       $(CC) -c $(CFLAGS) -o $@ $<

+ UCAux.o : UCAux.c $(CMN)UCAux.h $(CMN)UCDefs.h

+ 

+ TABLES= $(CHRTR)iso02_uni.h \

+  $(CHRTR)iso01_uni.h \

+  $(CHRTR)def7_uni.h \

+  $(CHRTR)iso03_uni.h \

+  $(CHRTR)iso04_uni.h \

+  $(CHRTR)iso05_uni.h \

+  $(CHRTR)iso06_uni.h \

+  $(CHRTR)iso07_uni.h \

+  $(CHRTR)iso08_uni.h \

+  $(CHRTR)iso09_uni.h \

+  $(CHRTR)iso10_uni.h \

+  $(CHRTR)koi8r_uni.h \

+  $(CHRTR)cp437_uni.h \

+  $(CHRTR)cp850_uni.h \

+  $(CHRTR)cp852_uni.h \

+  $(CHRTR)cp866_uni.h \

+  $(CHRTR)cp1250_uni.h \

+  $(CHRTR)cp1251_uni.h \

+  $(CHRTR)cp1252_uni.h \

+  $(CHRTR)utf8_uni.h \

+  $(CHRTR)rfc_suni.h \

+  $(CHRTR)mnemonic_suni.h \

+  $(CHRTR)mnem_suni.h

  

  

*** lynx2-7-1/src/UCdomap.c     Sat Aug  9 08:49:00 1997

--- lynx2-7-1/src/UCdomap.c.new Mon Sep  1 10:09:20 1997

***************

*** 63,69 ****

--- 63,71 ----

  #include "chrtrans/iso03_uni.h"

  #include "chrtrans/iso04_uni.h"

  #include "chrtrans/iso05_uni.h"

+ #include "chrtrans/iso06_uni.h"

  #include "chrtrans/iso07_uni.h"

+ #include "chrtrans/iso08_uni.h"

  #include "chrtrans/iso09_uni.h"

  #include "chrtrans/iso10_uni.h"

  #include "chrtrans/koi8r_uni.h"

***************

*** 1664,1670 ****

--- 1666,1674 ----

      UC_CHARSET_SETUP_iso_8859_3;

      UC_CHARSET_SETUP_iso_8859_4;

      UC_CHARSET_SETUP_iso_8859_5;

+     UC_CHARSET_SETUP_iso_8859_6;

      UC_CHARSET_SETUP_iso_8859_7;

+     UC_CHARSET_SETUP_iso_8859_8;

      UC_CHARSET_SETUP_iso_8859_9;

      UC_CHARSET_SETUP_iso_8859_10;

      UC_CHARSET_SETUP_koi8_r;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]