From ed6a2bd29f649369beb1b7935cf2625c60581c04 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 21 May 2001 04:22:54 +0000 Subject: * bignum.c (rb_big2str): t should be protected from GC. * process.c (rb_proc_times): need not to check retrun value from times(2). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6b58655106..e45ab1b4b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon May 21 13:15:25 2001 Yukihiro Matsumoto + + * bignum.c (rb_big2str): t should be protected from GC. + +Sat May 19 09:29:07 2001 Yukihiro Matsumoto + + * process.c (rb_proc_times): need not to check retrun value from + times(2). + Fri May 18 05:36:08 2001 Akinori MUSHA * ext/extmk.rb.in (xsystem): backout the previous fix which was @@ -15,6 +24,10 @@ Fri May 18 03:45:55 2001 Brian F. Feldman * lib/mkmf.rb: unbreak "make install". lib/* must be installed under $rubylibdir, not under $libdir. +Fri May 18 01:28:07 2001 Yukihiro Matsumoto + + * parse.y (expr): break, next, redo, retry are moved from primary. + Fri May 18 01:11:02 2001 Usaku Nakamura * ext/sha1/sha1-ruby.c (sha1_new): get rid of an unneeded -- cgit v1.2.3