bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ssize_t


From: Simon Josefsson
Subject: ssize_t
Date: Fri, 12 Aug 2005 12:37:20 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Hello!

GnuTLS need ssize_t, but there is no module for it right now.  How
about the patch below?

I'm not sure what the License field for ssize_t.m4 should be.  The M4
file says:

dnl Copyright (C) 2001-2003 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.

What do we call this?  I wrote "public domain", but that seem
incorrect.

Thanks!

Index: ChangeLog
===================================================================
RCS file: /cvsroot/gnulib/gnulib/ChangeLog,v
retrieving revision 1.325
diff -u -p -r1.325 ChangeLog
--- ChangeLog   12 Aug 2005 09:16:15 -0000      1.325
+++ ChangeLog   12 Aug 2005 10:35:59 -0000
@@ -1,5 +1,14 @@
 2005-08-12  Simon Josefsson  <address@hidden>
 
+       * modules/getndelim2: Use ssize_t module.
+       * modules/getnline: Likewise.
+       * modules/safe-read: Likewise.
+       * modules/xreadlink: Likewise.
+
+       * modules/ssize_t: New file.
+
+2005-08-12  Simon Josefsson  <address@hidden>
+
        * 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):
Index: modules/getndelim2
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getndelim2,v
retrieving revision 1.4
diff -u -p -r1.4 getndelim2
--- modules/getndelim2  4 Oct 2004 20:17:39 -0000       1.4
+++ modules/getndelim2  12 Aug 2005 10:35:59 -0000
@@ -6,9 +6,9 @@ Files:
 lib/getndelim2.h
 lib/getndelim2.c
 m4/getndelim2.m4
-m4/ssize_t.m4
 
 Depends-on:
+ssize_t
 
 configure.ac:
 gl_GETNDELIM2
@@ -24,4 +24,3 @@ GPL
 
 Maintainer:
 all
-
Index: modules/getnline
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/getnline,v
retrieving revision 1.3
diff -u -p -r1.3 getnline
--- modules/getnline    22 Sep 2004 15:11:04 -0000      1.3
+++ modules/getnline    12 Aug 2005 10:35:59 -0000
@@ -5,10 +5,10 @@ Files:
 lib/getnline.h
 lib/getnline.c
 m4/getnline.m4
-m4/ssize_t.m4
 
 Depends-on:
 getndelim2
+ssize_t
 
 configure.ac:
 gl_GETNLINE
@@ -24,4 +24,3 @@ GPL
 
 Maintainer:
 all
-
Index: modules/safe-read
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/safe-read,v
retrieving revision 1.6
diff -u -p -r1.6 safe-read
--- modules/safe-read   21 Mar 2005 22:07:25 -0000      1.6
+++ modules/safe-read   12 Aug 2005 10:35:59 -0000
@@ -5,9 +5,9 @@ Files:
 lib/safe-read.h
 lib/safe-read.c
 m4/safe-read.m4
-m4/ssize_t.m4
 
 Depends-on:
+ssize_t
 
 configure.ac:
 gl_SAFE_READ
Index: modules/ssize_t
===================================================================
RCS file: modules/ssize_t
diff -N modules/ssize_t
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ modules/ssize_t     12 Aug 2005 10:35:59 -0000
@@ -0,0 +1,20 @@
+Description:
+Define ssize_t if it does not already exist.
+
+Files:
+m4/ssize_t.m4
+
+Depends-on:
+
+configure.ac:
+gt_TYPE_SSIZE_T
+
+Makefile.am:
+
+Include:
+
+License:
+public domain
+
+Maintainer:
+all
Index: modules/xreadlink
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/xreadlink,v
retrieving revision 1.6
diff -u -p -r1.6 xreadlink
--- modules/xreadlink   22 Sep 2004 15:11:04 -0000      1.6
+++ modules/xreadlink   12 Aug 2005 10:35:59 -0000
@@ -5,11 +5,11 @@ Files:
 lib/xreadlink.h
 lib/xreadlink.c
 m4/xreadlink.m4
-m4/ssize_t.m4
 
 Depends-on:
 xalloc
 readlink
+ssize_t
 
 configure.ac:
 gl_XREADLINK
@@ -25,4 +25,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]