add rcsids

This commit is contained in:
Fumitoshi UKAI
2001-11-20 17:49:23 +00:00
parent 8ba4eebc4a
commit 8ca5c59be7
51 changed files with 62 additions and 22 deletions
+4
View File
@@ -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> 2001-11-21 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
* buffer.c (newBuffer): set COLS * buffer.c (newBuffer): set COLS
+1
View File
@@ -1,3 +1,4 @@
# $Id: XMakefile,v 1.7 2001/11/20 17:49:23 ukai Exp $
SRCS=main.c file.c buffer.c display.c etc.c search.c linein.c table.c local.c \ 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\ form.c map.c frame.c rc.c menu.c mailcap.c\
func.c cookie.c history.c backend.c $(KEYBIND_SRC) func.c cookie.c history.c backend.c $(KEYBIND_SRC)
+1
View File
@@ -1,3 +1,4 @@
/* $Id: backend.c,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <sys/types.h> #include <sys/types.h>
+1
View File
@@ -1,3 +1,4 @@
/* $Id: buffer.c,v 1.4 2001/11/20 17:49:23 ukai Exp $ */
#include "fm.h" #include "fm.h"
#ifdef MOUSE #ifdef MOUSE
Vendored
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# # $Id: configure,v 1.7 2001/11/20 17:49:23 ukai Exp $
# Configuration. # Configuration.
# #
+1
View File
@@ -1,3 +1,4 @@
/* $Id: conv.c,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include "fm.h" #include "fm.h"
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: ctrlcode.h,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
/* control characters */ /* control characters */
#define CTRL_A 1 #define CTRL_A 1
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: entity.c,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
#include "fm.h" #include "fm.h"
#include <stdio.h> #include <stdio.h>
#include "indep.h" #include "indep.h"
+1
View File
@@ -1,3 +1,4 @@
/* $Id: entity.h,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
#include "hash.h" #include "hash.h"
static HashItem_si MyHashItem[] = { static HashItem_si MyHashItem[] = {
/* 0 */ {"otimes",0x2297,&MyHashItem[1]}, /* 0 */ {"otimes",0x2297,&MyHashItem[1]},
+1 -2
View File
@@ -1,5 +1,4 @@
/* $Id: form.c,v 1.5 2001/11/20 17:49:23 ukai Exp $ */
/* $Id: form.c,v 1.4 2001/11/16 22:02:00 ukai Exp $ */
/* /*
* HTML forms * HTML forms
*/ */
+1
View File
@@ -1,3 +1,4 @@
/* $Id: form.h,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
/* /*
* HTML forms * HTML forms
*/ */
+1
View File
@@ -1,3 +1,4 @@
/* $Id: frame.h,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
/* /*
* frame support * frame support
*/ */
+1
View File
@@ -1,3 +1,4 @@
/* $Id: ftp.c,v 1.4 2001/11/20 17:49:23 ukai Exp $ */
#include <stdio.h> #include <stdio.h>
#include <pwd.h> #include <pwd.h>
#include <Str.h> #include <Str.h>
+1
View File
@@ -1,3 +1,4 @@
/* $Id: func.c,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
/* /*
* w3m func.c * w3m func.c
*/ */
+1
View File
@@ -1,3 +1,4 @@
/* $Id: func.h,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
/* /*
* w3m func.h * w3m func.h
*/ */
+1
View File
@@ -1,3 +1,4 @@
# $Id: funcname.tab,v 1.4 2001/11/20 17:49:23 ukai Exp $
# macro name function name # macro name function name
#---------------------------- #----------------------------
@@@ nulcmd @@@ nulcmd
+1
View File
@@ -1,3 +1,4 @@
/* $Id: gcmain.c,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
#ifndef GC_MAIN #ifndef GC_MAIN
#define GC_MAIN #define GC_MAIN
+1
View File
@@ -1,3 +1,4 @@
/* $Id: hash.c,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
#include <string.h> #include <string.h>
#include "hash.h" #include "hash.h"
#include "gc.h" #include "gc.h"
+1
View File
@@ -1,3 +1,4 @@
/* $Id: hash.h,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
#ifndef HASH_H #ifndef HASH_H
#define HASH_H #define HASH_H
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: history.c,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
#include "fm.h" #include "fm.h"
#ifdef USE_HISTORY #ifdef USE_HISTORY
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: history.h,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
#ifndef HISTORY_H #ifndef HISTORY_H
#define HISTORY_H #define HISTORY_H
+1
View File
@@ -1,3 +1,4 @@
/* $Id: html.c,v 1.4 2001/11/20 17:49:23 ukai Exp $ */
#include "html.h" #include "html.h"
/* Define HTML Tag Infomation Table */ /* Define HTML Tag Infomation Table */
+1
View File
@@ -1,3 +1,4 @@
/* $Id: indep.h,v 1.4 2001/11/20 17:49:23 ukai Exp $ */
#ifndef INDEP_H #ifndef INDEP_H
#define INDEP_H #define INDEP_H
#include "gc.h" #include "gc.h"
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: inflate.c,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <zlib.h> #include <zlib.h>
+1
View File
@@ -1,4 +1,5 @@
#! /bin/sh #! /bin/sh
# $Id: install.sh,v 1.2 2001/11/20 17:49:23 ukai Exp $
while : while :
do do
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: keybind_lynx.c,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
/* /*
* Lynx-like key binding. * Lynx-like key binding.
* *
+1
View File
@@ -1,3 +1,4 @@
/* $Id: local.c,v 1.6 2001/11/20 17:49:23 ukai Exp $ */
#include "fm.h" #include "fm.h"
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
+1
View File
@@ -1,3 +1,4 @@
/* $Id: local.h,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
/* /*
* w3m local.h * w3m local.h
*/ */
+1
View File
@@ -1,3 +1,4 @@
/* $Id: map.c,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
/* /*
* client-side image maps * client-side image maps
*/ */
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: menu.c,v 1.4 2001/11/20 17:49:23 ukai Exp $ */
/* /*
* w3m menu.c * w3m menu.c
*/ */
+1
View File
@@ -1,3 +1,4 @@
/* $Id: menu.h,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
/* /*
* w3m menu.h * w3m menu.h
*/ */
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: mimehead.c,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
/* /*
* MIME header support by Akinori ITO * MIME header support by Akinori ITO
*/ */
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: mktable.c,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <ctype.h> #include <ctype.h>
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: myctype.c,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
unsigned char MYCTYPE_MAP[ 0x100 ] = { unsigned char MYCTYPE_MAP[ 0x100 ] = {
/* NUL SOH STX ETX EOT ENQ ACK BEL BS HT LF VT FF CR SO SI */ /* 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 1, 1,
+1
View File
@@ -1,3 +1,4 @@
/* $Id: myctype.h,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
#ifndef _MYCTYPE_H #ifndef _MYCTYPE_H
#define _MYCTYPE_H #define _MYCTYPE_H
+1
View File
@@ -1,3 +1,4 @@
/* $Id: parsetag.c,v 1.4 2001/11/20 17:49:23 ukai Exp $ */
#include "myctype.h" #include "myctype.h"
#include "indep.h" #include "indep.h"
#include "Str.h" #include "Str.h"
+1
View File
@@ -1,3 +1,4 @@
/* $Id: parsetag.h,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
#ifndef PARSETAG_H #ifndef PARSETAG_H
#define PARSETAG_H #define PARSETAG_H
struct parsed_tagarg { struct parsed_tagarg {
+1
View File
@@ -1,3 +1,4 @@
/* $Id: parsetagx.c,v 1.4 2001/11/20 17:49:23 ukai Exp $ */
#include "fm.h" #include "fm.h"
#include "myctype.h" #include "myctype.h"
#include "indep.h" #include "indep.h"
+1
View File
@@ -1,3 +1,4 @@
/* $Id: parsetagx.h,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
#ifndef PARSETAGX_H #ifndef PARSETAGX_H
#define PARSETAGX_H #define PARSETAGX_H
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: rc.c,v 1.5 2001/11/20 17:49:23 ukai Exp $ */
/* /*
* Initialization file etc. * Initialization file etc.
*/ */
+1
View File
@@ -1,3 +1,4 @@
/* $Id: regex.c,v 1.4 2001/11/20 17:49:23 ukai Exp $ */
/* /*
* regex: Regular expression pattern match library * regex: Regular expression pattern match library
* *
+1
View File
@@ -1,3 +1,4 @@
/* $Id: regex.h,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
#define REGEX_MAX 64 #define REGEX_MAX 64
#define STORAGE_MAX 256 #define STORAGE_MAX 256
+1
View File
@@ -1,3 +1,4 @@
/* $Id: search.c,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
#include "fm.h" #include "fm.h"
#include "regex.h" #include "regex.h"
+1
View File
@@ -1,3 +1,4 @@
/* $Id: terms.h,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
#ifndef TERMS_H #ifndef TERMS_H
#define TERMS_H #define TERMS_H
+1
View File
@@ -1,3 +1,4 @@
/* $Id: textlist.h,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
#ifndef TEXTLIST_H #ifndef TEXTLIST_H
#define TEXTLIST_H #define TEXTLIST_H
#include "Str.h" #include "Str.h"
+1
View File
@@ -1,3 +1,4 @@
/* $Id: ucs_eucjp.h,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
static entity_map ucs_eucjp_map[] = static entity_map ucs_eucjp_map[] =
{ {
{ 0x0152, "OE" }, { 0x0152, "OE" },
+1
View File
@@ -1,3 +1,4 @@
/* $Id: ucs_latin1.h,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
static entity_map ucs_latin1_map[] = static entity_map ucs_latin1_map[] =
{ {
{ 0x0152, "OE" }, { 0x0152, "OE" },
+1
View File
@@ -1,3 +1,4 @@
/* $Id: url.c,v 1.6 2001/11/20 17:49:23 ukai Exp $ */
#include "fm.h" #include "fm.h"
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
+1
View File
@@ -1,3 +1,4 @@
/* $Id: version.c,v 1.5 2001/11/20 17:49:23 ukai Exp $ */
#define CURRENT_VERSION "w3m/0.2.2" #define CURRENT_VERSION "w3m/0.2.2"
#ifndef FM_H #ifndef FM_H
+1
View File
@@ -1,3 +1,4 @@
/* $Id: w3mbookmark.c,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
#ifdef __EMX__ #ifdef __EMX__
#include <stdlib.h> #include <stdlib.h>
#endif #endif
+1
View File
@@ -1,3 +1,4 @@
/* $Id: w3mhelperpanel.c,v 1.4 2001/11/20 17:49:23 ukai Exp $ */
#include <errno.h> #include <errno.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>