Calvin Buckley
ef40ebbe6d
LibC: Add some wchar functions
...
These are basically copy and pasted from the regular string version.
Also add some more multi-byte/wide conversion stub.
libarchive wanted these. There's a lot more, but we can add them
one at a time.
2019-10-13 08:44:47 +02:00
Sergey Bugaev
b4389ca4b0
LibC: Add a missing mbstowcs() declaration
...
This ensures it gets a C linkage, and so fixes the binutils build.
2019-10-09 15:06:25 +02:00
Sergey Bugaev
89bf38864a
LibC: Misc additions
2019-10-03 08:18:05 +02:00
Mauri de Souza Nunes
2d24b12a34
LibC: Implement mkdtemp library function
2019-09-14 12:05:50 +02:00
Andreas Kling
04b9dc2d30
Libraries: Create top level directory for libraries.
...
Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/.
2019-07-04 16:16:50 +02:00