Log - scc - simple c99 compiler
(HTM) git clone git://git.simple-cc.org/scc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
Date Commit message Author
(DIR) 2025-11-18 10:46 doc: Remove outdated bug Roberto E. Vargas …
(DIR) 2025-10-31 17:19 tests/ar: Fix file name in 0039-update.… Roberto E. Vargas …
(DIR) 2025-10-29 09:57 tests: Set error code Roberto E. Vargas …
(DIR) 2025-10-28 20:21 tests/make: Reduce the timeout for 0102… Roberto E. Vargas …
(DIR) 2025-10-28 20:12 make: Use a local signal variable Roberto E. Vargas …
(DIR) 2025-10-28 20:10 scc-make: Avoid signal race conditions Roberto E. Vargas …
(DIR) 2025-10-17 07:40 tests/make: Increment timeout for 0102-… Roberto E. Vargas …
(DIR) 2025-10-16 11:22 build: Modify include path Roberto E. Vargas …
(DIR) 2025-08-05 12:00 Merge remote-tracking branch 'origin/ma… Roberto E. Vargas …
(DIR) 2025-08-05 11:53 make: Make cleanup void Roberto E. Vargas …
(DIR) 2025-06-17 18:16 libc/malloc: Unify malloc and realloc Roberto E. Vargas …
(DIR) 2025-06-17 19:04 tests/make: Unset MAKEFLAGS Roberto E. Vargas …
(DIR) 2025-06-13 20:31 scc-make: parseargv(): properly handle … Z. Gilboa
(DIR) 2025-06-14 07:42 .gitignore: add missing entry for /src/… Z. Gilboa
(DIR) 2025-06-04 14:36 driver/posix: Enable QBE for any arch/a… Roberto E. Vargas …
(DIR) 2025-06-04 14:31 driver/posix: Adjust qbe command line b… Roberto E. Vargas …
(DIR) 2025-06-04 14:08 cc2: Add support for qbe riscv64 Roberto E. Vargas …
(DIR) 2025-06-04 14:08 cc2/arm64: Removed unused peep.c Roberto E. Vargas …
(DIR) 2025-06-04 14:06 cc1: Add support for riscv64 Roberto E. Vargas …
(DIR) 2025-05-27 18:19 build: Remove redundant make build Roberto E. Vargas …
(DIR) 2025-05-24 04:54 libc/vfprintf: Adjust variable types Roberto E. Vargas …
(DIR) 2025-05-13 08:14 doc: Clarify how to use musl Roberto E. Vargas …
(DIR) 2025-05-12 20:28 build: Use SCCMAKE instead of SMAKE Roberto E. Vargas …
(DIR) 2025-05-11 18:31 test/cc: Add 0231-init.c Roberto E. Vargas …
(DIR) 2025-04-28 08:55 cc1: Allow struct assigments in initial… Roberto E. Vargas …
(DIR) 2025-04-25 08:27 cc1: Initialize correctly unions Xavier Del Campo R…
(DIR) 2025-04-25 07:22 build: Bootstrap scc using scc-make Roberto E. Vargas …
(DIR) 2025-04-21 20:08 libc: Add macro definition for setjmp Roberto E. Vargas …
(DIR) 2025-04-18 21:40 build: Remove lorder Roberto E. Vargas …
(DIR) 2025-04-18 20:55 Merge remote-tracking branch 'origin/ma… Roberto E. Vargas …
(DIR) 2025-04-18 20:52 doc: Unify license information Roberto E. Vargas …
(DIR) 2025-04-09 15:15 Fix double free in swtch.c remph
(DIR) 2025-04-09 15:10 tests/libc: Fix wchar tests lhr@disroot.org
(DIR) 2025-04-07 13:17 libc/openbsd: fix int_fast64_t definiti… Lucas Gabriel Vuot…
(DIR) 2025-04-02 07:42 tests/libc: Remove errno check Roberto E. Vargas …
(DIR) 2025-03-28 11:49 libc/wchar: Remove useless state in wc* Roberto E. Vargas …
(DIR) 2025-03-28 08:42 libc/wchar: Simplify mbsrtowc() and mbs… Roberto E. Vargas …
(DIR) 2025-03-27 21:11 libc/wchar: Remove state from mbtowc() Roberto E. Vargas …
(DIR) 2025-03-27 12:09 tests/cc: Reuse 0193-incomplete Roberto E. Vargas …
(DIR) 2025-03-26 13:46 libc/wchar: Add wcspbrk() Roberto E. Vargas …
(DIR) 2025-03-26 13:41 libc/string: Simplify strpbrk() Roberto E. Vargas …
(DIR) 2025-03-26 13:34 libc/wchar: Add wcscspn() Roberto E. Vargas …
(DIR) 2025-03-26 13:26 libc/wchar: Add wcsspn() Roberto E. Vargas …
(DIR) 2025-03-26 13:14 libc/wchar: Add wcsxfrm() Roberto E. Vargas …
(DIR) 2025-03-25 20:44 libc/wchar: Add wcsstr() Roberto E. Vargas …
(DIR) 2025-03-25 20:32 libc/wchar: Add wcsrchr() Roberto E. Vargas …
(DIR) 2025-03-25 20:26 libc/wchar: Add wcschr() Roberto E. Vargas …
(DIR) 2025-03-25 19:56 libc/wchar: Add wcsncat() Roberto E. Vargas …
(DIR) 2025-03-25 19:50 libc/wchar: Add wcscat() Roberto E. Vargas …
(DIR) 2025-03-25 19:34 libc/wchar: Add wcsncpy() Roberto E. Vargas …
(DIR) 2025-03-25 18:49 libc/wchar: Add wmemset() Roberto E. Vargas …
(DIR) 2025-03-25 18:35 tests/wchar: Add wmemmove() Roberto E. Vargas …
(DIR) 2025-03-25 18:15 libc/wchar: Add wmemcmp() Roberto E. Vargas …
(DIR) 2025-03-25 18:03 libc/wchar: Add wmemcpy() Roberto E. Vargas …
(DIR) 2025-03-25 17:36 libc/string: Improve memchr() Roberto E. Vargas …
(DIR) 2025-03-25 17:30 libc/wchar: Add wmemchr() Roberto E. Vargas …
(DIR) 2025-03-25 09:52 Merge remote-tracking branch 'origin/ma… Roberto E. Vargas …
(DIR) 2025-03-25 09:50 libc/stdio: Remove unneeded initializat… Roberto E. Vargas …
(DIR) 2025-03-25 07:21 tests/libc: Add a new invalid utf-8 tes… Roberto E. Vargas …
(DIR) 2025-03-24 08:54 libc/wchar: Add wcscpy() Roberto E. Vargas …
(DIR) 2025-03-22 09:32 libc/stdlib: Use state in mbstowcs and … Roberto E. Vargas …
(DIR) 2025-03-22 09:27 libc/wchar: Add wcscoll() Roberto E. Vargas …
(DIR) 2025-03-21 18:23 tests/libc: Add 0042-mbsrtowc Roberto E. Vargas …
(DIR) 2025-03-21 18:21 libc/wchar: Add wcsncmp() Roberto E. Vargas …
(DIR) 2025-03-21 10:43 tests/libc: Add 0045-wcscmp Roberto E. Vargas …
(DIR) 2025-03-21 10:42 libc/wchar: Add wcscmp() Roberto E. Vargas …
(DIR) 2025-03-21 10:41 libc/string: Simplify strcmp Roberto E. Vargas …
(DIR) 2025-03-21 10:21 libc/wchar: Group mem and str functions Roberto E. Vargas …
(DIR) 2025-03-21 10:20 tests/libc: Add 0044-wcslen test Roberto E. Vargas …
(DIR) 2025-03-21 08:14 libc/wchar: Group single wchar I/O func… Roberto E. Vargas …
(DIR) 2025-03-21 07:51 tests/libc: Add 0041-mbrlen to .gitigno… Roberto E. Vargas …
(DIR) 2025-03-20 21:29 libc/wchar: Remove macros for mblen and… Roberto E. Vargas …
(DIR) 2025-03-20 19:28 tests/libc: Add 0041-mbrlen() Roberto E. Vargas …
(DIR) 2025-03-20 19:23 libc/stdlib: Use internal state in wcto… Roberto E. Vargas …
(DIR) 2025-03-20 19:07 libc/wchar: Use hidden state in mblen a… Roberto E. Vargas …
(DIR) 2025-03-20 16:05 tests/libc: Add 0040-wcrtomb Roberto E. Vargas …
(DIR) 2025-03-20 16:01 libc/wchar: Fix unicode range Roberto E. Vargas …
(DIR) 2025-03-20 09:58 make: Add more debug output Roberto E. Vargas …
(DIR) 2025-03-17 16:26 tests/make: Add 0107-inference Roberto E. Vargas …
(DIR) 2025-03-17 15:58 make: Check target name in dependencies Roberto E. Vargas …
(DIR) 2025-03-11 13:28 tests/libc: Add 0039-mbrtowc Roberto E. Vargas …
(DIR) 2025-03-11 13:25 tests/libc: Add 0038-mbsinit Roberto E. Vargas …
(DIR) 2025-03-10 20:22 libc/wchar: Rewrite mbtowc() Roberto E. Vargas …
(DIR) 2025-02-22 12:14 make/posix: Fix feature test macros remph
(DIR) 2025-02-26 09:31 libc/wchar: Fix unicode handling Roberto E. Vargas …
(DIR) 2025-02-22 12:14 libc/tests: add omitted headers remph
(DIR) 2025-03-10 12:57 libc: Add get/set for mbstate_t Roberto E. Vargas …
(DIR) 2025-03-08 18:03 mkdep: Fix backslash escapes Quentin Rameau
(DIR) 2025-03-08 16:32 Makefile: fix sed newline in replacemen… Quentin Rameau
(DIR) 2025-03-10 09:05 libc/darwin: Don't use MB_CUR_MAX for m… Roberto E. Vargas …
(DIR) 2025-03-05 07:52 libc/wchar: Fix mbstate_t definition fo… Roberto E. Vargas …
(DIR) 2025-03-04 18:52 cc/posix: Update comment Roberto E. Vargas …
(DIR) 2025-03-04 18:45 libc/wchar: Define mbstate_t correctly Roberto E. Vargas …
(DIR) 2025-02-26 09:14 libc/wchar: Add mbsinit() Roberto E. Vargas …
(DIR) 2025-02-20 10:39 libmach/elf: Add elfrel.h Roberto E. Vargas …
(DIR) 2025-02-20 09:31 libmach: Use long for offset Roberto E. Vargas …
(DIR) 2025-02-19 17:36 strip: Minor error message change Roberto E. Vargas …
(DIR) 2025-02-19 17:33 objdump/elf: Add support to print segme… Roberto E. Vargas …
(DIR) 2025-02-19 17:16 libmach: Rewrite the mapping functions Roberto E. Vargas …
(DIR) 2025-02-19 16:23 libmach: Remove Segment data type Roberto E. Vargas …
4953 more commits remaining, fetch the repository
(TXT) Atom feed
(TXT) Atom feed (tags)