bug-gnulib
[Top][All Lists]
Advanced

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

[Bug-gnulib] vasnprintf: drop alloca dependency, tag xsize.h as LGPL


From: Simon Josefsson
Subject: [Bug-gnulib] vasnprintf: drop alloca dependency, tag xsize.h as LGPL
Date: Wed, 29 Sep 2004 18:37:06 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

I'm looking at the snprintf problem in GnuTLS.  vasnprintf is
available under LGPL, but it depends on two non-LGPL modules:

* xsize: the same file (xsize.h) appear to be available under LGPL in
  gettext.  Is there a problem saying LGPL in modules/xsize in gnulib?

* alloca: What license is this?  alloca.c says:
   (Mostly) portable public-domain implementation -- D A Gwyn
  Does this mean it is available under LGPL too?  In any case,
  vasnprintf seem to work even if alloca is not present, so I suggest
  dropping the hard requirement on alloca in vasnprintf.

2004-09-29  Simon Josefsson  <address@hidden>

        * modules/xsize (License): Use LGPL.

        * modules/vasnprintf (Depends-on): Remove alloca.

Index: xsize
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/xsize,v
retrieving revision 1.3
diff -u -p -u -w -r1.3 xsize
--- xsize       22 Sep 2004 15:11:04 -0000      1.3
+++ xsize       29 Sep 2004 16:33:14 -0000
@@ -18,7 +18,7 @@ Include:
 "xsize.h"
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Bruno Haible
Index: vasnprintf
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/vasnprintf,v
retrieving revision 1.7
diff -u -p -u -w -r1.7 vasnprintf
--- vasnprintf  22 Sep 2004 15:11:04 -0000      1.7
+++ vasnprintf  29 Sep 2004 16:33:24 -0000
@@ -21,7 +21,6 @@ m4/eoverflow.m4
 m4/vasnprintf.m4
 
 Depends-on:
-alloca
 xsize
 
 configure.ac:




reply via email to

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