comparison ChangeLog @ 17346:e27f620a8d36

regex: ignore old-style-definition warnings * lib/regex.c: Add pragma to ignore these warnings. Problem reported for GNU tar by Pavel Raiskup.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 20 Feb 2013 07:50:59 -0800
parents 840c32a600aa
children cec099cbf54f
comparison
equal deleted inserted replaced
17345:840c32a600aa 17346:e27f620a8d36
1 2013-02-20 Paul Eggert <eggert@cs.ucla.edu>
2
3 regex: ignore old-style-definition warnings
4 * lib/regex.c: Add pragma to ignore these warnings.
5 Problem reported for GNU tar by Pavel Raiskup.
6
1 2013-02-19 Paul Eggert <eggert@cs.ucla.edu> 7 2013-02-19 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 getcwd: support coreutils better 9 getcwd: support coreutils better
4 Like strtod, getcwd incorrectly referred to HAVE_RAW_DECL_GETCWD, 10 Like strtod, getcwd incorrectly referred to HAVE_RAW_DECL_GETCWD,
5 but this might not be correct in coreutils, which disables 11 but this might not be correct in coreutils, which disables