mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Updated.
This commit is contained in:
parent
562eea247e
commit
b6683a70d2
2 changed files with 17 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
# All Rights Reserved.
|
||||
#
|
||||
################################################
|
||||
|
||||
CBuilder.build_error= Build Error
|
Loading…
Add table
Reference in a new issue