1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
This commit is contained in:
Alain Magloire 2002-11-06 16:28:58 +00:00
parent 0bf4c5cff8
commit ef48933a8b

View file

@ -1,3 +1,16 @@
2002-11-06 Alain Magloire
Deal with some issues of PR 25756.
* src/.../internal.errorparsers.java (processLine):
When the file is not found append not prepend the name
of the file in the description.
The check for "(Each undeclared ...)" was done at the
wrong place.
* src/.../ErrorParserManager.java (findFileName):
Check if the file is absolute or relative.
2002-11-05 Alain Magloire
* utils/.../utils/coff: New folder.