[w3m-dev 00277] (w3m 0.1.7) https broken

From: Fumitoshi UKAI (ukai@debian.or.jp)
Date: Sun Jan 30 2000 - 09:35:34 CST


w3m 0.1.7$B$G(B https $B$,;H$($J$/$J$C$F$$$^$9!#(B
html.h $B$N(B SCM_* $B$NCM$H(B url.c $B$N(Bschemetable$B$N$:$l$,860x$G$9!#(B

schemetable[pu->scheme] $B$H$+$G;2>H$7$F$$$k$H$3$m$,$"$k$N$G(B
SCM_* $B$NCM$H(B schemetable[]$B$N%G!<%?$,$:$l$k$H$&$^$/$$$-$^$;$s!#(B

--- ../../w3m-0.1.7/url.c Sat Jan 29 02:15:47 2000
+++ url.c Mon Jan 31 00:29:58 2000
@@ -25,6 +25,7 @@
 
 static JMP_BUF AbortLoading;
 
+/* XXX: note html.h SCM_* */
 static int
                 DefaultPort[] = {
   80, /* http */
@@ -32,6 +33,8 @@
   21, /* ftp */
   21, /* ftpdir */
   0, /* local - not defined */
+ 0, /* ??? - not defined? */
+ 0, /* exec - not defined? */
   119, /* nntp */
   119, /* news */
   0, /* mailto - not defined */
@@ -44,8 +47,9 @@
   {"http", SCM_HTTP},
   {"gopher", SCM_GOPHER},
   {"ftp", SCM_FTP},
   {"local", SCM_LOCAL},
   {"file", SCM_LOCAL},
+ {"exec", SCM_LOCAL_CGI}, /* ??? */
   {"nntp", SCM_NNTP},
   {"news", SCM_NEWS},
   {"mailto", SCM_MAILTO},

-- 
$B1-;tJ8IR(B



This archive was generated by hypermail 2b29 : Wed Jul 19 2000 - 10:30:54 CDT