Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2002 02:19:28 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include locale.h src/lib/libc/locale lmonetary.c lmonetary.h localeconv.c setlocale.3
Message-ID:  <200210090919.g999JSdC054120@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/10/09 02:19:28 PDT

  Modified files:
    include              locale.h 
    lib/libc/locale      lmonetary.c lmonetary.h localeconv.c 
                         setlocale.3 
  Log:
  Add support for the 6 new C99 struct lconv members dealing with formatting
  international monetary values: int_p_cs_precedes, int_n_cs_precedes,
  int_p_sep_by_space, int_n_sep_by_space, int_p_sign_posn, int_n_sign_posn.
  This should not break existing binaries or LC_MONETARY data files.
  
  Reviewed by:    ache
  MFC after:      1 month
  
  Revision  Changes    Path
  1.7       +6 -0      src/include/locale.h
  1.16      +32 -2     src/lib/libc/locale/lmonetary.c
  1.4       +6 -0      src/lib/libc/locale/lmonetary.h
  1.12      +6 -0      src/lib/libc/locale/localeconv.c
  1.24      +32 -2     src/lib/libc/locale/setlocale.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?200210090919.g999JSdC054120>