From patchwork Thu Dec 29 16:21:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: wbx X-Patchwork-Id: 709523 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from helium.openadk.org (helium.openadk.org [89.238.66.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tqFKd1zTQz9t0J for ; Fri, 30 Dec 2016 03:24:01 +1100 (AEDT) Received: from helium.openadk.org (localhost [IPv6:::1]) by helium.openadk.org (Postfix) with ESMTP id 11DB8100AF; Thu, 29 Dec 2016 17:22:07 +0100 (CET) X-Original-To: devel@uclibc-ng.org Delivered-To: devel@helium.openadk.org Received: by helium.openadk.org (Postfix, from userid 1000) id 8CA1E100AF; Thu, 29 Dec 2016 17:21:58 +0100 (CET) MIME-Version: 1.0 To: devel@uclibc-ng.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0d80d5a235af1a12b606dea6380dc91f755546fe X-Git-Newrev: a2c56ee4fbff7af9128d630299d81fb46582673d Auto-Submitted: auto-generated Message-Id: <20161229162158.8CA1E100AF@helium.openadk.org> Date: Thu, 29 Dec 2016 17:21:58 +0100 (CET) From: wbx@helium.openadk.org (wbx) Subject: [uclibc-ng-devel] uClibc-ng - small C library for embedded systems branch master updated. v1.0.21-3-ga2c56ee X-BeenThere: devel@uclibc-ng.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: uClibc-ng Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devel-bounces@uclibc-ng.org Sender: "devel" This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems". The branch, master has been updated via a2c56ee4fbff7af9128d630299d81fb46582673d (commit) from 0d80d5a235af1a12b606dea6380dc91f755546fe (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a2c56ee4fbff7af9128d630299d81fb46582673d Author: Waldemar Brodkorb Date: Thu Dec 29 13:38:09 2016 +0100 locale: needs libiconv ----------------------------------------------------------------------- Summary of changes: extra/Configs/Config.in | 1 + 1 file changed, 1 insertion(+) hooks/post-receive diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 6b0985e..b02054c 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1442,6 +1442,7 @@ config UCLIBC_HAS_LOCALE bool "Locale Support" select UCLIBC_HAS_WCHAR select UCLIBC_HAS_CTYPE_TABLES + select UCLIBC_HAS_LIBICONV help uClibc now has full ANSI/ISO C99 locale support (except for wcsftime() and collating items in regex). Be aware that enabling