From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/32 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?THVrYSBNYXLEjWV0acSH?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: Weekly reports: B - cont. Date: Mon, 06 Jun 2011 02:26:15 +0200 Message-ID: <4DEC1EA7.6000306@gmail.com> References: <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 1307320033 15037 80.91.229.12 (6 Jun 2011 00:27:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Jun 2011 00:27:13 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-115-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jun 06 02:27:09 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 1QTNev-0005tF-0Y for gllmg-musl@lo.gmane.org; Mon, 06 Jun 2011 02:27:09 +0200 Original-Received: (qmail 20185 invoked by uid 550); 6 Jun 2011 00:27:08 -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 20177 invoked from network); 6 Jun 2011 00:27:08 -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:references:in-reply-to:content-type :content-transfer-encoding; bh=napsvuG1FtO+n3Ce6TyWBAilAUKeJl5iEbtLvHmyB0Y=; b=eiG1DsYdqj/KQ2unTjmP1njV+jUX4JpYXSuLobpqbIo3sp9Fr8NY1naWkKFqm6+ZHN U08Q/opeTawfn6pcqlRU3SAB4dn8OT5T/Rdb6qLWLGIKM5OnkOwN3lTSIks5EoZp37yE cAveTkTIL/hagfhjXw0up1MKoMr3jcx1qIsGw= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=vO9vZVOlypFLfgz9RClwRnOEfFaZ+bOyy76Cx7rnuRt9DIbJksdLLY72f4RCJufr40 xLOwJUXNBTJtLxzBNZcHc7qCcDXDqDYfNrkqRYy41blBMUBTD+8fe4byqMbg+48+uwxN nn7ySUNExDHN6jGmezXwcz07POuQjAsbG/YvM= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110505 Icedove/3.0.11 In-Reply-To: <4DE376CF.1040908@gmail.com> Xref: news.gmane.org gmane.linux.lib.musl.general:32 Archived-At: Hi I'll be going out of town tomorrow, so I'll shoot up a report now, and then a new one (report for week C) later on next week. String.h functions... they take more time to write than I thought they would. I'll have to write several string.h function tests each week until it's done, while doing other tasks in parallel. :-/ So instead of that task, I'm going to turn in the memory testing one for week B. I have it almost complete (malloc, calloc and posix_memalign are tested), but there are still a few bugs and I want to put a nice realloc test in too. As far as week C goes, I'll tell you which task I'll do next after I send you "alloc.c" (Wednesday the latest). Until then, -Luka