From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/233 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?THVrYSBNYXLEjWV0acSH?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: cluts weekly reports Date: Wed, 03 Aug 2011 20:38:03 +0200 Message-ID: <4E39958B.3050409@gmail.com> References: <20110803005619.GA2378@openwall.com> <20110803012112.GT132@brightrain.aerifal.cx> <4E3949E3.4090008@gmail.com> <20110803133155.GV132@brightrain.aerifal.cx> <4E398092.8070907@gmail.com> <20110803172227.GX132@brightrain.aerifal.cx> <4E398D5A.6080207@gmail.com> <20110803181908.GZ132@brightrain.aerifal.cx> 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 1312396809 18042 80.91.229.12 (3 Aug 2011 18:40:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2011 18:40:09 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-317-gllmg-musl=m.gmane.org@lists.openwall.com Wed Aug 03 20:40:05 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 1QogMP-0001dX-0c for gllmg-musl@lo.gmane.org; Wed, 03 Aug 2011 20:40:05 +0200 Original-Received: (qmail 1738 invoked by uid 550); 3 Aug 2011 18:40:04 -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 1730 invoked from network); 3 Aug 2011 18:40:04 -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=fplbX846r8q30tK/24us7ns/lnASmb4stSAAf1o1Zds=; b=x+ZxjyMg2IDQXLUW2WDIK9NyVvTrIOdCPBzT9ISQ8BlOs7PmSI/oKzpv+7EWJEGJag 8NouoGHcpPokBEIQM+NH5lpevT+EozPYM31BZQkURyR/XDamew/ibFyA3eYrsIaPWQ5q mUy3EebqJlb73SNuXkNdlA1xohTfwVhd0TxdY= 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: <20110803181908.GZ132@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:233 Archived-At: On 08/03/2011 08:19 PM, Rich Felker wrote: > There's definitely a better way to do this. If nothing else, you could > write one-line wrappers for each function you want to test and put a > pointer to the wrapper rather than the function itself in the table. > That really doesn't help me. >> That just dislocates above, and puts it into the function to be >> called with the arg pointer (and, don't forget, the function >> identifier). I can go to IRC if you want to see what the generator >> output is/should be, and based on what input. > Could you include some here? > > Rich Ok, let me write one json input file, and what the corresponding output should be (but still isn't).