From 299d4e66efb48b388ee3d2f3f784f581bd88ddea Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 14 Aug 2001 08:13:31 +0000 Subject: * range.c (range_step): new method. * string.c (rb_str_cmp): remove needless conditional. * string.c (rb_str_lstrip_bang) `return Qnil' was missing. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f528a0be4..47f8156f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Tue Aug 14 17:09:12 2001 Yukihiro Matsumoto + + * range.c (range_step): new method. + +Tue Aug 14 11:49:00 2001 TOYOFUKU Chikanobu + + * string.c (rb_str_cmp): remove needless conditional. + +Tue Aug 14 03:23:25 2001 Koji Arai + + * string.c (rb_str_lstrip_bang) `return Qnil' was missing. + Mon Aug 13 14:16:46 2001 Akinori MUSHA * bignum.c, marshal.c: Detypo: s/SIZEOF_ING/SIZEOF_INT/. @@ -9,6 +21,17 @@ Sun Aug 12 15:01:58 2001 Nobuyoshi Nakada * string.c (rb_str_append): nothing to append actually when `str2' is empty. +Sat Aug 11 14:43:47 2001 Tanaka Akira + + * array.c (rb_inspecting_p): initialize inspect_key if it is + not initialized yet. + +Fri Aug 10 22:14:37 2001 Yukihiro Matsumoto + + * parse.y (cond0): operands of logical operators are not treated + as conditional expresion anymore, but propagate conditional + status if used in conditionals. + Tue Aug 7 09:10:32 2001 Usaku Nakamura * win32/win32.h: fix problems with BC++ (ruby-bugs#PR161). @@ -21,6 +44,10 @@ Mon Aug 6 23:47:46 2001 Nobuyoshi Nakada * string.c (rb_str_associate): associates an Array at once, not but a String. realloc's when str_buf. +Mon Aug 6 17:01:33 2001 Yukihiro Matsumoto + + * eval.c (rb_gc_mark_threads): should mark ruby_cref. + Mon Aug 6 14:31:37 2001 Usaku Nakamura * numeric.c (num_divmod): fix typo. -- cgit