ruby--ruby/ext/tk
matz 86c6af5873 * marshal.c (w_object): module inclusion using extend() should
also be detected.

* eval.c (rb_eval_cmd): cbase should not be NULL; it should be
  either ruby_wrapper or Object.

* enum.c (enum_each_with_index): should return self.

* process.c (proc_setpgrp): should return value for non-void function.

* process.c (proc_getpgid): should raise exception if getpgid() return -1.

* string.c (rb_str_ljust): should return a duplicated string.

* string.c (rb_str_rjust): ditto.

* string.c (rb_str_center): ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-03-11 08:02:04 +00:00
..
lib * marshal.c (w_object): module inclusion using extend() should 2002-03-11 08:02:04 +00:00
sample changes from personal modifies -- matz 2000-12-28 05:00:47 +00:00
.cvsignore Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
MANIFEST remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
depend remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
extconf.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
tkutil.c tkutil needed to be updated 2001-11-13 08:53:15 +00:00