summaryrefslogtreecommitdiff
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* numeric.c: White-space onlyKarl Williamson2014-01-041-20/+21
* Use new macros to make sure LC_NUMERIC is correctly setKarl Williamson2014-01-041-0/+4
* numeric.c: Use macros instead of strchr()Karl Williamson2014-01-011-20/+15
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-8/+8
* [perl #120426] atof() small value rounding errorsDavid Mitchell2013-12-251-0/+11
* perlapi: Refer to correct formal parameter nameKarl Williamson2013-11-251-1/+1
* Revert "make perl core quiet under -Wfloat-equal"David Mitchell2013-11-161-2/+2
* numeric.c: White-space onlyKarl Williamson2013-11-091-1/+1
* make perl core quiet under -Wfloat-equalDavid Mitchell2013-11-091-2/+2
* numeric.c: nit in commentKarl Williamson2013-10-161-1/+1
* Proper IEEE overflow semantics for VMS.Craig A. Berry2012-12-231-1/+1
* add comment about the atof change [perl #109318]Jesse Luehrs2012-06-261-0/+6
* fix c++ compilationJesse Luehrs2012-06-261-1/+1
* use a less broken test for locale radix in atof [perl #109318]Jesse Luehrs2012-06-261-10/+15
* numeric.c: Fix typo, clarify commentKarl Williamson2012-06-171-2/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Add :not_characters parameter to 'use locale'Karl Williamson2012-01-211-2/+2
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+3
* Add flag to num groks to silence non-portable warningsKarl Williamson2011-07-031-3/+18
* [perl #32380] numeric.c assumes that NV_DIG+2 will be enough digitsEd Allen Smith2010-10-031-1/+8
* Correct pod in numeric.cKarl Williamson2010-07-271-1/+1
* Code for allowing uppercase X/B in hexadecimal/binary numbers (#76296).Bo Lindbergh2010-07-061-4/+4
* use cBOOL for bool castsDavid Mitchell2010-04-151-3/+3
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-9/+6
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-17/+14
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-2/+4
* Update copyright years.Nicholas Clark2008-10-251-1/+1
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-5/+31
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-2/+2
* The revenge of the constsAndy Lester2007-05-031-3/+2
* signbit detection (was [perl #39875] -0.0 loses signedness upon numeric compa...Andy Dougherty2007-02-101-0/+32
* unused context warningsAndy Lester2006-02-241-0/+4
* Update copyright years (including some years where we made changes butNicholas Clark2006-01-081-1/+1
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+2
* Etta James presents: More constingAndy Lester2005-10-311-3/+3
* Add a new file, mathoms.c, to hold old code kept around for binarySteve Peters2005-10-281-16/+0
* Make some casts explicit to keep VC++ 7 happySteve Hay2005-10-171-3/+3
* 5.9.x (and 5.8.x): Symbian updateJarkko Hietaniemi2005-08-181-1/+1
* Re: [perl #36654] Inconsistent treatment of NaNYitzchak Scott-Thoennes2005-08-171-0/+15
* Random cleanups #47Andy Lester2005-06-071-1/+1
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-2/+1
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+10
* Symbian port of PerlJarkko Hietaniemi2005-04-211-0/+1
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
* Consting part 4Andy Lester2005-03-251-8/+8
* Third consting batchAndy Lester2005-03-241-5/+5
* More const parmsAndy Lester2005-03-181-9/+9
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+6
* Fix and update Perl_grok_* docs.Marcus Holland-Moritz2004-07-311-7/+29