From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/107 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?THVrYSBNYXLEjWV0acSH?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: Daily reports: Tuesday Date: Tue, 05 Jul 2011 16:24:15 +0200 Message-ID: <4E131E8F.9@gmail.com> References: <4E125DBC.9090809@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1309875943 23547 80.91.229.12 (5 Jul 2011 14:25:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Jul 2011 14:25:43 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-191-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jul 05 16:25:39 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Qe6ZH-000407-7g for gllmg-musl@lo.gmane.org; Tue, 05 Jul 2011 16:25:39 +0200 Original-Received: (qmail 13515 invoked by uid 550); 5 Jul 2011 14:25:38 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 13507 invoked from network); 5 Jul 2011 14:25:38 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=iwx7y5+YJKVVFyyq+qnT43HK7H/bSBAXFsTkcEC4bPE=; b=TFb82/mWNJAHlzERyAkXm484Rh0QvR7M3+pSLJc66GzYPRMKo00U39UAC20JHlgh6l 1XaXq+hGP7uid22tTD4EAObF/Y8Jzojye62UYTV+C/zi5WD6yenXEUrt+lsRTNBaSGY+ J0YU36aXeA7AtxYiHlGU8pswhGOATvw4DxbBA= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11 In-Reply-To: <4E125DBC.9090809@gmail.com> Xref: news.gmane.org gmane.linux.lib.musl.general:107 Archived-At: On 07/05/2011 02:41 AM, Luka Marčetić wrote: > Future plans: > * separate sscanf tests from strto tests in numeric.c > * finish numeric.c by adding endptr checks for [wcs|str]to* > functions, and endptr check for sscanf (started writing the latter) > * update the license to cut-down BSD > * learn make, start writing cluts.c (the framework), make it work > with existing tests > * choose a new task, i'm thinking 8, 11, or 0 perhaps. (please > make your suggestions) The first three are done: That is, numeric.c is finished, but its test data is questionable (especially tests adopted for sscanf), and will need a lookover - right now it prints out a huge amount of stuff. I made it flexible though, so adding new things, or correcting old ones is easy. I'll now start thinking about point nr.4 here, and then I need to decide what next. -Luka