]> Savannah Git Hosting - gnulib.git/commitdiff
c-strtof, c-strtod, c-strtold: Comment.
authorBruno Haible <bruno@clisp.org>
Wed, 6 Mar 2024 12:45:35 +0000 (13:45 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 6 Mar 2024 12:45:35 +0000 (13:45 +0100)
* lib/c-strtod.c: Mention me as co-author.

ChangeLog
lib/c-strtod.c

index 0af21d2fe4bb50f79e3b6564c4edca6ca83fc93f..50b2a99a22dea5bb5d40f98750df5471a7be5d58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-03-06  Bruno Haible  <bruno@clisp.org>
+
+       c-strtof, c-strtod, c-strtold: Comment.
+       * lib/c-strtod.c: Mention me as co-author.
+
 2024-03-06  Collin Funk  <collin.funk1@gmail.com>
 
        gnulib-tool.py: Fix value of LDADD for libtests.
index 383ce4dbb78bb13d71f36cf384b9842ce13c0a1d..9551aebe37e22033af7908be78b0aa20622aeca7 100644 (file)
@@ -15,7 +15,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
-/* Written by Paul Eggert.  */
+/* Written by Paul Eggert and Bruno Haible.  */
 
 #include <config.h>