URI:
       Log - scc - simple c99 compiler
  HTML 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 2026-01-05 21:22  libmach: Add findseg()                    Roberto E. Vargas …
   DIR 2026-01-05 20:33  tests/libc: Add 0067-wcwidth              Roberto E. Vargas …
   DIR 2026-01-05 20:19  objdump: Fix format string in dumpscns()  Roberto E. Vargas …
   DIR 2026-01-05 19:24  libc: Include a mbstate_t in FILE         Roberto E. Vargas …
   DIR 2026-01-04 20:18  libc/stdlib: Minor improvements to real…  Roberto E. Vargas …
   DIR 2026-01-04 20:14  libc/wchar: Whitespace change             Roberto E. Vargas …
   DIR 2026-01-04 20:09  tests: Minor improvements                 Roberto E. Vargas …
   DIR 2026-01-04 19:48  libc/string: Minor improvements           Roberto E. Vargas …
   DIR 2026-01-04 19:29  libc/wchar: Add wctob()                   Roberto E. Vargas …
   DIR 2026-01-04 19:17  libc/wchar: Add btowc()                   Roberto E. Vargas …
   DIR 2026-01-04 18:47  tests/libc: Add 0043-wcsrtombs            Roberto E. Vargas …
   DIR 2026-01-03 17:55  libc: Add wcstok                          Roberto E. Vargas …
   DIR 2026-01-03 17:37  libc: Reorder common-objs.mk              Roberto E. Vargas …
   DIR 2026-01-03 16:47  Merge remote-tracking branch 'origin/ma…  Roberto E. Vargas …
   DIR 2026-01-03 14:35  build: Build bootstrap make in scripts    Roberto E. Vargas …
   DIR 2026-01-03 14:24  tests: Use $TEST in every scc invocation  Roberto E. Vargas …
   DIR 2026-01-03 13:14  build: Fix use of trap                    Roberto E. Vargas …
   DIR 2025-11-18 15:47  include: Remove parameter names in prot…  Roberto E. Vargas …
   DIR 2025-11-18 14:26  include: Remove extern in function decl…  Roberto E. Vargas …
   DIR 2025-11-18 13:01  include: Remove T* types                  Roberto E. Vargas …
   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 …
                         4973 more commits remaining, fetch the repository
       
  TEXT Atom feed
  TEXT Atom feed (tags)