summaryrefslogtreecommitdiff
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* If it's S_, it should be STATIC.Jarkko Hietaniemi2003-04-291-1/+1
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Big patch from Alan Burlison to make Solaris long doubles work.Jarkko Hietaniemi2003-04-151-0/+16
* Add an option for the grok_xxx() to silently ignore bad digits.Jarkko Hietaniemi2003-04-101-3/+3
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.tAllen Smith2002-09-081-21/+57
* Re: 5.8.0 sprintf (?) problem with floats?Dave Mitchell2002-08-181-70/+64
* Re: perl v5.8.0 17303 on VMS_VAX V7.2Hugo van der Sanden2002-06-201-13/+20
* Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you canHugo van der Sanden2002-06-091-1/+2
* Re: [PATCH] numeric.c:S_mulexp10 -- quit when you canCraig A. Berry2002-06-081-3/+2
* numeric.c:S_mulexp10 -- quit when you canCraig A. Berry2002-06-071-1/+4
* In some (rare) platforms (such as UNICOS) using the nativeJarkko Hietaniemi2002-05-241-5/+7
* more warnings tidyupPaul Marquess2002-03-111-9/+9
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+4
* a few typo fixes Jeffrey Friedl2001-11-121-5/+5
* Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious...Nicholas Clark2001-09-101-27/+34
* oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (w...Nicholas Clark2001-09-051-159/+307
* IEEE float tweak for VMSCraig A. Berry2001-08-171-14/+11
* Also UNICOS is in the general case unable to silentlyJarkko Hietaniemi2001-08-151-0/+15
* Re-establish the fp overflow detection for VAX VMS; thereJarkko Hietaniemi2001-08-151-0/+19
* Ignore SIGFPE everywhere.Jarkko Hietaniemi2001-08-071-13/+1
* Avoid SIGFPE in Tru64.Jarkko Hietaniemi2001-08-051-0/+5
* Beginnings of better Inf and NaN support.Jarkko Hietaniemi2001-07-291-3/+13
* Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 ...Hugo van der Sanden2001-07-181-0/+4
* Re: op/arith.tNicholas Clark2001-07-071-20/+20
* grok not grocking correctlyNicholas Clark2001-07-021-1/+1
* avoid overflow in numeric.c:S_mulexp10() on VAXPeter Prymmer2001-06-281-0/+8
* Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)Nicholas Clark2001-06-231-146/+182
* splitting util.cHugo van der Sanden2001-06-131-0/+691