From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/220 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: cluts weekly reports Date: Tue, 2 Aug 2011 21:21:12 -0400 Message-ID: <20110803012112.GT132@brightrain.aerifal.cx> References: <20110803005619.GA2378@openwall.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1312335197 14461 80.91.229.12 (3 Aug 2011 01:33:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2011 01:33:17 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-304-gllmg-musl=m.gmane.org@lists.openwall.com Wed Aug 03 03:33:13 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 1QoQKe-0005By-Mo for gllmg-musl@lo.gmane.org; Wed, 03 Aug 2011 03:33:12 +0200 Original-Received: (qmail 6046 invoked by uid 550); 3 Aug 2011 01:33:12 -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 6037 invoked from network); 3 Aug 2011 01:33:12 -0000 Content-Disposition: inline In-Reply-To: <20110803005619.GA2378@openwall.com> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:220 Archived-At: On Wed, Aug 03, 2011 at 04:56:19AM +0400, Solar Designer wrote: > Luka - > > On Tue, Jul 26, 2011 at 01:04:07AM +0200, Luka M. wrote: > > e) Started working on a code generator in python, first to be used o > > generate (parts of) temp.c, and later hopefully string.c > > To me, the dependency of cluts development on Python is a drawback. > Wouldn't cpp macros be sufficient? You can see some use of cpp macros > in Rich's libc-testsuite. I like this approach better than using an > external preprocessor not native to C. I tend to agree with this. Rich