summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-17 07:58:02 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-17 07:58:02 +0000
commit8278bf294e505c8eaa3d7c41e4f8353b5dec3254 (patch)
treeec6bcf1b1e13120fdc20fa06cbabd9ff42389db6 /libgomp/ChangeLog
parentd897f7c2662b96117752b1f5c56b547eaa994f5c (diff)
downloadgcc-8278bf294e505c8eaa3d7c41e4f8353b5dec3254.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116209 138bc75d-0d04-0410-961f-82ee72b054a4
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 7824dd43971..3b9ff829c10 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