summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-06 15:49:38 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-06 15:49:38 +0000
commit6cdef2dc7e8a4098727de5befff8b2496fa71430 ()
tree9fcfbc7b5c0615216daa6c58bd08a31d26fb304f /lib
parentf38cc001a7ca64f7f613b5021b1714a2ee3318cb (diff)
* $Date$ keyword removed to avoid inclusion of locale dependent
string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/complex.rb1
-rw-r--r--lib/e2mmap.rb1
-rw-r--r--lib/forwardable.rb1
-rw-r--r--lib/irb.rb1
-rw-r--r--lib/irb/cmd/chws.rb1
-rw-r--r--lib/irb/cmd/fork.rb1
-rw-r--r--lib/irb/cmd/help.rb1
-rw-r--r--lib/irb/cmd/load.rb1
-rw-r--r--lib/irb/cmd/nop.rb1
-rw-r--r--lib/irb/cmd/pushws.rb1
-rw-r--r--lib/irb/cmd/subirb.rb1
-rw-r--r--lib/irb/completion.rb1
-rw-r--r--lib/irb/context.rb1
-rw-r--r--lib/irb/ext/change-ws.rb1
-rw-r--r--lib/irb/ext/history.rb1
-rw-r--r--lib/irb/ext/loader.rb1
-rw-r--r--lib/irb/ext/math-mode.rb1
-rw-r--r--lib/irb/ext/multi-irb.rb1
-rw-r--r--lib/irb/ext/save-history.rb1
-rw-r--r--lib/irb/ext/tracer.rb1
-rw-r--r--lib/irb/ext/use-loader.rb1
-rw-r--r--lib/irb/ext/workspaces.rb1
-rw-r--r--lib/irb/extend-command.rb1
-rw-r--r--lib/irb/frame.rb1
-rw-r--r--lib/irb/help.rb1
-rw-r--r--lib/irb/init.rb1
-rw-r--r--lib/irb/input-method.rb1
-rw-r--r--lib/irb/lc/error.rb1
-rw-r--r--lib/irb/lc/help-message1
-rw-r--r--lib/irb/lc/ja/error.rb1
-rw-r--r--lib/irb/lc/ja/help-message1
-rw-r--r--lib/irb/locale.rb1
-rw-r--r--lib/irb/notifier.rb1
-rw-r--r--lib/irb/output-method.rb1
-rw-r--r--lib/irb/ruby-lex.rb1
-rw-r--r--lib/irb/ruby-token.rb1
-rw-r--r--lib/irb/slex.rb1
-rw-r--r--lib/irb/version.rb1
-rw-r--r--lib/irb/workspace.rb1
-rw-r--r--lib/irb/ws-for-case-2.rb1
-rw-r--r--lib/irb/xmp.rb1
-rw-r--r--lib/mathn.rb1
-rw-r--r--lib/matrix.rb1
-rw-r--r--lib/mutex_m.rb1
-rw-r--r--lib/rational.rb1
-rw-r--r--lib/scanf.rb1
-rw-r--r--lib/shell.rb1
-rw-r--r--lib/shell/builtin-command.rb1
-rw-r--r--lib/shell/command-processor.rb1
-rw-r--r--lib/shell/error.rb1
-rw-r--r--lib/shell/filter.rb1
-rw-r--r--lib/shell/process-controller.rb1
-rw-r--r--lib/shell/system-command.rb1
-rw-r--r--lib/shell/version.rb1
-rw-r--r--lib/sync.rb1
-rw-r--r--lib/thread.rb1
-rw-r--r--lib/thwait.rb1
-rw-r--r--lib/tracer.rb1
58 files changed, 0 insertions, 58 deletions
@@ -2,7 +2,6 @@
# complex.rb -
# $Release Version: 0.5 $
# $Revision: 1.3 $
-# $Date: 1998/07/08 10:05:28 $
# by Keiju ISHITSUKA(SHL Japan Inc.)
#
# ----
@@ -2,7 +2,6 @@
# e2mmap.rb - for ruby 1.1
# $Release Version: 2.0$
# $Revision: 1.10 $
-# $Date: 1999/02/17 12:33:17 $
# by Keiju ISHITSUKA
#
# --
@@ -2,7 +2,6 @@
# forwardable.rb -
# $Release Version: 1.1$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
# original definition by delegator.rb
# Revised by Daniel J. Berger with suggestions from Florian Gross.
@@ -2,7 +2,6 @@
# irb.rb - irb main module
# $Release Version: 0.9.5 $
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# change-ws.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# fork.rb -
# $Release Version: 0.9.5 $
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# help.rb - helper using ri
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
#
# --
#
@@ -2,7 +2,6 @@
# load.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# nop.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# change-ws.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -3,7 +3,6 @@
# multi.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/completor.rb -
# $Release Version: 0.9$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
# From Original Idea of [email protected]
#
@@ -2,7 +2,6 @@
# irb/context.rb - irb context
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/ext/cb.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# history.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# loader.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# math-mode.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/multi-irb.rb - multiple irb module
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -3,7 +3,6 @@
# save-history.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju [email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/lib/tracer.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# use-loader.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# push-ws.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/extend-command.rb - irb extend command
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# frame.rb -
# $Release Version: 0.9$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd)
#
# --
@@ -2,7 +2,6 @@
# irb/help.rb - print usase module
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/init.rb - irb initialize module
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/input-method.rb - input methods used irb
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/lc/error.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/lc/help-message.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/lc/ja/error.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/lc/ja/help-message.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/locale.rb - internationalization module
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# notifier.rb - optput methods used by irb
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# output-method.rb - optput methods used by irb
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/ruby-lex.rb - ruby lexcal analizer
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/ruby-token.rb - ruby tokens
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/slex.rb - symple lex analizer
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/version.rb - irb version definition file
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/workspace-binding.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# irb/ws-for-case-2.rb -
# $Release Version: 0.9.5$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# xmp.rb - irb version of gotoken xmp
# $Release Version: 0.9$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA(Nippon Rational Inc.)
#
# --
@@ -2,7 +2,6 @@
# mathn.rb -
# $Release Version: 0.5 $
# $Revision: 1.1.1.1.4.1 $
-# $Date: 1998/01/16 12:36:05 $
# by Keiju ISHITSUKA(SHL Japan Inc.)
#
# --
@@ -3,7 +3,6 @@
# matrix.rb -
# $Release Version: 1.0$
# $Revision: 1.13 $
-# $Date: 2001/12/09 14:22:23 $
# Original Version from Smalltalk-80 version
# on July 23, 1985 at 8:37:17 am
# by Keiju ISHITSUKA
@@ -2,7 +2,6 @@
# mutex_m.rb -
# $Release Version: 3.0$
# $Revision: 1.7 $
-# $Date: 1998/02/27 04:28:57 $
# Original from mutex.rb
# by Keiju ISHITSUKA([email protected])
# modified by matz
@@ -2,7 +2,6 @@
# rational.rb -
# $Release Version: 0.5 $
# $Revision: 1.7 $
-# $Date: 1999/08/24 12:49:28 $
# by Keiju ISHITSUKA(SHL Japan Inc.)
#
# Documentation by Kevin Jackson and Gavin Sinclair.
@@ -4,7 +4,6 @@
# $Revision$
# $Id$
# $Author$
-# $Date$
#
# A product of the Austin Ruby Codefest (Austin, Texas, August 2002)
@@ -2,7 +2,6 @@
# shell.rb -
# $Release Version: 0.7 $
# $Revision: 1.9 $
-# $Date: 2002/03/04 12:01:10 $
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# shell/builtin-command.rb -
# $Release Version: 0.7 $
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# shell/command-controller.rb -
# $Release Version: 0.7 $
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# shell/error.rb -
# $Release Version: 0.7 $
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# shell/filter.rb -
# $Release Version: 0.7 $
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# shell/process-controller.rb -
# $Release Version: 0.7 $
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# shell/system-command.rb -
# $Release Version: 0.7 $
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# version.rb - shell version definition file
# $Release Version: 0.7$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -2,7 +2,6 @@
# sync.rb - 2 phase lock with counter
# $Release Version: 1.0$
# $Revision$
-# $Date$
# by Keiju ISHITSUKA([email protected])
#
# --
@@ -1,6 +1,5 @@
#
# thread.rb - thread support classes
-# $Date$
# by Yukihiro Matsumoto <[email protected]>
#
# Copyright (C) 2001 Yukihiro Matsumoto
@@ -2,7 +2,6 @@
# thwait.rb - thread synchronization class
# $Release Version: 0.9 $
# $Revision: 1.3 $
-# $Date: 1998/06/26 03:19:34 $
# by Keiju ISHITSUKA(Nihpon Rational Software Co.,Ltd.)
#
# --
@@ -2,7 +2,6 @@
# tracer.rb -
# $Release Version: 0.2$
# $Revision: 1.8 $
-# $Date: 1998/05/19 03:42:49 $
# by Keiju ISHITSUKA(Nippon Rational Inc.)
#
# --