* MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
authorSimon Josefsson <simon@josefsson.org>
Fri, 12 Aug 2005 09:16:15 +0000 (09:16 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 12 Aug 2005 09:16:15 +0000 (09:16 +0000)
readline, getdelim and check_version.
(Support for systems lacking ISO C 99: Sizes of integer types):
Add size_max.

ChangeLog
MODULES.html.sh

index 1fe8fe87c8858951e58bc3aed841c4d753c03601..60acadda657255baef540ed61e7a7c580ec65fe1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-12  Simon Josefsson  <jas@extundo.com>
+
+       * 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  <jas@extundo.com>
 
        * modules/readline: New file.
index f786b3cfa2fa10649dcf8655a6075978c779e5ee..83a457b9d245519f030f849b7e00306a920b0772 100755 (executable)
@@ -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 <stdbool.h>"