1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

-ko for keiju's files

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@66 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1998-02-06 10:03:24 +00:00
parent 9a705cbcaf
commit 1bbcd202e4
9 changed files with 21 additions and 20 deletions

View file

@ -1,8 +1,8 @@
#
# e2mmap.rb - for ruby 1.1
# $Release Version: 1.1$
# $Revision: 1.1.1.1 $
# $Date: 1998/01/16 04:05:49 $
# $Revision: 1.4 $
# $Date: 1997/08/18 07:12:12 $
# by Keiju ISHITSUKA
#
# --
@ -13,7 +13,7 @@ if VERSION < "1.1"
else
module Exception2MessageMapper
RCS_ID='-$Header: /home/cvsroot/ruby/lib/e2mmap.rb,v 1.1.1.1 1998/01/16 04:05:49 matz Exp $-'
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 $-'
E2MM = Exception2MessageMapper

View file

@ -1,8 +1,8 @@
#
# finalizer.rb -
# $Release Version: 0.2$
# $Revision: 1.1.1.2.2.2 $
# $Date: 1998/01/19 05:08:24 $
# $Revision: 1.3 $
# $Date: 1998/01/09 08:09:49 $
# by Keiju ISHITSUKA
#
# --
@ -44,7 +44,7 @@
#
module Finalizer
RCS_ID='-$Header: /home/cvsroot/ruby/lib/finalize.rb,v 1.1.1.2.2.2 1998/01/19 05:08:24 matz Exp $-'
RCS_ID='-$Header: /home/keiju/var/src/var.lib/ruby/RCS/finalize.rb,v 1.3 1998/01/09 08:09:49 keiju Exp keiju $-'
# Dependency: {id => [[dependant, method, opt], ...], ...}
Dependency = {}

View file

@ -1,7 +1,7 @@
### ftplib.rb -*- Mode: ruby; tab-width: 8; -*-
## $Revision: 1.1.1.1.4.1 $
## $Date: 1998/01/16 12:36:05 $
## $Revision: 1.5 $
## $Date: 1997/09/16 08:03:31 $
## by maeda shugo <shugo@po.aianet.ne.jp>
### Code:
@ -17,7 +17,7 @@ class FTPProtoError < FTPError; end
class FTP
RCS_ID = '$Id: ftplib.rb,v 1.1.1.1.4.1 1998/01/16 12:36:05 matz Exp $ '
RCS_ID = %q$Id: ftplib.rb,v 1.5 1997/09/16 08:03:31 shugo Exp $
FTP_PORT = 21
CRLF = "\r\n"

View file

@ -11,7 +11,7 @@
#
#
$RCS_ID="$Header$"
$RCS_ID=%q$Header$
def isSingle(lopt)
if lopt.index(":")

View file

@ -2,8 +2,8 @@
#
# matrix.rb -
# $Release Version: 1.0$
# $Revision: 1.1.1.1 $
# $Date: 1998/01/16 04:05:49 $
# $Revision: 1.0 $
# $Date: 97/05/23 11:35:28 $
# Original Version from Smalltalk-80 version
# on July 23, 1985 at 8:37:17 am
# by Keiju ISHITSUKA
@ -36,7 +36,7 @@ module ExceptionForMatrix
end
class Matrix
RCS_ID='-$Header: /home/cvsroot/ruby/lib/matrix.rb,v 1.1.1.1 1998/01/16 04:05:49 matz Exp $-'
RCS_ID='-$Header: matrix.rb,v 1.2 91/04/20 17:24:57 keiju Locked $-'
include ExceptionForMatrix

View file

@ -11,7 +11,7 @@
#
#
$RCS_ID="$Header$"
$RCS_ID=%q$Header$
load("getopts.rb")

View file

@ -4,6 +4,7 @@
# $Revision$
# $Date$
# by Keiju ISHITSUKA
# modified by matz
#
# --
# Sync_m, Synchronizer_m

View file

@ -1,8 +1,8 @@
#
# thwait.rb -
# $Release Version: $
# $Revision: 1.1.1.1 $
# $Date: 1998/01/16 04:05:50 $
# $Revision: 1.1 $
# $Date: 1997/08/18 03:13:14 $
# by Keiju ISHITSUKA(Nippon Rational Inc.)
#
# --
@ -14,7 +14,7 @@ require "thread.rb"
require "e2mmap.rb"
class ThreadsWait
RCS_ID='-$Header: /home/cvsroot/ruby/lib/thwait.rb,v 1.1.1.1 1998/01/16 04:05:50 matz Exp $-'
RCS_ID='-$Header: /home/keiju/var/src/var.lib/ruby/RCS/thwait.rb,v 1.1 1997/08/18 03:13:14 keiju Exp keiju $-'
Exception2MessageMapper.extend_to(binding)
def_exception("ErrWaitThreadsNothing", "Wait threads nothing.")

View file

@ -2,8 +2,8 @@
#
# rbc.rb -
# $Release Version: 0.6 $
# $Revision: 1.1.1.1.2.1 $
# $Date: 1998/01/16 12:36:10 $
# $Revision: 1.2 $
# $Date: 1997/11/27 13:46:06 $
# by Keiju ISHITSUKA(Nippon Rational Inc.)
#
# --
@ -32,7 +32,7 @@ require "e2mmap.rb"
$stdout.sync = TRUE
module BC_APPLICATION__
RCS_ID='-$Header: /home/cvsroot/ruby/sample/rbc.rb,v 1.1.1.1.2.1 1998/01/16 12:36:10 matz Exp $-'
RCS_ID='-$Header: /home/keiju/var/src/var.lib/ruby/ruby/RCS/rbc.rb,v 1.2 1997/11/27 13:46:06 keiju Exp keiju $-'
extend Exception2MessageMapper
def_exception :UnrecognizedSwitch, "Unrecognized switch: %s"