| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This replaces the Fortran dependency parser source's custom strcasecmp
implementation with one from KWSys String. It removes duplicate code
and avoids a Borland warning about inlining functions with 'while'.
|
|
|
|
|
| |
- I tweaked the patch to add 'other' production rules for COMMA and DCOLON
- See issue #6884.
|
|
|
|
| |
pre-generated lexer and parser sources. This updates the makedepf90 version to 2.8.8. The parser actions have been updated to ignore "use" in comments properly.
|
| |
|
|
|
|
| |
reduces the number of changes that need to be made after generation.
|
| |
|
|
|