diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-08-17 09:58:02 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2006-08-17 09:58:02 +0200 |
commit | 89b3e3cda19cfd551d082dcef6d34b21fb56aeb9 (patch) | |
tree | ec6bcf1b1e13120fdc20fa06cbabd9ff42389db6 /libgomp/ChangeLog | |
parent | 6d4d7b0eed1846e13f5dd75765696b2b6854af44 (diff) | |
download | gcc-89b3e3cda19cfd551d082dcef6d34b21fb56aeb9.zip gcc-89b3e3cda19cfd551d082dcef6d34b21fb56aeb9.tar.gz gcc-89b3e3cda19cfd551d082dcef6d34b21fb56aeb9.tar.bz2 |
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
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 |