1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/tk/lib
matz 88abd791f5 * parse.y (str_extend): shuould allow interpolation of $-x.
* variable.c (rb_cvar_set): empty iv_tbl may cause infinite loop.

* variable.c (rb_cvar_get): ditto.

* variable.c (cvar_override_check): ditto.

* bignum.c (rb_big_eq): convert Bignum to Float, instead of
  reverse.

* time.c (time_localtime): getting tm should not be prohibited for
  frozen time objects.

* time.c (time_gmtime): ditto.

* version.c (Init_version): freeze RUBY_VERSION,
  RUBY_RELEASE_DATE, and RUBY_PLATFORM.

* file.c (Init_File): freeze File::SEPARATOR, ALT_SEPARATOR and
  PATH_SEPARATOR.

* file.c (rb_stat_cmp): should check operand type before calling
  get_stat().

* eval.c (rb_eval_cmd): should not invoke "call" with a block on
  any occasion.

* numeric.c (fix_aref): idx may be a Bignum.

* numeric.c (num_remainder): a bug in Numeric#remainder.

* eval.c (rb_exec_end_proc): END might be called within END
  block.

* class.c (rb_mod_clone): should not copy class name, since clone
  should remain anonymous.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-10-29 05:07:26 +00:00
..
tk.rb * parse.y (str_extend): shuould allow interpolation of $-x. 2001-10-29 05:07:26 +00:00
tkafter.rb matz 2000-08-01 09:25:37 +00:00
tkbgerror.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkcanvas.rb * ruby.c (proc_options): should not alter origargv[]. 2001-09-03 05:31:36 +00:00
tkclass.rb matz 2000-11-27 09:23:38 +00:00
tkdialog.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkentry.rb * eval.c (rb_mod_define_method): should have clear method cache. 2001-03-27 07:10:58 +00:00
tkfont.rb matz 2000-08-02 04:54:21 +00:00
tkmenubar.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkmngfocus.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkpalette.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkscrollbox.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tktext.rb * re.c (Init_Regexp): to_s to be alias to inspect. 2001-09-05 06:54:57 +00:00
tkvirtevent.rb forgot some checkins. 2001-05-06 15:06:00 +00:00