
Tag: C
-
bsdimp is by far the most prolific FreeBSD contributor with just over 10k commits. His first commit was on 1996-09-22 on the 2.2.0 RELEASE.


-
The default language version for C compilation was set to -std=gnu23 from -std=gnu17
-
Clang now enables C2y mode with
-std=c2y. This sets__STDC_VERSION__to202400L.C2Y refers to the successor of C2X, the major 2024 revision of the C programming language.

https://github.com/llvm/llvm-project/commit/b67d557bd3627a428d5041edec129587d6d3972c
-
Google invests $1M USD to the Rust Foundation.

https://www.phoronix.com/news/Google-Rust-Better-CPP-Interop
https://security.googleblog.com/2024/02/improving-interoperability-between-rust-and-c.html






