From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1552 Path: news.gmane.org!not-for-mail From: Luca Barbato Newsgroups: gmane.linux.lib.musl.general Subject: Re: Priorities for next release? Date: Mon, 13 Aug 2012 10:40:49 +0200 Message-ID: <5028BD91.4080607@gentoo.org> References: <20120810191254.GA13232@brightrain.aerifal.cx> <20120811195649.GK27715@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1344847276 4257 80.91.229.3 (13 Aug 2012 08:41:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Aug 2012 08:41:16 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1553-gllmg-musl=m.gmane.org@lists.openwall.com Mon Aug 13 10:41:15 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1T0qCy-0002Ud-Bm for gllmg-musl@plane.gmane.org; Mon, 13 Aug 2012 10:41:08 +0200 Original-Received: (qmail 29781 invoked by uid 550); 13 Aug 2012 08:41:06 -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 29773 invoked from network); 13 Aug 2012 08:41:06 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20120808 Thunderbird/15.0 In-Reply-To: <20120811195649.GK27715@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:1552 Archived-At: On 8/11/12 9:56 PM, Rich Felker wrote: > On Fri, Aug 10, 2012 at 03:12:55PM -0400, Rich Felker wrote: >> Other requests? > > Summary so far: > > - significand - easy to do > - __progname - questionable whether it should be added > - _XOPEN_SOURCE versions - hard to do, also questionable I guess for my specific needs I can survive with _BSD_SOURCE probably, I'll test again soon. > - unit tests - very desirable, not going to happen in short time > - md5/sha crypt - seems harder than i thought; can't find small code libav ones are based on http://ubiqx.org/libcifs/source/Auth/MD5.c and some bsd/pd code from Steve Reid and Aaron D. Gifford Hadn't checked where it is but might be a good start.