This fixes some mistakes in the Unicode API documentation.
2009-04-05 Bruno Haible
* lib/unistr.h: Doc fixes.
* lib/uniconv.h: Doc fixes.
* lib/unictype.h: Doc fixes.
--- lib/uniconv.h.orig 2009-04-05 12:14:18.0 +0200
+++ lib/uniconv.h 2009-03-26 05:18
> That sounds good to me. Do you want to make the edit?
Done like this:
2008-06-07 Bruno Haible <[EMAIL PROTECTED]>
* doc/posix-functions/_setjmp.texi: Explain the use of this function
regardless of POSIX.
* doc/posix-functions/_longjmp.texi: Likewise.
* doc/po
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 6/6/2008 7:28 PM:
|
| Can you then please fix the gnulib doc to not be so negative about _setjmp/
| _longjmp? I propose:
|
| A future revision of POSIX later than the 2008/2009 one may drop the
functions
| _setjmp and _lon
Eric Blake wrote:
> I was going off of the POSIX 200x draft copy, where they were given OB
> shading (ie. a future version of POSIX may withdraw support for them).
Sure. But that POSIX 200x draft still describes 'setjmp' as having unspecified
behaviour w.r.t. signal mask. They are calling _setjmp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 6/6/2008 5:53 PM:
|
| Regarding _setjmp and _longjmp you say that they are "obsolete". I disagree
| for two reasons:
I was going off of the POSIX 200x draft copy, where they were given OB
shading (ie. a future version of
Eric Blake wrote:
> Meanwhile, I'm committing this (POSIX states
> that the various *setjmp are allowed to be only a macro; but *longjmp must be
> linkable functions):
Thanks for the doc fixes. Most of this symbol / platform presence/absence
matrix was generated automatically.
This is due to the line
#print-this-article, #gplv3-dogear, .netscape4, #sidebar,
#navigation-bar, #fsflinks, #gnulogo, #dbdlogo, #links, #translations,
#searcher{display: none !important;}
in gnu-print.css.
Matt Lee <[EMAIL PROTECTED]>, the chief GNU webmaster these
Sylvain Beucler wrote on 2007-09-17:
> I added getopt in my packages, following the documentation. Here are
> the fixes I needed in Section 2.1:
>
> LIBADD = lib/libgnu.la
> becomes
> LDADD = $(top_builddir)/lib/libgnu.a
>
> - no .la in the common case
>
> - switching to LDADD (LIBADD doesn't se
Hi,
I added getopt in my packages, following the documentation. Here are
the fixes I needed in Section 2.1:
LIBADD = lib/libgnu.la
becomes
LDADD = $(top_builddir)/lib/libgnu.a
- no .la in the common case
- switching to LDADD (LIBADD doesn't seem to work, app_LIBADD produces
an Automake error)