Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2009 10:40:38 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src Makefile.inc1 src/lib/libc Makefile src/lib/libc/nls Makefile.inc ca_ES.ISO8859-1.msg de_DE.ISO8859-1.msg el_GR.ISO8859-7.msg es_ES.ISO8859-1.msg fi_FI.ISO8859-1.msg fr_FR.ISO8859-1.msg hu_HU.ISO8859-2.msg ...
Message-ID:  <200903131043.n2DAhUsT085976@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gabor       2009-03-13 10:40:38 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile.inc1 
    lib/libc             Makefile 
    lib/libc/nls         Makefile.inc 
  Added files:
    lib/libc/nls         ca_ES.ISO8859-1.msg de_DE.ISO8859-1.msg 
                         el_GR.ISO8859-7.msg es_ES.ISO8859-1.msg 
                         fi_FI.ISO8859-1.msg fr_FR.ISO8859-1.msg 
                         hu_HU.ISO8859-2.msg it_IT.ISO8859-15.msg 
                         mn_MN.UTF-8.msg nl_NL.ISO8859-1.msg 
                         no_NO.ISO8859-1.msg sk_SK.ISO8859-2.msg 
                         sv_SE.ISO8859-1.msg 
  Log:
  SVN rev 189765 on 2009-03-13 10:40:38Z by gabor
  
  - Reenable Native Language Support in libc.  This feature was disabled due
    to possible breakages in the catalog handling code.  Since then, that
    code has been replaced by the secure code from NetBSD but NLS in libc
    remained turned off.  Tests have shown that the feature is stable and
    working so we can now turn it on again.
  
  - Add several new catalog files:
    - ca_ES.ISO8859-1
    - de_DE.ISO8859-1
    - el_GR.ISO8859-7  (by manolis@ and keramida@)
    - es_ES.ISO8859-1  (kern/123179, by carvay@)
    - fi_FI.ISO8859-1
    - fr_FR.ISO8859-1  (kern/78756, by thierry@)
    - hu_HU.ISO8859-2  (by gabor@)
    - it_IT.ISO8859-15
    - nl_NL.ISO8859-1  (corrections by rene@)
    - no_NO.ISO8859-1
    - mn_MN.UTF-8      (by ganbold@)
    - sk_SK.ISO8859-2
    - sv_SE.ISO8859-1
    (The catalogs without explicit source has been obtained from NetBSD.)
  
  Approved by:    attilio
  
  Revision  Changes    Path
  1.620     +3 -3      src/Makefile.inc1
  1.75      +1 -0      src/lib/libc/Makefile
  1.12      +28 -0     src/lib/libc/nls/Makefile.inc
  1.1       +267 -0    src/lib/libc/nls/ca_ES.ISO8859-1.msg (new)
  1.1       +267 -0    src/lib/libc/nls/de_DE.ISO8859-1.msg (new)
  1.1       +249 -0    src/lib/libc/nls/el_GR.ISO8859-7.msg (new)
  1.1       +249 -0    src/lib/libc/nls/es_ES.ISO8859-1.msg (new)
  1.1       +233 -0    src/lib/libc/nls/fi_FI.ISO8859-1.msg (new)
  1.1       +249 -0    src/lib/libc/nls/fr_FR.ISO8859-1.msg (new)
  1.1       +249 -0    src/lib/libc/nls/hu_HU.ISO8859-2.msg (new)
  1.1       +231 -0    src/lib/libc/nls/it_IT.ISO8859-15.msg (new)
  1.1       +249 -0    src/lib/libc/nls/mn_MN.UTF-8.msg (new)
  1.1       +267 -0    src/lib/libc/nls/nl_NL.ISO8859-1.msg (new)
  1.1       +231 -0    src/lib/libc/nls/no_NO.ISO8859-1.msg (new)
  1.1       +267 -0    src/lib/libc/nls/sk_SK.ISO8859-2.msg (new)
  1.1       +233 -0    src/lib/libc/nls/sv_SE.ISO8859-1.msg (new)



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