| 2026-05-11 08:16 | Merge remote-tracking branch 'origin/master' | Roberto E. Vargas Caballero | 1 | +1 | -1 |
| 2026-05-11 08:04 | ranlib: Remove offset and oldsiz globals | Roberto E. Vargas Caballero | 1 | +8 | -11 |
| 2026-05-08 19:21 | libc/stdio: Use wb+ for tmpfile() | Roberto E. Vargas Caballero | 1 | +1 | -1 |
| 2026-05-08 18:05 | build/libmach: Add elf header dependencies | Roberto E. Vargas Caballero | 1 | +11 | -0 |
| 2026-05-08 18:00 | libmach: Remove unused elf64.h header | Roberto E. Vargas Caballero | 1 | +0 | -46 |
| 2026-05-08 17:44 | libmach: Unify coff32getidx and elfgetidx | Roberto E. Vargas Caballero | 7 | +87 | -93 |
| 2026-05-08 17:44 | libmach: Unify coff32setidx and elfsetidx | Roberto E. Vargas Caballero | 5 | +11 | -32 |
| 2026-05-08 17:32 | build/libc: Use scc-ranlib | Roberto E. Vargas Caballero | 2 | +2 | -0 |
| 2026-05-08 17:27 | ranlib: Use 2 phases writing the index | Roberto E. Vargas Caballero | 1 | +19 | -4 |
| 2026-05-08 17:08 | ranlib: Use offset to member headers | Roberto E. Vargas Caballero | 1 | +3 | -8 |
| 2026-05-08 16:52 | libmach: Use 32BE for index in elf | Roberto E. Vargas Caballero | 3 | +1 | -35 |
| 2026-05-08 16:44 | ranlib: Fix detection of previous index | Roberto E. Vargas Caballero | 1 | +5 | -3 |
| 2026-05-08 15:09 | libmach: Remove unused variable | Roberto E. Vargas Caballero | 2 | +4 | -8 |
| 2026-05-08 14:17 | libmach: Implement setindex() for elf | Roberto E. Vargas Caballero | 9 | +58 | -11 |
| 2026-05-08 14:14 | libc: Remove duplicated _open | Roberto E. Vargas Caballero | 2 | +0 | -2 |
| 2026-05-08 13:34 | libmach: Encode number of bits in OBJ() | Roberto E. Vargas Caballero | 4 | +16 | -8 |
| 2026-05-08 12:03 | libmach: Make coff32csetidx generic | Roberto E. Vargas Caballero | 7 | +36 | -36 |
| 2026-05-08 10:10 | as: Remove debug abort() | Roberto E. Vargas Caballero | 1 | +0 | -1 |
| 2026-05-08 07:57 | Merge remote-tracking branch 'origin/master' | Roberto E. Vargas Caballero | 14 | +127 | -23 |
| 2026-05-08 07:54 | ranlib: Ignore undefine references | Roberto E. Vargas Caballero | 1 | +1 | -1 |
| 2026-05-08 07:52 | ranlib: Fix offset calculation | Roberto E. Vargas Caballero | 1 | +1 | -1 |
| 2026-05-07 08:38 | tests/libc: Add 0098-tmpfil | Roberto E. Vargas Caballero | 3 | +77 | -0 |
| 2026-05-06 19:24 | build: Fix libscc-$(DRIVER).a dependency | Roberto E. Vargas Caballero | 3 | +3 | -2 |
| 2026-05-06 19:19 | build: Cover Add coverage to top Makefile | Roberto E. Vargas Caballero | 1 | +1 | -1 |
| 2026-05-06 19:15 | libc/cc: Minor fixes | Roberto E. Vargas Caballero | 4 | +2 | -5 |
| 2026-05-06 19:07 | libc/stdio: Use uinptr_t instead of -1 pointers | Roberto E. Vargas Caballero | 1 | +3 | -9 |
| 2026-05-06 18:58 | tests/libc: Add 0097-fops | Roberto E. Vargas Caballero | 3 | +41 | -0 |
| 2026-05-06 18:54 | tests/libc: Remove debug comment from 0096-div | Roberto E. Vargas Caballero | 1 | +0 | -6 |
| 2026-05-06 18:28 | build/libc: Use scc ar | Roberto E. Vargas Caballero | 2 | +2 | -0 |
| 2026-05-06 13:46 | tests/libc: Fix expected output | Roberto E. Vargas Caballero | 1 | +5 | -1 |
| 2026-05-06 11:14 | Merge remote-tracking branch 'origin/master' | Roberto E. Vargas Caballero | 3 | +3 | -0 |
| 2026-05-06 11:13 | tests/libc: Add 0096-div | Roberto E. Vargas Caballero | 3 | +112 | -0 |
| 2026-05-06 08:54 | doc: Update scc-cc.1 with ignored -pipe option | Roberto E. Vargas Caballero | 1 | +1 | -0 |
| 2026-05-06 08:24 | cc2/qbe: Whitespace change | Roberto E. Vargas Caballero | 1 | +3 | -3 |
| 2026-05-06 08:51 | build/openbsd: Use scc_clang libprofile by default | Roberto E. Vargas Caballero | 1 | +1 | -0 |
| 2026-05-06 08:22 | cc2: Remove some of the escape sequences | Roberto E. Vargas Caballero | 1 | +0 | -9 |
| 2026-05-06 08:25 | Merge remote-tracking branch 'origin/master' | Roberto E. Vargas Caballero | 10 | +58 | -16 |
| 2026-05-02 07:47 | Merge remote-tracking branch 'origin/master' | Roberto E. Vargas Caballero | 31 | +940 | -5 |
| 2026-05-04 16:36 | scc: Ignore -pipe option | Roberto E. Vargas Caballero | 1 | +1 | -0 |
| 2026-05-01 20:22 | Merge branch 'master' into dev | Roberto E. Vargas Caballero | 1 | +1 | -1 |
| 2026-05-01 17:55 | tests/libc: Add 0095-abs | Roberto E. Vargas Caballero | 3 | +34 | -0 |
| 2026-05-01 17:40 | tests/libc: Add 0094-bsearch | Roberto E. Vargas Caballero | 3 | +48 | -0 |
| 2026-05-01 19:47 | libc/qsprt: Fix typo calculating nj | Roberto E. Vargas Caballero | 1 | +1 | -1 |
| 2026-05-01 19:45 | libc/qsort: Use unsigned char instead of char | Roberto E. Vargas Caballero | 1 | +3 | -3 |
| 2026-05-01 17:03 | tests/libc: Add 0093-system | Roberto E. Vargas Caballero | 3 | +22 | -0 |
| 2026-05-01 16:56 | tests/libc: Add 0092-getenv | Roberto E. Vargas Caballero | 9 | +40 | -0 |
| 2026-05-01 11:21 | tests/libc: Add 0091-atexit | Roberto E. Vargas Caballero | 3 | +98 | -0 |
| 2026-04-30 21:51 | tests/libc: Add 0090-rand | Roberto E. Vargas Caballero | 3 | +85 | -0 |
| 2026-05-01 09:35 | tests/cc Add 0272-div | Roberto E. Vargas Caballero | 3 | +17 | -0 |
| 2026-05-01 09:25 | cc1: Extend cmpnode() to support floats | Roberto E. Vargas Caballero | 1 | +8 | -0 |
| 2026-04-30 21:10 | tests/libc: Add 0089-strtoull | Roberto E. Vargas Caballero | 3 | +78 | -0 |
| 2026-04-30 21:07 | tests/libc: Add 0088-strtoul | Roberto E. Vargas Caballero | 3 | +78 | -0 |
| 2026-04-30 20:41 | libc/tests: Add 0087-strtoll | Roberto E. Vargas Caballero | 3 | +78 | -0 |
| 2026-04-30 20:37 | tests/libc: Add 0086-strtol | Roberto E. Vargas Caballero | 3 | +78 | -0 |
| 2026-04-30 20:37 | tests/libc: Add placeholders for float conversions | Roberto E. Vargas Caballero | 5 | +57 | -0 |
| 2026-04-30 19:57 | tests/libc: Add 0082-atoll | Roberto E. Vargas Caballero | 3 | +65 | -0 |
| 2026-04-30 19:57 | tests/libc: Add 0081-atol | Roberto E. Vargas Caballero | 3 | +65 | -0 |
| 2026-04-30 19:57 | tests/libc: Add 0080-atoi | Roberto E. Vargas Caballero | 3 | +65 | -0 |
| 2026-04-30 19:46 | tests/libc: Add placeholder for 0079-atof | Roberto E. Vargas Caballero | 3 | +19 | -0 |
| 2026-04-30 19:13 | cc1: Avoid out of bound access | Roberto E. Vargas Caballero | 1 | +1 | -1 |
| 2026-04-30 17:14 | tests/libc: Export LDFLAGS to runtests.sh | Roberto E. Vargas Caballero | 2 | +6 | -2 |
| 2026-04-30 17:02 | libc/posix: Add putenv() | Roberto E. Vargas Caballero | 5 | +44 | -0 |
| 2026-04-30 16:58 | libc: Accept -O in gcc-scc | Roberto E. Vargas Caballero | 1 | +5 | -2 |
| 2026-04-30 09:57 | libc/time: Remove unused variable | Roberto E. Vargas Caballero | 1 | +0 | -1 |
| 2026-04-30 09:56 | libc/time: Optimize localtime() | Roberto E. Vargas Caballero | 1 | +5 | -4 |
| 2026-04-30 09:53 | tests/libc: Add 0078-time | Roberto E. Vargas Caballero | 3 | +163 | -0 |
| 2026-04-30 07:58 | doc: Update proto file with missed man pages | Roberto E. Vargas Caballero | 1 | +3 | -0 |
| 2026-04-29 16:11 | tests/libc: Improve 0077-setlocale | Roberto E. Vargas Caballero | 1 | +6 | -0 |
| 2026-04-29 13:55 | tests/libc: Add 0077-setlocale | Roberto E. Vargas Caballero | 3 | +69 | -0 |
| 2026-04-29 13:30 | tests/libc: Add 0076-localeconv | Roberto E. Vargas Caballero | 3 | +51 | -0 |
| 2026-04-29 11:33 | libc: Use SCC like default compiler | Roberto E. Vargas Caballero | 7 | +1 | -6 |
| 2026-04-29 11:25 | build: Avoid non required copys in cc2 | Roberto E. Vargas Caballero | 1 | +4 | -1 |
| 2026-04-29 11:24 | tests/cc: Use static functions in 0270-union | Roberto E. Vargas Caballero | 2 | +21 | -4 |
| 2026-04-29 11:21 | tests/cc: Add 0271-struct | Roberto E. Vargas Caballero | 2 | +2 | -0 |
| 2026-04-29 11:16 | cc2/qbe: Fix blit when assigning structs through pointers | Roberto E. Vargas Caballero | 2 | +2 | -2 |
| 2026-04-28 14:28 | doc: Add man page for scc-make | Roberto E. Vargas Caballero | 2 | +476 | -0 |
| 2026-04-28 09:02 | tests/cc: Add 0270-union | Roberto E. Vargas Caballero | 3 | +47 | -0 |
| 2026-04-28 09:01 | cc1: Fix compound union initializers | Roberto E. Vargas Caballero | 1 | +1 | -1 |
| 2026-04-28 07:20 | libc/time: Use SCC to compile it | Roberto E. Vargas Caballero | 1 | +1 | -0 |
| 2026-04-28 07:15 | tests/libc: Add 0075-strftime | Roberto E. Vargas Caballero | 3 | +126 | -0 |
| 2026-04-27 21:28 | tests/libc: Add 0074-strftime | Roberto E. Vargas Caballero | 3 | +669 | -0 |
| 2026-04-27 21:28 | tests/libc: Add 0073-mktime | Roberto E. Vargas Caballero | 3 | +127 | -0 |
| 2026-04-27 14:55 | libc/time: Add __SCC_TZ_TIME__ | Roberto E. Vargas Caballero | 10 | +10 | -0 |
| 2026-04-27 14:53 | tests/libc: Add 0072-mktime | Roberto E. Vargas Caballero | 3 | +247 | -0 |
| 2026-04-27 14:20 | time/libc: Consider the tz offset for dst rules | Roberto E. Vargas Caballero | 1 | +4 | -6 |
| 2026-04-25 15:57 | libc/time: Consider change hour only in change day | Roberto E. Vargas Caballero | 1 | +2 | -2 |
| 2026-04-25 15:55 | libc/time: Accepts offsets in rules | Roberto E. Vargas Caballero | 1 | +29 | -14 |
| 2026-04-24 21:59 | libc/time: Remove dst variable in mktime() | Roberto E. Vargas Caballero | 1 | +2 | -4 |
| 2026-04-24 21:57 | libc/time; Fix handling of bisiest years | Roberto E. Vargas Caballero | 1 | +8 | -7 |
| 2026-04-24 20:46 | libc/time: Use different julian flags | Roberto E. Vargas Caballero | 1 | +22 | -14 |
| 2026-04-24 17:00 | tests/libc: Accept SIG_IGN for SIGINT | Roberto E. Vargas Caballero | 1 | +5 | -1 |
| 2026-04-24 16:12 | tests/libc: Redirect stdout before stderr | Roberto E. Vargas Caballero | 1 | +1 | -1 |
| 2026-04-24 15:48 | libc/time: Fix CLOCKS_PER_SEC definition | Roberto E. Vargas Caballero | 16 | +11 | -15 |
| 2026-04-24 14:46 | libc/time: Use localtime() in mktime | Roberto E. Vargas Caballero | 1 | +3 | -9 |
| 2026-04-24 14:33 | libc/time: Fix default dst offset | Roberto E. Vargas Caballero | 1 | +1 | -1 |
| 2026-04-24 14:29 | libc/time: Add / token in _tzset() | Roberto E. Vargas Caballero | 1 | +2 | -1 |
| 2026-04-23 09:08 | tests/libc: Add 0071-clock | Roberto E. Vargas Caballero | 12 | +48 | -0 |
| 2026-04-23 09:06 | libc/time: Fix signees of the returned value | Roberto E. Vargas Caballero | 2 | +3 | -3 |
| 2026-04-23 08:39 | tests/libc: Remove cast in 0069-mktime | Roberto E. Vargas Caballero | 1 | +1 | -1 |
| 2026-04-23 08:33 | tests/libc: Add timeout support in runtest | Roberto E. Vargas Caballero | 1 | +10 | -1 |
| 5256 more commits remaining, fetch the repository |