1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-01-18 02:29:59 +00:00
parent bc510fc732
commit e8323dc92c

View file

@ -1,3 +1,11 @@
2003-01-18 Alain Magloire
* src/.../mi/core/cdi/event/DestroyedEvent.java (DestroyedEvent):
Remove the deleted shared library from the list.
* src/.../mi/core/cdi/SharedLibraryManager.java (getUnloadedLibrary):
Get a shared library slated for unload.
(removeFromUnloadedList): Remove the library form the list.
2003-01-17 Alain Magloire
* src/.../mi/core/output/MIInfoSharedLibraryInfo.java (parseWinShared):