Skip to content

Commit 2cf7d5c

Browse files
committed
std-gnu11: new module
This makes it easier for applications to prefer C11 and C++11 to older variants, when compiling C and C++ code. Unlike most m4/*.m4 files, m4/std-gnu11.m4 is GPLed, as it copies a nontrivial chunk of GPLed Autoconf source code. * COPYING: Mention the m4/*.m4 copyright situation. * MODULES.html.sh (std-gnu11): New module. * m4/std-gnu11.m4, modules/std-gnu11: New files.
1 parent d1cca4c commit 2cf7d5c

File tree

5 files changed

+852
-2
lines changed

5 files changed

+852
-2
lines changed

COPYING

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ were not licensed under LGPL.
1414

1515
Some of the source files in lib/ have different licenses. Also, the
1616
copy of maintain.texi in doc/ has a verbatim-copying license, and
17-
doc/standards.texi and make-stds.texi are GFDL.
17+
doc/standards.texi and make-stds.texi are GFDL. Most (but not all)
18+
m4/*.m4 files have nearly unlimited licenses.

ChangeLog

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2016-02-02 Paul Eggert <[email protected]>
2+
3+
std-gnu11: new module
4+
This makes it easier for applications to prefer C11 and C++11
5+
to older variants, when compiling C and C++ code.
6+
Unlike most m4/*.m4 files, m4/std-gnu11.m4 is GPLed, as it copies
7+
a nontrivial chunk of GPLed Autoconf source code.
8+
* COPYING: Mention the m4/*.m4 copyright situation.
9+
* MODULES.html.sh (std-gnu11): New module.
10+
* m4/std-gnu11.m4, modules/std-gnu11: New files.
11+
112
2016-01-25 Paul Eggert <[email protected]>
213

314
get-permissions, strftime: fix grammar in comments

MODULES.html.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -2338,7 +2338,7 @@ func_all_modules ()
23382338
func_module mbfile
23392339
func_end_table
23402340

2341-
element="Support for systems lacking ISO C11"
2341+
element="Support for systems lacking ISO C 11"
23422342
func_section_wrap c11_sup
23432343
func_wrap H2
23442344
func_echo "$element"
@@ -2350,6 +2350,7 @@ func_all_modules ()
23502350
func_echo "$element"
23512351

23522352
func_begin_table
2353+
func_module std-gnu11
23532354
func_module stdalign
23542355
func_end_table
23552356

0 commit comments

Comments
 (0)