aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber
AgeCommit message (Collapse)AuthorFilesLines
2005-12-01Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.Ben Elliston4-20/+26
* Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c. * decUtility.c (__dec_byte_swap): Move from here .. * decLibrary.c: .. to here. From-SVN: r107802
2005-11-30decContext.h: Properly guard inclusion of stdint.hGerald Pfeifer10-0/+22
* decContext.h: Properly guard inclusion of stdint.h * decContext.c: Include config.h * decLibrary.c: Ditto. * decNumber.c: Ditto. * decRound.c: Ditto. * decUtility.c: Ditto. * decimal32.c: Ditto. * decimal64.c: Ditto. * decimal128.c: Ditto. From-SVN: r107695
2005-11-29Some cleanups from dfp-branch:Ben Elliston3-5/+5
* decUtility.c: Remove redundant #includes. * decUtility.h (__dec_byte_swap): Remove prototype. From-SVN: r107658
2005-11-29Autoconfiscate this directory:Ben Elliston6-0/+5897
* configure.ac: New file. * aclocal.m4: Likewise. * Makefile.in: Likewise. * configure: Generate. * config.in: Likewise. From-SVN: r107650
2005-11-29* libdecnumber: Import decNumber sources from the dfp-branch.Ben Elliston17-0/+9067
From-SVN: r107629