2012/8/11 Rich Felker : > 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 > - unit tests - very desirable, not going to happen in short time > - md5/sha crypt - seems harder than i thought; can't find small code > > Did I miss anything? Other additions to the wishlist for next release? Support for the man pages? This can be simple dir in musl (man/man{1,2,...) and "--with-man" option in configure. I'm sending fgetln.c (+my diff), but please check it... btw. it based on /usr.bin/make/util.c from OpenBSD: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/make/util.c?rev=1.26;content-type=text%2Fplain Daniel > Rich