[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[COMMITTED] doc/poke.texi: add missing section to The Standard Library c
From: |
Mohammad-Reza Nabipoor |
Subject: |
[COMMITTED] doc/poke.texi: add missing section to The Standard Library chapter |
Date: |
Sun, 1 Sep 2024 22:50:33 +0200 |
2024-09-01 Mohammad-Reza Nabipoor <mnabipoor@gnu.org>
* Add missing section ("Bitwise Operation Functions") to "The
Standard Library" chapter's menu.
---
ChangeLog | 5 +++++
doc/poke.texi | 1 +
2 files changed, 6 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 3560fe9c..7663db78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-09-01 Mohammad-Reza Nabipoor <mnabipoor@gnu.org>
+
+ * Add missing section ("Bitwise Operation Functions") to "The
+ Standard Library" chapter's menu.
+
2024-08-14 Mohammad-Reza Nabipoor <mnabipoor@gnu.org>
* bootstrap.conf (libpoke_modules): Add `count-one-bits'.
diff --git a/doc/poke.texi b/doc/poke.texi
index dc7f18f5..8f8feed1 100644
--- a/doc/poke.texi
+++ b/doc/poke.texi
@@ -15364,6 +15364,7 @@ facilities provided by the library.
* CRC Functions:: Cyclic Redundancy Checksums.
* Dates and Times:: Processing and displaying dates and times.
* Offset Functions:: Useful functions that operate on offsets.
+* Bitwise Operation Functions:: Functions which deal with bits in integers and
offsets
* Other Functions:: Miscellany.
@end menu
--
2.46.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [COMMITTED] doc/poke.texi: add missing section to The Standard Library chapter,
Mohammad-Reza Nabipoor <=