From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/219 Path: news.gmane.org!not-for-mail From: Solar Designer Newsgroups: gmane.linux.lib.musl.general Subject: Re: cluts weekly reports Date: Wed, 3 Aug 2011 04:56:19 +0400 Message-ID: <20110803005619.GA2378@openwall.com> References: 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 1312332989 2783 80.91.229.12 (3 Aug 2011 00:56:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2011 00:56:29 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-303-gllmg-musl=m.gmane.org@lists.openwall.com Wed Aug 03 02:56:25 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 1QoPl3-00005c-04 for gllmg-musl@lo.gmane.org; Wed, 03 Aug 2011 02:56:25 +0200 Original-Received: (qmail 25650 invoked by uid 550); 3 Aug 2011 00:56:24 -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 25641 invoked from network); 3 Aug 2011 00:56:23 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Xref: news.gmane.org gmane.linux.lib.musl.general:219 Archived-At: 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. http://git.etalabs.net/cgi-bin/gitweb.cgi?p=libc-testsuite Alexander