|
From: Egon A. <po...@ta...> - 2004-04-20 07:23:32
|
Danny Smith wrote: > ----- Original Message ----- > From: "Egon Andersen" | > Hi, > | > Yes, they date back to SYSV. There is also S L Moshier's cephes lib: > | > check the mingw runtime cvs for a Danny Smith's implementetion of ldtoa.c > | > | As I mentioned in another reply, qecvt doesn't seem to be available in > | MinGW. > | And unfortunately the SLM-cephes seems to have license requirements that > | I don't like. (Need to tell who made 100 lines of code in a context > | where others are responsible for >10.000.000 lines of code.) > | Danny Smith's implementation seems to be based on SLM-cephes, but > | doesn't mention the same license requirements. Is this an error or has > | SLM-cephes been released under different licenses? > | > | Best regards > | Egon Andersen > | > > > This is at the top of Stephen Moshiers's ioldoubl.c. in smldbl12.zip. > > /* Extended precision arithmetic functions for long double I/O. > * This program has been placed in the public domain. > */ > > Danny > Thanks, I think I got confused by something I read in 'newlib', but that of course doesn't have anything to do with SLM ioldoubl.c or your implementation in e.g. ldtoa.c Do I have to make a special installation of MinGW to get access to these functions? I've searched for ldtoa in header-files on the version of MinGW that I have (gcc-3.2.3-20030504-1, mingw-3.1.0, mingw-runtime-3.2), but didn't find any prototypes matching. Best regards Egon Andersen |