Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2000 03:36:33 -0800 (PST)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/locale isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 tolower.3 toupper.3
Message-ID:  <200003281136.DAA08461@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2000/03/28 03:36:33 PST

  Modified files:
    lib/libc/locale      isalnum.3 isalpha.3 isascii.3 isblank.3 
                         iscntrl.3 isdigit.3 isgraph.3 islower.3 
                         isprint.3 ispunct.3 isspace.3 isupper.3 
                         isxdigit.3 tolower.3 toupper.3 
  Log:
  Describe valid argument domain for 8-bit wide locales to prevent common error
  calling ctype functions with signed char as an argument.
  
  Revision  Changes    Path
  1.8       +3 -1      src/lib/libc/locale/isalnum.3
  1.8       +3 -1      src/lib/libc/locale/isalpha.3
  1.6       +3 -1      src/lib/libc/locale/isascii.3
  1.5       +3 -1      src/lib/libc/locale/isblank.3
  1.7       +3 -1      src/lib/libc/locale/iscntrl.3
  1.7       +3 -1      src/lib/libc/locale/isdigit.3
  1.8       +3 -1      src/lib/libc/locale/isgraph.3
  1.8       +3 -1      src/lib/libc/locale/islower.3
  1.8       +3 -1      src/lib/libc/locale/isprint.3
  1.8       +3 -1      src/lib/libc/locale/ispunct.3
  1.7       +3 -1      src/lib/libc/locale/isspace.3
  1.9       +3 -1      src/lib/libc/locale/isupper.3
  1.7       +3 -1      src/lib/libc/locale/isxdigit.3
  1.7       +3 -1      src/lib/libc/locale/tolower.3
  1.6       +3 -1      src/lib/libc/locale/toupper.3



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003281136.DAA08461>