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-03-05 14:31 cc1: Accept integer comparations in enu… Roberto E. Vargas …
DIR 2026-02-20 14:04 tests: Update README Roberto E. Vargas …
DIR 2026-02-20 08:32 cc1: Fix va_start() warning Roberto E. Vargas …
DIR 2026-02-20 08:23 cc1: Mark builltin with side effect Roberto E. Vargas …
DIR 2026-02-18 20:01 build: Use LIBPREFIX for crt files in m… Roberto E. Vargas …
DIR 2026-02-18 18:45 cc1: Warn only in different macro redef… Roberto E. Vargas …
DIR 2026-02-18 09:18 doc: Update scc man page to scc-cc Roberto E. Vargas …
DIR 2026-02-18 09:16 driver/posix: Improve command line comp… Roberto E. Vargas …
DIR 2026-02-16 15:53 build: Use better config-musl target Roberto E. Vargas …
DIR 2026-02-16 15:46 cc1: Add unary - folding for floats Roberto E. Vargas …
DIR 2026-02-16 10:24 cc1: Mark cpp else blocks Roberto E. Vargas …
DIR 2026-02-16 10:07 tests/cc: Use diff -u Roberto E. Vargas …
DIR 2026-02-16 09:21 libc: Improve gcc-ssc Roberto E. Vargas …
DIR 2026-02-16 09:09 doc: Update LICENSE file Roberto E. Vargas …
DIR 2026-02-15 20:42 gcc-scc.sh: parse options using getopts Avi Halachmi (:avi…
DIR 2026-02-15 20:22 scc-cpp.sh and gcc-scc.sh: improve hand… Avi Halachmi (:avi…
DIR 2026-02-15 10:12 make: Escape values passed in MAKEFLAGS Roberto E. Vargas …
DIR 2026-02-15 10:07 posix: Quote parameters passed down in … Roberto E. Vargas …
DIR 2026-02-12 11:46 cc2: Add missed dependencies for riscv Roberto E. Vargas …
DIR 2026-02-11 13:44 tests/make: Fix mistakes after trap cha… Roberto E. Vargas …
DIR 2026-02-11 13:38 make: Change default CFLAGS and FFLAGS Roberto E. Vargas …
DIR 2026-02-10 13:38 cc2: Generalize keeplabel() Roberto E. Vargas …
DIR 2026-02-10 10:26 cc2: Keep label position in branches Roberto E. Vargas …
DIR 2026-02-10 10:26 cc2: Keep label position in commas Roberto E. Vargas …
DIR 2026-02-10 10:26 cc2: Keep label position in logic expre… Roberto E. Vargas …
DIR 2026-02-10 10:26 cc2: Keep label position in ternaries Roberto E. Vargas …
DIR 2026-02-10 10:00 cc2: Preserve labels in replace() Roberto E. Vargas …
DIR 2026-02-09 15:08 cc1: Add support for non constant auto … Roberto E. Vargas …
DIR 2026-02-04 11:41 cc1: Disable string emit in initializers Roberto E. Vargas …
DIR 2026-02-02 11:43 tests/cc: Add 0239-fcasts.c Roberto E. Vargas …
DIR 2026-02-02 11:37 cc1: Fix padding in initializers Roberto E. Vargas …
DIR 2026-01-31 19:36 objdump: Minor typo in error string Roberto E. Vargas …
DIR 2026-01-31 18:53 cc2/qbe: Fix floating point conversions Roberto E. Vargas …
DIR 2026-01-31 18:05 cc1: Fold constant casts involving floa… Roberto E. Vargas …
DIR 2026-01-31 08:50 cc2/qbe: Fix bug introduced in b83ec8ed Roberto E. Vargas …
DIR 2026-01-30 20:50 cc1: Fix definition of __FLT_EVAL_METHO… Roberto E. Vargas …
DIR 2026-01-30 20:37 cc1: Use type punning to pass floats to… Roberto E. Vargas …
DIR 2026-01-30 16:06 cc1: Fix pointer cast type Roberto E. Vargas …
DIR 2026-01-30 14:44 cc1: Add support for float constant Roberto E. Vargas …
DIR 2026-01-30 11:49 cc1: Add support for c99 float arithmet… Roberto E. Vargas …
DIR 2026-01-30 09:42 cc1: Be careful about float optimizatio… Roberto E. Vargas …
DIR 2026-01-29 19:53 cc1: Fold correctly unary in sizeof Roberto E. Vargas …
DIR 2026-01-29 19:22 cc1: Use int for namespaces Roberto E. Vargas …
DIR 2026-01-29 14:48 cc1: Parse correctly **/ comments Roberto E. Vargas …
DIR 2026-01-29 12:35 cc1: Accept digits in macro parameters Roberto E. Vargas …
DIR 2026-01-29 11:36 cc1: Fix elif handling Roberto E. Vargas …
DIR 2026-01-29 11:25 cc1: Simplify getdefs() Roberto E. Vargas …
DIR 2026-01-28 14:12 cc1: Remove macro tokens from the token… Roberto E. Vargas …
DIR 2026-01-28 13:58 cc1: Rewrite macro defintion parser Roberto E. Vargas …
DIR 2026-01-27 12:12 libc: Add missed bits/wchar.h to the pr… Roberto E. Vargas …
DIR 2026-01-27 11:11 libc: Protect redefinitions of __va_lis… Roberto E. Vargas …
DIR 2026-01-27 08:55 cc1: Remove NR_MAXSTRUCTS Roberto E. Vargas …
DIR 2026-01-24 10:51 Merge remote-tracking branch 'origin' Roberto E. Vargas …
DIR 2026-01-24 10:50 tests: Avoid using mktemp Roberto E. Vargas …
DIR 2026-01-24 10:47 build: Use exit $? in signal traps Roberto E. Vargas …
DIR 2026-01-16 12:15 cc1: Fix comment typos Zhaoming Luo
DIR 2026-01-16 12:15 doc: Fix typo in README Zhaoming Luo
DIR 2026-01-06 00:14 build: Preserve exit status scripts/con… Roberto E. Vargas …
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 …
5031 more commits remaining, fetch the repository
TEXT Atom feed
TEXT Atom feed (tags)