18 Jun 2013 23:24
[PATCH] doc: document extern-inline
Paul Eggert <eggert <at> cs.ucla.edu>
2013-06-18 21:24:08 GMT
2013-06-18 21:24:08 GMT
--- ChangeLog | 6 ++++ doc/extern-inline.texi | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++ doc/gnulib.texi | 3 ++ m4/extern-inline.m4 | 14 +++----- 4 files changed, 110 insertions(+), 9 deletions(-) create mode 100644 doc/extern-inline.texi diff --git a/ChangeLog b/ChangeLog index 0af59a5..5e4f02f 100644 --- a/ChangeLog +++ b/ChangeLog <at> <at> -1,5 +1,11 <at> <at> 2013-06-18 Paul Eggert <eggert <at> cs.ucla.edu> + doc: document extern-inline + * doc/extern-inline.texi: New file. + * doc/gnulib.texi (alloca-opt): Include it. + * m4/extern-inline.m4: Move some comments to documentation, + and others closer to what they describe. + doc: chatter less * doc/Makefile (NEWEST_GNULIB_TEXI_FILE): New macro. (updated-stamp): Use it. This causes 'make' to output just diff --git a/doc/extern-inline.texi b/doc/extern-inline.texi new file mode 100644 index 0000000..1519bc4 --- /dev/null +++ b/doc/extern-inline.texi <at> <at> -0,0 +1,96 <at> <at>(Continue reading)
RSS Feed