New modules 'getdomainname', 'xgetdomainname'.
authorBruno Haible <bruno@clisp.org>
Thu, 25 Sep 2003 10:55:09 +0000 (10:55 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 25 Sep 2003 10:55:09 +0000 (10:55 +0000)
ChangeLog
MODULES.html.sh

index a27e06f..16dd2ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-25  Simon Josefsson  <jas@extundo.com>
+            Bruno Haible  <bruno@clisp.org>
+
+       * modules/getdomainname: New file.
+       * modules/xgetdomainname: New file.
+       * MODULES.html.sh (func_all_modules): Add getdomainname, xgetdomainname.
+
 2003-09-17  Paul Eggert  <eggert@twinsun.com>
 
        * gnulib-tool: Use "test -h", not "test -L", for portability
index 999266f..1d3f17d 100755 (executable)
@@ -1822,6 +1822,8 @@ func_all_modules ()
   func_begin_table
   func_module gethostname
   func_module xgethostname
+  func_module getdomainname
+  func_module xgetdomainname
   func_module canon-host
   func_end_table
 
@@ -1890,6 +1892,8 @@ func_all_modules ()
   func_module error
   func_module extensions
   func_module fatal
+  func_module getdomainname
+  func_module xgetdomainname
   func_module getloadavg
   func_module getpagesize
   func_module getusershell