]> git.saurik.com Git - bison.git/commitdiff
DJGPP spefic issue. Inhibit the use of disallowed characters for
authorJuan Manuel Guerrero <juan.guerrero@gmx.de>
Wed, 7 Mar 2007 21:57:35 +0000 (21:57 +0000)
committerJuan Manuel Guerrero <juan.guerrero@gmx.de>
Wed, 7 Mar 2007 21:57:35 +0000 (21:57 +0000)
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.

ChangeLog

index b4f796640bac22efbdcbdf9c25e513248e5c21ba..f00768ad69b0e2e0c0214478d786f7cb218fe3b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-03-07  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
+
+       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  <jdenny@ces.clemson.edu>
 
        Miscellaneous %define and %code cleanup.
 2007-03-02  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Miscellaneous %define and %code cleanup.