Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-31 | ape: add missing idn2utf, utf2idn to lib9 | Ori Bernstein | |
this fixes the libsec build under ape. | |||
2020-06-05 | ape: make libplumb available under ape. | Ori Bernstein | |
This adds the mkfiles and plumb.h to ape, similar to how libdraw is made available. This is used for ports such as netsurf. | |||
2020-05-13 | ape: fix name clash, have to use _SLEEP syscall instead of ape sleep in ↵ | cinap_lenrek | |
plan9 code (thanks jamos) this fixes etimer() from ape built libdraw as posix sleep() uses seconds while plan9 uses miliseconds. | |||
2017-12-31 | ape: make encXchr()/decXchr() functions available | cinap_lenrek | |
2016-04-11 | ape: add libauth, libbio, libmp and libsec as replacements for openssl | cinap_lenrek | |
2016-04-10 | ape: move compatibility libc.h to lib9 directory and incooperate needed ↵ | cinap_lenrek | |
functions for ape/mp (wip) |