w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit fbad1e01d8a15fbbb840b353d00f128203cfaead
parent c7939d0b2131395d08041e901f9ca4fe067358ea
Author: ukai <ukai>
Date:   Tue, 20 Nov 2001 17:49:23 +0000

add rcsids

Diffstat:
MChangeLog | 4++++
MXMakefile | 1+
Mbackend.c | 1+
Mbuffer.c | 1+
Mconfigure | 2+-
Mconv.c | 1+
Mctrlcode.h | 2+-
Mentity.c | 2+-
Mentity.h | 1+
Mform.c | 1-
Mform.h | 5+++--
Mframe.h | 3++-
Mftp.c | 1+
Mfunc.c | 3++-
Mfunc.h | 3++-
Mfuncname.tab | 1+
Mgcmain.c | 1+
Mhash.c | 1+
Mhash.h | 1+
Mhistory.c | 2+-
Mhistory.h | 2+-
Mhtml.c | 1+
Mindep.h | 1+
Minflate.c | 2+-
Minstall.sh | 1+
Mkeybind_lynx.c | 2+-
Mlocal.c | 1+
Mlocal.h | 3++-
Mmap.c | 3++-
Mmenu.c | 2+-
Mmenu.h | 3++-
Mmimehead.c | 2+-
Mmktable.c | 2+-
Mmyctype.c | 2+-
Mmyctype.h | 1+
Mparsetag.c | 1+
Mparsetag.h | 1+
Mparsetagx.c | 1+
Mparsetagx.h | 1+
Mrc.c | 2+-
Mregex.c | 1+
Mregex.h | 1+
Msearch.c | 1+
Mterms.h | 1+
Mtextlist.h | 1+
Mucs_eucjp.h | 1+
Mucs_latin1.h | 1+
Murl.c | 1+
Mversion.c | 1+
Mw3mbookmark.c | 1+
Mw3mhelperpanel.c | 1+
51 files changed, 61 insertions(+), 21 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-21 Fumitoshi UKAI <ukai@debian.or.jp> + + * add rcsids + 2001-11-21 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> * buffer.c (newBuffer): set COLS diff --git a/XMakefile b/XMakefile @@ -1,3 +1,4 @@ +# $Id$ SRCS=main.c file.c buffer.c display.c etc.c search.c linein.c table.c local.c \ form.c map.c frame.c rc.c menu.c mailcap.c\ func.c cookie.c history.c backend.c $(KEYBIND_SRC) diff --git a/backend.c b/backend.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include <stdio.h> #include <string.h> #include <sys/types.h> diff --git a/buffer.c b/buffer.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include "fm.h" #ifdef MOUSE diff --git a/configure b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# +# $Id$ # Configuration. # diff --git a/conv.c b/conv.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include <stdio.h> #include <string.h> #include "fm.h" diff --git a/ctrlcode.h b/ctrlcode.h @@ -1,4 +1,4 @@ - +/* $Id$ */ /* control characters */ #define CTRL_A 1 diff --git a/entity.c b/entity.c @@ -1,4 +1,4 @@ - +/* $Id$ */ #include "fm.h" #include <stdio.h> #include "indep.h" diff --git a/entity.h b/entity.h @@ -1,3 +1,4 @@ +/* $Id$ */ #include "hash.h" static HashItem_si MyHashItem[] = { /* 0 */ {"otimes",0x2297,&MyHashItem[1]}, diff --git a/form.c b/form.c @@ -1,4 +1,3 @@ - /* $Id$ */ /* * HTML forms diff --git a/form.h b/form.h @@ -1,5 +1,6 @@ -/* - * HTML forms +/* $Id$ */ +/* + * HTML forms */ #ifndef FORM_H #define FORM_H diff --git a/frame.h b/frame.h @@ -1,4 +1,5 @@ -/* +/* $Id$ */ +/* * frame support */ diff --git a/ftp.c b/ftp.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include <stdio.h> #include <pwd.h> #include <Str.h> diff --git a/func.c b/func.c @@ -1,4 +1,5 @@ -/* +/* $Id$ */ +/* * w3m func.c */ diff --git a/func.h b/func.h @@ -1,4 +1,5 @@ -/* +/* $Id$ */ +/* * w3m func.h */ diff --git a/funcname.tab b/funcname.tab @@ -1,3 +1,4 @@ +# $Id$ # macro name function name #---------------------------- @@@ nulcmd diff --git a/gcmain.c b/gcmain.c @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef GC_MAIN #define GC_MAIN diff --git a/hash.c b/hash.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include <string.h> #include "hash.h" #include "gc.h" diff --git a/hash.h b/hash.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef HASH_H #define HASH_H diff --git a/history.c b/history.c @@ -1,4 +1,4 @@ - +/* $Id$ */ #include "fm.h" #ifdef USE_HISTORY diff --git a/history.h b/history.h @@ -1,4 +1,4 @@ - +/* $Id$ */ #ifndef HISTORY_H #define HISTORY_H diff --git a/html.c b/html.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include "html.h" /* Define HTML Tag Infomation Table */ diff --git a/indep.h b/indep.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef INDEP_H #define INDEP_H #include "gc.h" diff --git a/inflate.c b/inflate.c @@ -1,4 +1,4 @@ - +/* $Id$ */ #include <stdio.h> #include <stdlib.h> #include <zlib.h> diff --git a/install.sh b/install.sh @@ -1,4 +1,5 @@ #! /bin/sh +# $Id$ while : do diff --git a/keybind_lynx.c b/keybind_lynx.c @@ -1,4 +1,4 @@ - +/* $Id$ */ /* * Lynx-like key binding. * diff --git a/local.c b/local.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include "fm.h" #include <string.h> #include <stdio.h> diff --git a/local.h b/local.h @@ -1,4 +1,5 @@ -/* +/* $Id$ */ +/* * w3m local.h */ diff --git a/map.c b/map.c @@ -1,4 +1,5 @@ -/* +/* $Id$ */ +/* * client-side image maps */ #include "fm.h" diff --git a/menu.c b/menu.c @@ -1,4 +1,4 @@ - +/* $Id$ */ /* * w3m menu.c */ diff --git a/menu.h b/menu.h @@ -1,4 +1,5 @@ -/* +/* $Id$ */ +/* * w3m menu.h */ diff --git a/mimehead.c b/mimehead.c @@ -1,4 +1,4 @@ - +/* $Id$ */ /* * MIME header support by Akinori ITO */ diff --git a/mktable.c b/mktable.c @@ -1,4 +1,4 @@ - +/* $Id$ */ #include <stdio.h> #include <stdlib.h> #include <ctype.h> diff --git a/myctype.c b/myctype.c @@ -1,4 +1,4 @@ - +/* $Id$ */ unsigned char MYCTYPE_MAP[ 0x100 ] = { /* NUL SOH STX ETX EOT ENQ ACK BEL BS HT LF VT FF CR SO SI */ 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 1, 1, diff --git a/myctype.h b/myctype.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef _MYCTYPE_H #define _MYCTYPE_H diff --git a/parsetag.c b/parsetag.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include "myctype.h" #include "indep.h" #include "Str.h" diff --git a/parsetag.h b/parsetag.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef PARSETAG_H #define PARSETAG_H struct parsed_tagarg { diff --git a/parsetagx.c b/parsetagx.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include "fm.h" #include "myctype.h" #include "indep.h" diff --git a/parsetagx.h b/parsetagx.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef PARSETAGX_H #define PARSETAGX_H diff --git a/rc.c b/rc.c @@ -1,4 +1,4 @@ - +/* $Id$ */ /* * Initialization file etc. */ diff --git a/regex.c b/regex.c @@ -1,3 +1,4 @@ +/* $Id$ */ /* * regex: Regular expression pattern match library * diff --git a/regex.h b/regex.h @@ -1,3 +1,4 @@ +/* $Id$ */ #define REGEX_MAX 64 #define STORAGE_MAX 256 diff --git a/search.c b/search.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include "fm.h" #include "regex.h" diff --git a/terms.h b/terms.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef TERMS_H #define TERMS_H diff --git a/textlist.h b/textlist.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef TEXTLIST_H #define TEXTLIST_H #include "Str.h" diff --git a/ucs_eucjp.h b/ucs_eucjp.h @@ -1,3 +1,4 @@ +/* $Id$ */ static entity_map ucs_eucjp_map[] = { { 0x0152, "OE" }, diff --git a/ucs_latin1.h b/ucs_latin1.h @@ -1,3 +1,4 @@ +/* $Id$ */ static entity_map ucs_latin1_map[] = { { 0x0152, "OE" }, diff --git a/url.c b/url.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include "fm.h" #include <sys/types.h> #include <sys/socket.h> diff --git a/version.c b/version.c @@ -1,3 +1,4 @@ +/* $Id$ */ #define CURRENT_VERSION "w3m/0.2.2" #ifndef FM_H diff --git a/w3mbookmark.c b/w3mbookmark.c @@ -1,3 +1,4 @@ +/* $Id$ */ #ifdef __EMX__ #include <stdlib.h> #endif diff --git a/w3mhelperpanel.c b/w3mhelperpanel.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include <errno.h> #include <stdlib.h> #include <stdio.h>