From 3db12e8b236ac8f88db8eb4690d10e4a3b8dbcd4 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 16 Jan 1998 12:13:05 +0000 Subject: Initial revision git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/e2mmap1_0.rb | 6 +++--- lib/getopts.rb | 6 +++--- lib/parsearg.rb | 6 +++--- lib/sync.rb | 6 +++--- lib/thread.rb | 2 +- lib/tk.rb | 2 +- lib/tkcanvas.rb | 2 +- lib/tkclass.rb | 2 +- lib/tkcore.rb | 2 +- lib/tkentry.rb | 2 +- lib/tkscrollbox.rb | 2 +- lib/tktext.rb | 2 +- lib/tkthcore.rb | 2 +- 13 files changed, 21 insertions(+), 21 deletions(-) (limited to 'lib') diff --git a/lib/e2mmap1_0.rb b/lib/e2mmap1_0.rb index c5797fd573..d245dec975 100644 --- a/lib/e2mmap1_0.rb +++ b/lib/e2mmap1_0.rb @@ -1,8 +1,8 @@ # # e2mmap.rb - # $Release Version: 1.0$ -# $Revision: 1.4 $ -# $Date: 1997/08/18 07:12:12 $ +# $Revision$ +# $Date$ # by Keiju ISHITSUKA # # -- @@ -10,7 +10,7 @@ # module Exception2MessageMapper - RCS_ID='-$Header: /home/keiju/var/src/var.lib/ruby/RCS/e2mmap.rb,v 1.4 1997/08/18 07:12:12 keiju Exp keiju $-' + RCS_ID='-$Header$-' E2MM = Exception2MessageMapper def E2MM.extend_to(b) diff --git a/lib/getopts.rb b/lib/getopts.rb index d25437515d..6929f7e4fd 100644 --- a/lib/getopts.rb +++ b/lib/getopts.rb @@ -2,8 +2,8 @@ # # getopts.rb - # $Release Version: $ -# $Revision: 1.1 $ -# $Date: 1996/11/10 05:01:15 $ +# $Revision$ +# $Date$ # by Yasuo OHBA(SHL Japan Inc. Technology Dept.) # # -- @@ -11,7 +11,7 @@ # # -$RCS_ID="$Header: /home/jammy/current/ruby/RCS/getopts.rb,v 1.1 1996/11/10 05:01:15 jammy Exp $" +$RCS_ID="$Header$" def isSingle(lopt) if lopt.index(":") diff --git a/lib/parsearg.rb b/lib/parsearg.rb index 569ed260f7..a0ef90f018 100644 --- a/lib/parsearg.rb +++ b/lib/parsearg.rb @@ -2,8 +2,8 @@ # # parsearg.rb - parse arguments # $Release Version: $ -# $Revision: 1.3 $ -# $Date: 1996/11/12 06:48:51 $ +# $Revision$ +# $Date$ # by Yasuo OHBA(SHL Japan Inc. Technology Dept.) # # -- @@ -11,7 +11,7 @@ # # -$RCS_ID="$Header: /home/jammy/current/ruby/RCS/parsearg.rb,v 1.3 1996/11/12 06:48:51 jammy Exp $" +$RCS_ID="$Header$" load("getopts.rb") diff --git a/lib/sync.rb b/lib/sync.rb index fd18291ca9..3e57ed0e57 100644 --- a/lib/sync.rb +++ b/lib/sync.rb @@ -1,8 +1,8 @@ # # sync.rb - カウント付2-フェーズロッククラス # $Release Version: 0.1$ -# $Revision: 1.3 $ -# $Date: 1997/08/18 07:17:08 $ +# $Revision$ +# $Date$ # by Keiju ISHITSUKA # # -- @@ -39,7 +39,7 @@ end require "finalize.rb" module Sync_m - RCS_ID='-$Header: /home/keiju/var/src/var.lib/ruby/RCS/sync.rb,v 1.3 1997/08/18 07:17:08 keiju Exp keiju $-' + RCS_ID='-$Header$-' UN = :UN SH = :SH diff --git a/lib/thread.rb b/lib/thread.rb index 30f77ddbeb..4f294cc9a3 100644 --- a/lib/thread.rb +++ b/lib/thread.rb @@ -1,6 +1,6 @@ # # thread.rb - thread support classes -# $Date: 1996/05/21 09:29:21 $ +# $Date$ # by Yukihiro Matsumoto # diff --git a/lib/tk.rb b/lib/tk.rb index 5b258218c5..df68874b13 100644 --- a/lib/tk.rb +++ b/lib/tk.rb @@ -1,6 +1,6 @@ # # tk.rb - Tk interface for ruby -# $Date: 1995/11/03 08:17:15 $ +# $Date$ # by Yukihiro Matsumoto if defined? Thread and $tk_thread_safe diff --git a/lib/tkcanvas.rb b/lib/tkcanvas.rb index de727c3e79..a02db097fd 100644 --- a/lib/tkcanvas.rb +++ b/lib/tkcanvas.rb @@ -1,6 +1,6 @@ # # tkcanvas.rb - Tk canvas classes -# $Date: 1995/11/11 11:17:15 $ +# $Date$ # by Yukihiro Matsumoto require "tk" diff --git a/lib/tkclass.rb b/lib/tkclass.rb index 17f57f581d..0b33d4ec8b 100644 --- a/lib/tkclass.rb +++ b/lib/tkclass.rb @@ -1,6 +1,6 @@ # # tkclass.rb - Tk classes -# $Date: 1995/11/11 19:17:15 $ +# $Date$ # by Yukihiro Matsumoto require "tk" diff --git a/lib/tkcore.rb b/lib/tkcore.rb index 9fd2c88efc..c151b0af9e 100644 --- a/lib/tkcore.rb +++ b/lib/tkcore.rb @@ -1,6 +1,6 @@ # # tkcore.rb - Tk interface modue without thread -# $Date: 1996/11/09 22:51:15 $ +# $Date$ # by Yukihiro Matsumoto require "tkutil" diff --git a/lib/tkentry.rb b/lib/tkentry.rb index 7c13e3bdb1..bcf092a15c 100644 --- a/lib/tkentry.rb +++ b/lib/tkentry.rb @@ -1,6 +1,6 @@ # # tkentry.rb - Tk entry classes -# $Date: 1995/12/07 15:01:10 $ +# $Date$ # by Yukihiro Matsumoto require 'tk.rb' diff --git a/lib/tkscrollbox.rb b/lib/tkscrollbox.rb index 76844ed90a..8d129b2f4b 100644 --- a/lib/tkscrollbox.rb +++ b/lib/tkscrollbox.rb @@ -1,7 +1,7 @@ # # tkscrollbox.rb - Tk Listbox with Scrollbar # as an example of Composite Widget -# $Date: 1995/12/12 18:21:01 $ +# $Date$ # by Yukihiro Matsumoto require 'tk.rb' diff --git a/lib/tktext.rb b/lib/tktext.rb index 91a60529d1..2488f77793 100644 --- a/lib/tktext.rb +++ b/lib/tktext.rb @@ -1,6 +1,6 @@ # # tktext.rb - Tk text classes -# $Date: 1995/12/07 08:37:10 $ +# $Date$ # by Yukihiro Matsumoto require 'tk.rb' diff --git a/lib/tkthcore.rb b/lib/tkthcore.rb index b89850cb73..a6648502bd 100644 --- a/lib/tkthcore.rb +++ b/lib/tkthcore.rb @@ -1,6 +1,6 @@ # # tkthcore.rb - Tk interface modue using thread -# $Date: 1996/11/09 22:49:15 $ +# $Date$ # by Yukihiro Matsumoto require "tkutil" -- cgit v1.2.3