diff options
Diffstat (limited to 'ext')
157 files changed, 197 insertions, 197 deletions
diff --git a/ext/curses/curses.c b/ext/curses/curses.c index 70a4b415bf..4e84b0837f 100644 --- a/ext/curses/curses.c +++ b/ext/curses/curses.c @@ -1,5 +1,5 @@ /* -*- C -*- - * $Id$ + * $Id: curses.c,v 1.24.2.8 2006/07/18 05:08:34 matz Exp $ * * ext/curses/curses.c * diff --git a/ext/dbm/dbm.c b/ext/dbm/dbm.c index 69b7a6e7a7..83e6a9893b 100644 --- a/ext/dbm/dbm.c +++ b/ext/dbm/dbm.c @@ -2,8 +2,8 @@ dbm.c - - $Author$ - $Date$ + $Author: usa $ + $Date: 2005/06/20 07:53:19 $ created at: Mon Jan 24 15:59:52 JST 1994 Copyright (C) 1995-2001 Yukihiro Matsumoto diff --git a/ext/digest/defs.h b/ext/digest/defs.h index 5cfc77dd24..d51c627cf9 100644 --- a/ext/digest/defs.h +++ b/ext/digest/defs.h @@ -1,5 +1,5 @@ /* -*- C -*- - * $Id$ + * $Id: defs.h,v 1.7 2003/06/01 15:39:52 eban Exp $ */ #ifndef DEFS_H diff --git a/ext/digest/digest.c b/ext/digest/digest.c index ead9da3c10..957fe4f6ea 100644 --- a/ext/digest/digest.c +++ b/ext/digest/digest.c @@ -2,14 +2,14 @@ digest.c - - $Author$ + $Author: matz $ created at: Fri May 25 08:57:27 JST 2001 Copyright (C) 1995-2001 Yukihiro Matsumoto Copyright (C) 2001 Akinori MUSHA $RoughId: digest.c,v 1.16 2001/07/13 15:38:27 knu Exp $ - $Id$ + $Id: digest.c,v 1.14.2.2 2005/12/12 00:36:51 matz Exp $ ************************************************/ diff --git a/ext/digest/digest.h b/ext/digest/digest.h index 5e846df040..578be0a3c4 100644 --- a/ext/digest/digest.h +++ b/ext/digest/digest.h @@ -2,14 +2,14 @@ digest.c - - $Author$ + $Author: knu $ created at: Fri May 25 08:54:56 JST 2001 Copyright (C) 2001 Akinori MUSHA $RoughId: digest.h,v 1.3 2001/07/13 15:38:27 knu Exp $ - $Id$ + $Id: digest.h,v 1.1 2001/07/13 20:06:13 knu Exp $ ************************************************/ diff --git a/ext/digest/digest.txt b/ext/digest/digest.txt index 5797dd18f9..4969a9da90 100644 --- a/ext/digest/digest.txt +++ b/ext/digest/digest.txt @@ -1,6 +1,6 @@ .\" digest.txt - -*- Indented-Text -*- created at: Fri May 25 08:13:50 JST 2001 $RoughId: digest.txt,v 1.9 2001/07/13 19:46:51 knu Exp $ -$Id$ +$Id: digest.txt,v 1.1 2001/07/13 20:06:13 knu Exp $ ** MD5(Class) diff --git a/ext/digest/digest.txt.ja b/ext/digest/digest.txt.ja index 8997d25b9d..7078c83573 100644 --- a/ext/digest/digest.txt.ja +++ b/ext/digest/digest.txt.ja @@ -1,6 +1,6 @@ .\" digest.txt.ja - -*- Indented-Text -*- created at: Fri May 25 08:22:19 JST 2001 $RoughId: digest.txt.jp,v 1.8 2001/07/13 15:38:27 knu Exp $ -$Id$ +$Id: digest.txt.ja,v 1.1 2001/07/19 05:42:07 knu Exp $ ** MD5(¥¯¥é¥¹) diff --git a/ext/digest/extconf.rb b/ext/digest/extconf.rb index cd512622a4..3e35bf5064 100644 --- a/ext/digest/extconf.rb +++ b/ext/digest/extconf.rb @@ -1,5 +1,5 @@ # $RoughId: extconf.rb,v 1.6 2001/07/13 15:38:27 knu Exp $ -# $Id$ +# $Id: extconf.rb,v 1.1 2001/07/13 20:06:13 knu Exp $ require "mkmf" diff --git a/ext/digest/lib/md5.rb b/ext/digest/lib/md5.rb index 1d05d7d04e..6867fdc71b 100644 --- a/ext/digest/lib/md5.rb +++ b/ext/digest/lib/md5.rb @@ -1,7 +1,7 @@ # just for compatibility; requiring "md5" is obsoleted # # $RoughId: md5.rb,v 1.4 2001/07/13 15:38:27 knu Exp $ -# $Id$ +# $Id: md5.rb,v 1.1 2001/07/13 20:06:14 knu Exp $ require 'digest/md5' diff --git a/ext/digest/lib/sha1.rb b/ext/digest/lib/sha1.rb index c4ac6f66ea..12fb5cdfa4 100644 --- a/ext/digest/lib/sha1.rb +++ b/ext/digest/lib/sha1.rb @@ -1,7 +1,7 @@ # just for compatibility; requiring "sha1" is obsoleted # # $RoughId: sha1.rb,v 1.4 2001/07/13 15:38:27 knu Exp $ -# $Id$ +# $Id: sha1.rb,v 1.1 2001/07/13 20:06:14 knu Exp $ require 'digest/sha1' diff --git a/ext/digest/md5/extconf.rb b/ext/digest/md5/extconf.rb index 9819241184..ea29c9c5f8 100644 --- a/ext/digest/md5/extconf.rb +++ b/ext/digest/md5/extconf.rb @@ -1,5 +1,5 @@ # $RoughId: extconf.rb,v 1.3 2001/08/14 19:54:51 knu Exp $ -# $Id$ +# $Id: extconf.rb,v 1.4.2.2 2006/05/25 23:44:05 nobu Exp $ require "mkmf" diff --git a/ext/digest/md5/md5.c b/ext/digest/md5/md5.c index 6b61f031c4..ed32cf95c1 100644 --- a/ext/digest/md5/md5.c +++ b/ext/digest/md5/md5.c @@ -43,7 +43,7 @@ /*$OrigId: md5c.c,v 1.2 2001/03/26 08:57:14 matz Exp $ */ /*$RoughId: md5.c,v 1.2 2001/07/13 19:48:41 knu Exp $ */ -/*$Id$ */ +/*$Id: md5.c,v 1.1 2001/07/13 20:06:14 knu Exp $ */ #include "md5.h" diff --git a/ext/digest/md5/md5.h b/ext/digest/md5/md5.h index fc41380d38..736e034512 100644 --- a/ext/digest/md5/md5.h +++ b/ext/digest/md5/md5.h @@ -41,7 +41,7 @@ /* $OrigId: md5.h,v 1.2 2001/03/26 08:57:14 matz Exp $ */ /* $RoughId: md5.h,v 1.3 2002/02/24 08:14:31 knu Exp $ */ -/* $Id$ */ +/* $Id: md5.h,v 1.2 2002/02/24 08:20:22 knu Exp $ */ #ifndef MD5_INCLUDED # define MD5_INCLUDED diff --git a/ext/digest/md5/md5init.c b/ext/digest/md5/md5init.c index 2acca16a46..52f5de540f 100644 --- a/ext/digest/md5/md5init.c +++ b/ext/digest/md5/md5init.c @@ -1,5 +1,5 @@ /* $RoughId: md5init.c,v 1.2 2001/07/13 19:49:10 knu Exp $ */ -/* $Id$ */ +/* $Id: md5init.c,v 1.5 2002/09/26 16:27:23 knu Exp $ */ #include "digest.h" #if defined(HAVE_OPENSSL_MD5_H) diff --git a/ext/digest/md5/md5ossl.c b/ext/digest/md5/md5ossl.c index d930c7ab51..4af7d19ba5 100644 --- a/ext/digest/md5/md5ossl.c +++ b/ext/digest/md5/md5ossl.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: md5ossl.c,v 1.2 2003/01/06 11:47:53 knu Exp $ */ #include "md5ossl.h" #include <sys/types.h> diff --git a/ext/digest/md5/md5ossl.h b/ext/digest/md5/md5ossl.h index 610f58db06..401ef3418d 100644 --- a/ext/digest/md5/md5ossl.h +++ b/ext/digest/md5/md5ossl.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: md5ossl.h,v 1.1.2.1 2005/08/30 10:43:34 gotoyuzo Exp $ */ #ifndef MD5OSSL_H_INCLUDED #define MD5OSSL_H_INCLUDED diff --git a/ext/digest/rmd160/extconf.rb b/ext/digest/rmd160/extconf.rb index 9358dbd09e..232a3a5e06 100644 --- a/ext/digest/rmd160/extconf.rb +++ b/ext/digest/rmd160/extconf.rb @@ -1,5 +1,5 @@ # $RoughId: extconf.rb,v 1.3 2001/08/14 19:54:51 knu Exp $ -# $Id$ +# $Id: extconf.rb,v 1.4.2.2 2006/05/25 23:44:05 nobu Exp $ require "mkmf" diff --git a/ext/digest/rmd160/rmd160.c b/ext/digest/rmd160/rmd160.c index 2de3c99b29..9562a6fe67 100644 --- a/ext/digest/rmd160/rmd160.c +++ b/ext/digest/rmd160/rmd160.c @@ -1,6 +1,6 @@ /* $NetBSD: rmd160.c,v 1.1.1.1 2001/03/06 11:21:05 agc Exp $ */ /* $RoughId: rmd160.c,v 1.2 2001/07/13 19:49:10 knu Exp $ */ -/* $Id$ */ +/* $Id: rmd160.c,v 1.1 2001/07/13 20:06:14 knu Exp $ */ /********************************************************************\ * diff --git a/ext/digest/rmd160/rmd160.h b/ext/digest/rmd160/rmd160.h index 24f9a025f0..7df190413e 100644 --- a/ext/digest/rmd160/rmd160.h +++ b/ext/digest/rmd160/rmd160.h @@ -1,6 +1,6 @@ /* $NetBSD: rmd160.h,v 1.2 2000/07/07 10:47:06 ad Exp $ */ /* $RoughId: rmd160.h,v 1.3 2002/02/24 08:14:31 knu Exp $ */ -/* $Id$ */ +/* $Id: rmd160.h,v 1.2 2002/02/24 08:20:22 knu Exp $ */ /********************************************************************\ * diff --git a/ext/digest/rmd160/rmd160hl.c b/ext/digest/rmd160/rmd160hl.c index 4c5e0217d9..14299d7c7a 100644 --- a/ext/digest/rmd160/rmd160hl.c +++ b/ext/digest/rmd160/rmd160hl.c @@ -1,6 +1,6 @@ /* $NetBSD: rmd160hl.c,v 1.1.1.1 2001/03/06 11:21:05 agc Exp $ */ /* $RoughId: rmd160hl.c,v 1.2 2001/07/13 19:49:10 knu Exp $ */ -/* $Id$ */ +/* $Id: rmd160hl.c,v 1.1 2001/07/13 20:06:14 knu Exp $ */ /* rmd160hl.c * ---------------------------------------------------------------------------- diff --git a/ext/digest/rmd160/rmd160init.c b/ext/digest/rmd160/rmd160init.c index b16cdbbed8..3aa7847019 100644 --- a/ext/digest/rmd160/rmd160init.c +++ b/ext/digest/rmd160/rmd160init.c @@ -1,5 +1,5 @@ /* $RoughId: rmd160init.c,v 1.3 2001/07/13 20:00:43 knu Exp $ */ -/* $Id$ */ +/* $Id: rmd160init.c,v 1.3 2002/09/26 17:26:46 knu Exp $ */ #include "digest.h" #if defined(HAVE_OPENSSL_RIPEMD_H) diff --git a/ext/digest/rmd160/rmd160ossl.c b/ext/digest/rmd160/rmd160ossl.c index 2989ffd00e..1a8436dfb8 100644 --- a/ext/digest/rmd160/rmd160ossl.c +++ b/ext/digest/rmd160/rmd160ossl.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: rmd160ossl.c,v 1.1.2.1 2006/08/07 09:01:27 matz Exp $ */ #include "defs.h" #include "rmd160ossl.h" diff --git a/ext/digest/rmd160/rmd160ossl.h b/ext/digest/rmd160/rmd160ossl.h index e8928d164b..30840ca598 100644 --- a/ext/digest/rmd160/rmd160ossl.h +++ b/ext/digest/rmd160/rmd160ossl.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: rmd160ossl.h,v 1.1.2.1 2005/08/30 10:43:35 gotoyuzo Exp $ */ #ifndef RMD160OSSL_H_INCLUDED #define RMD160OSSL_H_INCLUDED diff --git a/ext/digest/sha1/extconf.rb b/ext/digest/sha1/extconf.rb index b93ac593ac..861c5563f9 100644 --- a/ext/digest/sha1/extconf.rb +++ b/ext/digest/sha1/extconf.rb @@ -1,5 +1,5 @@ # $RoughId: extconf.rb,v 1.3 2001/08/14 19:54:51 knu Exp $ -# $Id$ +# $Id: extconf.rb,v 1.5.2.1 2006/05/25 23:44:05 nobu Exp $ require "mkmf" diff --git a/ext/digest/sha1/sha1.c b/ext/digest/sha1/sha1.c index 1012ef8751..ba926e1fad 100644 --- a/ext/digest/sha1/sha1.c +++ b/ext/digest/sha1/sha1.c @@ -1,7 +1,7 @@ /* $NetBSD: sha1.c,v 1.2 2001/03/22 09:51:48 agc Exp $ */ /* $OpenBSD: sha1.c,v 1.9 1997/07/23 21:12:32 kstailey Exp $ */ /* $RoughId: sha1.c,v 1.2 2001/07/13 19:49:10 knu Exp $ */ -/* $Id$ */ +/* $Id: sha1.c,v 1.1 2001/07/13 20:06:14 knu Exp $ */ /* * SHA-1 in C diff --git a/ext/digest/sha1/sha1.h b/ext/digest/sha1/sha1.h index 2303cecc2b..5a1143ea0d 100644 --- a/ext/digest/sha1/sha1.h +++ b/ext/digest/sha1/sha1.h @@ -1,6 +1,6 @@ /* $NetBSD: sha1.h,v 1.2 1998/05/29 22:55:44 thorpej Exp $ */ /* $RoughId: sha1.h,v 1.3 2002/02/24 08:14:32 knu Exp $ */ -/* $Id$ */ +/* $Id: sha1.h,v 1.2 2002/02/24 08:20:22 knu Exp $ */ /* * SHA-1 in C diff --git a/ext/digest/sha1/sha1hl.c b/ext/digest/sha1/sha1hl.c index d1a236b22c..47b802085d 100644 --- a/ext/digest/sha1/sha1hl.c +++ b/ext/digest/sha1/sha1hl.c @@ -1,6 +1,6 @@ /* $NetBSD: sha1hl.c,v 1.2 2001/03/10 15:55:14 tron Exp $ */ /* $RoughId: sha1hl.c,v 1.2 2001/07/13 19:49:10 knu Exp $ */ -/* $Id$ */ +/* $Id: sha1hl.c,v 1.1 2001/07/13 20:06:14 knu Exp $ */ /* sha1hl.c * ---------------------------------------------------------------------------- diff --git a/ext/digest/sha1/sha1init.c b/ext/digest/sha1/sha1init.c index 426afb7cd0..829a363921 100644 --- a/ext/digest/sha1/sha1init.c +++ b/ext/digest/sha1/sha1init.c @@ -1,5 +1,5 @@ /* $RoughId: sha1init.c,v 1.2 2001/07/13 19:49:10 knu Exp $ */ -/* $Id$ */ +/* $Id: sha1init.c,v 1.3 2002/09/26 17:44:33 knu Exp $ */ #include "digest.h" #if defined(HAVE_OPENSSL_SHA_H) diff --git a/ext/digest/sha1/sha1ossl.c b/ext/digest/sha1/sha1ossl.c index 82a4f6f057..72c6eb4092 100644 --- a/ext/digest/sha1/sha1ossl.c +++ b/ext/digest/sha1/sha1ossl.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: sha1ossl.c,v 1.1.2.1 2006/08/07 09:01:27 matz Exp $ */ #include "defs.h" #include "sha1ossl.h" diff --git a/ext/digest/sha1/sha1ossl.h b/ext/digest/sha1/sha1ossl.h index c271cc47c6..24b84b4274 100644 --- a/ext/digest/sha1/sha1ossl.h +++ b/ext/digest/sha1/sha1ossl.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: sha1ossl.h,v 1.1.2.1 2005/08/30 10:43:36 gotoyuzo Exp $ */ #ifndef SHA1OSSL_H_INCLUDED #define SHA1OSSL_H_INCLUDED diff --git a/ext/digest/sha2/extconf.rb b/ext/digest/sha2/extconf.rb index 7bb143e8d1..5d078f4bd6 100644 --- a/ext/digest/sha2/extconf.rb +++ b/ext/digest/sha2/extconf.rb @@ -1,5 +1,5 @@ # $RoughId: extconf.rb,v 1.4 2001/08/14 19:54:51 knu Exp $ -# $Id$ +# $Id: extconf.rb,v 1.7.2.2 2006/05/25 23:44:06 nobu Exp $ require "mkmf" diff --git a/ext/digest/sha2/sha2.c b/ext/digest/sha2/sha2.c index 41ed2df106..22e7d59cd3 100644 --- a/ext/digest/sha2/sha2.c +++ b/ext/digest/sha2/sha2.c @@ -34,7 +34,7 @@ */ /* $RoughId: sha2.c,v 1.3 2002/02/26 22:03:36 knu Exp $ */ -/* $Id$ */ +/* $Id: sha2.c,v 1.4.2.1 2005/12/24 09:58:56 matz Exp $ */ #include "sha2.h" #include <stdio.h> diff --git a/ext/digest/sha2/sha2.h b/ext/digest/sha2/sha2.h index 4689ad93ce..7ccf012b77 100644 --- a/ext/digest/sha2/sha2.h +++ b/ext/digest/sha2/sha2.h @@ -34,7 +34,7 @@ */ /* $RoughId: sha2.h,v 1.3 2002/02/24 08:14:32 knu Exp $ */ -/* $Id$ */ +/* $Id: sha2.h,v 1.2 2002/02/24 08:20:22 knu Exp $ */ #ifndef __SHA2_H__ #define __SHA2_H__ diff --git a/ext/digest/sha2/sha2hl.c b/ext/digest/sha2/sha2hl.c index 03fde538c3..8f09bd6e5a 100644 --- a/ext/digest/sha2/sha2hl.c +++ b/ext/digest/sha2/sha2hl.c @@ -1,6 +1,6 @@ /* $NetBSD: sha2hl.c,v 1.1 2001/03/12 09:08:40 agc Exp $ */ /* $RoughId: sha2hl.c,v 1.2 2001/07/13 19:49:10 knu Exp $ */ -/* $Id$ */ +/* $Id: sha2hl.c,v 1.1 2001/07/13 20:06:14 knu Exp $ */ /* * sha2hl.c diff --git a/ext/digest/sha2/sha2init.c b/ext/digest/sha2/sha2init.c index 4b14031811..9c0f9854fb 100644 --- a/ext/digest/sha2/sha2init.c +++ b/ext/digest/sha2/sha2init.c @@ -1,5 +1,5 @@ /* $RoughId: sha2init.c,v 1.3 2001/07/13 20:00:43 knu Exp $ */ -/* $Id$ */ +/* $Id: sha2init.c,v 1.2 2002/02/17 12:43:44 nobu Exp $ */ #include "digest.h" #include "sha2.h" diff --git a/ext/digest/test.sh b/ext/digest/test.sh index 6fb07d2177..2ae2688e4d 100644 --- a/ext/digest/test.sh +++ b/ext/digest/test.sh @@ -1,7 +1,7 @@ #!/bin/sh # # $RoughId: test.sh,v 1.5 2001/07/13 15:38:27 knu Exp $ -# $Id$ +# $Id: test.sh,v 1.2 2002/09/26 17:55:16 knu Exp $ RUBY=${RUBY:=ruby} MAKE=${MAKE:=make} diff --git a/ext/dl/dl.c b/ext/dl/dl.c index df8089e5aa..042afd3159 100644 --- a/ext/dl/dl.c +++ b/ext/dl/dl.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: dl.c,v 1.20.2.5 2005/12/16 13:32:06 ttate Exp $ */ #include <ruby.h> diff --git a/ext/dl/dl.h b/ext/dl/dl.h index 1faa316cf1..9e4e01eea5 100644 --- a/ext/dl/dl.h +++ b/ext/dl/dl.h @@ -1,5 +1,5 @@ /* -*- C -*- - * $Id$ + * $Id: dl.h,v 1.9 2003/12/01 23:02:44 ttate Exp $ */ #ifndef RUBY_DL_H diff --git a/ext/dl/h2rb b/ext/dl/h2rb index 00fbd60c82..d5ebd6ee2c 100644 --- a/ext/dl/h2rb +++ b/ext/dl/h2rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- ruby -*- -# $Id$ +# $Id: h2rb,v 1.1 2002/04/02 10:56:13 ttate Exp $ require 'mkmf' require 'ftools' diff --git a/ext/dl/handle.c b/ext/dl/handle.c index 7a05115ec5..1e8c17e501 100644 --- a/ext/dl/handle.c +++ b/ext/dl/handle.c @@ -1,5 +1,5 @@ /* -*- C -*- - * $Id$ + * $Id: handle.c,v 1.11.2.1 2005/02/28 02:45:17 matz Exp $ */ #include <ruby.h> diff --git a/ext/dl/ptr.c b/ext/dl/ptr.c index 59de4d8c98..5c313fad55 100644 --- a/ext/dl/ptr.c +++ b/ext/dl/ptr.c @@ -1,5 +1,5 @@ /* -*- C -*- - * $Id$ + * $Id: ptr.c,v 1.19.2.1 2006/05/25 16:37:57 ttate Exp $ */ #include <ruby.h> diff --git a/ext/dl/sym.c b/ext/dl/sym.c index 40b2035c00..6e4337c0b7 100644 --- a/ext/dl/sym.c +++ b/ext/dl/sym.c @@ -1,5 +1,5 @@ /* -*- C -*- - * $Id$ + * $Id: sym.c,v 1.24.2.3 2005/06/15 23:39:27 ocean Exp $ */ #include <ruby.h> diff --git a/ext/enumerator/enumerator.c b/ext/enumerator/enumerator.c index 1c6e1d1ace..7b8f109e38 100644 --- a/ext/enumerator/enumerator.c +++ b/ext/enumerator/enumerator.c @@ -2,13 +2,13 @@ enumerator.c - provides Enumerator class - $Author$ + $Author: matz $ Copyright (C) 2001-2003 Akinori MUSHA $Idaemons: /home/cvs/rb/enumerator/enumerator.c,v 1.1.1.1 2001/07/15 10:12:48 knu Exp $ $RoughId: enumerator.c,v 1.6 2003/07/27 11:03:24 nobu Exp $ - $Id$ + $Id: enumerator.c,v 1.3.2.3 2005/10/24 00:07:00 matz Exp $ ************************************************/ diff --git a/ext/enumerator/enumerator.txt b/ext/enumerator/enumerator.txt index 64c7d50226..1b84c0c088 100644 --- a/ext/enumerator/enumerator.txt +++ b/ext/enumerator/enumerator.txt @@ -1,7 +1,7 @@ .\" enumerator.txt - -*- Indented-Text -*- $Idaemons: /home/cvs/rb/enumerator/enumerator.txt,v 1.2 2001/07/15 10:19:24 knu Exp $ $RoughId: enumerator.txt,v 1.5 2003/02/20 12:24:51 knu Exp $ -$Id$ +$Id: enumerator.txt,v 1.2 2003/10/17 14:09:43 knu Exp $ ** Enumerable::Enumerator(Class) diff --git a/ext/etc/etc.c b/ext/etc/etc.c index 447d833bc7..0372592049 100644 --- a/ext/etc/etc.c +++ b/ext/etc/etc.c @@ -2,8 +2,8 @@ etc.c - - $Author$ - $Date$ + $Author: shyouhei $ + $Date: 2007/01/09 12:24:20 $ created at: Tue Mar 22 18:39:19 JST 1994 ************************************************/ diff --git a/ext/fcntl/fcntl.c b/ext/fcntl/fcntl.c index 57cca103f4..8f9cb43d0c 100644 --- a/ext/fcntl/fcntl.c +++ b/ext/fcntl/fcntl.c @@ -2,7 +2,7 @@ fcntl.c - - $Author$ + $Author: matz $ created at: Mon Apr 7 18:53:05 JST 1997 Copyright (C) 1997-2001 Yukihiro Matsumoto diff --git a/ext/gdbm/gdbm.c b/ext/gdbm/gdbm.c index d50cb91eed..691d512460 100644 --- a/ext/gdbm/gdbm.c +++ b/ext/gdbm/gdbm.c @@ -2,8 +2,8 @@ gdbm.c - - $Author$ - $Date$ + $Author: usa $ + $Date: 2005/06/20 07:53:20 $ modified at: Mon Jan 24 15:59:52 JST 1994 ************************************************/ diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index 1c9d607de9..918dd51630 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -3,8 +3,8 @@ iconv.c - - $Author$ - $Date$ + $Author: matz $ + $Date: 2005/12/12 00:36:51 $ created at: Wed Dec 1 20:28:09 JST 1999 All the files in this distribution are covered under the Ruby's diff --git a/ext/io/wait/wait.c b/ext/io/wait/wait.c index 61d6527b36..0e48f705d2 100644 --- a/ext/io/wait/wait.c +++ b/ext/io/wait/wait.c @@ -2,8 +2,8 @@ io/wait.c - - $Author$ - $Date$ + $Author: nobu $ + $Date: 2005/07/18 03:24:04 $ created at: Tue Aug 28 09:08:06 JST 2001 All the files in this distribution are covered under the Ruby's diff --git a/ext/nkf/lib/kconv.rb b/ext/nkf/lib/kconv.rb index 091b88b1c0..711a3c10a1 100644 --- a/ext/nkf/lib/kconv.rb +++ b/ext/nkf/lib/kconv.rb @@ -1,7 +1,7 @@ # # kconv.rb - Kanji Converter. # -# $Id$ +# $Id: kconv.rb,v 1.3.6.6 2006/06/19 14:52:54 naruse Exp $ # # ---- # @@ -49,7 +49,7 @@ module Kconv # # Revision of kconv.rb - REVISION = %q$Revision$ + REVISION = %q$Revision: 1.3.6.6 $ #Regexp of Encoding diff --git a/ext/nkf/nkf-utf8/nkf.c b/ext/nkf/nkf-utf8/nkf.c index a0cdb81eab..0d82562326 100644 --- a/ext/nkf/nkf-utf8/nkf.c +++ b/ext/nkf/nkf-utf8/nkf.c @@ -39,7 +39,7 @@ ** E-Mail: furukawa@tcp-ip.or.jp ** $B$^$G8fO"Mm$r$*4j$$$7$^$9!#(B ***********************************************************************/ -/* $Id$ */ +/* $Id: nkf.c,v 1.2.2.11 2006/06/19 14:52:55 naruse Exp $ */ #define NKF_VERSION "2.0.7" #define NKF_RELEASE_DATE "2006-06-13" #include "config.h" diff --git a/ext/nkf/nkf.c b/ext/nkf/nkf.c index 8eb92b6cd6..8bcb6d15f7 100644 --- a/ext/nkf/nkf.c +++ b/ext/nkf/nkf.c @@ -3,11 +3,11 @@ * * original nkf2.x is maintained at http://sourceforge.jp/projects/nkf/ * - * $Id$ + * $Id: nkf.c,v 1.9.2.4 2006/03/27 13:28:14 naruse Exp $ * */ -#define RUBY_NKF_REVISION "$Revision$" +#define RUBY_NKF_REVISION "$Revision: 1.9.2.4 $" #define RUBY_NKF_VERSION NKF_VERSION " (" NKF_RELEASE_DATE ")" #include "ruby.h" diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb index 11f74ff3d8..b2c5ca5ef8 100644 --- a/ext/openssl/extconf.rb +++ b/ext/openssl/extconf.rb @@ -1,5 +1,5 @@ =begin -= $RCSfile$ -- Generator for Makefile += $RCSfile: extconf.rb,v $ -- Generator for Makefile = Info 'OpenSSL for Ruby 2' project @@ -11,7 +11,7 @@ (See the file 'LICENCE'.) = Version - $Id$ + $Id: extconf.rb,v 1.21.2.9 2006/06/20 11:18:15 gotoyuzo Exp $ =end require "mkmf" diff --git a/ext/openssl/lib/net/ftptls.rb b/ext/openssl/lib/net/ftptls.rb index f433457923..43cc136bf6 100644 --- a/ext/openssl/lib/net/ftptls.rb +++ b/ext/openssl/lib/net/ftptls.rb @@ -1,5 +1,5 @@ =begin -= $RCSfile$ -- SSL/TLS enhancement for Net::HTTP. += $RCSfile: ftptls.rb,v $ -- SSL/TLS enhancement for Net::HTTP. = Info 'OpenSSL for Ruby 2' project @@ -13,7 +13,7 @@ = Requirements = Version - $Id$ + $Id: ftptls.rb,v 1.1 2003/07/23 16:11:30 gotoyuzo Exp $ = Notes Tested on FreeBSD 5-CURRENT and 4-STABLE diff --git a/ext/openssl/lib/net/telnets.rb b/ext/openssl/lib/net/telnets.rb index a872f41e6a..d277a5c2a6 100644 --- a/ext/openssl/lib/net/telnets.rb +++ b/ext/openssl/lib/net/telnets.rb @@ -1,5 +1,5 @@ =begin -= $RCSfile$ -- SSL/TLS enhancement for Net::Telnet. += $RCSfile: telnets.rb,v $ -- SSL/TLS enhancement for Net::Telnet. = Info 'OpenSSL for Ruby 2' project @@ -11,7 +11,7 @@ (See the file 'LICENCE'.) = Version - $Id$ + $Id: telnets.rb,v 1.1.2.1 2004/12/20 03:49:16 gotoyuzo Exp $ 2001/11/06: Contiributed to Ruby/OpenSSL project. diff --git a/ext/openssl/lib/openssl.rb b/ext/openssl/lib/openssl.rb index 24a9eed136..58fd3887e3 100644 --- a/ext/openssl/lib/openssl.rb +++ b/ext/openssl/lib/openssl.rb @@ -1,5 +1,5 @@ =begin -= $RCSfile$ -- Loader for all OpenSSL C-space and Ruby-space definitions += $RCSfile: openssl.rb,v $ -- Loader for all OpenSSL C-space and Ruby-space definitions = Info 'OpenSSL for Ruby 2' project @@ -11,7 +11,7 @@ (See the file 'LICENCE'.) = Version - $Id$ + $Id: openssl.rb,v 1.1 2003/07/23 16:11:29 gotoyuzo Exp $ =end require 'openssl.so' diff --git a/ext/openssl/lib/openssl/bn.rb b/ext/openssl/lib/openssl/bn.rb index e7cbf2cfaf..4a1595c7ab 100644 --- a/ext/openssl/lib/openssl/bn.rb +++ b/ext/openssl/lib/openssl/bn.rb @@ -1,5 +1,5 @@ =begin -= $RCSfile$ -- Ruby-space definitions that completes C-space funcs for BN += $RCSfile: bn.rb,v $ -- Ruby-space definitions that completes C-space funcs for BN = Info 'OpenSSL for Ruby 2' project @@ -11,7 +11,7 @@ (See the file 'LICENCE'.) = Version - $Id$ + $Id: bn.rb,v 1.1 2003/07/23 16:11:30 gotoyuzo Exp $ =end ## diff --git a/ext/openssl/lib/openssl/buffering.rb b/ext/openssl/lib/openssl/buffering.rb index 761a017487..9eeb19d959 100644 --- a/ext/openssl/lib/openssl/buffering.rb +++ b/ext/openssl/lib/openssl/buffering.rb @@ -1,5 +1,5 @@ =begin -= $RCSfile$ -- Buffering mix-in module. += $RCSfile: buffering.rb,v $ -- Buffering mix-in module. = Info 'OpenSSL for Ruby 2' project @@ -11,7 +11,7 @@ (See the file 'LICENCE'.) = Version - $Id$ + $Id: buffering.rb,v 1.5.2.4 2005/09/04 22:03:24 gotoyuzo Exp $ =end module Buffering diff --git a/ext/openssl/lib/openssl/cipher.rb b/ext/openssl/lib/openssl/cipher.rb index 049533d06b..7825e5e9e6 100644 --- a/ext/openssl/lib/openssl/cipher.rb +++ b/ext/openssl/lib/openssl/cipher.rb @@ -1,5 +1,5 @@ =begin -= $RCSfile$ -- Ruby-space predefined Cipher subclasses += $RCSfile: cipher.rb,v $ -- Ruby-space predefined Cipher subclasses = Info 'OpenSSL for Ruby 2' project @@ -11,7 +11,7 @@ (See the file 'LICENCE'.) = Version - $Id$ + $Id: cipher.rb,v 1.1.2.2 2006/06/20 11:18:15 gotoyuzo Exp $ =end ## diff --git a/ext/openssl/lib/openssl/digest.rb b/ext/openssl/lib/openssl/digest.rb index b3e4484805..6f2c998ff6 100644 --- a/ext/openssl/lib/openssl/digest.rb +++ b/ext/openssl/lib/openssl/digest.rb @@ -1,5 +1,5 @@ =begin -= $RCSfile$ -- Ruby-space predefined Digest subclasses += $RCSfile: digest.rb,v $ -- Ruby-space predefined Digest subclasses = Info 'OpenSSL for Ruby 2' project @@ -11,7 +11,7 @@ (See the file 'LICENCE'.) = Version - $Id$ + $Id: digest.rb,v 1.1.2.2 2006/06/20 11:18:15 gotoyuzo Exp $ =end ## diff --git a/ext/openssl/lib/openssl/ssl.rb b/ext/openssl/lib/openssl/ssl.rb index ef7415f478..abef21d823 100644 --- a/ext/openssl/lib/openssl/ssl.rb +++ b/ext/openssl/lib/openssl/ssl.rb @@ -1,5 +1,5 @@ =begin -= $RCSfile$ -- Ruby-space definitions that completes C-space funcs for SSL += $RCSfile: ssl.rb,v $ -- Ruby-space definitions that completes C-space funcs for SSL = Info 'OpenSSL for Ruby 2' project @@ -11,7 +11,7 @@ (See the file 'LICENCE'.) = Version - $Id$ + $Id: ssl.rb,v 1.5.2.6 2006/05/23 18:14:05 gotoyuzo Exp $ =end require "openssl" diff --git a/ext/openssl/lib/openssl/x509.rb b/ext/openssl/lib/openssl/x509.rb index e711bda39c..2ad3f8e96e 100644 --- a/ext/openssl/lib/openssl/x509.rb +++ b/ext/openssl/lib/openssl/x509.rb @@ -1,5 +1,5 @@ =begin -= $RCSfile$ -- Ruby-space definitions that completes C-space funcs for X509 and subclasses += $RCSfile: x509.rb,v $ -- Ruby-space definitions that completes C-space funcs for X509 and subclasses = Info 'OpenSSL for Ruby 2' project @@ -11,7 +11,7 @@ (See the file 'LICENCE'.) = Version - $Id$ + $Id: x509.rb,v 1.4.2.2 2004/12/19 08:28:33 gotoyuzo Exp $ =end require "openssl" diff --git a/ext/openssl/openssl_missing.c b/ext/openssl/openssl_missing.c index f77731ed65..2c005f41e5 100644 --- a/ext/openssl/openssl_missing.c +++ b/ext/openssl/openssl_missing.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: openssl_missing.c,v 1.2.2.4 2006/06/02 10:02:56 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/openssl_missing.h b/ext/openssl/openssl_missing.h index e8c75ca42c..8d580f5ee8 100644 --- a/ext/openssl/openssl_missing.h +++ b/ext/openssl/openssl_missing.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: openssl_missing.h,v 1.2.2.2 2005/04/15 19:16:18 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl.c b/ext/openssl/ossl.c index a98f2641cc..01c5ca2a04 100644 --- a/ext/openssl/ossl.c +++ b/ext/openssl/ossl.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl.c,v 1.11.2.6 2005/11/01 01:52:13 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h index af27bae6a6..eaa1fe6eb2 100644 --- a/ext/openssl/ossl.h +++ b/ext/openssl/ossl.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl.h,v 1.14.2.4.2.1 2006/12/25 11:16:49 shyouhei Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c index ee3d8599ad..6bc5b88e8f 100644 --- a/ext/openssl/ossl_asn1.c +++ b/ext/openssl/ossl_asn1.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_asn1.c,v 1.5.2.9 2006/04/29 13:52:15 gotoyuzo Exp $ * 'OpenSSL for Ruby' team members * Copyright (C) 2003 * All rights reserved. diff --git a/ext/openssl/ossl_asn1.h b/ext/openssl/ossl_asn1.h index 8aad9f970d..6a1c97b902 100644 --- a/ext/openssl/ossl_asn1.h +++ b/ext/openssl/ossl_asn1.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_asn1.h,v 1.3.2.1 2005/09/10 01:17:00 gotoyuzo Exp $ * 'OpenSSL for Ruby' team members * Copyright (C) 2003 * All rights reserved. diff --git a/ext/openssl/ossl_bio.c b/ext/openssl/ossl_bio.c index 9c9aa24197..4e3248eb1d 100644 --- a/ext/openssl/ossl_bio.c +++ b/ext/openssl/ossl_bio.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_bio.c,v 1.2.2.1 2005/06/19 16:29:17 gotoyuzo Exp $ * 'OpenSSL for Ruby' team members * Copyright (C) 2003 * All rights reserved. diff --git a/ext/openssl/ossl_bio.h b/ext/openssl/ossl_bio.h index 2d8f675c5b..ca312679fa 100644 --- a/ext/openssl/ossl_bio.h +++ b/ext/openssl/ossl_bio.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_bio.h,v 1.2 2003/09/17 09:05:01 gotoyuzo Exp $ * 'OpenSSL for Ruby' team members * Copyright (C) 2003 * All rights reserved. diff --git a/ext/openssl/ossl_bn.c b/ext/openssl/ossl_bn.c index 47a607e60f..fb86c8721c 100644 --- a/ext/openssl/ossl_bn.c +++ b/ext/openssl/ossl_bn.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_bn.c,v 1.5.2.1 2004/12/15 01:54:39 matz Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Technorama team <oss-ruby@technorama.net> * All rights reserved. diff --git a/ext/openssl/ossl_bn.h b/ext/openssl/ossl_bn.h index 12aa484873..bccdbc0cd6 100644 --- a/ext/openssl/ossl_bn.h +++ b/ext/openssl/ossl_bn.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_bn.h,v 1.1 2003/07/23 16:11:29 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_cipher.c b/ext/openssl/ossl_cipher.c index 67e7573ae4..8d96d0b35a 100644 --- a/ext/openssl/ossl_cipher.c +++ b/ext/openssl/ossl_cipher.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_cipher.c,v 1.4.2.6 2006/06/20 11:18:15 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_cipher.h b/ext/openssl/ossl_cipher.h index 63c7a875e8..870927c37c 100644 --- a/ext/openssl/ossl_cipher.h +++ b/ext/openssl/ossl_cipher.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_cipher.h,v 1.2 2003/09/05 09:08:40 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_config.c b/ext/openssl/ossl_config.c index ef89fdfe0d..1844022506 100644 --- a/ext/openssl/ossl_config.c +++ b/ext/openssl/ossl_config.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_config.c,v 1.8.2.3 2004/12/15 01:54:39 matz Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_config.h b/ext/openssl/ossl_config.h index cb226b27e5..452d430b5e 100644 --- a/ext/openssl/ossl_config.h +++ b/ext/openssl/ossl_config.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_config.h,v 1.2 2003/09/08 10:31:38 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_digest.c b/ext/openssl/ossl_digest.c index d22f022442..8b9c273f4d 100644 --- a/ext/openssl/ossl_digest.c +++ b/ext/openssl/ossl_digest.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_digest.c,v 1.4.2.2 2004/12/15 01:54:39 matz Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_digest.h b/ext/openssl/ossl_digest.h index 8a1f7964f2..b35bd217b3 100644 --- a/ext/openssl/ossl_digest.h +++ b/ext/openssl/ossl_digest.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_digest.h,v 1.2 2003/09/05 09:08:40 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_engine.c b/ext/openssl/ossl_engine.c index 71586e3620..6cc0183c0e 100644 --- a/ext/openssl/ossl_engine.c +++ b/ext/openssl/ossl_engine.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_engine.c,v 1.4.2.6 2005/09/18 22:56:11 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * All rights reserved. diff --git a/ext/openssl/ossl_engine.h b/ext/openssl/ossl_engine.h index ea2f256912..ccc426481a 100644 --- a/ext/openssl/ossl_engine.h +++ b/ext/openssl/ossl_engine.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_engine.h,v 1.1 2003/10/02 08:47:11 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> diff --git a/ext/openssl/ossl_hmac.c b/ext/openssl/ossl_hmac.c index ca5917518f..cd66ab6e2c 100644 --- a/ext/openssl/ossl_hmac.c +++ b/ext/openssl/ossl_hmac.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_hmac.c,v 1.4.2.2 2004/12/15 01:54:39 matz Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_hmac.h b/ext/openssl/ossl_hmac.h index 1a2978b39a..2c8d69c177 100644 --- a/ext/openssl/ossl_hmac.h +++ b/ext/openssl/ossl_hmac.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_hmac.h,v 1.1 2003/07/23 16:11:29 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_ns_spki.c b/ext/openssl/ossl_ns_spki.c index b90a6b195e..bd8c59faf9 100644 --- a/ext/openssl/ossl_ns_spki.c +++ b/ext/openssl/ossl_ns_spki.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_ns_spki.c,v 1.3.2.5 2006/03/17 10:10:53 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_ns_spki.h b/ext/openssl/ossl_ns_spki.h index 9977035a9c..2ca1fdcd62 100644 --- a/ext/openssl/ossl_ns_spki.h +++ b/ext/openssl/ossl_ns_spki.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_ns_spki.h,v 1.1 2003/07/23 16:11:29 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_ocsp.c b/ext/openssl/ossl_ocsp.c index b1e721c24c..f2097b967e 100644 --- a/ext/openssl/ossl_ocsp.c +++ b/ext/openssl/ossl_ocsp.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_ocsp.c,v 1.4.2.2 2005/01/22 20:28:02 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> diff --git a/ext/openssl/ossl_ocsp.h b/ext/openssl/ossl_ocsp.h index 65b4f2e23f..244fbb2a74 100644 --- a/ext/openssl/ossl_ocsp.h +++ b/ext/openssl/ossl_ocsp.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_ocsp.h,v 1.1 2003/07/23 16:11:29 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> diff --git a/ext/openssl/ossl_pkcs12.c b/ext/openssl/ossl_pkcs12.c index e7d9954c5a..e4b334c67e 100644 --- a/ext/openssl/ossl_pkcs12.c +++ b/ext/openssl/ossl_pkcs12.c @@ -1,7 +1,7 @@ /* * This program is licenced under the same licence as Ruby. * (See the file 'LICENCE'.) - * $Id$ + * $Id: ossl_pkcs12.c,v 1.2 2003/12/15 00:30:12 usa Exp $ */ #include "ossl.h" diff --git a/ext/openssl/ossl_pkcs12.h b/ext/openssl/ossl_pkcs12.h index 01dde2bc30..95b29de9b5 100644 --- a/ext/openssl/ossl_pkcs12.h +++ b/ext/openssl/ossl_pkcs12.h @@ -1,7 +1,7 @@ /* * This program is licenced under the same licence as Ruby. * (See the file 'LICENCE'.) - * $Id$ + * $Id: ossl_pkcs12.h,v 1.1.2.1 2005/06/19 16:29:17 gotoyuzo Exp $ */ #if !defined(_OSSL_PKCS12_H_) #define _OSSL_PKCS12_H_ diff --git a/ext/openssl/ossl_pkcs7.c b/ext/openssl/ossl_pkcs7.c index 38a7dce7a2..0fa85299aa 100644 --- a/ext/openssl/ossl_pkcs7.c +++ b/ext/openssl/ossl_pkcs7.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_pkcs7.c,v 1.5.2.3 2005/09/10 01:11:15 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_pkcs7.h b/ext/openssl/ossl_pkcs7.h index f5942d65db..fdf0d9fb34 100644 --- a/ext/openssl/ossl_pkcs7.h +++ b/ext/openssl/ossl_pkcs7.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_pkcs7.h,v 1.1.2.1 2005/09/10 01:17:00 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_pkey.c b/ext/openssl/ossl_pkey.c index db70333047..5a061597f6 100644 --- a/ext/openssl/ossl_pkey.c +++ b/ext/openssl/ossl_pkey.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_pkey.c,v 1.4.2.2 2005/04/08 09:26:54 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_pkey.h b/ext/openssl/ossl_pkey.h index 880a104675..224f0f4634 100644 --- a/ext/openssl/ossl_pkey.h +++ b/ext/openssl/ossl_pkey.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_pkey.h,v 1.2.2.2 2005/09/18 22:56:11 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_pkey_dh.c b/ext/openssl/ossl_pkey_dh.c index 5b728ba353..79692f2f47 100644 --- a/ext/openssl/ossl_pkey_dh.c +++ b/ext/openssl/ossl_pkey_dh.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_pkey_dh.c,v 1.4.2.3 2005/04/08 09:26:54 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_pkey_dsa.c b/ext/openssl/ossl_pkey_dsa.c index 39b1902d57..2a6060fe77 100644 --- a/ext/openssl/ossl_pkey_dsa.c +++ b/ext/openssl/ossl_pkey_dsa.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_pkey_dsa.c,v 1.5.2.3 2005/09/18 22:56:11 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_pkey_rsa.c b/ext/openssl/ossl_pkey_rsa.c index 17bec2b7bb..69d69c76f4 100644 --- a/ext/openssl/ossl_pkey_rsa.c +++ b/ext/openssl/ossl_pkey_rsa.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_pkey_rsa.c,v 1.5.2.4 2005/09/18 22:56:11 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_rand.c b/ext/openssl/ossl_rand.c index ec9883d70a..ffd68966ca 100644 --- a/ext/openssl/ossl_rand.c +++ b/ext/openssl/ossl_rand.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_rand.c,v 1.2 2003/09/17 09:05:02 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_rand.h b/ext/openssl/ossl_rand.h index ce2ae0d129..4895267fb6 100644 --- a/ext/openssl/ossl_rand.h +++ b/ext/openssl/ossl_rand.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_rand.h,v 1.1 2003/07/23 16:11:29 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_ssl.c b/ext/openssl/ossl_ssl.c index 92384f1b1a..e4889d6d3f 100644 --- a/ext/openssl/ossl_ssl.c +++ b/ext/openssl/ossl_ssl.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_ssl.c,v 1.13.2.11 2006/03/17 10:10:53 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2000-2002 GOTOU Yuuzou <gotoyuzo@notwork.org> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> diff --git a/ext/openssl/ossl_ssl.h b/ext/openssl/ossl_ssl.h index 5929eef856..ba9ddb1985 100644 --- a/ext/openssl/ossl_ssl.h +++ b/ext/openssl/ossl_ssl.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_ssl.h,v 1.1 2003/07/23 16:11:29 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_version.h b/ext/openssl/ossl_version.h index 63878e0d8e..6d43cdccbf 100644 --- a/ext/openssl/ossl_version.h +++ b/ext/openssl/ossl_version.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_version.h,v 1.1 2003/07/23 16:11:29 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_x509.c b/ext/openssl/ossl_x509.c index fd1d9b6c7e..fa90e92d11 100644 --- a/ext/openssl/ossl_x509.c +++ b/ext/openssl/ossl_x509.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_x509.c,v 1.2 2003/09/08 10:31:38 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_x509.h b/ext/openssl/ossl_x509.h index 1a43569073..8d1f77b302 100644 --- a/ext/openssl/ossl_x509.h +++ b/ext/openssl/ossl_x509.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_x509.h,v 1.2 2003/11/01 09:24:55 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_x509attr.c b/ext/openssl/ossl_x509attr.c index 7b88e294a9..91a0795209 100644 --- a/ext/openssl/ossl_x509attr.c +++ b/ext/openssl/ossl_x509attr.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_x509attr.c,v 1.4.2.2 2004/12/15 01:54:38 matz Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_x509cert.c b/ext/openssl/ossl_x509cert.c index fc587a31f3..3ac9c894da 100644 --- a/ext/openssl/ossl_x509cert.c +++ b/ext/openssl/ossl_x509cert.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_x509cert.c,v 1.3.2.1 2004/12/15 01:54:38 matz Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_x509crl.c b/ext/openssl/ossl_x509crl.c index 0dc22416e7..62d27fe7a4 100644 --- a/ext/openssl/ossl_x509crl.c +++ b/ext/openssl/ossl_x509crl.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_x509crl.c,v 1.3.2.1 2004/12/15 01:54:38 matz Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_x509ext.c b/ext/openssl/ossl_x509ext.c index 31ffec48fa..219f30d7e3 100644 --- a/ext/openssl/ossl_x509ext.c +++ b/ext/openssl/ossl_x509ext.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_x509ext.c,v 1.8.2.3 2005/11/22 22:28:51 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_x509name.c b/ext/openssl/ossl_x509name.c index c5ed8b5457..5c7e6e89a2 100644 --- a/ext/openssl/ossl_x509name.c +++ b/ext/openssl/ossl_x509name.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_x509name.c,v 1.4.2.8 2004/12/27 07:55:56 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_x509req.c b/ext/openssl/ossl_x509req.c index d644250433..c1b1a3e619 100644 --- a/ext/openssl/ossl_x509req.c +++ b/ext/openssl/ossl_x509req.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_x509req.c,v 1.5.2.2 2005/09/10 00:54:29 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_x509revoked.c b/ext/openssl/ossl_x509revoked.c index 3ccac8d26a..a0f2f00aa5 100644 --- a/ext/openssl/ossl_x509revoked.c +++ b/ext/openssl/ossl_x509revoked.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_x509revoked.c,v 1.2.2.1 2004/12/15 01:54:38 matz Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ossl_x509store.c b/ext/openssl/ossl_x509store.c index cea845a1cc..360769e612 100644 --- a/ext/openssl/ossl_x509store.c +++ b/ext/openssl/ossl_x509store.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ossl_x509store.c,v 1.2.2.5 2005/09/10 00:54:29 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/openssl/ruby_missing.h b/ext/openssl/ruby_missing.h index 4bd08890f8..f673bb157a 100644 --- a/ext/openssl/ruby_missing.h +++ b/ext/openssl/ruby_missing.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: ruby_missing.h,v 1.3 2003/09/06 08:56:57 gotoyuzo Exp $ * 'OpenSSL for Ruby' project * Copyright (C) 2001-2003 Michal Rokos <m.rokos@sh.cvut.cz> * All rights reserved. diff --git a/ext/racc/cparse/extconf.rb b/ext/racc/cparse/extconf.rb index dd953a7e15..8516c2998a 100644 --- a/ext/racc/cparse/extconf.rb +++ b/ext/racc/cparse/extconf.rb @@ -1,4 +1,4 @@ -# $Id$ +# $Id: extconf.rb,v 1.1 2002/03/22 07:20:31 aamine Exp $ require 'mkmf' create_makefile 'racc/cparse' diff --git a/ext/sdbm/_sdbm.c b/ext/sdbm/_sdbm.c index d4cf621ea5..11353e2345 100644 --- a/ext/sdbm/_sdbm.c +++ b/ext/sdbm/_sdbm.c @@ -8,7 +8,7 @@ */ #ifndef lint -/*char sdbm_rcsid[] = "$Id$";*/ +/*char sdbm_rcsid[] = "$Id: _sdbm.c,v 1.5.2.1 2005/09/08 05:59:41 matz Exp $";*/ #endif #include "sdbm.h" @@ -626,7 +626,7 @@ register DBM *db; */ #ifndef lint -/*char pair_rcsid[] = "$Id$";*/ +/*char pair_rcsid[] = "$Id: _sdbm.c,v 1.5.2.1 2005/09/08 05:59:41 matz Exp $";*/ #endif #ifndef BSD42 diff --git a/ext/sdbm/init.c b/ext/sdbm/init.c index acadc9b26a..ef4fb8ffbf 100644 --- a/ext/sdbm/init.c +++ b/ext/sdbm/init.c @@ -2,8 +2,8 @@ sdbminit.c - - $Author$ - $Date$ + $Author: ocean $ + $Date: 2005/06/25 05:42:41 $ created at: Fri May 7 08:34:24 JST 1999 Copyright (C) 1995-2001 Yukihiro Matsumoto diff --git a/ext/socket/socket.c b/ext/socket/socket.c index b4f44c9247..963f8e2d82 100644 --- a/ext/socket/socket.c +++ b/ext/socket/socket.c @@ -2,8 +2,8 @@ socket.c - - $Author$ - $Date$ + $Author: matz $ + $Date: 2006/08/07 07:50:28 $ created at: Thu Mar 31 12:21:29 JST 1994 Copyright (C) 1993-2001 Yukihiro Matsumoto diff --git a/ext/socket/sockport.h b/ext/socket/sockport.h index e1cddf53f4..8c7bebf558 100644 --- a/ext/socket/sockport.h +++ b/ext/socket/sockport.h @@ -2,8 +2,8 @@ sockport.h - - $Author$ - $Date$ + $Author: eban $ + $Date: 2000/08/24 06:29:30 $ created at: Fri Apr 30 23:19:34 JST 1999 ************************************************/ diff --git a/ext/stringio/README b/ext/stringio/README index c4031f7e97..190052309c 100644 --- a/ext/stringio/README +++ b/ext/stringio/README @@ -1,6 +1,6 @@ -*- rd -*- -$Author$ -$Date$ +$Author: nobu $ +$Date: 2002/02/19 13:16:24 $ =begin diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index a64aaf837c..09867009b5 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -2,8 +2,8 @@ stringio.c - - $Author$ - $Date$ + $Author: nobu $ + $Date: 2005/08/13 09:36:12 $ $RoughId: stringio.c,v 1.13 2002/03/14 03:24:18 nobu Exp $ created at: Tue Feb 19 04:10:38 JST 2002 diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index fdbfc79919..5e5ab5db1f 100644 --- a/ext/strscan/strscan.c +++ b/ext/strscan/strscan.c @@ -1,5 +1,5 @@ /* - $Id$ + $Id: strscan.c,v 1.7.2.8 2006/07/26 09:37:00 aamine Exp $ Copyright (c) 1999-2006 Minero Aoki @@ -1256,7 +1256,7 @@ Init_strscan(void) tmp = rb_str_new2(STRSCAN_VERSION); rb_obj_freeze(tmp); rb_const_set(StringScanner, rb_intern("Version"), tmp); - tmp = rb_str_new2("$Id$"); + tmp = rb_str_new2("$Id: strscan.c,v 1.7.2.8 2006/07/26 09:37:00 aamine Exp $"); rb_obj_freeze(tmp); rb_const_set(StringScanner, rb_intern("Id"), tmp); diff --git a/ext/syck/bytecode.c b/ext/syck/bytecode.c index 567aaf52a8..acda3b15a4 100644 --- a/ext/syck/bytecode.c +++ b/ext/syck/bytecode.c @@ -3,8 +3,8 @@ /* * bytecode.re * - * $Author$ - * $Date$ + * $Author: why $ + * $Date: 2005/09/20 06:46:43 $ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/emitter.c b/ext/syck/emitter.c index 9c8ab8d49b..8d32784cd5 100644 --- a/ext/syck/emitter.c +++ b/ext/syck/emitter.c @@ -1,8 +1,8 @@ /* * emitter.c * - * $Author$ - * $Date$ + * $Author: matz $ + * $Date: 2006/05/03 17:29:34 $ * * Copyright (C) 2003 why the lucky stiff * diff --git a/ext/syck/handler.c b/ext/syck/handler.c index 56fe838fbd..26fb258318 100644 --- a/ext/syck/handler.c +++ b/ext/syck/handler.c @@ -1,8 +1,8 @@ /* * handler.c * - * $Author$ - * $Date$ + * $Author: why $ + * $Date: 2005/09/20 06:46:43 $ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/implicit.c b/ext/syck/implicit.c index d356faf7d9..0f922f4d1b 100644 --- a/ext/syck/implicit.c +++ b/ext/syck/implicit.c @@ -3,8 +3,8 @@ /* * implicit.re * - * $Author$ - * $Date$ + * $Author: ocean $ + * $Date: 2005/10/26 00:28:39 $ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/node.c b/ext/syck/node.c index 28fc78c077..724f747e99 100644 --- a/ext/syck/node.c +++ b/ext/syck/node.c @@ -1,8 +1,8 @@ /* * node.c * - * $Author$ - * $Date$ + * $Author: matz $ + * $Date: 2005/09/16 09:35:23 $ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/rubyext.c b/ext/syck/rubyext.c index 078de4f78d..e2de4bbfd0 100644 --- a/ext/syck/rubyext.c +++ b/ext/syck/rubyext.c @@ -2,8 +2,8 @@ /* * rubyext.c * - * $Author$ - * $Date$ + * $Author: ocean $ + * $Date: 2006/01/30 15:11:57 $ * * Copyright (C) 2003-2005 why the lucky stiff */ diff --git a/ext/syck/syck.c b/ext/syck/syck.c index a83c8813c1..ac5427bc1b 100644 --- a/ext/syck/syck.c +++ b/ext/syck/syck.c @@ -1,8 +1,8 @@ /* * syck.c * - * $Author$ - * $Date$ + * $Author: matz $ + * $Date: 2006/08/07 08:09:34 $ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/syck.h b/ext/syck/syck.h index c49f740173..51a0f0aa9c 100644 --- a/ext/syck/syck.h +++ b/ext/syck/syck.h @@ -1,8 +1,8 @@ /* * syck.h * - * $Author$ - * $Date$ + * $Author: ocean $ + * $Date: 2005/12/20 04:13:26 $ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/token.c b/ext/syck/token.c index 3c6cd1a9cf..e7b0414f74 100644 --- a/ext/syck/token.c +++ b/ext/syck/token.c @@ -3,8 +3,8 @@ /* * token.re * - * $Author$ - * $Date$ + * $Author: why $ + * $Date: 2005/09/20 23:56:24 $ * * Copyright (C) 2003 why the lucky stiff */ diff --git a/ext/syck/yaml2byte.c b/ext/syck/yaml2byte.c index 821a3cd5b5..01a3aaf652 100644 --- a/ext/syck/yaml2byte.c +++ b/ext/syck/yaml2byte.c @@ -1,8 +1,8 @@ /* * yaml2byte.c * - * $Author$ - * $Date$ + * $Author: matz $ + * $Date: 2006/05/03 17:41:10 $ * * Copyright (C) 2003 why the lucky stiff, clark evans * diff --git a/ext/syslog/extconf.rb b/ext/syslog/extconf.rb index 0fa0bc339b..d47ed8fd61 100644 --- a/ext/syslog/extconf.rb +++ b/ext/syslog/extconf.rb @@ -1,5 +1,5 @@ # $RoughId: extconf.rb,v 1.3 2001/11/24 17:49:26 knu Exp $ -# $Id$ +# $Id: extconf.rb,v 1.1 2001/11/26 12:00:40 knu Exp $ require 'mkmf' diff --git a/ext/syslog/syslog.c b/ext/syslog/syslog.c index 477489ddfe..99e4215a95 100644 --- a/ext/syslog/syslog.c +++ b/ext/syslog/syslog.c @@ -4,7 +4,7 @@ * <amos+ruby@utdallas.edu> * * $RoughId: syslog.c,v 1.21 2002/02/25 12:21:17 knu Exp $ - * $Id$ + * $Id: syslog.c,v 1.8.2.1 2004/04/05 07:45:24 matz Exp $ */ #include "ruby.h" diff --git a/ext/syslog/syslog.txt b/ext/syslog/syslog.txt index 9aed35133d..b134ed2a40 100644 --- a/ext/syslog/syslog.txt +++ b/ext/syslog/syslog.txt @@ -1,6 +1,6 @@ .\" syslog.txt - -*- Indented-Text -*- $RoughId: syslog.txt,v 1.18 2002/02/25 08:20:14 knu Exp $ -$Id$ +$Id: syslog.txt,v 1.2 2002/02/25 12:13:30 knu Exp $ UNIX Syslog extension for Ruby Amos Gouaux, University of Texas at Dallas diff --git a/ext/syslog/test.rb b/ext/syslog/test.rb index cfa33eff8f..907602c21d 100644 --- a/ext/syslog/test.rb +++ b/ext/syslog/test.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # $RoughId: test.rb,v 1.9 2002/02/25 08:20:14 knu Exp $ -# $Id$ +# $Id: test.rb,v 1.4 2002/11/27 08:36:22 knu Exp $ # Please only run this test on machines reasonable for testing. # If in doubt, ask your admin. diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index eefe4b5556..eba2f72f29 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -1,6 +1,6 @@ # # tk.rb - Tk interface module using tcltklib -# $Date$ +# $Date: 2006/07/14 04:10:49 $ # by Yukihiro Matsumoto <matz@netlab.jp> # use Shigehiro's tcltklib diff --git a/ext/tk/lib/tk/after.rb b/ext/tk/lib/tk/after.rb index 8c58210331..24a048ee32 100644 --- a/ext/tk/lib/tk/after.rb +++ b/ext/tk/lib/tk/after.rb @@ -1,6 +1,6 @@ # # tk/after.rb : methods for Tcl/Tk after command # -# $Id$ +# $Id: after.rb,v 1.1.2.1 2004/05/01 16:09:49 nagai Exp $ # require 'tk/timer' diff --git a/ext/tk/lib/tk/canvas.rb b/ext/tk/lib/tk/canvas.rb index 02b4a8cb20..0f55bff4ed 100644 --- a/ext/tk/lib/tk/canvas.rb +++ b/ext/tk/lib/tk/canvas.rb @@ -1,6 +1,6 @@ # # tk/canvas.rb - Tk canvas classes -# $Date$ +# $Date: 2005/10/24 00:07:00 $ # by Yukihiro Matsumoto <matz@caelum.co.jp> # require 'tk' diff --git a/ext/tk/lib/tk/entry.rb b/ext/tk/lib/tk/entry.rb index 4ac3f28229..e4d69eb7bf 100644 --- a/ext/tk/lib/tk/entry.rb +++ b/ext/tk/lib/tk/entry.rb @@ -1,6 +1,6 @@ # # tk/entry.rb - Tk entry classes -# $Date$ +# $Date: 2005/10/22 22:16:24 $ # by Yukihiro Matsumoto <matz@caelum.co.jp> require 'tk' diff --git a/ext/tk/lib/tk/scrollbox.rb b/ext/tk/lib/tk/scrollbox.rb index fd04057fb6..833505be17 100644 --- a/ext/tk/lib/tk/scrollbox.rb +++ b/ext/tk/lib/tk/scrollbox.rb @@ -1,7 +1,7 @@ # # tk/scrollbox.rb - Tk Listbox with Scrollbar # as an example of Composite Widget -# $Date$ +# $Date: 2004/10/11 04:51:07 $ # by Yukihiro Matsumoto <matz@netlab.co.jp> # require 'tk' diff --git a/ext/tk/lib/tk/spinbox.rb b/ext/tk/lib/tk/spinbox.rb index 9a10977d12..1eed4d1dc4 100644 --- a/ext/tk/lib/tk/spinbox.rb +++ b/ext/tk/lib/tk/spinbox.rb @@ -1,6 +1,6 @@ # # tk/spinbox.rb - Tk spinbox classes -# $Date$ +# $Date: 2005/10/22 22:16:24 $ # by Yukihiro Matsumoto <matz@caelum.co.jp> # require 'tk' diff --git a/ext/tk/lib/tk/text.rb b/ext/tk/lib/tk/text.rb index 49d4b5625b..0db10a653f 100644 --- a/ext/tk/lib/tk/text.rb +++ b/ext/tk/lib/tk/text.rb @@ -1,6 +1,6 @@ # # tk/text.rb - Tk text classes -# $Date$ +# $Date: 2005/11/23 12:01:05 $ # by Yukihiro Matsumoto <matz@caelum.co.jp> require 'tk' require 'tk/itemfont' diff --git a/ext/tk/lib/tk/timer.rb b/ext/tk/lib/tk/timer.rb index 47f2b79350..49b7f1b06a 100644 --- a/ext/tk/lib/tk/timer.rb +++ b/ext/tk/lib/tk/timer.rb @@ -1,7 +1,7 @@ # # tk/timer.rb : methods for Tcl/Tk after command # -# $Id$ +# $Id: timer.rb,v 1.1.2.15 2005/05/08 14:20:53 nagai Exp $ # require 'tk' diff --git a/ext/tk/lib/tkclass.rb b/ext/tk/lib/tkclass.rb index 87f5acc453..355b1a1b1d 100644 --- a/ext/tk/lib/tkclass.rb +++ b/ext/tk/lib/tkclass.rb @@ -3,7 +3,7 @@ # Date: 2000/11/27 09:23:36 # by Yukihiro Matsumoto <matz@caelum.co.jp> # -# $Id$ +# $Id: tkclass.rb,v 1.6.2.1 2004/10/11 04:51:06 nagai Exp $ require "tk" diff --git a/ext/tk/sample/tkextlib/tile/repeater.tcl b/ext/tk/sample/tkextlib/tile/repeater.tcl index 652ba8ab17..1f403de537 100644 --- a/ext/tk/sample/tkextlib/tile/repeater.tcl +++ b/ext/tk/sample/tkextlib/tile/repeater.tcl @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: repeater.tcl,v 1.1.2.1 2005/08/02 06:51:26 ocean Exp $ # # Demonstration of custom classes. # diff --git a/ext/tk/sample/tkextlib/tile/themes/keramik/keramik.tcl b/ext/tk/sample/tkextlib/tile/themes/keramik/keramik.tcl index 79fcd7c04e..c47a67b5a9 100644 --- a/ext/tk/sample/tkextlib/tile/themes/keramik/keramik.tcl +++ b/ext/tk/sample/tkextlib/tile/themes/keramik/keramik.tcl @@ -5,7 +5,7 @@ # Copyright (c) 2004 Googie # Copyright (c) 2004 Pat Thoyts <patthoyts@users.sourceforge.net> # -# $Id$ +# $Id: keramik.tcl,v 1.1.2.1 2005/11/25 07:04:59 nagai Exp $ package require Tk 8.4; # minimum version for Tile package require tile 0.5; # depends upon tile 0.5 diff --git a/ext/tk/sample/tkextlib/tile/themes/keramik/pkgIndex.tcl b/ext/tk/sample/tkextlib/tile/themes/keramik/pkgIndex.tcl index 4bb89aa8a5..b66fa7fb31 100644 --- a/ext/tk/sample/tkextlib/tile/themes/keramik/pkgIndex.tcl +++ b/ext/tk/sample/tkextlib/tile/themes/keramik/pkgIndex.tcl @@ -6,7 +6,7 @@ # To use this automatically within tile, the tile-using application should # use tile::availableThemes and tile::setTheme # -# $Id$ +# $Id: pkgIndex.tcl,v 1.1.2.1 2005/11/25 07:04:59 nagai Exp $ if {![file isdirectory [file join $dir keramik]]} { return } if {![package vsatisfies [package provide Tcl] 8.4]} { return } diff --git a/ext/tk/sample/tkextlib/tile/themes/kroc/pkgIndex.tcl b/ext/tk/sample/tkextlib/tile/themes/kroc/pkgIndex.tcl index 179077917c..4f188b77e0 100644 --- a/ext/tk/sample/tkextlib/tile/themes/kroc/pkgIndex.tcl +++ b/ext/tk/sample/tkextlib/tile/themes/kroc/pkgIndex.tcl @@ -6,7 +6,7 @@ # To use this automatically within tile, the tile-using application should # use tile::availableThemes and tile::setTheme # -# $Id$ +# $Id: pkgIndex.tcl,v 1.1.2.1 2005/11/25 07:05:01 nagai Exp $ if {![file isdirectory [file join $dir kroc]]} { return } if {![package vsatisfies [package provide Tcl] 8.4]} { return } diff --git a/ext/tk/sample/tkextlib/tile/themes/plastik/pkgIndex.tcl b/ext/tk/sample/tkextlib/tile/themes/plastik/pkgIndex.tcl index e39aff6f44..f7fd2a899d 100644 --- a/ext/tk/sample/tkextlib/tile/themes/plastik/pkgIndex.tcl +++ b/ext/tk/sample/tkextlib/tile/themes/plastik/pkgIndex.tcl @@ -6,7 +6,7 @@ # To use this automatically within tile, the tile-using application should # use tile::availableThemes and tile::setTheme # -# $Id$ +# $Id: pkgIndex.tcl,v 1.1.2.1 2005/11/25 07:05:02 nagai Exp $ if {![file isdirectory [file join $dir plastik]]} { return } if {![package vsatisfies [package provide Tcl] 8.4]} { return } diff --git a/ext/tk/sample/tkextlib/tile/themes/plastik/plastik.tcl b/ext/tk/sample/tkextlib/tile/themes/plastik/plastik.tcl index ea6ed74162..51fb7244f6 100644 --- a/ext/tk/sample/tkextlib/tile/themes/plastik/plastik.tcl +++ b/ext/tk/sample/tkextlib/tile/themes/plastik/plastik.tcl @@ -5,7 +5,7 @@ # Copyright (c) 2004 Googie # Copyright (c) 2005 Pat Thoyts <patthoyts@users.sourceforge.net> # -# $Id$ +# $Id: plastik.tcl,v 1.1.2.1 2005/11/25 07:05:02 nagai Exp $ package require Tk 8.4 package require tile 0.5 diff --git a/ext/tk/sample/tkextlib/tile/toolbutton.tcl b/ext/tk/sample/tkextlib/tile/toolbutton.tcl index 4e08034e31..63b805d98b 100644 --- a/ext/tk/sample/tkextlib/tile/toolbutton.tcl +++ b/ext/tk/sample/tkextlib/tile/toolbutton.tcl @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: toolbutton.tcl,v 1.1.2.1 2005/04/09 09:27:28 nagai Exp $ # # Demonstration of custom widget styles. # diff --git a/ext/tk/sample/tkextlib/tkHTML/page3/index.html b/ext/tk/sample/tkextlib/tkHTML/page3/index.html index ce92e8a22e..d854bd5b8b 100644 --- a/ext/tk/sample/tkextlib/tkHTML/page3/index.html +++ b/ext/tk/sample/tkextlib/tkHTML/page3/index.html @@ -29,7 +29,7 @@ resources related to this tutorial<br>are available online at <a href="http://www.hwaci.com/tcl2k/"> http://www.hwaci.com/tcl2k/</a></p> - <p align="center"><small>$Id$</small></p></td></tr> + <p align="center"><small>$Id: index.html,v 1.1.2.1 2004/07/01 09:38:51 nagai Exp $</small></p></td></tr> </table> </center> </p> diff --git a/ext/tk/tkutil/tkutil.c b/ext/tk/tkutil/tkutil.c index f4271a724c..be1b635a0f 100644 --- a/ext/tk/tkutil/tkutil.c +++ b/ext/tk/tkutil/tkutil.c @@ -2,8 +2,8 @@ tkutil.c - - $Author$ - $Date$ + $Author: nagai $ + $Date: 2006/04/05 16:08:45 $ created at: Fri Nov 3 00:47:54 JST 1995 ************************************************/ diff --git a/ext/win32ole/extconf.rb b/ext/win32ole/extconf.rb index cee922554a..8cd9581fb0 100644 --- a/ext/win32ole/extconf.rb +++ b/ext/win32ole/extconf.rb @@ -1,7 +1,7 @@ #---------------------------------- # extconf.rb -# $Revision$ -# $Date$ +# $Revision: 1.5.2.2 $ +# $Date: 2005/10/09 02:15:03 $ #---------------------------------- require 'mkmf' diff --git a/ext/win32ole/sample/olegen.rb b/ext/win32ole/sample/olegen.rb index 48d86893fe..ff450f235f 100644 --- a/ext/win32ole/sample/olegen.rb +++ b/ext/win32ole/sample/olegen.rb @@ -1,7 +1,7 @@ #----------------------------- # olegen.rb -# $Date$ -# $Revision$ +# $Date: 2002/06/01 12:34:29 $ +# $Revision: 1.1 $ #----------------------------- require 'win32ole' diff --git a/ext/win32ole/win32ole.c b/ext/win32ole/win32ole.c index a15794d0f2..2335782b86 100644 --- a/ext/win32ole/win32ole.c +++ b/ext/win32ole/win32ole.c @@ -12,7 +12,7 @@ */ /* - $Date$ + $Date: 2007/01/13 22:34:25 $ modified for win32ole (ruby) by Masaki.Suketa <masaki.suketa@nifty.ne.jp> */ diff --git a/ext/zlib/doc/zlib.rd b/ext/zlib/doc/zlib.rd index 6a36dc7fed..f914d883fe 100644 --- a/ext/zlib/doc/zlib.rd +++ b/ext/zlib/doc/zlib.rd @@ -4,7 +4,7 @@ # # Copyright (C) UENO Katsuhiro 2000-2003 # -# $Id$ +# $Id: zlib.rd,v 1.1.2.1 2004/03/28 14:10:39 akr Exp $ # = Ruby/zlib version 0.6.0 diff --git a/ext/zlib/extconf.rb b/ext/zlib/extconf.rb index b4e76af3c6..14c8376417 100644 --- a/ext/zlib/extconf.rb +++ b/ext/zlib/extconf.rb @@ -1,7 +1,7 @@ # # extconf.rb # -# $Id$ +# $Id: extconf.rb,v 1.2.2.2 2006/05/25 23:44:07 nobu Exp $ # require 'mkmf' diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 8caadaeddc..4684865c65 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -3,7 +3,7 @@ * * Copyright (C) UENO Katsuhiro 2000-2003 * - * $Id$ + * $Id: zlib.c,v 1.7.2.20 2006/02/14 11:21:54 ocean Exp $ */ #include <ruby.h> |