Date: Tue, 6 Oct 1998 10:29:40 -0400 (EDT) Message-Id: <199810061429.KAA21874@indy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <361A24C5.7391D96D@cyberoptics.com> (message from Eric Rudd on Tue, 06 Oct 1998 09:10:14 -0500) Subject: Re: libc math routine upgrades Reply-To: djgpp AT delorie DOT com > Do you have a document that describes the preferred style for DJGPP > source? You could either E-mail it to me, or give me a URL. Read other sources and do the same. There are plenty of assembler sources in the libc library, especially the exception handling and DPMI routines. > I am also interested in the submission procedure. I have sent the > routines (in such style as they are) to K. B. Williams for testing, but > I don't know what comes after that. Mail patches from "diff -c3 old new", preferably from the djgpp directory, i.e. "diff -c2 src/libm.old src/libm", to djgpp-workers AT delorie DOT com. You should join that list also, to see the commentary on your submission and any issues that may need to be resolved. If you are making a significant addition to djgpp, you need to send me a legal paper saying I have the right to do djgpp-style things with it, distribution-wise. Contact me personally for details and options.