From 1e21ecd3b04004b1d5713909f7990d28bc34ed93 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 12 Aug 2005 09:16:15 +0000 Subject: [PATCH] * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add readline, getdelim and check_version. (Support for systems lacking ISO C 99: Sizes of integer types): Add size_max. --- ChangeLog | 7 +++++++ MODULES.html.sh | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1fe8fe87c8..60acadda65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-08-12 Simon Josefsson + + * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add + readline, getdelim and check_version. + (Support for systems lacking ISO C 99: Sizes of integer types): + Add size_max. + 2005-08-11 Simon Josefsson * modules/readline: New file. diff --git a/MODULES.html.sh b/MODULES.html.sh index f786b3cfa2..83a457b9d2 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1608,14 +1608,17 @@ func_all_modules () func_begin_table func_module base64 + func_module check_version func_module diacrit func_module getline + func_module getdelim func_module getnline func_module getndelim2 func_module linebuffer func_module obstack func_module hash-pjw func_module hash + func_module readline func_module readtokens func_module readtokens0 func_module strverscmp @@ -1644,6 +1647,7 @@ func_all_modules () func_begin_table func_module ullong_max + func_module size_max func_end_table element="Boolean type and values " -- 2.30.2