diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-06-12 05:31:47 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-06-12 05:31:47 +0000 |
| commit | 991bbb0ea5110180a2d7f10a45de331608cd0291 (patch) | |
| tree | 660edb1108304ba2d6fcd948cbe93f8cb2ff51e8 /ChangeLog | |
| parent | f25c73f315f2d1c4f8cea45ed74a0505f137338f (diff) | |
| download | ruby-991bbb0ea5110180a2d7f10a45de331608cd0291.tar.gz ruby-991bbb0ea5110180a2d7f10a45de331608cd0291.tar.xz ruby-991bbb0ea5110180a2d7f10a45de331608cd0291.zip | |
* eval.c (method_eq): new method Method#==. [new]
* gc.c (STR_NO_ORIG): STR_NO_ORIG value was different between
string.c and gc.c
* eval.c (rb_eval): should convert *non-array at the end of
arguments by using Array().
* hash.c (ruby_setenv): readline library leaves their environment
strings uncopied. "free" check revised.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -3,10 +3,29 @@ Tue Jun 12 14:21:28 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * lib/mkmf.rb: target_prefix is only for installation, not for build. +Tue Jun 12 00:41:18 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (method_eq): new method Method#==. [new] + Mon Jun 11 14:29:41 2001 WATANABE Hirofumi <eban@ruby-lang.org> * confgure.in: add RUBY_CANONICAL_BUILD. +Sun Jun 10 17:31:47 2001 Guy Decoux <decoux@moulon.inra.fr> + + * gc.c (STR_NO_ORIG): STR_NO_ORIG value was different between + string.c and gc.c + +Sat Jun 9 22:10:04 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (rb_eval): should convert *non-array at the end of + arguments by using Array(). + +Sat Jun 9 17:04:30 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> + + * hash.c (ruby_setenv): readline library leaves their environment + strings uncopied. "free" check revised. + Sat Jun 9 16:31:03 2001 Usaku Nakamura <usa@osb.att.ne.jp> * ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't |
