diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-16 13:44:59 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-16 13:44:59 +0000 |
| commit | 60421cde746f81e3498a067df0baf7e44cad0795 (patch) | |
| tree | 32f808e432084ffa8fdad8ae4917c8498dc447c4 /ChangeLog | |
| parent | 2ea72482bb0519147b32121f5ebcb625df8e7fe9 (diff) | |
| download | ruby-60421cde746f81e3498a067df0baf7e44cad0795.tar.gz ruby-60421cde746f81e3498a067df0baf7e44cad0795.tar.xz ruby-60421cde746f81e3498a067df0baf7e44cad0795.zip | |
* gc.c (rb_memerror, ruby_xmalloc, ruby_xrealloc, rb_newobj): just
abondon if no memoray available, when interpreter is not running.
[ruby-dev:27104]
* gc.c (garbage_collect): return whether GC could run.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Fri Sep 16 22:41:18 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> +Fri Sep 16 22:44:47 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * file.c (rb_file_s_extname): empty string for path name ending with a period. fixed: [ruby-core:05651] @@ -6,6 +6,12 @@ Fri Sep 16 22:41:18 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * file.c (rb_file_join): smarter behavior at edge cases. fixed: [ruby-core:05706] + * gc.c (rb_memerror, ruby_xmalloc, ruby_xrealloc, rb_newobj): just + abondon if no memoray available, when interpreter is not running. + [ruby-dev:27104] + + * gc.c (garbage_collect): return whether GC could run. + Fri Sep 16 18:34:01 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/syck/node.c (syck_replace_str): was using return from the |
