From 89b3e3cda19cfd551d082dcef6d34b21fb56aeb9 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek <jakub@redhat.com> Date: Thu, 17 Aug 2006 09:58:02 +0200 Subject: re PR libgomp/28725 (Case Sensitive OpenMP environment variables and patch) PR libgomp/28725 * env.c: Include ctype.h. (parse_schedule, parse_unsigned_long, parse_boolean): Allow leading and/or trailing whitespace and compare strings case insensitively. From-SVN: r116209 --- libgomp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libgomp/ChangeLog') diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 7824dd4..3b9ff82 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,11 @@ +2006-08-17 Jakub Jelinek <jakub@redhat.com> + + PR libgomp/28725 + * env.c: Include ctype.h. + (parse_schedule, parse_unsigned_long, parse_boolean): Allow + leading and/or trailing whitespace and compare strings case + insensitively. + 2006-07-16 Jakub Jelinek <jakub@redhat.com> PR fortran/28390 -- cgit v1.1