diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-10 07:03:36 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-10 07:03:36 +0000 |
| commit | 7c763fa26c7b220e6307448d4bc5fb8143bf68cd (patch) | |
| tree | 79c663a365cc039f46e51658f288538eade86658 /ChangeLog | |
| parent | 3a383015bd6b06b2ed9c0bd0425c55031eae137e (diff) | |
| download | ruby-7c763fa26c7b220e6307448d4bc5fb8143bf68cd.tar.gz ruby-7c763fa26c7b220e6307448d4bc5fb8143bf68cd.tar.xz ruby-7c763fa26c7b220e6307448d4bc5fb8143bf68cd.zip | |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,9 +1,37 @@ +Tue Oct 10 09:49:23 2000 Yukihiro Matsumoto <matz@ruby-lang.org> + + * file.c (Init_File): FileTest.size should return 0 (not nil) for + empty files. + +Sun Oct 8 13:20:26 2000 Guy Decoux <decoux@moulon.inra.fr> + + * eval.c (POP_SCOPE): not just set SCOPE_DONT_RECYCLE, but do + scope_dup(). + +Sat Oct 7 15:10:50 2000 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (rb_str_reverse_bang): unnecessary ALLOCA_N() was + removed. + Fri Oct 6 14:50:24 2000 WATANABE Hirofumi <eban@ruby-lang.org> * ext/extmk.rb.in, lib/mkmf.rb: remove "DESTDIR =". * Makefile.in, win32/Makefile.sub, ruby.1: renamed -X to -C. +Fri Oct 6 12:50:52 2000 Yukihiro Matsumoto <matz@ruby-lang.org> + + * array.c (rb_ary_plus): use to_ary(), not Check_Type(). + + * array.c (rb_ary_concat): ditto. + + * gc.c (rb_gc): use __builtin_frame_address() for gcc. + + * eval.c (stack_length): ditto. + + * parse.y (assign_in_cond): stop warning till some better warning + condition will be found. + Thu Oct 5 18:02:39 2000 Yukihiro Matsumoto <matz@ruby-lang.org> * object.c (rb_obj_dup): should have propagated taint flag. |
