Lephenixnoir
5f48a6b4e0
errno: add the errno variable and base macros
...
A <bits/errno.h> file will likely by added later on for each target to
add more specific values.
2021-05-16 18:12:46 +02:00
Lephenixnoir
c87805ef10
ctype: add a simple implementation for the "C" locale (TEST)
2021-05-16 18:12:45 +02:00
Lephenixnoir
fdf32aeb97
locale: add a stub that supports only the "C" locale (TEST)
...
This is enough to support the standard and likely the C++ library and
external programs to port, but also the most we can do without a proper
locale data storage and more target-specific developments that aren't a
priority right now.
2021-05-16 18:12:45 +02:00
Lephenixnoir
676601b894
assert: add a partial assert implementation (LDEPS)
...
This currently does not link because fprintf, stderr and abort are
missing on most platforms. But the code is there.
2021-05-16 18:12:45 +02:00
Lephenixnoir
97d52ff0b1
stdio: declare stdin, stdout and stderr on all targets
...
This is needed for some basic stuff like assert.
2021-05-16 18:12:45 +02:00
Lephenixnoir
c88b31ec94
setjmp: make setjmp a macro
2021-05-16 18:12:42 +02:00
Lephenixnoir
6275b3e73b
move bits/unistd_32.h to bits/asm on all targets
...
Only Vhex had it at the correct place previously.
2021-05-11 09:22:34 +02:00
Lephenixnoir
f6bed55f75
update header guard convention
2021-05-09 23:00:11 +02:00
Lephenixnoir
f58187c55e
remove unneeded __SUPPORT macros
2021-05-09 22:11:49 +02:00
Lephenixnoir
e719af2f63
update include hierarchy
2021-05-09 17:59:07 +02:00
Yatis
64e7001d22
new include hierarchy
2021-05-09 16:35:40 +02:00
Yatis
f76757ecd2
Fix installation / uninstallation rules + Fix compilation ABI support
2020-11-03 15:15:01 +01:00
Yatis
565a159370
Release the 0.3.0 (add README + LICENSE and fix norm)
2020-10-21 22:26:47 +02:00
Yatis
44bd67431c
Fix norme + move arch-specific header
2020-10-14 15:18:10 +02:00
Yatis
3764de9a27
fix compilation error (common)
2020-10-14 12:07:29 +02:00
Yatis
aeedfcdb02
project architecture rework + handle ABI specific code (WIP)
2020-10-14 11:45:08 +02:00
Yatis
8fac0c2272
Initial commit
2020-09-17 19:27:01 +02:00