Only in ../Mosaic-src.orig: Makefile Only in .: config.cache Only in .: config.h Only in .: config.log Only in .: config.status Only in ../Mosaic-src.orig/libXmx: Makefile Only in ../Mosaic-src.orig/libhtmlw: Makefile Only in ../Mosaic-src.orig/libnut: Makefile Only in ./libnut: objs diff -u -r ../Mosaic-src.orig/libnut/system.c ./libnut/system.c --- ../Mosaic-src.orig/libnut/system.c Thu Jun 27 03:08:52 1996 +++ ./libnut/system.c Thu Mar 4 14:45:21 1999 @@ -103,7 +103,7 @@ #ifndef VMS extern int sys_nerr; -extern char *sys_errlist[]; +extern const char *const sys_errlist[]; extern int errno; #endif diff -u -r ../Mosaic-src.orig/libwww2/HTTCP.c ./libwww2/HTTCP.c --- ../Mosaic-src.orig/libwww2/HTTCP.c Thu Jun 27 02:22:48 1996 +++ ./libwww2/HTTCP.c Thu Mar 4 14:44:00 1999 @@ -72,7 +72,7 @@ extern int errno; #endif /* errno */ -extern char *sys_errlist[]; /* see man perror on cernvax */ +extern const char *const sys_errlist[]; extern int sys_nerr; /* Report Internet Error Only in ../Mosaic-src.orig/libwww2: Makefile Only in ../Mosaic-src.orig/src: Makefile diff -u -r ../Mosaic-src.orig/src/Makefile.in ./src/Makefile.in --- ../Mosaic-src.orig/src/Makefile.in Fri Jun 28 07:42:15 1996 +++ ./src/Makefile.in Thu Mar 4 15:43:07 1999 @@ -199,7 +199,7 @@ cciBindings2.o: toolbar.h prefs.h prefs_defs.h gui.h cci.h port.h cciBindings2.o: cciBindings2.h cciServer.h list.h memStuffForPipSqueeks.h cciBindings2.o: ../libwww2/HTFormat.h ../libwww2/HTUtils.h -cciBindings2.o: ../libwww2/HTString.h /usr/include/stdarg.h +cciBindings2.o: ../libwww2/HTString.h cciBindings2.o: ../libwww2/HTStream.h ../libwww2/HTAtom.h ../libwww2/HTList.h cciBindings2.o: ../libwww2/HTAnchor.h @@ -207,7 +207,7 @@ bla.o: cciServer.h cci.h port.h list.h bla.o: memStuffForPipSqueeks.h ../libwww2/HTPlain.h ../libwww2/HTStream.h -bla.o: ../libwww2/HTUtils.h ../libwww2/HTString.h /usr/include/stdarg.h +bla.o: ../libwww2/HTUtils.h ../libwww2/HTString.h bla.o: ../libwww2/HTAnchor.h ../libwww2/HTList.h ../libwww2/HTAtom.h bla.o: ../libwww2/HTFormat.h ../libwww2/HText.h ../libwww2/HTFile.h bla.o: ../libwww2/HTAccess.h ../libwww2/tcp.h ../libwww2/HTML.h diff -u -r ../Mosaic-src.orig/src/comment.c ./src/comment.c --- ../Mosaic-src.orig/src/comment.c Thu Jun 27 00:56:41 1996 +++ ./src/comment.c Thu Mar 4 15:45:50 1999 @@ -89,8 +89,233 @@ long GetCardCount(char *fname); -void CommentCard(mo_window *win) { +char *comment_card_html_top= \ +"\n" \ +" Comment Card for Mosaic 2.6\n" \ +"\n" \ +"\n" \ +"

\n" \ +" Please Help Us Help You!!\n" \ +"

\n" \ +"\n" \ +"
\n" \ +"\n" \ +"

\n" \ +" Thank you for using NCSA Mosaic! We are continually striving to\n" \ +" improve Mosaic to better meet the needs of its users. We would\n" \ +" appreciate your taking the time to answer these few questions.\n" \ +"

\n" \ +"\n" \ +"
\n" \ +"\n" \ +"
\n" \ +"\n" \ +"

\n" \ +" \n" \ +"

\n" \ +"\n" \ +"
\n" \ +"\n" \ +"

\n" \ +" How long have you been using Mosaic?\n" \ +"
\n" \ +" \n" \ +"

\n" \ +"\n" \ +"

\n" \ +" How familiar are you with the World Wide Web?\n" \ +"
\n" \ +" \n" \ +"

\n" \ +"\n" \ +"

\n" \ +" On which other platform(s) do you use Mosaic?\n" \ +"
\n" \ +" \n" \ +"

