mes/lib
Jan Nieuwenhuizen 98b9ac8e98
mescc: Mes C Library: Support gcc-4.6.4: Add math stubs.
* lib/math/ceil.c: New file.
* lib/math/floor.c: New file.
* lib/stub/atan2.c: New file.
* lib/stub/cos.c: New file.
* lib/stub/exp.c: New file.
* lib/stub/log.c: New file.
* lib/stub/modf.c: New file.
* lib/stub/pow.c: New file.
* lib/stub/sin.c: New file.
* lib/stub/sqrt.c: New file.
* lib/libc+gnu.c: Include them.
* include/math.h (atan2, ceil, cos, exp, fabs, floor, log, modf, pow,
sin, sqrt): Declare.
* lib/math/fabs.c: Update.
* lib/stub/ldexp.c: Update.
2019-09-13 15:11:38 +02:00
..
ctype mescc: Mes C Library: Support GNU Awk: Add isgraph. 2019-06-16 11:25:37 +02:00
dirent build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
linux mescc: Mes C Library: Support GNU Tar: Add creat, mknod. 2019-07-12 11:56:58 +02:00
math mescc: Mes C Library: Support gcc-4.6.4: Add math stubs. 2019-09-13 15:11:38 +02:00
mes Fix dtoab. 2019-08-27 00:43:37 +02:00
posix mescc: Mes C Library: Support GNU Tar: Add execlp. 2019-06-10 00:56:42 +02:00
stdio mescc: Mes C Library: Support gcc-4.6.4: Add fscanf, vfscanf. 2019-09-06 19:04:50 +02:00
stdlib Add missing #include. 2019-08-27 01:46:57 +02:00
string mescc: Mes C Library: Fix compile warnings. 2019-06-12 15:59:06 +02:00
stub mescc: Mes C Library: Support gcc-4.6.4: Add math stubs. 2019-09-13 15:11:38 +02:00
tests Fix dtoab. 2019-08-27 00:43:37 +02:00
x86-mes porting: Add x86 scaffold: exit and write in assembly. 2019-06-13 14:19:59 +02:00
x86-mes-gcc porting: Add x86 scaffold: exit and write in assembly. 2019-06-13 14:19:59 +02:00
x86-mes-mescc build: Simplify. 2019-06-08 15:36:22 +02:00
x86_64-mes porting: Add x86_64 scaffold: exit and write in assembly. 2019-06-23 21:23:34 +02:00
x86_64-mes-gcc porting: Add x86_64 scaffold: exit and write in assembly. 2019-06-23 21:23:34 +02:00
x86_64-mes-mescc build: Simplify. 2019-06-08 15:36:22 +02:00
libtcc1.c mescc: Support tcc: libtcc1 build fixes. 2019-07-23 20:38:29 +02:00