From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1560 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Priorities for next release? Date: Mon, 13 Aug 2012 09:41:44 -0400 Message-ID: <20120813134144.GV27715@brightrain.aerifal.cx> References: <20120810191254.GA13232@brightrain.aerifal.cx> <20120811195649.GK27715@brightrain.aerifal.cx> <5028BD91.4080607@gentoo.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1344865253 19536 80.91.229.3 (13 Aug 2012 13:40:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Aug 2012 13:40:53 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1561-gllmg-musl=m.gmane.org@lists.openwall.com Mon Aug 13 15:40:54 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 1T0ut1-0007ld-4M for gllmg-musl@plane.gmane.org; Mon, 13 Aug 2012 15:40:51 +0200 Original-Received: (qmail 6051 invoked by uid 550); 13 Aug 2012 13:40:49 -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 6043 invoked from network); 13 Aug 2012 13:40:49 -0000 Content-Disposition: inline In-Reply-To: <5028BD91.4080607@gentoo.org> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1560 Archived-At: On Mon, Aug 13, 2012 at 10:40:49AM +0200, Luca Barbato wrote: > 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. Let me know what specifically it is that you need and I can probably take care of it. > >- 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 It's LGPL.. Rich