diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-06 15:49:38 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-06 15:49:38 +0000 |
commit | 6cdef2dc7e8a4098727de5befff8b2496fa71430 (patch) | |
tree | 9fcfbc7b5c0615216daa6c58bd08a31d26fb304f /lib/irb | |
parent | f38cc001a7ca64f7f613b5021b1714a2ee3318cb (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
Diffstat (limited to 'lib/irb')
37 files changed, 0 insertions, 37 deletions
diff --git a/lib/irb/cmd/chws.rb b/lib/irb/cmd/chws.rb index 88585b778b..c2db7e5d91 100644 --- a/lib/irb/cmd/chws.rb +++ b/lib/irb/cmd/chws.rb @@ -2,7 +2,6 @@ # change-ws.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/cmd/fork.rb b/lib/irb/cmd/fork.rb index 2866b1373b..6f4133c047 100644 --- a/lib/irb/cmd/fork.rb +++ b/lib/irb/cmd/fork.rb @@ -2,7 +2,6 @@ # fork.rb - # $Release Version: 0.9.5 $ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/cmd/help.rb b/lib/irb/cmd/help.rb index 3e8d1388e0..8e0b0586fb 100644 --- a/lib/irb/cmd/help.rb +++ b/lib/irb/cmd/help.rb @@ -2,7 +2,6 @@ # help.rb - helper using ri # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # # -- # diff --git a/lib/irb/cmd/load.rb b/lib/irb/cmd/load.rb index cbc5d91d03..cda9a053fe 100644 --- a/lib/irb/cmd/load.rb +++ b/lib/irb/cmd/load.rb @@ -2,7 +2,6 @@ # load.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/cmd/nop.rb b/lib/irb/cmd/nop.rb index aa553c959e..0b68098d4f 100644 --- a/lib/irb/cmd/nop.rb +++ b/lib/irb/cmd/nop.rb @@ -2,7 +2,6 @@ # nop.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/cmd/pushws.rb b/lib/irb/cmd/pushws.rb index eddaeae631..b5b41501af 100644 --- a/lib/irb/cmd/pushws.rb +++ b/lib/irb/cmd/pushws.rb @@ -2,7 +2,6 @@ # change-ws.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/cmd/subirb.rb b/lib/irb/cmd/subirb.rb index 79d654b172..5eccf9f2c1 100644 --- a/lib/irb/cmd/subirb.rb +++ b/lib/irb/cmd/subirb.rb @@ -3,7 +3,6 @@ # multi.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/completion.rb b/lib/irb/completion.rb index a029379371..0db470db94 100644 --- a/lib/irb/completion.rb +++ b/lib/irb/completion.rb @@ -2,7 +2,6 @@ # irb/completor.rb - # $Release Version: 0.9$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # From Original Idea of [email protected] # diff --git a/lib/irb/context.rb b/lib/irb/context.rb index d01bd4aefa..b6ffaacb31 100644 --- a/lib/irb/context.rb +++ b/lib/irb/context.rb @@ -2,7 +2,6 @@ # irb/context.rb - irb context # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/ext/change-ws.rb b/lib/irb/ext/change-ws.rb index fff8f58fe5..dd8f145b27 100644 --- a/lib/irb/ext/change-ws.rb +++ b/lib/irb/ext/change-ws.rb @@ -2,7 +2,6 @@ # irb/ext/cb.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/ext/history.rb b/lib/irb/ext/history.rb index 40f8692e8b..a12700ce19 100644 --- a/lib/irb/ext/history.rb +++ b/lib/irb/ext/history.rb @@ -2,7 +2,6 @@ # history.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/ext/loader.rb b/lib/irb/ext/loader.rb index 837e2553ac..2d4400caef 100644 --- a/lib/irb/ext/loader.rb +++ b/lib/irb/ext/loader.rb @@ -2,7 +2,6 @@ # loader.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/ext/math-mode.rb b/lib/irb/ext/math-mode.rb index bd443b96ed..450a21eff7 100644 --- a/lib/irb/ext/math-mode.rb +++ b/lib/irb/ext/math-mode.rb @@ -2,7 +2,6 @@ # math-mode.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/ext/multi-irb.rb b/lib/irb/ext/multi-irb.rb index 4589b1d554..9ad8f8b143 100644 --- a/lib/irb/ext/multi-irb.rb +++ b/lib/irb/ext/multi-irb.rb @@ -2,7 +2,6 @@ # irb/multi-irb.rb - multiple irb module # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/ext/save-history.rb b/lib/irb/ext/save-history.rb index 5260bfcdd8..fdb0a74a86 100644 --- a/lib/irb/ext/save-history.rb +++ b/lib/irb/ext/save-history.rb @@ -3,7 +3,6 @@ # save-history.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju [email protected]) # # -- diff --git a/lib/irb/ext/tracer.rb b/lib/irb/ext/tracer.rb index 805f630a4d..df954af20b 100644 --- a/lib/irb/ext/tracer.rb +++ b/lib/irb/ext/tracer.rb @@ -2,7 +2,6 @@ # irb/lib/tracer.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/ext/use-loader.rb b/lib/irb/ext/use-loader.rb index 1b4d480fcd..3836275fcd 100644 --- a/lib/irb/ext/use-loader.rb +++ b/lib/irb/ext/use-loader.rb @@ -2,7 +2,6 @@ # use-loader.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/ext/workspaces.rb b/lib/irb/ext/workspaces.rb index 79098570dc..f3ae8d1ae8 100644 --- a/lib/irb/ext/workspaces.rb +++ b/lib/irb/ext/workspaces.rb @@ -2,7 +2,6 @@ # push-ws.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/extend-command.rb b/lib/irb/extend-command.rb index 8994f2f8d2..e7097309bb 100644 --- a/lib/irb/extend-command.rb +++ b/lib/irb/extend-command.rb @@ -2,7 +2,6 @@ # irb/extend-command.rb - irb extend command # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/frame.rb b/lib/irb/frame.rb index f0b0a9abf3..8a5d0696fb 100644 --- a/lib/irb/frame.rb +++ b/lib/irb/frame.rb @@ -2,7 +2,6 @@ # frame.rb - # $Release Version: 0.9$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd) # # -- diff --git a/lib/irb/help.rb b/lib/irb/help.rb index f091999bd1..f19b1fdd3d 100644 --- a/lib/irb/help.rb +++ b/lib/irb/help.rb @@ -2,7 +2,6 @@ # irb/help.rb - print usase module # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/init.rb b/lib/irb/init.rb index 3b455ec582..84d2e9e76f 100644 --- a/lib/irb/init.rb +++ b/lib/irb/init.rb @@ -2,7 +2,6 @@ # irb/init.rb - irb initialize module # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/input-method.rb b/lib/irb/input-method.rb index a0fa359d3a..fc8d476eae 100644 --- a/lib/irb/input-method.rb +++ b/lib/irb/input-method.rb @@ -2,7 +2,6 @@ # irb/input-method.rb - input methods used irb # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/lc/error.rb b/lib/irb/lc/error.rb index d7c2ec9caf..acfa22c2af 100644 --- a/lib/irb/lc/error.rb +++ b/lib/irb/lc/error.rb @@ -2,7 +2,6 @@ # irb/lc/error.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/lc/help-message b/lib/irb/lc/help-message index 32087d113c..d93951b33d 100644 --- a/lib/irb/lc/help-message +++ b/lib/irb/lc/help-message @@ -2,7 +2,6 @@ # irb/lc/help-message.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/lc/ja/error.rb b/lib/irb/lc/ja/error.rb index 4c2fb3b839..13cf180142 100644 --- a/lib/irb/lc/ja/error.rb +++ b/lib/irb/lc/ja/error.rb @@ -2,7 +2,6 @@ # irb/lc/ja/error.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/lc/ja/help-message b/lib/irb/lc/ja/help-message index debbfe9355..ff09b073da 100644 --- a/lib/irb/lc/ja/help-message +++ b/lib/irb/lc/ja/help-message @@ -2,7 +2,6 @@ # irb/lc/ja/help-message.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/locale.rb b/lib/irb/locale.rb index 5ed9f54507..4b8c4d2307 100644 --- a/lib/irb/locale.rb +++ b/lib/irb/locale.rb @@ -2,7 +2,6 @@ # irb/locale.rb - internationalization module # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/notifier.rb b/lib/irb/notifier.rb index c8e66fa859..18f0028ce8 100644 --- a/lib/irb/notifier.rb +++ b/lib/irb/notifier.rb @@ -2,7 +2,6 @@ # notifier.rb - optput methods used by irb # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/output-method.rb b/lib/irb/output-method.rb index b8bd7fab81..301af7210e 100644 --- a/lib/irb/output-method.rb +++ b/lib/irb/output-method.rb @@ -2,7 +2,6 @@ # output-method.rb - optput methods used by irb # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/ruby-lex.rb b/lib/irb/ruby-lex.rb index de9a62a5cb..888484414f 100644 --- a/lib/irb/ruby-lex.rb +++ b/lib/irb/ruby-lex.rb @@ -2,7 +2,6 @@ # irb/ruby-lex.rb - ruby lexcal analizer # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/ruby-token.rb b/lib/irb/ruby-token.rb index 0a297d28fa..30a94b043c 100644 --- a/lib/irb/ruby-token.rb +++ b/lib/irb/ruby-token.rb @@ -2,7 +2,6 @@ # irb/ruby-token.rb - ruby tokens # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/slex.rb b/lib/irb/slex.rb index 866bf30a5c..1fdcd86b43 100644 --- a/lib/irb/slex.rb +++ b/lib/irb/slex.rb @@ -2,7 +2,6 @@ # irb/slex.rb - symple lex analizer # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/version.rb b/lib/irb/version.rb index 28b079740a..32ecf940cf 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -2,7 +2,6 @@ # irb/version.rb - irb version definition file # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/workspace.rb b/lib/irb/workspace.rb index 7d1794cd7b..8ac44861d5 100644 --- a/lib/irb/workspace.rb +++ b/lib/irb/workspace.rb @@ -2,7 +2,6 @@ # irb/workspace-binding.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/ws-for-case-2.rb b/lib/irb/ws-for-case-2.rb index afd49d23e1..24c5fd5aa8 100644 --- a/lib/irb/ws-for-case-2.rb +++ b/lib/irb/ws-for-case-2.rb @@ -2,7 +2,6 @@ # irb/ws-for-case-2.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA([email protected]) # # -- diff --git a/lib/irb/xmp.rb b/lib/irb/xmp.rb index 4bcc2ca22f..851852cd3e 100644 --- a/lib/irb/xmp.rb +++ b/lib/irb/xmp.rb @@ -2,7 +2,6 @@ # xmp.rb - irb version of gotoken xmp # $Release Version: 0.9$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(Nippon Rational Inc.) # # -- |