summaryrefslogtreecommitdiff
path: root/lib/Math/BigInt
Commit message (Collapse)AuthorAgeFilesLines
* Moved Math-BigInt from lib/ to ext/Chris Williams2009-09-1154-13442/+0
|
* Moved bignum from lib/ to ext/Chris Williams2009-09-101-47/+0
|
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-064-0/+0
|
* Upgrade to Math::BigInt v1.89Rafael Garcia-Suarez2008-04-2113-23/+33
| | | p4raw-id: //depot/perl@33715
* Assorted POD nits from the Debian bug list.Steve Peters2008-01-301-1/+1
| | | p4raw-id: //depot/perl@33129
* [perl #48238] some typo's in comments Paul de Weerd2007-12-063-5/+5
| | | | | | From: Paul de Weerd (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-28750-1196931307-984.48238-75-0@perl.org> p4raw-id: //depot/perl@32590
* Re: BigInt bug with non-integer accuracy/precisionTels2007-09-241-0/+120
| | | | | Message-Id: <200709221133.35110@bloodgate.com> p4raw-id: //depot/perl@31951
* fix bigint testsuiteTels2007-09-175-5/+5
| | | | | Message-Id: <200709161341.15574@bloodgate.com> p4raw-id: //depot/perl@31879
* [PATCHES] various small Math::BigInt et. al. fixesTels2007-09-161-6/+3
| | | | | | | | | | | Message-Id: <200709161123.14970@bloodgate.com> Date: Sun, 16 Sep 2007 11:23:14 +0200 Subject: Re: [PATCHES] various small Math::BigInt et. al. fixes From: Tels <nospam-abuse@bloodgate.com> Message-Id: <200709161156.09071@bloodgate.com> Date: Sun, 16 Sep 2007 11:56:08 +0200 p4raw-id: //depot/perl@31875
* BigInt v1.88 take 1 (fix from_hex, from_oct, from_bin)Tels2007-07-131-1/+25
| | | | | Message-Id: <200707121911.02528@bloodgate.com> p4raw-id: //depot/perl@31609
* Math::BigFloat - fix bpi() and A [PATCH]Tels2007-06-281-0/+59
| | | | | Message-Id: <200706271834.14904@bloodgate.com> p4raw-id: //depot/perl@31486
* Math::BigInt take 12 [PATCH]Tels2007-06-279-8/+61
| | | | | Message-Id: <200706262100.54138@bloodgate.com> p4raw-id: //depot/perl@31478
* [Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2, fix batan, speedup bpi()Tels2007-06-256-59/+14
| | | | | Message-Id: <200706231530.49865@bloodgate.com> p4raw-id: //depot/perl@31459
* Math::BigInt v1.87 take 10Tels2007-06-236-15/+32
| | | | | Message-Id: <200706221902.22487@bloodgate.com> p4raw-id: //depot/perl@31449
* Math::BigInt take 9 (CORE::hex() vs. hex() in Calc.pm)Tels2007-06-171-5/+5
| | | | | Message-Id: <200706161343.47110@bloodgate.com> p4raw-id: //depot/perl@31400
* Math::BigInt v1.87 take 8Tels2007-06-119-9/+147
| | | | | Message-Id: <200706091407.36659@bloodgate.com> p4raw-id: //depot/perl@31365
* pidigits benchmark and bpi() method in Math::BigFloat/Math::BigInt, take 7 ↵Tels2007-06-119-7/+19
| | | | | | | [PATCH] Message-Id: <200706081929.44888@bloodgate.com> p4raw-id: //depot/perl@31364
* Re: [PATCH] Math::BigInt v1.87 take 5Tels2007-05-282-7/+12
| | | | | Message-Id: <200705271554.32054@bloodgate.com> p4raw-id: //depot/perl@31285
* Re: Smoke failures with blead@31225 (Linux) [PATCH]Tels2007-05-211-4/+21
| | | | | Message-Id: <200705212017.23224@bloodgate.com> p4raw-id: //depot/perl@31253
* [PATCH] Math::BigInt v1.87Tels2007-05-154-131/+436
| | | | | | | | | | | | | | | | Date: Sun, 13 May 2007 14:34:11 +0000 Message-Id: <200705131434.11992@bloodgate.com> Subject: Re: [PATCH] Math::BigInt v1.87 (take 2) From: Tels <nospam-abuse@bloodgate.com> Date: Mon, 14 May 2007 15:41:36 +0000 Message-Id: <200705141541.40678@bloodgate.com> Subject: Re: [PATCH] Math::BigInt v1.87 (take 3) From: Tels <nospam-abuse@bloodgate.com> Date: Tue, 15 May 2007 19:02:54 +0000 Message-Id: <200705151902.57372@bloodgate.com> p4raw-id: //depot/perl@31222
* Upgrade to Math::BigInt 1.86Rafael Garcia-Suarez2007-05-0715-97/+357
| | | p4raw-id: //depot/perl@31159
* BigInt, FastCalc, BitRat, bignum released to CPAN [PATCH]Tels2007-04-102-15/+57
| | | | | Message-Id: <200704092059.24058@bloodgate.com> p4raw-id: //depot/perl@30876
* Math::BigInt 1.80Tels2007-03-0410-13/+104
| | | | | Message-Id: <200703041557.02996@bloodgate.com> p4raw-id: //depot/perl@30460
* [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11Tels2007-02-1915-30/+137
| | | | | | | | | | | | | | | | Date: Fri, 2 Feb 2007 15:37:36 +0100 Message-Id: <200702021537.38442@bloodgate.com> Subject: Re: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11 From: Tels <nospam-abuse@bloodgate.com> Date: Tue, 6 Feb 2007 20:18:48 +0100 Message-Id: <200702062019.05487@bloodgate.com> Also, a fix for @INC in lib/Math/BigInt/t/calling.t Additional tests to perform Pod and Pod coverage testing were left out based on removal of similar test files previously. p4raw-id: //depot/perl@30358
* 5.8.8: Unicos test skip (and for the record: config.sh and harness results)Jarkko Hietaniemi2006-02-061-0/+4
| | | | | Message-ID: <43E5D085.90400@iki.fi> p4raw-id: //depot/perl@27103
* Typos in *.p[lm]Piotr Fusik2005-08-021-4/+4
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261
* Upgrade to Math::BigInt 1.77Rafael Garcia-Suarez2005-05-206-69/+14
| | | p4raw-id: //depot/perl@24517
* stop Math/BigInt/t/bare_mbf.t producing spurious test outputDave Mitchell2005-05-051-1/+1
| | | p4raw-id: //depot/perl@24393
* [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17Tels2005-04-0513-59/+77
| | | | | Message-Id: <200504031043.12273@bloodgate.com> p4raw-id: //depot/perl@24155
* Upgrade to Math::BigInt 1.75, by TelsRafael Garcia-Suarez2005-03-207-19/+39
| | | p4raw-id: //depot/perl@24048
* Re: [PATCH] BigInt mbi_rand.t failings (solved now)Tels2005-02-101-5/+33
| | | | | Message-Id: <200502092144.24051@bloodgate.com> p4raw-id: //depot/perl@23955
* BigInt mbi_rand.t failingsTels2005-01-251-3/+11
| | | | | Message-Id: <200501251806.59782@bloodgate.com> p4raw-id: //depot/perl@23882
* Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16Tels2005-01-0414-96/+274
| | | | | Message-Id: <200501011859.52858@bloodgate.com> p4raw-id: //depot/perl@23739
* Patch: BigInt v1.73 (pre-release)Tels2004-10-1212-17/+136
| | | | | Message-Id: <200410102236.03637@bloodgate.com> p4raw-id: //depot/perl@23359
* pre Math::BigInt v1.72Tels2004-08-136-23/+23
| | | | | Message-Id: <200408131402.52270@bloodgate.com> p4raw-id: //depot/perl@23216
* Upgrade to Math::BigInt v1.71.Rafael Garcia-Suarez2004-07-306-5/+20
| | | p4raw-id: //depot/perl@23171
* [perl #30609] [PATCH] BigInt v1.71 - first tryTels2004-07-1910-73/+96
| | | | | Message-Id: <200407171622.58443@bloodgate.com> p4raw-id: //depot/perl@23142
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-231-2/+2
| | | p4raw-id: //depot/perl@22741
* Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12Tels2004-03-126-4/+120
| | | | | Message-Id: <200403121802.31679@bloodgate.com> p4raw-id: //depot/perl@22491
* Upgrade to prereleases of Math::BigInt 1.70 andRafael Garcia-Suarez2004-02-1924-676/+464
| | | | | Math::BigRat 0.12, by Tels. p4raw-id: //depot/perl@22344
* [ANNOUNCE] Math::BigInt v1.69Tels2004-01-135-6/+11
| | | | | Message-Id: <200401131928.50247@bloodgate.com> p4raw-id: //depot/perl@22129
* Upgrade to Math::BigInt 1.68.Rafael Garcia-Suarez2003-12-309-37/+166
| | | p4raw-id: //depot/perl@22007
* BigInt v1.68 - pre-releaseTels2003-12-2510-12/+801
| | | | | Message-Id: <200312230106.27661@bloodgate.com> p4raw-id: //depot/perl@21956
* Math::BigInt v1.67 releasedTels2003-12-127-16/+56
| | | | | Message-Id: <200312121847.49039@bloodgate.com> p4raw-id: //depot/perl@21882
* Math::BigInt v1.67 (pre-release)Tels2003-12-0616-105/+419
| | | | | Message-Id: <200312062016.50484@bloodgate.com> p4raw-id: //depot/perl@21861
* Math::BigInt::Scalar is only for tests.Rafael Garcia-Suarez2003-12-061-242/+0
| | | | | Move it under t/lib. p4raw-id: //depot/perl@21859
* Upgrade to Math::BigInt 1.66.Jarkko Hietaniemi2003-09-228-31/+77
| | | p4raw-id: //depot/perl@21318
* Upgrade to Math::BigInt pre-rel 1.66 as ofJarkko Hietaniemi2003-09-0311-29/+139
| | | | | | | http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html (the tar.gz link doesn't have 'v1.66', it has '1.66') so that the smoke builds can start chewing it. p4raw-id: //depot/perl@21025
* Upgrade BigInt and BigRatTels2003-07-063-6/+12
| | | | | | Subject: BigInt v1.65, Bigrat v0.10 - reloaded Message-Id: <200307061158.23576@bloodgate.com> p4raw-id: //depot/perl@20041
* Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,Rafael Garcia-Suarez2003-07-0431-271/+1110
| | | | | and bignum v0.14. p4raw-id: //depot/perl@20000