summaryrefslogtreecommitdiff
path: root/libdecnumber/decNumber.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Do not use bit and for conjunction of predicates (PR c/81272).Martin Liska2018-02-191-2/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Fix numerous typos in commentsJonathan Wakely2017-04-031-2/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in libdecnumber/Richard Sandiford2014-01-021-1/+1
* Update copyright in libdecnumber.Richard Sandiford2013-02-061-1/+1
* remove useless if-before-free testsJim Meyering2011-04-201-40/+40
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-15/+10
* Merge botch fixed.Ben Elliston2009-03-301-423/+443
* Temporarily revert revision 145222.Ben Elliston2009-03-301-443/+423
* decNumber.c, [...]: Upgrade to decNumber 3.61.Ben Elliston2009-03-291-423/+443
* dfp.c (WORDS_BIGENDIAN): Define to 0 if not defined.Joseph Myers2008-06-111-1/+1
* Makefile.in (libdecnumber_a_OBJS): Remove decUtility.oJanis Johnson2007-09-101-5279/+7438
* decContext.c, [...]: Add libgcc-style license exception clause.Ben Elliston2007-03-091-0/+9
* decNumber.c (decNumberPower): Constify.Kaveh R. Ghazi2006-09-161-6/+8
* configure.ac (ACX_PROG_CC_WARNING_OPTS): Add -Wcast-qual.Kaveh R. Ghazi2006-09-071-106/+112
* decContext.c (decContextSetStatusFromString): Constify.Kaveh R. Ghazi2006-08-211-6/+6
* decNumber.c (__NO_STRING_INLINES): Define to prevent glibc macro definition o...Roger Sayle2006-01-041-0/+4
* decNumber.c (decStrEq): Cast string contents to unsigned char instead of int ...Roger Sayle2005-12-201-3/+5
* decNumber.c (decStrEq): Cast operands to int before calling tolower to avoid ...Roger Sayle2005-12-201-1/+1
* Makefile.in (clean): Remove stray reference to libcpp.a.Ben Elliston2005-12-051-2/+2
* decContext.h: Properly guard inclusion of stdint.hGerald Pfeifer2005-11-301-0/+1
* * libdecnumber: Import decNumber sources from the dfp-branch.Ben Elliston2005-11-291-0/+5939