aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-08 05:14:08 +0000
committerAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-08 05:14:08 +0000
commit102779505899e8511c18b397da7e062a05462c82 (patch)
tree8b5734b0b4c0e034ed7631f3347382dc9a42ac53
parentInitial revision (diff)
downloadw3m-102779505899e8511c18b397da7e062a05462c82.tar.gz
w3m-102779505899e8511c18b397da7e062a05462c82.zip
w3m sourcestartaito-soft
-rw-r--r--Str.c2
-rw-r--r--Str.h2
-rw-r--r--anchor.c2
-rw-r--r--cookie.c2
-rw-r--r--display.c2
-rw-r--r--etc.c2
-rw-r--r--file.c2
-rw-r--r--fm.h2
-rw-r--r--form.c2
-rw-r--r--frame.c2
-rw-r--r--gc/alpha_mach_dep.s2
-rw-r--r--gc/solaris_pthreads.c2
-rw-r--r--html.h2
-rw-r--r--indep.c2
-rw-r--r--istream.c2
-rw-r--r--istream.h2
-rw-r--r--keybind.c2
-rw-r--r--linein.c2
-rw-r--r--mailcap.c2
-rw-r--r--main.c2
-rw-r--r--matrix.c2
-rw-r--r--matrix.h2
-rw-r--r--proto.h2
-rw-r--r--table.c2
-rw-r--r--table.c.02
-rw-r--r--table.h2
-rw-r--r--terms.c2
-rw-r--r--textlist.c2
28 files changed, 28 insertions, 28 deletions
diff --git a/Str.c b/Str.c
index 9047a28..38b34f5 100644
--- a/Str.c
+++ b/Str.c
@@ -1,4 +1,4 @@
-/* $Id: Str.c,v 1.1 2001/11/08 05:14:08 a-ito Exp $ */
+/* $Id: Str.c,v 1.1.1.1 2001/11/08 05:14:08 a-ito Exp $ */
/*
* String manipulation library for Boehm GC
*
diff --git a/Str.h b/Str.h
index b018c6a..3c41a20 100644
--- a/Str.h
+++ b/Str.h
@@ -1,4 +1,4 @@
-/* $Id: Str.h,v 1.1 2001/11/08 05:14:10 a-ito Exp $ */
+/* $Id: Str.h,v 1.1.1.1 2001/11/08 05:14:10 a-ito Exp $ */
/*
* String manipulation library for Boehm GC
*
diff --git a/anchor.c b/anchor.c
index 6005899..39b8e1f 100644
--- a/anchor.c
+++ b/anchor.c
@@ -1,4 +1,4 @@
-/* $Id: anchor.c,v 1.1 2001/11/08 05:14:10 a-ito Exp $ */
+/* $Id: anchor.c,v 1.1.1.1 2001/11/08 05:14:10 a-ito Exp $ */
#ifdef __EMX__
#include <strings.h>
#endif
diff --git a/cookie.c b/cookie.c
index 43e55cd..6ab0af5 100644
--- a/cookie.c
+++ b/cookie.c
@@ -1,4 +1,4 @@
-/* $Id: cookie.c,v 1.1 2001/11/08 05:14:17 a-ito Exp $ */
+/* $Id: cookie.c,v 1.1.1.1 2001/11/08 05:14:17 a-ito Exp $ */
/*
* References for version 0 cookie:
diff --git a/display.c b/display.c
index 80c9a3f..1fd3d18 100644
--- a/display.c
+++ b/display.c
@@ -1,4 +1,4 @@
-/* $Id: display.c,v 1.1 2001/11/08 05:14:32 a-ito Exp $ */
+/* $Id: display.c,v 1.1.1.1 2001/11/08 05:14:32 a-ito Exp $ */
#include <signal.h>
#include "fm.h"
diff --git a/etc.c b/etc.c
index 8603142..97f52f6 100644
--- a/etc.c
+++ b/etc.c
@@ -1,4 +1,4 @@
-/* $Id: etc.c,v 1.1 2001/11/08 05:14:33 a-ito Exp $ */
+/* $Id: etc.c,v 1.1.1.1 2001/11/08 05:14:33 a-ito Exp $ */
#include "fm.h"
#include <pwd.h>
#include "myctype.h"
diff --git a/file.c b/file.c
index 79c3885..420808c 100644
--- a/file.c
+++ b/file.c
@@ -1,4 +1,4 @@
-/* $Id: file.c,v 1.1 2001/11/08 05:14:50 a-ito Exp $ */
+/* $Id: file.c,v 1.1.1.1 2001/11/08 05:14:50 a-ito Exp $ */
#include "fm.h"
#include <sys/types.h>
#include "myctype.h"
diff --git a/fm.h b/fm.h
index 748a58e..5a8ab41 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.1 2001/11/08 05:14:53 a-ito Exp $ */
+/* $Id: fm.h,v 1.1.1.1 2001/11/08 05:14:53 a-ito Exp $ */
/*
* w3m: WWW wo Miru utility
*
diff --git a/form.c b/form.c
index 8c7ea7c..5110580 100644
--- a/form.c
+++ b/form.c
@@ -1,5 +1,5 @@
-/* $Id: form.c,v 1.1 2001/11/08 05:14:53 a-ito Exp $ */
+/* $Id: form.c,v 1.1.1.1 2001/11/08 05:14:53 a-ito Exp $ */
/*
* HTML forms
*/
diff --git a/frame.c b/frame.c
index 79b5981..39d1776 100644
--- a/frame.c
+++ b/frame.c
@@ -1,4 +1,4 @@
-/* $Id: frame.c,v 1.1 2001/11/08 05:14:54 a-ito Exp $ */
+/* $Id: frame.c,v 1.1.1.1 2001/11/08 05:14:54 a-ito Exp $ */
#include "fm.h"
#include "parsetagx.h"
#include "myctype.h"
diff --git a/gc/alpha_mach_dep.s b/gc/alpha_mach_dep.s
index 0aaa97b..3a2ad9c 100644
--- a/gc/alpha_mach_dep.s
+++ b/gc/alpha_mach_dep.s
@@ -1,4 +1,4 @@
- # $Id: alpha_mach_dep.s,v 1.1 2001/11/08 05:17:06 a-ito Exp $
+ # $Id: alpha_mach_dep.s,v 1.1.1.1 2001/11/08 05:17:06 a-ito Exp $
# define call_push(x) \
lda $16, 0(x); /* copy x to first argument register */ \
diff --git a/gc/solaris_pthreads.c b/gc/solaris_pthreads.c
index eb0ce67..a4c89ff 100644
--- a/gc/solaris_pthreads.c
+++ b/gc/solaris_pthreads.c
@@ -16,7 +16,7 @@
* Modified Peter C. for Solaris Posix Threads.
*/
/* Boehm, September 14, 1994 4:44 pm PDT */
-/* $Id: solaris_pthreads.c,v 1.1 2001/11/08 05:17:57 a-ito Exp $ */
+/* $Id: solaris_pthreads.c,v 1.1.1.1 2001/11/08 05:17:57 a-ito Exp $ */
# if defined(_SOLARIS_PTHREADS)
# include "gc_priv.h"
diff --git a/html.h b/html.h
index a1e50a7..227ede9 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.1 2001/11/08 05:15:00 a-ito Exp $ */
+/* $Id: html.h,v 1.1.1.1 2001/11/08 05:15:00 a-ito Exp $ */
#ifndef _HTML_H
#define _HTML_H
#ifdef USE_SSL
diff --git a/indep.c b/indep.c
index bdd7659..ccf296b 100644
--- a/indep.c
+++ b/indep.c
@@ -1,4 +1,4 @@
-/* $Id: indep.c,v 1.1 2001/11/08 05:15:01 a-ito Exp $ */
+/* $Id: indep.c,v 1.1.1.1 2001/11/08 05:15:01 a-ito Exp $ */
#include "fm.h"
#include <stdio.h>
#include <pwd.h>
diff --git a/istream.c b/istream.c
index 27b8d47..6b1017f 100644
--- a/istream.c
+++ b/istream.c
@@ -1,4 +1,4 @@
-/* $Id: istream.c,v 1.1 2001/11/08 05:15:57 a-ito Exp $ */
+/* $Id: istream.c,v 1.1.1.1 2001/11/08 05:15:57 a-ito Exp $ */
#include "fm.h"
#include "istream.h"
#include <signal.h>
diff --git a/istream.h b/istream.h
index 8c670d4..4635533 100644
--- a/istream.h
+++ b/istream.h
@@ -1,4 +1,4 @@
-/* $Id: istream.h,v 1.1 2001/11/08 05:15:57 a-ito Exp $ */
+/* $Id: istream.h,v 1.1.1.1 2001/11/08 05:15:57 a-ito Exp $ */
#ifndef IO_STREAM_H
#define IO_STREAM_H
diff --git a/keybind.c b/keybind.c
index 81ebaa3..593feac 100644
--- a/keybind.c
+++ b/keybind.c
@@ -1,4 +1,4 @@
-/* $Id: keybind.c,v 1.1 2001/11/08 05:15:02 a-ito Exp $ */
+/* $Id: keybind.c,v 1.1.1.1 2001/11/08 05:15:02 a-ito Exp $ */
#include "funcname2.h"
char GlobalKeymap[128] =
diff --git a/linein.c b/linein.c
index a6ca795..3db1f7c 100644
--- a/linein.c
+++ b/linein.c
@@ -1,4 +1,4 @@
-/* $Id: linein.c,v 1.1 2001/11/08 05:15:04 a-ito Exp $ */
+/* $Id: linein.c,v 1.1.1.1 2001/11/08 05:15:04 a-ito Exp $ */
#include "fm.h"
#include "local.h"
#include "myctype.h"
diff --git a/mailcap.c b/mailcap.c
index 6c6e014..c0b7de6 100644
--- a/mailcap.c
+++ b/mailcap.c
@@ -1,4 +1,4 @@
-/* $Id: mailcap.c,v 1.1 2001/11/08 05:15:04 a-ito Exp $ */
+/* $Id: mailcap.c,v 1.1.1.1 2001/11/08 05:15:04 a-ito Exp $ */
#include "fm.h"
#include "myctype.h"
#include <stdio.h>
diff --git a/main.c b/main.c
index 0e13388..9b0a624 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.1 2001/11/08 05:15:13 a-ito Exp $ */
+/* $Id: main.c,v 1.1.1.1 2001/11/08 05:15:13 a-ito Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
diff --git a/matrix.c b/matrix.c
index 8208611..6c10a9f 100644
--- a/matrix.c
+++ b/matrix.c
@@ -1,7 +1,7 @@
/*
* matrix.h, matrix.c: Liner equation solver using LU decomposition.
- * $Id: matrix.c,v 1.1 2001/11/08 05:15:20 a-ito Exp $
+ * $Id: matrix.c,v 1.1.1.1 2001/11/08 05:15:20 a-ito Exp $
*
* by K.Okabe Aug. 1999
*
diff --git a/matrix.h b/matrix.h
index 254a2e6..d5ff91f 100644
--- a/matrix.h
+++ b/matrix.h
@@ -1,6 +1,6 @@
/*
* matrix.h, matrix.c: Liner equation solver using LU decomposition.
- * $Id: matrix.h,v 1.1 2001/11/08 05:15:21 a-ito Exp $
+ * $Id: matrix.h,v 1.1.1.1 2001/11/08 05:15:21 a-ito Exp $
*
* by K.Okabe Aug. 1999
*
diff --git a/proto.h b/proto.h
index a2af3c8..692cfef 100644
--- a/proto.h
+++ b/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.1 2001/11/08 05:15:28 a-ito Exp $ */
+/* $Id: proto.h,v 1.1.1.1 2001/11/08 05:15:28 a-ito Exp $ */
/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
diff --git a/table.c b/table.c
index fd2a2ff..6f0a671 100644
--- a/table.c
+++ b/table.c
@@ -1,4 +1,4 @@
-/* $Id: table.c,v 1.1 2001/11/08 05:15:40 a-ito Exp $ */
+/* $Id: table.c,v 1.1.1.1 2001/11/08 05:15:40 a-ito Exp $ */
/*
* HTML table
*/
diff --git a/table.c.0 b/table.c.0
index f3cacb1..a326355 100644
--- a/table.c.0
+++ b/table.c.0
@@ -1,5 +1,5 @@
/* -*- mode: c; c-basic-offset: 4; tab-width: 8; -*- */
-/* $Id: table.c.0,v 1.1 2001/11/08 05:15:52 a-ito Exp $ */
+/* $Id: table.c.0,v 1.1.1.1 2001/11/08 05:15:52 a-ito Exp $ */
/*
* HTML table
*/
diff --git a/table.h b/table.h
index ff708a2..b1b0971 100644
--- a/table.h
+++ b/table.h
@@ -1,4 +1,4 @@
-/* $Id: table.h,v 1.1 2001/11/08 05:15:40 a-ito Exp $ */
+/* $Id: table.h,v 1.1.1.1 2001/11/08 05:15:40 a-ito Exp $ */
#if (defined(MESCHACH) && !defined(MATRIX))
#define MATRIX
#endif /* (defined(MESCHACH) && !defined(MATRIX))
diff --git a/terms.c b/terms.c
index 875f317..f560650 100644
--- a/terms.c
+++ b/terms.c
@@ -1,4 +1,4 @@
-/* $Id: terms.c,v 1.1 2001/11/08 05:15:43 a-ito Exp $ */
+/* $Id: terms.c,v 1.1.1.1 2001/11/08 05:15:43 a-ito Exp $ */
/*
* An original curses library for EUC-kanji by Akinori ITO, December 1989
* revised by Akinori ITO, January 1995
diff --git a/textlist.c b/textlist.c
index 2804b19..1f77d9f 100644
--- a/textlist.c
+++ b/textlist.c
@@ -1,4 +1,4 @@
-/* $Id: textlist.c,v 1.1 2001/11/08 05:15:43 a-ito Exp $ */
+/* $Id: textlist.c,v 1.1.1.1 2001/11/08 05:15:43 a-ito Exp $ */
#include "textlist.h"
#include "indep.h"
#include "Str.h"