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.
This commit is contained in:
Juan Manuel Guerrero
2007-03-07 21:57:35 +00:00
parent ea3bcc0fcb
commit 122bea3ab9

View File

@@ -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.