Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-09 | Everywhere: Colour => Color | Andreas Kling | |
The system language is US English. :^) | |||
2020-12-22 | LibCore: Rename identifiers that can clash with libc macros (#4127) | รrico Nogueira Rolim | |
POSIX allows the default streams (stdin, stdout and stderr) to be macros, which means that on such systems (musl libc is one) building Lagom will fail due to the File::std*() names. Also fix any files that use these identifiers. | |||
2020-11-02 | ChessEngine: Use pledge and unveil | Brendan Coles | |
2020-08-28 | ChessEngine: Move from Applications to Services | Andreas Kling | |
This is not a stand-alone application. :^) |