aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-08-17 09:58:02 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2006-08-17 09:58:02 +0200
commit89b3e3cda19cfd551d082dcef6d34b21fb56aeb9 (patch)
treeec6bcf1b1e13120fdc20fa06cbabd9ff42389db6 /libgomp/ChangeLog
parent6d4d7b0eed1846e13f5dd75765696b2b6854af44 (diff)
downloadgcc-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/ChangeLog8
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