Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2005 03:55:13 +0000 (UTC)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include stdlib.h src/lib/libc/locale Makefile.inc rpmatch.3 rpmatch.c
Message-ID:  <200501090355.j093tDLv031439@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2005-01-09 03:55:13 UTC

  FreeBSD src repository

  Modified files:
    include              stdlib.h 
    lib/libc/locale      Makefile.inc 
  Added files:
    lib/libc/locale      rpmatch.3 rpmatch.c 
  Log:
  Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64,
  GNU) for determining whether a string is an affirmative or negative
  response to a question according to the current locale. This is done
  by matching the response against nl_langinfo(3) items YESEXPR and NOEXPR.
  
  Revision  Changes    Path
  1.57      +1 -0      src/include/stdlib.h
  1.60      +3 -2      src/lib/libc/locale/Makefile.inc
  1.1       +63 -0     src/lib/libc/locale/rpmatch.3 (new)
  1.1       +55 -0     src/lib/libc/locale/rpmatch.c (new)



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