ladybird/Libraries
Jesse Buhagiar cdbdd397db LibC: Move FILE definition to bits/FILE.h
There are some headers in libc that require us to have definitions,
such as `FILE` available to us (such as in `pwd.h`). It is bad
practice to include the entirety of `stdio.h`, so it makes more
sense to put `FILE` into it's own header.
2020-02-02 10:58:45 +01:00
..
LibAudio Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibC LibC: Move FILE definition to bits/FILE.h 2020-02-02 10:58:45 +01:00
LibCore LibGUI: Make GAction scoped to its CObject parent (widget or window) 2020-02-02 02:03:39 +01:00
LibDraw Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
LibELF Meta: Claim copyright on files added by me 2020-02-02 02:05:38 +01:00
LibGUI LibGUI: Make GAction scoped to its CObject parent (widget or window) 2020-02-02 02:03:39 +01:00
LibHTML AK: Let's call decrementing reference counts "unref" instead of "deref" 2020-01-23 15:14:21 +01:00
LibIPC LibIPC: Short-cirtcuit post_message() if socket already disconnected 2020-01-25 10:34:32 +01:00
LibM Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibMarkdown Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
LibPCIDB Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibProtocol Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibPthread LibPthread: Disable debug spam by default 2020-02-01 12:25:51 +01:00
LibThread Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
LibVT LibVT: Add parameter names in function signatures for clarity 2020-01-26 15:58:06 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00