From 39a61087e39b7efae05fca8ce6fa9e80a4f9af02 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 6 Dec 2004 08:19:20 +0000 Subject: * rubysig.h (TRAP_BEG, TRAP_END): safe errno around CHECK_INTS. (backported from CVS HEAD) [ruby-dev:24993] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bdcbd82e6..079f47fbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ +Mon Dec 6 17:19:13 2004 Nobuyoshi Nakada + + * rubysig.h (TRAP_BEG, TRAP_END): safe errno around CHECK_INTS. + (backported from CVS HEAD) [ruby-dev:24993] + Mon Dec 6 10:18:17 2004 Dave Thomas - * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::look_for_directives_in): + * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::look_for_directives_in): Oops - 1.8 doesn't have String#clear Mon Dec 6 01:42:08 2004 GOTOU Yuuzou -- cgit