mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* $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
This commit is contained in:
parent
f38cc001a7
commit
6cdef2dc7e
174 changed files with 5 additions and 173 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Jan 7 00:48:02 2008 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* $Date$ keyword removed to avoid inclusion of locale dependent
|
||||||
|
string.
|
||||||
|
|
||||||
Sun Jan 6 21:14:12 2008 Tanaka Akira <akr@fsij.org>
|
Sun Jan 6 21:14:12 2008 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* re.c (rb_reg_initialize_str): forbid raw non ASCII character
|
* re.c (rb_reg_initialize_str): forbid raw non ASCII character
|
||||||
|
|
1
array.c
1
array.c
|
@ -3,7 +3,6 @@
|
||||||
array.c -
|
array.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Fri Aug 6 09:46:12 JST 1993
|
created at: Fri Aug 6 09:46:12 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
1
bignum.c
1
bignum.c
|
@ -3,7 +3,6 @@
|
||||||
bignum.c -
|
bignum.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Fri Jun 10 00:48:55 JST 1994
|
created at: Fri Jun 10 00:48:55 JST 1994
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
1
bin/irb
1
bin/irb
|
@ -3,7 +3,6 @@
|
||||||
# irb.rb - interactive ruby
|
# irb.rb - interactive ruby
|
||||||
# $Release Version: 0.9.5 $
|
# $Release Version: 0.9.5 $
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
blockinlining.c -
|
blockinlining.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
|
|
||||||
Copyright (C) 2004-2007 Koichi Sasada
|
Copyright (C) 2004-2007 Koichi Sasada
|
||||||
|
|
||||||
|
|
1
class.c
1
class.c
|
@ -3,7 +3,6 @@
|
||||||
class.c -
|
class.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Tue Aug 10 15:05:44 JST 1993
|
created at: Tue Aug 10 15:05:44 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
1
compar.c
1
compar.c
|
@ -3,7 +3,6 @@
|
||||||
compar.c -
|
compar.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Thu Aug 26 14:39:48 JST 1993
|
created at: Thu Aug 26 14:39:48 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
compile.c - ruby node tree -> VM instruction sequence
|
compile.c - ruby node tree -> VM instruction sequence
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: 04/01/01 03:42:15 JST
|
created at: 04/01/01 03:42:15 JST
|
||||||
|
|
||||||
Copyright (C) 2004-2007 Koichi Sasada
|
Copyright (C) 2004-2007 Koichi Sasada
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
compile.h -
|
compile.h -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: 04/01/01 23:36:57 JST
|
created at: 04/01/01 23:36:57 JST
|
||||||
|
|
||||||
Copyright (C) 2004-2007 Koichi Sasada
|
Copyright (C) 2004-2007 Koichi Sasada
|
||||||
|
|
1
cont.c
1
cont.c
|
@ -3,7 +3,6 @@
|
||||||
cont.c -
|
cont.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Thu May 23 09:03:43 2007
|
created at: Thu May 23 09:03:43 2007
|
||||||
|
|
||||||
Copyright (C) 2007 Koichi Sasada
|
Copyright (C) 2007 Koichi Sasada
|
||||||
|
|
1
debug.c
1
debug.c
|
@ -3,7 +3,6 @@
|
||||||
debug.c -
|
debug.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: 04/08/25 02:31:54 JST
|
created at: 04/08/25 02:31:54 JST
|
||||||
|
|
||||||
Copyright (C) 2004-2007 Koichi Sasada
|
Copyright (C) 2004-2007 Koichi Sasada
|
||||||
|
|
1
debug.h
1
debug.h
|
@ -3,7 +3,6 @@
|
||||||
debug.h - YARV Debug function interface
|
debug.h - YARV Debug function interface
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: 04/08/25 02:33:49 JST
|
created at: 04/08/25 02:33:49 JST
|
||||||
|
|
||||||
Copyright (C) 2004-2007 Koichi Sasada
|
Copyright (C) 2004-2007 Koichi Sasada
|
||||||
|
|
1
dir.c
1
dir.c
|
@ -3,7 +3,6 @@
|
||||||
dir.c -
|
dir.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Wed Jan 5 09:51:01 JST 1994
|
created at: Wed Jan 5 09:51:01 JST 1994
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
1
dln.c
1
dln.c
|
@ -3,7 +3,6 @@
|
||||||
dln.c -
|
dln.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Tue Jan 18 17:05:06 JST 1994
|
created at: Tue Jan 18 17:05:06 JST 1994
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
1
dln.h
1
dln.h
|
@ -3,7 +3,6 @@
|
||||||
dln.h -
|
dln.h -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Wed Jan 19 16:53:09 JST 1994
|
created at: Wed Jan 19 16:53:09 JST 1994
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
$Release Version: 1.1 $
|
$Release Version: 1.1 $
|
||||||
$Revision$
|
$Revision$
|
||||||
$Date$
|
|
||||||
Original version by Tosh
|
Original version by Tosh
|
||||||
|
|
||||||
=begin
|
=begin
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
-- forwatable.rb
|
-- forwatable.rb
|
||||||
$Release Version: 1.1 $
|
$Release Version: 1.1 $
|
||||||
$Revision$
|
$Revision$
|
||||||
$Date$
|
|
||||||
|
|
||||||
=begin
|
=begin
|
||||||
= Forwardable
|
= Forwardable
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
irb関連おまけコマンドとライブラリ
|
irb関連おまけコマンドとライブラリ
|
||||||
$Release Version: 0.7.1 $
|
$Release Version: 0.7.1 $
|
||||||
$Revision$
|
$Revision$
|
||||||
$Date$
|
|
||||||
by Keiju ISHITSUKA(Nihon Rational Co.,Ltd.)
|
by Keiju ISHITSUKA(Nihon Rational Co.,Ltd.)
|
||||||
|
|
||||||
=begin
|
=begin
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
irb -- interactive ruby
|
irb -- interactive ruby
|
||||||
$Release Version: 0.9 $
|
$Release Version: 0.9 $
|
||||||
$Revision$
|
$Revision$
|
||||||
$Date$
|
|
||||||
by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
||||||
by gotoken-san who is original translater from japanese version
|
by gotoken-san who is original translater from japanese version
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
irb -- interactive ruby
|
irb -- interactive ruby
|
||||||
$Release Version: 0.9.5 $
|
$Release Version: 0.9.5 $
|
||||||
$Revision$
|
$Revision$
|
||||||
$Date$
|
|
||||||
by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
=begin
|
=begin
|
||||||
= irbとは?
|
= irbとは?
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
-- shell.rb
|
-- shell.rb
|
||||||
$Release Version: 0.6.0 $
|
$Release Version: 0.6.0 $
|
||||||
$Revision$
|
$Revision$
|
||||||
$Date$
|
|
||||||
by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
||||||
|
|
||||||
=begin
|
=begin
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
-- shell.rb
|
-- shell.rb
|
||||||
$Release Version: 0.6.0 $
|
$Release Version: 0.6.0 $
|
||||||
$Revision$
|
$Revision$
|
||||||
$Date$
|
|
||||||
by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
||||||
|
|
||||||
=begin
|
=begin
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
encoding.c -
|
encoding.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Thu May 24 17:23:27 JST 2007
|
created at: Thu May 24 17:23:27 JST 2007
|
||||||
|
|
||||||
Copyright (C) 2007 Yukihiro Matsumoto
|
Copyright (C) 2007 Yukihiro Matsumoto
|
||||||
|
|
1
enum.c
1
enum.c
|
@ -3,7 +3,6 @@
|
||||||
enum.c -
|
enum.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Fri Oct 1 15:15:19 JST 1993
|
created at: Fri Oct 1 15:15:19 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
1
error.c
1
error.c
|
@ -3,7 +3,6 @@
|
||||||
error.c -
|
error.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Mon Aug 9 16:11:34 JST 1993
|
created at: Mon Aug 9 16:11:34 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
1
eval.c
1
eval.c
|
@ -3,7 +3,6 @@
|
||||||
eval.c -
|
eval.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Thu Jun 10 14:22:17 JST 1993
|
created at: Thu Jun 10 14:22:17 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
dbm.c -
|
dbm.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Mon Jan 24 15:59:52 JST 1994
|
created at: Mon Jan 24 15:59:52 JST 1994
|
||||||
|
|
||||||
Copyright (C) 1995-2001 Yukihiro Matsumoto
|
Copyright (C) 1995-2001 Yukihiro Matsumoto
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
etc.c -
|
etc.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Tue Mar 22 18:39:19 JST 1994
|
created at: Tue Mar 22 18:39:19 JST 1994
|
||||||
|
|
||||||
************************************************/
|
************************************************/
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
gdbm.c -
|
gdbm.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
modified at: Mon Jan 24 15:59:52 JST 1994
|
modified at: Mon Jan 24 15:59:52 JST 1994
|
||||||
|
|
||||||
Documentation by Peter Adolphs < futzilogik at users dot sourceforge dot net >
|
Documentation by Peter Adolphs < futzilogik at users dot sourceforge dot net >
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
iconv.c -
|
iconv.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Wed Dec 1 20:28:09 JST 1999
|
created at: Wed Dec 1 20:28:09 JST 1999
|
||||||
|
|
||||||
All the files in this distribution are covered under the Ruby's
|
All the files in this distribution are covered under the Ruby's
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
io/wait.c -
|
io/wait.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Tue Aug 28 09:08:06 JST 2001
|
created at: Tue Aug 28 09:08:06 JST 2001
|
||||||
|
|
||||||
All the files in this distribution are covered under the Ruby's
|
All the files in this distribution are covered under the Ruby's
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
sdbminit.c -
|
sdbminit.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Fri May 7 08:34:24 JST 1999
|
created at: Fri May 7 08:34:24 JST 1999
|
||||||
|
|
||||||
Copyright (C) 1995-2001 Yukihiro Matsumoto
|
Copyright (C) 1995-2001 Yukihiro Matsumoto
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
socket.c -
|
socket.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Thu Mar 31 12:21:29 JST 1994
|
created at: Thu Mar 31 12:21:29 JST 1994
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
sockport.h -
|
sockport.h -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Fri Apr 30 23:19:34 JST 1999
|
created at: Fri Apr 30 23:19:34 JST 1999
|
||||||
|
|
||||||
************************************************/
|
************************************************/
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
-*- rd -*-
|
-*- rd -*-
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
|
|
||||||
=begin
|
=begin
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
stringio.c -
|
stringio.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
$RoughId: stringio.c,v 1.13 2002/03/14 03:24:18 nobu Exp $
|
$RoughId: stringio.c,v 1.13 2002/03/14 03:24:18 nobu Exp $
|
||||||
created at: Tue Feb 19 04:10:38 JST 2002
|
created at: Tue Feb 19 04:10:38 JST 2002
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
* bytecode.re
|
* bytecode.re
|
||||||
*
|
*
|
||||||
* $Author$
|
* $Author$
|
||||||
* $Date$
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 why the lucky stiff
|
* Copyright (C) 2003 why the lucky stiff
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* emitter.c
|
* emitter.c
|
||||||
*
|
*
|
||||||
* $Author$
|
* $Author$
|
||||||
* $Date$
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 why the lucky stiff
|
* Copyright (C) 2003 why the lucky stiff
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* handler.c
|
* handler.c
|
||||||
*
|
*
|
||||||
* $Author$
|
* $Author$
|
||||||
* $Date$
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 why the lucky stiff
|
* Copyright (C) 2003 why the lucky stiff
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
* implicit.re
|
* implicit.re
|
||||||
*
|
*
|
||||||
* $Author$
|
* $Author$
|
||||||
* $Date$
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 why the lucky stiff
|
* Copyright (C) 2003 why the lucky stiff
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* node.c
|
* node.c
|
||||||
*
|
*
|
||||||
* $Author$
|
* $Author$
|
||||||
* $Date$
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 why the lucky stiff
|
* Copyright (C) 2003 why the lucky stiff
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* rubyext.c
|
* rubyext.c
|
||||||
*
|
*
|
||||||
* $Author$
|
* $Author$
|
||||||
* $Date$
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003-2005 why the lucky stiff
|
* Copyright (C) 2003-2005 why the lucky stiff
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* syck.c
|
* syck.c
|
||||||
*
|
*
|
||||||
* $Author$
|
* $Author$
|
||||||
* $Date$
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 why the lucky stiff
|
* Copyright (C) 2003 why the lucky stiff
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* syck.h
|
* syck.h
|
||||||
*
|
*
|
||||||
* $Author$
|
* $Author$
|
||||||
* $Date$
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 why the lucky stiff
|
* Copyright (C) 2003 why the lucky stiff
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
* token.re
|
* token.re
|
||||||
*
|
*
|
||||||
* $Author$
|
* $Author$
|
||||||
* $Date$
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 why the lucky stiff
|
* Copyright (C) 2003 why the lucky stiff
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* yaml2byte.c
|
* yaml2byte.c
|
||||||
*
|
*
|
||||||
* $Author$
|
* $Author$
|
||||||
* $Date$
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 why the lucky stiff, clark evans
|
* Copyright (C) 2003 why the lucky stiff, clark evans
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#
|
#
|
||||||
# tk.rb - Tk interface module using tcltklib
|
# tk.rb - Tk interface module using tcltklib
|
||||||
# $Date$
|
|
||||||
# by Yukihiro Matsumoto <matz@netlab.jp>
|
# by Yukihiro Matsumoto <matz@netlab.jp>
|
||||||
|
|
||||||
# use Shigehiro's tcltklib
|
# use Shigehiro's tcltklib
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#
|
#
|
||||||
# tk/canvas.rb - Tk canvas classes
|
# tk/canvas.rb - Tk canvas classes
|
||||||
# $Date$
|
|
||||||
# by Yukihiro Matsumoto <matz@caelum.co.jp>
|
# by Yukihiro Matsumoto <matz@caelum.co.jp>
|
||||||
#
|
#
|
||||||
require 'tk'
|
require 'tk'
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#
|
#
|
||||||
# tk/entry.rb - Tk entry classes
|
# tk/entry.rb - Tk entry classes
|
||||||
# $Date$
|
|
||||||
# by Yukihiro Matsumoto <matz@caelum.co.jp>
|
# by Yukihiro Matsumoto <matz@caelum.co.jp>
|
||||||
|
|
||||||
require 'tk'
|
require 'tk'
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# tk/scrollbox.rb - Tk Listbox with Scrollbar
|
# tk/scrollbox.rb - Tk Listbox with Scrollbar
|
||||||
# as an example of Composite Widget
|
# as an example of Composite Widget
|
||||||
# $Date$
|
|
||||||
# by Yukihiro Matsumoto <matz@netlab.co.jp>
|
# by Yukihiro Matsumoto <matz@netlab.co.jp>
|
||||||
#
|
#
|
||||||
require 'tk'
|
require 'tk'
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#
|
#
|
||||||
# tk/spinbox.rb - Tk spinbox classes
|
# tk/spinbox.rb - Tk spinbox classes
|
||||||
# $Date$
|
|
||||||
# by Yukihiro Matsumoto <matz@caelum.co.jp>
|
# by Yukihiro Matsumoto <matz@caelum.co.jp>
|
||||||
#
|
#
|
||||||
require 'tk'
|
require 'tk'
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#
|
#
|
||||||
# tk/text.rb - Tk text classes
|
# tk/text.rb - Tk text classes
|
||||||
# $Date$
|
|
||||||
# by Yukihiro Matsumoto <matz@caelum.co.jp>
|
# by Yukihiro Matsumoto <matz@caelum.co.jp>
|
||||||
require 'tk'
|
require 'tk'
|
||||||
require 'tk/itemfont'
|
require 'tk/itemfont'
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
tkutil.c -
|
tkutil.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Fri Nov 3 00:47:54 JST 1995
|
created at: Fri Nov 3 00:47:54 JST 1995
|
||||||
|
|
||||||
************************************************/
|
************************************************/
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#----------------------------------
|
#----------------------------------
|
||||||
# extconf.rb
|
# extconf.rb
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
#----------------------------------
|
#----------------------------------
|
||||||
require 'mkmf'
|
require 'mkmf'
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#-----------------------------
|
#-----------------------------
|
||||||
# olegen.rb
|
# olegen.rb
|
||||||
# $Date$
|
|
||||||
# $Revision$
|
# $Revision$
|
||||||
#-----------------------------
|
#-----------------------------
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$Date$
|
|
||||||
modified for win32ole (ruby) by Masaki.Suketa <masaki.suketa@nifty.ne.jp>
|
modified for win32ole (ruby) by Masaki.Suketa <masaki.suketa@nifty.ne.jp>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
1
file.c
1
file.c
|
@ -3,7 +3,6 @@
|
||||||
file.c -
|
file.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Mon Nov 15 12:24:34 JST 1993
|
created at: Mon Nov 15 12:24:34 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
1
gc.c
1
gc.c
|
@ -3,7 +3,6 @@
|
||||||
gc.c -
|
gc.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Tue Oct 5 09:44:46 JST 1993
|
created at: Tue Oct 5 09:44:46 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
1
hash.c
1
hash.c
|
@ -3,7 +3,6 @@
|
||||||
hash.c -
|
hash.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Mon Nov 22 18:51:18 JST 1993
|
created at: Mon Nov 22 18:51:18 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
1
id.c
1
id.c
|
@ -3,7 +3,6 @@
|
||||||
id.c -
|
id.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Thu Jul 12 04:37:51 2007
|
created at: Thu Jul 12 04:37:51 2007
|
||||||
|
|
||||||
Copyright (C) 2004-2007 Koichi Sasada
|
Copyright (C) 2004-2007 Koichi Sasada
|
||||||
|
|
1
id.h
1
id.h
|
@ -3,7 +3,6 @@
|
||||||
id.h -
|
id.h -
|
||||||
|
|
||||||
$Author: ko1 $
|
$Author: ko1 $
|
||||||
$Date: $
|
|
||||||
created at: Thu Jul 12 04:38:07 2007
|
created at: Thu Jul 12 04:38:07 2007
|
||||||
|
|
||||||
Copyright (C) 2007 Koichi Sasada
|
Copyright (C) 2007 Koichi Sasada
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
defines.h -
|
defines.h -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Wed May 18 00:21:44 JST 1994
|
created at: Wed May 18 00:21:44 JST 1994
|
||||||
|
|
||||||
************************************************/
|
************************************************/
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
encoding.h -
|
encoding.h -
|
||||||
|
|
||||||
$Author: matz $
|
$Author: matz $
|
||||||
$Date: 2007-05-24 11:49:41 +0900 (Thu, 24 May 2007) $
|
|
||||||
created at: Thu May 24 11:49:41 JST 2007
|
created at: Thu May 24 11:49:41 JST 2007
|
||||||
|
|
||||||
Copyright (C) 2007 Yukihiro Matsumoto
|
Copyright (C) 2007 Yukihiro Matsumoto
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
intern.h -
|
intern.h -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Thu Jun 10 14:22:17 JST 1993
|
created at: Thu Jun 10 14:22:17 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
rubyio.h -
|
rubyio.h -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Fri Nov 12 16:47:09 JST 1993
|
created at: Fri Nov 12 16:47:09 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
for missing timeval struct
|
for missing timeval struct
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Sat May 11 23:46:03 JST 2002
|
created at: Sat May 11 23:46:03 JST 2002
|
||||||
|
|
||||||
************************************************/
|
************************************************/
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
node.h -
|
node.h -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Fri May 28 15:14:02 JST 1993
|
created at: Fri May 28 15:14:02 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
re.h -
|
re.h -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Thu Sep 30 14:18:32 JST 1993
|
created at: Thu Sep 30 14:18:32 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
regex.h -
|
regex.h -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
rubysig.h -
|
rubysig.h -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Wed Aug 16 01:15:38 JST 1995
|
created at: Wed Aug 16 01:15:38 JST 1995
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
util.h -
|
util.h -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Thu Mar 9 11:55:53 JST 1995
|
created at: Thu Mar 9 11:55:53 JST 1995
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
1
inits.c
1
inits.c
|
@ -3,7 +3,6 @@
|
||||||
inits.c -
|
inits.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Tue Dec 28 16:01:58 JST 1993
|
created at: Tue Dec 28 16:01:58 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
insnhelper.h - helper macros to implement each instructions
|
insnhelper.h - helper macros to implement each instructions
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: 04/01/01 15:50:34 JST
|
created at: 04/01/01 15:50:34 JST
|
||||||
|
|
||||||
Copyright (C) 2004-2007 Koichi Sasada
|
Copyright (C) 2004-2007 Koichi Sasada
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
insns.def - YARV instruction definitions
|
insns.def - YARV instruction definitions
|
||||||
|
|
||||||
$Author: $
|
$Author: $
|
||||||
$Date: $
|
|
||||||
created at: 04/01/01 01:17:55 JST
|
created at: 04/01/01 01:17:55 JST
|
||||||
|
|
||||||
Copyright (C) 2004-2007 Koichi Sasada
|
Copyright (C) 2004-2007 Koichi Sasada
|
||||||
|
|
1
io.c
1
io.c
|
@ -3,7 +3,6 @@
|
||||||
io.c -
|
io.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: Fri Oct 15 18:08:59 JST 1993
|
created at: Fri Oct 15 18:08:59 JST 1993
|
||||||
|
|
||||||
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
||||||
|
|
1
iseq.c
1
iseq.c
|
@ -3,7 +3,6 @@
|
||||||
iseq.c -
|
iseq.c -
|
||||||
|
|
||||||
$Author$
|
$Author$
|
||||||
$Date$
|
|
||||||
created at: 2006-07-11(Tue) 09:00:03 +0900
|
created at: 2006-07-11(Tue) 09:00:03 +0900
|
||||||
|
|
||||||
Copyright (C) 2006 Koichi Sasada
|
Copyright (C) 2006 Koichi Sasada
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# complex.rb -
|
# complex.rb -
|
||||||
# $Release Version: 0.5 $
|
# $Release Version: 0.5 $
|
||||||
# $Revision: 1.3 $
|
# $Revision: 1.3 $
|
||||||
# $Date: 1998/07/08 10:05:28 $
|
|
||||||
# by Keiju ISHITSUKA(SHL Japan Inc.)
|
# by Keiju ISHITSUKA(SHL Japan Inc.)
|
||||||
#
|
#
|
||||||
# ----
|
# ----
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# e2mmap.rb - for ruby 1.1
|
# e2mmap.rb - for ruby 1.1
|
||||||
# $Release Version: 2.0$
|
# $Release Version: 2.0$
|
||||||
# $Revision: 1.10 $
|
# $Revision: 1.10 $
|
||||||
# $Date: 1999/02/17 12:33:17 $
|
|
||||||
# by Keiju ISHITSUKA
|
# by Keiju ISHITSUKA
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# forwardable.rb -
|
# forwardable.rb -
|
||||||
# $Release Version: 1.1$
|
# $Release Version: 1.1$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
||||||
# original definition by delegator.rb
|
# original definition by delegator.rb
|
||||||
# Revised by Daniel J. Berger with suggestions from Florian Gross.
|
# Revised by Daniel J. Berger with suggestions from Florian Gross.
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# irb.rb - irb main module
|
# irb.rb - irb main module
|
||||||
# $Release Version: 0.9.5 $
|
# $Release Version: 0.9.5 $
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# change-ws.rb -
|
# change-ws.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# fork.rb -
|
# fork.rb -
|
||||||
# $Release Version: 0.9.5 $
|
# $Release Version: 0.9.5 $
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# help.rb - helper using ri
|
# help.rb - helper using ri
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
#
|
#
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# load.rb -
|
# load.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# nop.rb -
|
# nop.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# change-ws.rb -
|
# change-ws.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
# multi.rb -
|
# multi.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# irb/completor.rb -
|
# irb/completor.rb -
|
||||||
# $Release Version: 0.9$
|
# $Release Version: 0.9$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
||||||
# From Original Idea of shugo@ruby-lang.org
|
# From Original Idea of shugo@ruby-lang.org
|
||||||
#
|
#
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# irb/context.rb - irb context
|
# irb/context.rb - irb context
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# irb/ext/cb.rb -
|
# irb/ext/cb.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# history.rb -
|
# history.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# loader.rb -
|
# loader.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# math-mode.rb -
|
# math-mode.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# irb/multi-irb.rb - multiple irb module
|
# irb/multi-irb.rb - multiple irb module
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
# save-history.rb -
|
# save-history.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKAkeiju@ruby-lang.org)
|
# by Keiju ISHITSUKAkeiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# irb/lib/tracer.rb -
|
# irb/lib/tracer.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# use-loader.rb -
|
# use-loader.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# push-ws.rb -
|
# push-ws.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# irb/extend-command.rb - irb extend command
|
# irb/extend-command.rb - irb extend command
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
# frame.rb -
|
# frame.rb -
|
||||||
# $Release Version: 0.9$
|
# $Release Version: 0.9$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
|
||||||
# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd)
|
# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd)
|
||||||
#
|
#
|
||||||
# --
|
# --
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue