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 4b9a7eac05 * io.c (appendline): forget to terminate with nul.
* eval.c (ruby_run): should set toplevel visibility again here.

* eval.c (rb_eval): should not rely on ruby_class == rb_cObject
  check.   Besides allow implicit publicity for attribute set
  methods.

* parse.y (primary): need not to check class_nest, just set
  whether method is an attrset or not.

* string.c (rb_str_each_line): p might be at the top of the
  string.

* class.c (rb_make_metaclass): class of metaclass should be
  metaclass of superclass, unless class itself is a metaclass;
  class of metaclass of metaclass should point back to self.
  eh, confusing, isn't it.

* class.c (rb_singleton_class): check if its class is singleton
  AND attached to self.

* eval.c (rb_eval): should define class/module under ruby_cbase.

* eval.c (rb_eval): should set class/module path based on
  ruby_cbase, not ruby_class.

* eval.c (module_setup): use ruby_cbase instead of ruby_class.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-09-25 07:03:05 +00:00
..
curses cleanup for curses, gdbm [ruby-core:502], [ruby-core:503] 2002-09-24 06:00:03 +00:00
dbm * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
digest * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
dl * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
etc * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb. 2002-09-08 10:00:43 +00:00
fcntl * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
gdbm make it compile 2002-09-24 06:01:31 +00:00
iconv * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
nkf * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
pty * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
racc/cparse * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
readline * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
sdbm * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
socket * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb. 2002-09-08 10:00:43 +00:00
stringio * ext/stringio/stringio.c (strio_set_string): reinitialize 2002-09-09 02:27:01 +00:00
strscan * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
syslog * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
tcltklib * io.c (appendline): forget to terminate with nul. 2002-09-25 07:03:05 +00:00
tk * dir.c (glob_helper): prevent memory leak using rb_protect(). 2002-09-12 06:27:15 +00:00
Win32API * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
win32ole * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
aix_mksym.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
configsub.rb * ext/configsub.rb: latest autoconf style support. 2002-03-20 16:04:08 +00:00
extmk.rb * ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir). 2002-09-10 09:30:50 +00:00
Setup merge win32ole from rough 2002-06-01 12:34:30 +00:00
Setup.dj merge win32ole from rough 2002-06-01 12:34:30 +00:00
Setup.emx merge win32ole from rough 2002-06-01 12:34:30 +00:00
Setup.nt merge win32ole from rough 2002-06-01 12:34:30 +00:00
Setup.x68 merge win32ole from rough 2002-06-01 12:34:30 +00:00