https://github.com/JuliaLang/julia
Revision d291c8b16c632339d5fbff8bc503db27dfb4afea authored by Mosè Giordano on 12 March 2022, 02:27:48 UTC, committed by GitHub on 12 March 2022, 02:27:48 UTC
* [Make.inc] Require C11 standard

Julia effectively requires C11 because of the use of `_Atomic`.  This is shown
when compiling with `-pedantic`.

* Add missing header file needed for `ssize_t`

* Change C standard also in `contrib/julia-config.jl`
1 parent 6be86a3
History
Tip revision: d291c8b16c632339d5fbff8bc503db27dfb4afea authored by Mosè Giordano on 12 March 2022, 02:27:48 UTC
[Make.inc] Require C11 standard (#44556)
Tip revision: d291c8b
File Mode Size
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.buildkite-external-version -rw-r--r-- 5 bytes
.clang-format -rw-r--r-- 3.3 KB
.codecov.yml -rw-r--r-- 52 bytes
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 352 bytes
.mailmap -rw-r--r-- 12.1 KB
CITATION.bib -rw-r--r-- 513 bytes
CITATION.cff -rw-r--r-- 940 bytes
CONTRIBUTING.md -rw-r--r-- 22.5 KB
HISTORY.md -rw-r--r-- 349.4 KB
LICENSE.md -rw-r--r-- 1.3 KB
Make.inc -rw-r--r-- 49.6 KB
Makefile -rw-r--r-- 26.2 KB
NEWS.md -rw-r--r-- 2.1 KB
README.md -rw-r--r-- 7.4 KB
THIRDPARTY.md -rw-r--r-- 3.7 KB
VERSION -rw-r--r-- 10 bytes
julia.spdx.json -rw-r--r-- 35.8 KB
sysimage.mk -rw-r--r-- 4.1 KB

README.md

back to top