Date: Mon, 9 Aug 1999 12:23:09 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Problems in v2.03 alpha Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com I discovered several problems in djlsr203.zip: * The files src/empty.s is missing. I checked the CVS tree, and it does exist there. DJ, do I need to update anything else to get them included? * "make" complains about exp2.S and exp10.S from src/libc/compat/math. This is actually two problems: the files should be called with a lower-case .s, and the makefile in that directory should say .s. I fixed the makefile, but what should I do about missing exp2.s and exp10.s? * rand48.txh and regex.txh trigger warnings from the upcoming makeinfo. I'm fixing these problems now. * I'll also fix several nodes in libc.info, where functions that accept structures didn't have neither any docs about these structures nor a cross-reference to some node that did.