Print this page
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: TBD

@@ -20,10 +20,11 @@
 #
 #
 # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
 # Copyright (c) 2013, Joyent, Inc.  All rights reserved.
 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
+# Copyright 2013 Garrett D'Amore <garrett@damore.org>
 #
 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 

@@ -695,13 +696,10 @@
 
 PORTI18N=                       \
         getwchar.o              \
         putwchar.o              \
         putws.o                 \
-        strcasecmp.o            \
-        strcasestr.o            \
-        strncasecmp.o           \
         strtows.o               \
         wcsnlen.o               \
         wcsstr.o                \
         wcstoimax.o             \
         wcstol.o                \

@@ -710,19 +708,17 @@
         wmemchr.o               \
         wmemcmp.o               \
         wmemcpy.o               \
         wmemmove.o              \
         wmemset.o               \
-        wscasecmp.o             \
         wscat.o                 \
         wschr.o                 \
         wscmp.o                 \
         wscpy.o                 \
         wscspn.o                \
         wsdup.o                 \
         wslen.o                 \
-        wsncasecmp.o            \
         wsncat.o                \
         wsncmp.o                \
         wsncpy.o                \
         wspbrk.o                \
         wsprintf.o              \

@@ -736,11 +732,10 @@
         wsxfrm.o                \
         gettext.o               \
         gettext_gnu.o           \
         gettext_real.o          \
         gettext_util.o          \
-        isdigit.o               \
         plural_parser.o         \
         wdresolve.o             \
         _ctype.o                \
         isascii.o               \
         toascii.o

@@ -764,16 +759,18 @@
         fwide.o                 \
         gb18030.o               \
         gb2312.o                \
         gbk.o                   \
         getdate.o               \
+        isdigit.o               \
         iswctype.o              \
         ldpart.o                \
         lmessages.o             \
         lnumeric.o              \
         lmonetary.o             \
         localeconv.o            \
+        localeimpl.o            \
         mbftowc.o               \
         mblen.o                 \
         mbrlen.o                \
         mbrtowc.o               \
         mbsinit.o               \

@@ -791,22 +788,26 @@
         regexec.o               \
         rune.o                  \
         runetype.o              \
         setlocale.o             \
         setrunelocale.o         \
+        strcasecmp.o            \
+        strcasestr.o            \
         strcoll.o               \
         strfmon.o               \
         strftime.o              \
+        strncasecmp.o           \
         strptime.o              \
         strxfrm.o               \
         table.o                 \
         timelocal.o             \
         tolower.o               \
         towlower.o              \
         ungetwc.o               \
         utf8.o                  \
         wcrtomb.o               \
+        wcscasecmp.o            \
         wcscoll.o               \
         wcsftime.o              \
         wcsnrtombs.o            \
         wcsrtombs.o             \
         wcswidth.o              \