From 03e88d8ac46156ac28d3ad14cd5025851cb15975 Mon Sep 17 00:00:00 2001 From: ocean Date: Sat, 22 Oct 2005 01:28:00 +0000 Subject: * missing.h, missing/*.c: SUSv3 compatible strcasecmp and strncasecmp, ANSI compatible strtol and strtoul, and ANSI styled other functions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0b34aa069..9aac6984e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 22 10:08:28 2005 Hirokazu Yamamoto + + * missing.h, missing/*.c: SUSv3 compatible strcasecmp and strncasecmp, + ANSI compatible strtol and strtoul, and ANSI styled other functions. + Fri Oct 21 19:16:08 2005 Hirokazu Yamamoto * rubysig.h (CHECK_INTS): fixed typo. (I believe bit-or is improper) -- cgit