From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/104 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?THVrYSBNYXLEjWV0acSH?= Newsgroups: gmane.linux.lib.musl.general Subject: Daily reports: Monday Date: Tue, 05 Jul 2011 02:41:32 +0200 Message-ID: <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: 7bit X-Trace: dough.gmane.org 1309826619 21223 80.91.229.12 (5 Jul 2011 00:43:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Jul 2011 00:43:39 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-188-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jul 05 02:43:36 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 1Qdtji-0006ar-LV for gllmg-musl@lo.gmane.org; Tue, 05 Jul 2011 02:43:34 +0200 Original-Received: (qmail 5629 invoked by uid 550); 5 Jul 2011 00:43:34 -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 5621 invoked from network); 5 Jul 2011 00:43:33 -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 :content-type:content-transfer-encoding; bh=nUGHlywR9bQ/gg8ggDFqdor8h/sXJe8TS3a5OQw8Sv8=; b=tq7uxbEt0P6+pYUvKI3J8wxy7llNUIftxvhCQ+tCQCy77DD3PtPTwvevV2Z7MIiWTR 8nFPmGUoaBmj3pkFMe7lTM/oaTr0wzMlw5GWW5LXiFCHgLrRZbvCGx8hHbWlSQezgmH3 FtA1rJpmwtlC+klwnlPNVwEHdatgV4+HkWN9o= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11 Xref: news.gmane.org gmane.linux.lib.musl.general:104 Archived-At: What I did today * fixed a lot of bugs in numeric.c, reduced a lot of stuff to 80 chars width as per coding style * added sscanf support in numeric.c * fixed a bug in common/sequence.h 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)