From: Juan Manuel Guerrero Date: Wed, 7 Mar 2007 21:57:35 +0000 (+0000) Subject: DJGPP spefic issue. Inhibit the use of disallowed characters for X-Git-Tag: v2.3b~140 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/122bea3ab92125b4f3e8a62ea01c237262af7d07?ds=inline DJGPP spefic issue. Inhibit the use of disallowed characters for file name genertion on Win98, WinXP, etc. These are |<>":?*and concern testsuite case 46. * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST * djgpp/testsuite.sed: Inhibit the use of disallowed characters. * djgpp/config.bat: Inhibit the use of disallowed characters. --- diff --git a/ChangeLog b/ChangeLog index b4f79664..f00768ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-03-07 Juan Manuel Guerrero + + DJGPP spefic issue. Inhibit the use of disallowed characters for + file name genertion on Win98, WinXP, etc. These are |<>":?*\ + and concern testsuite case 46. + * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST + * djgpp/testsuite.sed: Inhibit the use of disallowed characters. + * djgpp/config.bat: Inhibit the use of disallowed characters. + 2007-03-02 Joel E. Denny Miscellaneous %define and %code cleanup.