Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 1997 05:55:40 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-lib
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
Message-ID:  <199704131255.FAA02787@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/04/13 05:55:40

  Modified:    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
  Log:
  Don't use literal semicolons in .Fn macro invocations.
  
  Revision  Changes    Path
  1.3       +1 -1      src/lib/libc/locale/isalnum.3
  1.3       +1 -1      src/lib/libc/locale/isalpha.3
  1.2       +1 -1      src/lib/libc/locale/isascii.3
  1.2       +1 -1      src/lib/libc/locale/isblank.3
  1.3       +1 -1      src/lib/libc/locale/iscntrl.3
  1.3       +1 -1      src/lib/libc/locale/isdigit.3
  1.3       +1 -1      src/lib/libc/locale/isgraph.3
  1.3       +1 -1      src/lib/libc/locale/islower.3
  1.3       +1 -1      src/lib/libc/locale/isprint.3
  1.3       +1 -1      src/lib/libc/locale/ispunct.3
  1.3       +1 -1      src/lib/libc/locale/isspace.3
  1.4       +1 -1      src/lib/libc/locale/isupper.3
  1.3       +1 -1      src/lib/libc/locale/isxdigit.3



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