Age | Commit message (Expand) | Author |
2015-07-07 | ape: port libc smp tas() for arm | cinap_lenrek |
2015-03-25 | ape: fix main9 for mips | cinap_lenrek |
2015-03-25 | ape: fix lockinit() for mips | cinap_lenrek |
2015-03-18 | ape: silence compiler "no return at end of function" for mips lock.c | cinap_lenrek |
2014-12-25 | getfcr: change getfcr/setfcr to use VFP | cinap_lenrek |
2014-12-22 | ape: add fprint %z format (thanks Ori_B) | cinap_lenrek |
2014-05-29 | ape/stdio: set errno to EMFILE when running out of streams | cinap_lenrek |
2014-02-17 | prof: properly save and restore RARG for amd64 | cinap_lenrek |
2014-02-01 | libc and ape support for amd64 | cinap_lenrek |
2014-01-20 | ape: remove local copy of memccpy() | cinap_lenrek |
2013-12-28 | ape: move strdup() from libbsd to libap (from sources) | cinap_lenrek |
2013-11-06 | synchronize ape's vfprintf with libstdio | mischief |
2013-10-26 | mkfiles: do not rely on path containing the . element | cinap_lenrek |
2013-09-26 | reverting semaphore lock changes from sources (r41ccd6d221da, rb28756e5ba29) | cinap_lenrek |
2013-09-21 | ape: change tas/sleep locks to cas/semacquire/semrelease locks (from sources) | cinap_lenrek |
2013-06-08 | ape: fix _main stack setup for arm (_privates and _errnoloc was inside argv) | cinap_lenrek |
2013-05-11 | ape: change types from unsigned long to void* for rendezvous() and segattach(... | cinap_lenrek |
2013-05-06 | ape: remove unused variables | ppatience0 |
2013-05-06 | ape: fix uninitialized variable bug in getfields() | ppatience0 |
2013-05-06 | merge | ppatience0 |
2013-05-06 | access: unused variable | ppatience0 |
2013-05-03 | ape: get rid of fixed MUXADDR for buffered i/o | cinap_lenrek |
2013-05-03 | ape: remove unused variables from _buf (from erik qunastros _bufupd patch) | cinap_lenrek |
2013-05-01 | frexp: handle NaN values (from sources) | cinap_lenrek |
2013-03-11 | ape: threadsafe errno | cinap_lenrek |
2013-03-11 | ape: fix thread race with close() and select() | cinap_lenrek |
2013-03-11 | ape/malloc: make malloc and free threadsafe for python | cinap_lenrek |
2013-03-11 | ape/stdio: make fopen() quasi threadsafe for python | cinap_lenrek |
2013-03-10 | ape: check for invalid filedescriptors in select() | cinap_lenrek |
2013-02-08 | ape: fix bug in access() | ppatience0 |
2012-12-31 | fix utf and rune handling in preparation for 32bit runes | cinap_lenrek |
2012-12-03 | ape: fix memory leak and path limit in unlink() | cinap_lenrek |
2012-12-03 | ape: forgot to set errno in access() for dir create fail | cinap_lenrek |
2012-12-03 | ape: fix _grpmems(), access(), getppid(), cleanup | cinap_lenrek |
2012-12-03 | ape: putenv, add file :) | cinap_lenrek |
2012-12-03 | ape: fix putenv() | cinap_lenrek |
2012-12-03 | ape: fix more bugs, use /env and /proc instead of #e and #p, cleanup | cinap_lenrek |
2012-12-03 | ape: initialize _tos and use _tos->pid for getpid() | cinap_lenrek |
2012-12-02 | ape: fix buffer overflow in _envsetup() | cinap_lenrek |
2012-08-19 | calloc: check multiplication overflow | cinap_lenrek |
2012-07-30 | import updated compilers from sources | cinap_lenrek |
2011-06-04 | ape: fix symbol name collision for by renaming static timezone struct to tz | cinap_lenrek |
2011-06-03 | fixed mktime bug | aiju |
2011-06-04 | fixed tzset(), hopefully hg timezone bug should be fixed now | aiju |
2011-06-03 | added (unfinished) nanosleep to APE | aiju |
2011-05-10 | ape: fix fread/fwrite, python: disable bytecode dumps, inst: rename textonly ... | cinap_lenrek |
2011-05-09 | fixed fread | aiju |
2011-05-09 | fixed fwrite (hopefully didn't break anything) | aiju |
2011-05-03 | ape: fix broken chmod for directories. (makes hg work again) | cinap_lenrek |
2011-03-30 | fixing perms | cinap_lenrek |