1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
matz 35b21a12c0 * parse.y (str_extend): shuould allow interpolation of $-x.
* 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.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-10-29 05:04:45 +00:00
..
curses * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash. 2001-03-26 08:56:08 +00:00
dbm * eval.c (block_pass): should not downgrade safe level. 2001-05-02 04:16:31 +00:00
digest 010919 2001-09-19 08:56:02 +00:00
etc This commit was manufactured by cvs2svn to create branch 'ruby_1_6'. 2001-07-19 05:44:27 +00:00
fcntl This commit was manufactured by cvs2svn to create branch 'ruby_1_6'. 2001-01-09 17:17:33 +00:00
gdbm checkin leftovers 2001-05-07 06:18:49 +00:00
nkf * eval.c (rb_f_require): move rb_file_s_expand_path from 2001-07-06 06:37:01 +00:00
pty This commit was manufactured by cvs2svn to create branch 'ruby_1_6'. 2001-07-19 05:44:27 +00:00
readline This commit was manufactured by cvs2svn to create branch 'ruby_1_6'. 2001-07-19 05:44:27 +00:00
sdbm * configure.in: remove unnecessary AC_CANONICAL_BUILD 2001-05-28 16:07:34 +00:00
socket * parse.y (str_extend): shuould allow interpolation of $-x. 2001-10-29 05:04:45 +00:00
tcltklib * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix a typo in comment 2001-06-25 01:52:59 +00:00
tk * parse.y (str_extend): shuould allow interpolation of $-x. 2001-10-29 05:04:45 +00:00
Win32API * ext/Win32API/Win32API.c: remove Init_win32api(). 2001-03-26 05:11:18 +00:00
.cvsignore * ext/extmk.rb.in: support multi-level ext/ directories. 2001-07-13 18:02:10 +00:00
aix_mksym.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
configsub.rb * mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION. 2001-05-31 04:40:37 +00:00
extmk.rb.in * ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory for 2001-07-24 10:29:17 +00:00
Setup * LEGAL, ext/Setup*, ext/digest/*: Merge from 1.7: Import digest 2001-08-16 07:35:43 +00:00
Setup.dj * LEGAL, ext/Setup*, ext/digest/*: Merge from 1.7: Import digest 2001-08-16 07:35:43 +00:00
Setup.emx * LEGAL, ext/Setup*, ext/digest/*: Merge from 1.7: Import digest 2001-08-16 07:35:43 +00:00
Setup.nt * LEGAL, ext/Setup*, ext/digest/*: Merge from 1.7: Import digest 2001-08-16 07:35:43 +00:00
Setup.x68 * LEGAL, ext/Setup*, ext/digest/*: Merge from 1.7: Import digest 2001-08-16 07:35:43 +00:00