\n" \ +"\n" \ +"

\n" \ +" What type of internet connection do you have?\n" \ +"
\n" \ +" \n" \ +"

\n" \ +"\n" \ +"

\n" \ +" Have you ever sent email to our technical support?\n" \ +"
\n" \ +" \n" \ +"\n" \ +"

\n" \ +"
\n" \ +" If so, was it satisfactory?\n" \ +"
\n" \ +" \n" \ +"
\n" \ +"
\n" \ +" Why or why not?\n" \ +" \n" \ +"
\n" \ +"
\n" \ +"
\n" \ +"
\n" \ +"

\n" \ +"\n" \ +"\n" \ +"

\n" \ +" What is your favorite Web browser?\n" \ +"

\n" \ +"
\n" \ +" \n" \ +"
\n" \ +"
\n" \ +"

\n" \ +"\n" \ +"

\n" \ +" Other comments and/or suggestions are welcomed:\n" \ +" \n" \ +"

\n" \ +"\n" \ +"

\n" \ +" When you are done, please press this button:\n" \ +" \n" \ +"

\n" \ +"\n" \ +"
\n" \ +"\n"; +void CommentCard(mo_window *win) { FILE *fp; long num[10]; char *fname; diff -u -r ../Mosaic-src.orig/src/comment.h ./src/comment.h --- ../Mosaic-src.orig/src/comment.h Thu Jun 6 22:01:43 1996 +++ ./src/comment.h Thu Mar 4 15:23:51 1999 @@ -67,232 +67,8 @@ #ifndef _COMMENT_H #define _COMMENT_H -char *comment_card_html_top= \ -"\n" \ -" Comment Card for Mosaic 2.6\n" \ -"\n" \ -"\n" \ -"

\n" \ -" Please Help Us Help You!!\n" \ -"

\n" \ -"\n" \ -"
\n" \ -"\n" \ -"

\n" \ -" Thank you for using NCSA Mosaic! We are continually striving to\n" \ -" improve Mosaic to better meet the needs of its users. We would\n" \ -" appreciate your taking the time to answer these few questions.\n" \ -"

\n" \ -"\n" \ -"
\n" \ -"\n" \ -"
\n" \ -"\n" \ -"

\n" \ -" \n" \ -"

\n" \ -"\n" \ -"
\n" \ -"\n" \ -"

\n" \ -" How long have you been using Mosaic?\n" \ -"
\n" \ -" \n" \ -"

\n" \ -"\n" \ -"

\n" \ -" How familiar are you with the World Wide Web?\n" \ -"
\n" \ -" \n" \ -"

\n" \ -"\n" \ -"

\n" \ -" On which other platform(s) do you use Mosaic?\n" \ -"
\n" \ -" \n" \ -"

\n" \ -"\n" \ -"

\n" \ -" What type of internet connection do you have?\n" \ -"
\n" \ -" \n" \ -"

\n" \ -"\n" \ -"

\n" \ -" Have you ever sent email to our technical support?\n" \ -"
\n" \ -" \n" \ -"\n" \ -"

\n" \ -"
\n" \ -" If so, was it satisfactory?\n" \ -"
\n" \ -" \n" \ -"
\n" \ -"
\n" \ -" Why or why not?\n" \ -" \n" \ -"
\n" \ -"
\n" \ -"
\n" \ -"
\n" \ -"

\n" \ -"\n" \ -"\n" \ -"

\n" \ -" What is your favorite Web browser?\n" \ -"

\n" \ -"
\n" \ -" \n" \ -"
\n" \ -"
\n" \ -"

\n" \ -"\n" \ -"

\n" \ -" Other comments and/or suggestions are welcomed:\n" \ -" \n" \ -"

\n" \ -"\n" \ -"

\n" \ -" When you are done, please press this button:\n" \ -" \n" \ -"

\n" \ -"\n" \ -"
\n" \ -"\n"; +extern char *comment_card_html_top; +extern char *comment_card_html_bot; #endif diff -u -r ../Mosaic-src.orig/src/gui-dialogs.c ./src/gui-dialogs.c --- ../Mosaic-src.orig/src/gui-dialogs.c Thu Jul 18 09:49:41 1996 +++ ./src/gui-dialogs.c Thu Mar 4 14:46:32 1999 @@ -88,7 +88,7 @@ /*swp -- for ~ expansion*/ #include extern int sys_nerr; -extern char *sys_errlist[]; +extern const char *const sys_errlist[]; extern int errno; #define __MAX_HOME_LEN__ 256 int pathEval(char *dest, char *src);