Age | Commit message (Expand) | Author |
2023-05-09 | libc/arm64: sqrt() in assembly | Sigrid Solveig Haflínudóttir |
2023-04-08 | libc: Add poolreset() function | cinap_lenrek |
2023-03-29 | libc: runecomp: move generated files to explicit regen rule | Jacob Moody |
2023-03-26 | libc: runecomp: commit generated data files | Jacob Moody |
2023-03-26 | libc: remove dangling runetype.c | Jacob Moody |
2023-03-26 | runecomp(2) | Jacob Moody |
2023-03-09 | print, strtod: fix -0 and -NaN, respect verb flags when formatting | Sigrid Solveig Haflínudóttir |
2023-03-08 | sys/src/libc/spim/mkfile: use port/lock.c and spim/tas.s | adventuresin9 |
2023-03-08 | sys/src/libc/mips/tas.s: _tas() for spim | adventuresin9 |
2023-03-06 | /sys/src/libc/mips/tas.s: remove _tas() problem elsewhere | adventuresin9 |
2023-03-06 | /sys/src/libc/mips/tas.s: add _tas() | adventuresin9 |
2023-02-22 | libc: fix strchr() for little endian mips (thanks adventuresin9) | cinap_lenrek |
2023-02-19 | mkfiles: add 'mk test' support | Ori Bernstein |
2023-01-06 | libc: coding style (from drawterm) | cinap_lenrek |
2022-12-30 | libc: fix 32-bit arch vlong->double conversion (thans cosa) | cinap_lenrek |
2022-12-25 | libsec: use /net/tls instead of #a/tls | cinap_lenrek |
2022-12-23 | libc: use /fd instead of #d in iounit() | cinap_lenrek |
2022-11-03 | libc: address kencc warning in date.c | Jacob Moody |
2022-10-29 | tmdate: provide better parse errors | Ori Bernstein |
2022-05-22 | shorten strchr and runestrchr | Amavect |
2022-05-26 | tmparse: remove incorrect isalpha definition | Michael Forney |
2022-01-10 | reduce: use if() to test for exit status of pipeline | cinap_lenrek |
2021-12-13 | devssl, cpu, import, oexportfs: delete | Ori Bernstein |
2021-10-31 | libc: idn2utf()/utf2idn(): check for < 1 buffer, can't insert terminating NUL. | cinap_lenrek |
2021-10-31 | libc: fix overflow of domain component rune buffer for idn2utf() | cinap_lenrek |
2021-08-11 | qsort: allow usize-sized arrays. | Ori Bernstein |
2021-07-25 | libc: use usize for sbrk() increment | cinap_lenrek |
2021-07-25 | libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions us... | cinap_lenrek |
2021-07-23 | arm64: use generic timer virtual counter for cycles() | cinap_lenrek |
2021-07-03 | libc: add encode(2) variants for custom alphabets | Ori Bernstein |
2020-12-29 | libc/arm: open #c/sysstat file with OCEXEC (internal file descriptor) | cinap_lenrek |
2020-12-23 | libc: re-implement getuser() by stating /proc/$pid/status | cinap_lenrek |
2020-12-19 | libc: implement getppid() reading /proc/$pid/ppid instead of /dev/ppid | cinap_lenrek |
2020-12-09 | backout OCEXEC changes when potentially opening /srv files | cinap_lenrek |
2020-12-07 | libc: open internal file-descriptor with OCEXEC flag | cinap_lenrek |
2020-11-01 | libc: recurse on smaller half of array | Ori Bernstein |
2020-09-22 | libc: ignore '?' in date format strings | Ori Bernstein |
2020-09-22 | libc: make yday 0-based, as docs suggest | Ori Bernstein |
2020-09-01 | tmparse: put in local timezone hack | Ori Bernstein |
2020-08-26 | tmparse: fix typo | Ori Bernstein |
2020-08-26 | libc: tmparse should ignore leading whitespace | Ori Bernstein |
2020-08-24 | tm2sec: clear new fields in tm | Ori Bernstein |
2020-08-09 | libc: new date apis | Ori Bernstein |
2020-06-15 | libc: revert date change again. this is getting ridicuoulus. | cinap_lenrek |
2020-06-14 | libc, seconds: new time and date apis (try 2) | Ori Bernstein |
2020-06-14 | libc: reverting previous change until ori can fix it | cinap_lenrek |
2020-06-13 | libc, seconds: new time and date apis. | Ori Bernstein |
2020-05-17 | libc/arm64: work arround linker bug for cas() | cinap_lenrek |
2019-06-16 | Add test for pow.c | Ori Bernstein |
2019-06-16 | Handle NaN and Inf edge cases as specified by posix, instead of barfing. | Ori Bernstein |