summaryrefslogtreecommitdiff
path: root/lib/bigfloat.pl
Commit message (Collapse)AuthorAgeFilesLines
* deprecation warning on deprecated-in-core .pl libsZefram2010-06-281-0/+2
| | | | | | | | | | | This is a mandatory warning, not obeying -X or lexical warning bits. To make it behave like an internal deprecation warning would be a lot of hassle to do in pure Perl. The warning is modelled on that supplied by deprecate.pm for deprecated-in-core .pm libraries. It points to the specific CPAN distribution that contains the .pl libraries. The CPAN version, of course, does not generate the warning.
* don't use $[ in library codeZefram2010-04-271-20/+20
| | | | | | | Remove all uses of $[, both reads and writes, from library code. Test code (which must test behaviour of $[) is unchanged, as is the actual implementation of $[. Uses in CPAN libraries are also untouched: I've opened tickets at rt.cpan.org regarding them.
* Remove perl4-library deprecation warningsSteffen Mueller2010-04-051-4/+0
| | | | | | | | | | | | | | | | After the recent, long discussion about this topic and demonstrated cases where the deprecation warnings may actually *break* things, we agreed on IRC to push the "active" deprecation warnings to after 5.12. --Steffen From f1b2d650aa126e06fc270dd0a44b8a6bf0da6e2c Mon Sep 17 00:00:00 2001 From: Steffen Mueller <smueller@cpan.org> Date: Mon, 5 Apr 2010 15:12:41 +0200 Subject: [PATCH] Remove deprecation warnings from perl4-era tools The libraries still have deprecation warnings in their comments but the mandatory run-time warnings are disabled until after 5.12.
* Deprecate bigfloat.pl with a warningSteffen Mueller2009-09-021-1/+7
|
* more ebcdic testsuite fixups (from Peter Prymmer)Gurusamy Sarathy1999-12-281-1/+6
| | | p4raw-id: //depot/perl@4723
* add disclaimer about perl 4 libraries (modified version ofGurusamy Sarathy1999-07-261-0/+9
| | | | | patch suggested by Clinton Pierce <cpierce1@ford.com>) p4raw-id: //depot/perl@3759
* fix bugs in the handling of negative numbers, among other thingsSteven Knight1999-02-151-3/+8
| | | | | | Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com> Subject: Math::BigFloat and Math::BigInt p4raw-id: //depot/perl@2934
* Don't use $4 when it might be undefChip Salzenberg1997-04-031-2/+4
|
* perl 5.0 alpha 2perl-5a2Larry Wall1993-10-071-20/+20
| | | | [editor's note: from history.perl.org. The sparc executables originally included in the distribution are not in this commit.]
* perl 4.0 patch 36: (combined patch)perl-4.0.36Larry Wall1993-02-041-1/+1
| | | | | | Since Ed Barton sent me a patch for the malignent form of "Malformed cmd links", I finally broke down and made a patch for the various other little things that have been accumulating on version 4.
* perl 4.0 patch 22: patch #20, continuedLarry Wall1992-06-081-14/+11
| | | | See patch #20.
* perl 4.0.00: (no release announcement available)perl-4.0.00Larry Wall1991-03-211-1/+1
| | | | So far, 4.0 is still a beta test version. For the last production version, look in pub/perl.3.0/kits@44.
* perl 3.0 patch #38 (combined patch)Larry Wall1990-11-091-0/+236
Forget the description, it's too late at night...