summaryrefslogtreecommitdiff
path: root/numeric.c
Commit message (Collapse)AuthorAgeFilesLines
* Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in ↵Nicholas Clark2001-09-101-27/+34
| | | | | | | glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))) Message-ID: <20010911000031.G1512@plum.flirble.org> p4raw-id: //depot/perl@11990
* oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again ↵Nicholas Clark2001-09-051-159/+307
| | | | | | | (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)) Message-ID: <20010904224250.P25120@plum.flirble.org> p4raw-id: //depot/perl@11874
* IEEE float tweak for VMSCraig A. Berry2001-08-171-14/+11
| | | | | Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01> p4raw-id: //depot/perl@11700
* Also UNICOS is in the general case unable to silentlyJarkko Hietaniemi2001-08-151-0/+15
| | | | | handle fp overflows. p4raw-id: //depot/perl@11681
* Re-establish the fp overflow detection for VAX VMS; thereJarkko Hietaniemi2001-08-151-0/+19
| | | | | | | is no easy way to have the IEEE fp silent overflow semantics. (in Alpha VMS we still will use IEEE fp by default-- but it is still possible to configure Perl to use G_FLOAT) p4raw-id: //depot/perl@11679
* Ignore SIGFPE everywhere.Jarkko Hietaniemi2001-08-071-13/+1
| | | p4raw-id: //depot/perl@11608
* Avoid SIGFPE in Tru64.Jarkko Hietaniemi2001-08-051-0/+5
| | | p4raw-id: //depot/perl@11592
* Beginnings of better Inf and NaN support.Jarkko Hietaniemi2001-07-291-3/+13
| | | | | At least toke.c and sv.c still need quite a bit of work. p4raw-id: //depot/perl@11489
* Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 ↵Hugo van der Sanden2001-07-181-0/+4
| | | | | | | (leading whitespace) Message-Id: <200107180421.f6I4Ltc00987@crypt0.demon.co.uk> p4raw-id: //depot/perl@11403
* Re: op/arith.tNicholas Clark2001-07-071-20/+20
| | | | | Message-ID: <20010707130454.D59620@plum.flirble.org> p4raw-id: //depot/perl@11190
* grok not grocking correctlyNicholas Clark2001-07-021-1/+1
| | | | | Message-ID: <20010703001908.H59620@plum.flirble.org> p4raw-id: //depot/perl@11112
* avoid overflow in numeric.c:S_mulexp10() on VAXPeter Prymmer2001-06-281-0/+8
| | | | | Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com> p4raw-id: //depot/perl@10998
* Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)Nicholas Clark2001-06-231-146/+182
| | | | | Message-ID: <20010623225547.Z98663@plum.flirble.org> p4raw-id: //depot/perl@10870
* splitting util.cHugo van der Sanden2001-06-131-0/+691
Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk> p4raw-id: //depot/perl@10579