mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
updated
This commit is contained in:
parent
12b70e7a48
commit
277cbf5b68
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
2003-09-12 Alain Magloire
|
||||
Patch from Bogdan Gheorghe, it corrected a NPE, when dealing with file extensions.
|
||||
In a Unix enviroment binaries do not have extensions also some C++ headers
|
||||
do not have extension, for example "cstdio" etc .. The patch guard agains null.
|
||||
|
||||
Second part added debug loggin trace
|
||||
|
||||
* .options
|
||||
* model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java
|
||||
* src/org/eclipse/cdt/core/CCorePlugin.java
|
||||
|
||||
2003-09-12 Keith Campbell
|
||||
Added missing dependency on org.eclipse.team.core (this plugin defines extensions
|
||||
to org.eclipse.team.core.fileTypes and org.eclipse.team.core.ignore).
|
||||
|
|
Loading…
Add table
Reference in a new issue