diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-20 09:43:15 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-20 09:43:15 +0000 |
| commit | 2b9bc91e67fa8679d0a4118596240f9796381cf8 (patch) | |
| tree | 8510da313d4481225d854afdd0e949148e3815f6 /ChangeLog | |
| parent | c76e05783072eb92ca586df32c1da2432a437814 (diff) | |
| download | ruby-2b9bc91e67fa8679d0a4118596240f9796381cf8.tar.gz ruby-2b9bc91e67fa8679d0a4118596240f9796381cf8.tar.xz ruby-2b9bc91e67fa8679d0a4118596240f9796381cf8.zip | |
* eval.c (is_defined): should check receiver only once.
* eval.c (is_defined): should handle NODE_NEWLINE.
* file.c (rb_file_s_expand_path): memory leak fixed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Wed Mar 20 16:05:37 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (is_defined): should check receiver only once. + + * eval.c (is_defined): should handle NODE_NEWLINE. + +Wed Mar 20 11:29:25 2002 Aristarkh A Zagorodnikov <xm@xml-objects.com> + + * file.c (rb_file_s_expand_path): memory leak fixed. + Wed Mar 20 00:36:43 2002 Akinori MUSHA <knu@iDaemons.org> * util.c (ruby_getcwd): the content of buf is uncertain and must |
