changeset 29962:0c972b06b0a9

New module 'longlong'.
author Ben Pfaff <blp@cs.stanford.edu>
date Sat, 12 Jul 2008 20:56:44 -0700
parents 9bd3f2cbd485
children 84615319c177
files ChangeLog MODULES.html.sh modules/longlong
diffstat 3 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jul 13 01:12:18 2008 +0200
+++ b/ChangeLog	Sat Jul 12 20:56:44 2008 -0700
@@ -1,3 +1,8 @@
+2008-07-12  Ben Pfaff  <blp@gnu.org>
+
+	Add longlong module.
+	* modules/longlong: New file.
+
 2008-07-12  Bruno Haible  <bruno@clisp.org>
 
 	* m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
--- a/MODULES.html.sh	Sun Jul 13 01:12:18 2008 +0200
+++ b/MODULES.html.sh	Sat Jul 12 20:56:44 2008 -0700
@@ -1871,6 +1871,7 @@
   func_module fpucw
   func_module func
   func_module inline
+  func_module longlong
   func_module vararrays
   func_end_table
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/longlong	Sat Jul 12 20:56:44 2008 -0700
@@ -0,0 +1,15 @@
+Description:
+Define HAVE_LONG_LONG_INT if 'long long int' works.
+
+Files:
+m4/longlong.m4
+
+configure.ac:
+AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
+AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
+
+License:
+GPL
+
+Maintainer:
+Ben Pfaff