ladybird/Libraries
Andrew Kaster 824bbc7462 LibC: Support exit time destructors per the Itanium C++ ABI
Implement __cxa_atexit and __cxa_finalize per the Itanium spec,
and convert stdlib's atexit and exit() to to call them instead of
a custom 'C-only' atexit implementation.
2019-12-22 10:47:39 +01:00
..
LibAudio Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibC LibC: Support exit time destructors per the Itanium C++ ABI 2019-12-22 10:47:39 +01:00
LibCore Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibDraw Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibELF Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibGUI Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibHTML Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibIPC Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibM Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibMarkdown Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibPCIDB Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibProtocol Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibPthread Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibThread Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibVT Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00