■掲示板に戻る■
全部
1-
101-
201-
301-
401-
501-
601-
701-
801-
901-
1001-
最新50
レス数が1000を超えています。残念ながら全部は表示しません。
w3m
150 :
Nanashi@Emacs
:02/03/06 13:00
--- url.c.old Wed Mar 6 11:22:35 2002
+++ url.c Wed Mar 6 11:39:13 2002
@@ -63,6 +63,7 @@
};
struct cmdtable schemetable[] = {
+ {"ttp", SCM_HTTP},
{"http", SCM_HTTP},
{"gopher", SCM_GOPHER},
{"ftp", SCM_FTP},
@@ -626,6 +627,9 @@
copyPath(char *orgpath, int length, int option)
{
Str tmp = Strnew();
+ if(*orgpath == 't'){
+ Strcat_char(tmp, 'h');
+ }
while (*orgpath && length != 0) {
if (IS_SPACE(*orgpath)) {
switch (option) {
--- main.c.old Wed Mar 6 10:48:28 2002
+++ main.c Wed Mar 6 10:48:45 2002
@@ -4335,7 +4335,7 @@
chkURLBuffer(Buffer *buf)
{
static char *url_like_pat[] = {
- "https?://[a-zA-Z0-9][a-zA-Z0-9:%\\-\\./?=~_\\&+@#,\\$;]*[a-zA-Z0-9_/=]",
+ "h?ttps?://[a-zA-Z0-9][a-zA-Z0-9:%\\-\\./?=~_\\&+@#,\\$;]*[a-zA-Z0-9_/=]",
"file:/[a-zA-Z0-9:%\\-\\./=_\\+@#,\\$;]*",
#ifdef USE_GOPHER
"gopher://[a-zA-Z0-9][a-zA-Z0-9:%\\-\\./_]*",
掲示板に戻る
全部
前100
次100
最新50
read.cgi ver5.26+ (01/10/21-)