Age | Commit message (Expand) | Author |
---|---|---|
2021-05-14 | LibC: Do not include errno.h inside unistd.h | Jean-Baptiste Boric |
2021-05-12 | Tests: Add InodeWatcher and FileWatcher tests | sin-ack |
2021-05-06 | Tests: Establish root Tests directory, move Userland/Tests there | Brian Gianforcaro |
2020-08-02 | Tests: Build automatically, fix compilation errors | Ben Wiederhake |
2020-08-01 | Kernel+LibC: Implement 'memmem' | AnotherTest |
2020-07-03 | LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapper | Sahan Fernando |
2020-05-11 | LibC: strtod accuracy tests no longer need to skip | Ben Wiederhake |
2020-05-11 | LibC: Demonstrate strtod inaccuracy | Ben Wiederhake |
2020-02-01 | LibC: The exec() family of functions should not search "." by default | Andreas Kling |