aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Makefile.in (clean): Remove stray reference to libcpp.a.Ben Elliston1-0/+10
* Makefile.in (clean): Remove stray reference to libcpp.a. * decimal128.h, decContext.c, decRound.c, decimal32.c, decNumber.c, decContext.h, decimal64.c, decimal32.h, decNumber.h, decimal64.h, decUtility.c, decLibrary.c, configure.ac, decNumberLocal.h, decUtility.h, decDPD.h, decimal128.c: Update FSF office address. From-SVN: r108024
2005-12-01Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c.Ben Elliston1-0/+6
* 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 Pfeifer1-0/+12
* 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 Elliston1-0/+5
* decUtility.c: Remove redundant #includes. * decUtility.h (__dec_byte_swap): Remove prototype. From-SVN: r107658
2005-11-29Autoconfiscate this directory:Ben Elliston1-0/+8
* 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 Elliston1-0/+9
From-SVN: r107629