Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-14 | ape: fix format clash, %z is for size_t (which is a long currently), not ↵ | cinap_lenrek | |
pointer sized | |||
2016-09-11 | ape: bring strtod() in line with plan9's libc version | cinap_lenrek | |
2016-05-04 | ape: return plan9 error strings from strerror() | cinap_lenrek | |
when _syserrno() fails to map a plan9 error string to a unix error number, we copy the plan9 error string to the per process error buffer "plan9err" and set errno = EPLAN9. when strerror() is called with EPLAN9, it returns a pointer to the plan9err buffer. | |||
2016-01-07 | ape/fmt: %p and %z format for amd64 | cinap_lenrek | |
2015-05-17 | libc: use Runemax instead of hardcoded 0x65536 for fmtchar check (thanks qrstuv) | cinap_lenrek | |
2012-12-31 | fix utf and rune handling in preparation for 32bit runes | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |