From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/25 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?THVrYSBNYXLEjWV0acSH?= Newsgroups: gmane.linux.lib.musl.general Subject: Weekly reports: B Date: Mon, 30 May 2011 12:51:59 +0200 Message-ID: <4DE376CF.1040908@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 1306752763 17508 80.91.229.12 (30 May 2011 10:52:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 30 May 2011 10:52:43 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-108-gllmg-musl=m.gmane.org@lists.openwall.com Mon May 30 12:52:40 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 1QR05P-0003o6-TR for gllmg-musl@lo.gmane.org; Mon, 30 May 2011 12:52:39 +0200 Original-Received: (qmail 32118 invoked by uid 550); 30 May 2011 10:52:36 -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 32110 invoked from network); 30 May 2011 10:52:36 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=RU7+TGx+kES0XEchSQkeFFmz3Ym1gBDdnUMJS8TtDnU=; b=W71nwOTvyYJ0ssKIY53G7+7UX9ep4sg13wuIYzxIWvG3iQ4GBtwnopom8F6/cFQ4F7 +eZ9XJjCcHzYV44vSjdgjt9kkDh5ILdPpm/Qux8uWj/UMf4rfe1ZnNs3Pg4Y+6DuTC+Q 6ChHTHFG3rs00o0JlFdXV5dM676FeZnrFOIJc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=GU9CEbyZIXnURboEvnPh8dgcLusrX4V967GgRinZXo8cvNNvPzA8329U5h+QXkMPpJ NQHdlUjzdAXSIGoSLIVIGGO5qmijf0n/Mseet4LRONSn0CDXdpSKzBqR0P8maTvHodHf eeEF2D0s831zZwMEyBpj5JfsgS1xYjqmCwW7M= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110505 Icedove/3.0.11 Xref: news.gmane.org gmane.linux.lib.musl.general:25 Archived-At: Code still in the making. I haven't been able to complete nr. 1 yet. "Switch/case" method of doing things proved not to be very flexible, so I had to altogether change my approach (it's now demoted to if(!setjmp(env))'s). It turned out that, taking all requirements into account, a great deal of code needs to be written for each function, and there are more than 30 functions in string.h last time I counted. I'm again busy with college for the first half of this week, but I'll try hard to finish nr. 1 in the foreseeable future. And then I'll take up more than one category some other week (when I'll have less other things to do) to make up for lost time. I hope that's ok. Thanks, -Luka M P.S. Stuff is a bit indented, and I'm not sure how to fit in fprinting result messages without breaking the 80 char width, or loosing their code-documenting application...