diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 79f74ef74c9..f1b886ef9c5 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,19 @@ +2002-11-22 Alain Magloire + + * src/.../cdt/core/CommandLauncher.java (waitAndRead): + Make sure we drain the pipes. + (printCommandLine): Use the line.separator property. + * src/org/eclipse/cdt/ErrorParserManager.java + Check if outputStream is not null before using it. + (write): must be synchronized. + (checkLine): Break the buffer per line and pass it to processLine(). + Takes an argument to flush when we are done(on close()). + * src/.../internal/core/CBuilder.java (invokeMake): + We have to call close() the same number of times we call + ErrorParserManager.getOutputStream(). Move the ErrorParerManager.reportProblem() + after the close. + * src/.../internal/CCorePluginResources.properties: Updated. + 2002-11-22 Alain Magloire The C Builder on error would clear the build. diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/CCorePluginResources.properties b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/CCorePluginResources.properties index 6857d9b53ad..e9b49e5aa37 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/CCorePluginResources.properties +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/CCorePluginResources.properties @@ -4,4 +4,4 @@ # All Rights Reserved. # ################################################ - \ No newline at end of file +CBuilder.build_error= Build Error \ No newline at end of file