summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/native/fdlibm/mprec.c
Commit message (Collapse)AuthorAgeFilesLines
* * native/fdlibm/mprec.c (mprec_calloc): Renamed.tromey2006-09-251-3/+3
| | | | | | (Balloc): Updated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117204 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-09-25 Mark Wielaard <mark@klomp.org>tromey2006-09-251-1/+1
| | | | | | | | Suggested by Aaron M. Ucko <ucko@debian.org> Fixes bug #29203 * native/fdlibm/mprec.c (ulp): Define L as int32_t. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117197 138bc75d-0d04-0410-961f-82ee72b054a4
* PR classpath/23863:tromey2006-06-091-107/+168
| | | | | | | | | | | | | | | | | | * native/fdlibm/dtoa.c (_dtoa): Free contents of _Jv_reent when finished. * native/fdlibm/mprec.c: New version from newlib. Commented out some includes. Added <assert.h>. (_reent, _Bigint): New defines. (_REENT_CHECK_MP, _REENT_MP_FREELIST, _REENT_MP_P5S): Likewise. (__ULong, __Long): New types. (_calloc_r): New function. (Balloc): Dynamically add new _freelist entries as needed. * native/fdlibm/mprec.h (struct _Jv_Bigint): Don't use MAX_BIGNUMS to size _x[]. (struct _Jv_reent): _freelist now a _Jv_Bigint**. Removed _allocation_map, num. Added _max_k. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114511 138bc75d-0d04-0410-961f-82ee72b054a4
* Imported GNU Classpath 0.20mark2006-01-171-4/+6
| | | | | | | | | | | * Makefile.am (AM_CPPFLAGS): Add classpath/include. * java/nio/charset/spi/CharsetProvider.java: New override file. * java/security/Security.java: Likewise. * sources.am: Regenerated. * Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109831 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisiontromey2005-07-161-0/+958
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102074 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud