diff options
-rw-r--r-- | Str.c | 2 | ||||
-rw-r--r-- | Str.h | 2 | ||||
-rw-r--r-- | anchor.c | 2 | ||||
-rw-r--r-- | cookie.c | 2 | ||||
-rw-r--r-- | display.c | 2 | ||||
-rw-r--r-- | etc.c | 2 | ||||
-rw-r--r-- | file.c | 2 | ||||
-rw-r--r-- | fm.h | 2 | ||||
-rw-r--r-- | form.c | 2 | ||||
-rw-r--r-- | frame.c | 2 | ||||
-rw-r--r-- | gc/alpha_mach_dep.s | 2 | ||||
-rw-r--r-- | gc/solaris_pthreads.c | 2 | ||||
-rw-r--r-- | html.h | 2 | ||||
-rw-r--r-- | indep.c | 2 | ||||
-rw-r--r-- | istream.c | 2 | ||||
-rw-r--r-- | istream.h | 2 | ||||
-rw-r--r-- | keybind.c | 2 | ||||
-rw-r--r-- | linein.c | 2 | ||||
-rw-r--r-- | mailcap.c | 2 | ||||
-rw-r--r-- | main.c | 2 | ||||
-rw-r--r-- | matrix.c | 2 | ||||
-rw-r--r-- | matrix.h | 2 | ||||
-rw-r--r-- | proto.h | 2 | ||||
-rw-r--r-- | table.c | 2 | ||||
-rw-r--r-- | table.c.0 | 2 | ||||
-rw-r--r-- | table.h | 2 | ||||
-rw-r--r-- | terms.c | 2 | ||||
-rw-r--r-- | textlist.c | 2 |
28 files changed, 28 insertions, 28 deletions
@@ -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 * @@ -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 * @@ -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 @@ -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: @@ -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" @@ -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" @@ -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" @@ -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 * @@ -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 */ @@ -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" @@ -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 @@ -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> @@ -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> @@ -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 @@ -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] = @@ -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" @@ -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> @@ -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> @@ -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 * @@ -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 * @@ -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. @@ -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 */ @@ -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 */ @@ -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)) @@ -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 @@ -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" |