changeset 6027:306d44610193

* 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.
author Simon Josefsson <simon@josefsson.org>
date Fri, 12 Aug 2005 09:16:15 +0000
parents 96e68d9810b9
children 5c3c29f4daf9
files ChangeLog MODULES.html.sh
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1608,14 +1608,17 @@
 
   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_begin_table
   func_module ullong_max
+  func_module size_max
   func_end_table
 
   element="Boolean type and values <stdbool.h>"