Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-16 | LibC: Added some missing directory type constants | Brandon Scott | |
Added some missing directory type constants to dirent.h | |||
2019-10-12 | LibC: Add readdir_r for re-entrant directory reading (#648) | Calvin Buckley | |
This is popular and in POSIX. Some duplicated code between readdir is also unified into some static functions. | |||
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling | |
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/. |