Commit Graph

130 Commits

Author SHA1 Message Date
Ineiev c65c03ca79
Release 0.0.
* configure.ac: Set release to 0.0.
* c.texi: Cite release number.
* version.texi (EDITION, VERSION): Use VERSION instead of EDITION;
set to 0.0-git.
* NEWS: Update.
2023-10-15 09:20:04 +00:00
Ineiev b2d26171aa Add Autotools system in parallel with Makefile.
* Makefile.am:
* version.texi:
* configure.ac: New files.
* c.texi: Include version.texi.
* Makefile: Add copyright and license notices,
gather common dependencies in $(SOURCES), use $< and $@ in rules.
* AUTHORS: Update.
2023-10-09 09:08:25 +00:00
Ineiev cba6e528d6 (Shift Hacks): Fix a typo. 2023-09-02 13:49:30 +00:00
Richard Stallman f458b9d812 (Shift Hacks): Show numbers also in binary. 2023-08-21 14:17:22 -04:00
Ineiev ed6fcd7dca Amend 56405a6bb82: re-add missing files. 2023-08-05 06:44:51 +00:00
Ineiev 56405a6bb8 Partially revert 2be997f63d. 2023-07-30 09:19:05 +00:00
Ineiev 9b3f44ce39 (Makefile.am): revert 62efec290c. 2023-07-30 09:06:10 +00:00
Ineiev 625493edc6 Revert "Set version 0.0-rc1."
This reverts commit 752e33404a.
2023-07-30 09:03:31 +00:00
Ineiev 34a948125a Revert "(dist_data_DATA): New variable. Add c.pdf to distribution."
This reverts commit e8e330ac1a.
2023-07-30 09:03:15 +00:00
Ineiev cccbcdd34e Revert "(AC_INIT): Fix a typo in package name."
This reverts commit 3974c46326.
2023-07-30 09:02:52 +00:00
Richard Stallman 5fdcbd4834 Fox an xref target. 2023-07-27 14:41:53 -04:00
Richard Stallman 26f5cf9300 c.texi: many small fixes and cleanups. 2023-07-27 14:39:56 -04:00
Ineiev 3974c46326 (AC_INIT): Fix a typo in package name. 2023-07-25 09:24:23 +00:00
Ineiev e8e330ac1a (dist_data_DATA): New variable. Add c.pdf to distribution. 2023-07-25 08:38:10 +00:00
Ineiev 752e33404a Set version 0.0-rc1. 2023-07-22 06:17:14 +00:00
Ineiev 62efec290c Add a copy of the GPL, the Invariant Section 2023-05-23 03:58:35 +00:00
Ineiev d3579312ed (Title Page): Trevis Rothwell and Nelson Beebe assigned their work. 2023-05-21 16:46:37 +00:00
Ineiev 2be997f63d Autoconfiscate. 2023-05-21 16:46:26 +00:00
Richard Stallman 47e5a234a7 Add missing paren. 2022-10-12 04:11:42 -04:00
Richard Stallman a68e13c715 Add todo comment. 2022-10-12 04:11:06 -04:00
Richard Stallman f88559678f (Macros): Delete sentence that is about C++ only.
(ifdef): Change hyphen to space in xref to System specific Predefined Macros.
2022-10-03 18:09:51 -04:00
Richard Stallman 824cd7fb49 Fix missing word. 2022-10-02 07:54:00 -04:00
Richard Stallman 6214f7c8bf (Rounding Issues, Rounding Control): Fix declarations in examples. 2022-10-02 07:53:34 -04:00
Richard Stallman b244cb3218 (Machine Epsilon): Fix comment syntax in macheps definition. 2022-10-01 20:32:21 -04:00
Richard Stallman c10f5999ce (Further Reading): Remove paywalled and JS-requiring URLs. 2022-10-01 20:31:30 -04:00
Richard Stallman 6010acc42a (Overlaying Structures): Fix the example to iniialize p. Clarify text. 2022-09-30 12:58:48 -04:00
Richard Stallman 6eeb5e1743 (Integer Representations): Simplify; delete xref to containing chapter. 2022-09-30 11:03:02 -04:00
Richard Stallman 2b017543cc (c.html.d): New make rule.
Tiny change by yuvallangerontheroad@gmail.com.
2022-09-29 07:18:48 -04:00
Richard Stallman 45a51a93dc Fix trivial errors. 2022-09-28 18:56:20 -04:00
Richard Stallman 5f59f4b2bb (Floating Constants): Don't say that the various ways of writing 1500.0
are totally equivalent.
2022-09-25 10:40:15 -04:00
Richard Stallman b35d0cb88d Info file's name is now c.info. 2022-09-22 22:17:16 -04:00
Richard Stallman ff1a746228 Call info output c.info. 2022-09-22 22:16:39 -04:00
Richard Stallman 9a2d8740fe (Storage): Minor cleanups. 2022-09-22 21:55:08 -04:00
Richard Stallman 38863b1f44 (Structure Constructors): Fix previous change. 2022-09-22 20:58:35 -04:00
Richard Stallman 313d1b5471 (Structure Constructors): Fix previous change. 2022-09-20 17:27:53 -04:00
Richard Stallman 05b71b7ff0 Don't say "first" or "initial" element of an array, say "zeroth". 2022-09-19 21:28:38 -04:00
Richard Stallman c3ac60dacc (Structure Constructors): Give example with labeled fields. 2022-09-19 21:17:12 -04:00
Richard Stallman 2f8e7ba6d5 (Postincrement/Postdecrement): Small clarification. 2022-09-19 20:40:21 -04:00
Richard Stallman ae13d4a5de Explain non-ASCII chars in identifiers better.
Clarify the discussion about preferring English.
2022-09-19 14:12:43 -04:00
Richard Stallman ed702eb6ab Fix previous change. 2022-09-18 20:48:09 -04:00
Richard Stallman d7af004437 (Function-like Macros): Explain whitespace around `(' is ok in macro calls.
(Variadic Macros): Delete spurious `;' in some expansion examples.
2022-09-18 20:45:22 -04:00
Richard Stallman 3b8ad07e1a (Arrays as Fields): New section. Add to menus.
(Structure Assignment): Give examples about array fields.
2022-09-18 20:28:51 -04:00
Richard Stallman 1ea6251e83 (Postincrement/Postdecrement): add example of good postincrement.
(Pointer Increment/Decrement): Split a paragraph.
2022-09-18 20:19:20 -04:00
Richard Stallman 73d92ce6b6 Fix case in xref to Make manual. 2022-09-18 19:33:45 -04:00
Richard Stallman b79376cac2 Change @verbatim to @example.
Add link near hexadecimal floating constants to
the node that documents them.
Change http links to https.
2022-09-15 17:25:33 -04:00
Richard Stallman ff0c64366f Eliminate duplicate @documentencoding. 2022-09-15 17:23:01 -04:00
Richard Stallman 1fb68e0048 Eliminate spurious space at eol, and spurious word. 2022-09-15 17:05:19 -04:00
Richard Stallman 15bb28acc0 Eliminate spurious space at eol. 2022-09-15 17:02:44 -04:00
Richard Stallman 46cdde1206 Eliminate spurious space at eol. 2022-09-15 17:02:34 -04:00
Richard Stallman 7e7fdc27d8 Fix typo. 2022-09-15 17:01:25 -04:00