From b33ed4326d7d5a0f2ab07df4dfe723520d95a33e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 21 Apr 2004 18:58:31 +0000 Subject: Update. 2004-04-21 Jakub Jelinek * posix/tst-chmod.c (do_test): Fix a typo. * elf/lateglobal.c (main): Fix error checks. Patch by Stephen Clarke . * manual/ctype.texi (isblank, iswblank): Mark as ISO functions, mention they have been added in ISO C99. Reported by Ben Pfaff . 2004-03-31 H.J. Lu * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo. --- manual/ctype.texi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'manual') diff --git a/manual/ctype.texi b/manual/ctype.texi index 1117363a4b..b51e8815b9 100644 --- a/manual/ctype.texi +++ b/manual/ctype.texi @@ -159,10 +159,10 @@ vertical tab @cindex blank character @comment ctype.h -@comment GNU +@comment ISO @deftypefun int isblank (int @var{c}) Returns true if @var{c} is a blank character; that is, a space or a tab. -This function is a GNU extension. +This function has been added in @w{ISO C99}. @end deftypefun @cindex graphic character @@ -595,10 +595,11 @@ characters as well. @cindex blank character @comment wctype.h -@comment GNU +@comment ISO @deftypefun int iswblank (wint_t @var{wc}) Returns true if @var{wc} is a blank character; that is, a space or a tab. -This function is a GNU extension. It is declared in @file{wchar.h}. +This function has been added in @w{ISO C99}. It is declared in +@file{wchar.h}. @end deftypefun @node Using Wide Char Classes, Wide Character Case Conversion, Classification of Wide Characters, Character Handling -- cgit v1.2.3