summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* skip num.t #47 on VMSCraig A. Berry2004-01-051-2/+5
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3FF8F32A.5000108@mac.com> p4raw-id: //depot/perl@22058
* future-proof signal checkCraig A. Berry2004-01-051-7/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3FF8EDD4.3080308@mac.com> p4raw-id: //depot/perl@22057
* Upgrade to Cwd 2.13Rafael Garcia-Suarez2004-01-043-31/+28
| | | p4raw-id: //depot/perl@22056
* Re: [perl #24774] eval + format - \n = pp_ctl.c assertionLAUN Wolfgang2004-01-042-9/+16
| | | | | | | Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1> eval of of a truncated format should fail p4raw-id: //depot/perl@22055
* Upgrade to PerlIO::via::QuotedPrint 0.06Rafael Garcia-Suarez2004-01-031-1/+5
| | | p4raw-id: //depot/perl@22052
* Upgrade to Time::HiRes 1.54Rafael Garcia-Suarez2004-01-035-16/+116
| | | p4raw-id: //depot/perl@22051
* No matter how hard you proof read it, something always slips through.Nicholas Clark2004-01-031-2/+2
| | | p4raw-id: //depot/perl@22050
* Fix minor problems with the CPAN releaseNicholas Clark2004-01-035-4/+18
| | | | | | | | 1: Make Storable.xs to work on 5.8.2 and later (already in the core) 2: Ship the linux hints file 3: Ship Test::More for the benefit of Perls pre 5.6.2 4: Correct Makefile.PL to install in core for 5.8.0 and later p4raw-id: //depot/perl@22049
* Tidy up change #18751, so that the second parameter to unpack()Rafael Garcia-Suarez2004-01-037-4/+19
| | | | | | | defaults to $_ at compile-time, instead of run-time (like all other primitives that default to $_). p4raw-link: @18751 on //depot/perl: 13dcffc60adeca175c32a1ea11ec8756d4853ad2 p4raw-id: //depot/perl@22047
* Bump $threads::VERSION as the documentation has changed. Tweak theNicholas Clark2004-01-021-3/+3
| | | | | documentaiton, update Arthur's e-mail address p4raw-id: //depot/perl@22044
* Use the optimization level -O2 by default on Linux/gcc.Marcus Holland-Moritz2004-01-021-13/+2
| | | | | | | | See : Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?) From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2> p4raw-id: //depot/perl@22043
* Update debugger version number and Changes fileNicholas Clark2004-01-021-1/+3
| | | p4raw-id: //depot/perl@22041
* addition to 22036 (document SUPER better): superclass may be pluralDave Mitchell2004-01-012-4/+4
| | | p4raw-id: //depot/perl@22037
* Document the quirks of SUPER, especially the fact that it itDave Mitchell2004-01-014-2/+17
| | | | | relative to the current package and not to the invoking object. p4raw-id: //depot/perl@22036
* Fix bug #24383, where hashes with the :unique attribute weren'tDave Mitchell2004-01-014-8/+28
| | | | | | | | getting made readonly on interpreter clone. Also, remove the :unique attribute from the hashes in warnings.pm, since they may later be modified by warnings::register. Finally, adds tests for the :unique attribute. p4raw-id: //depot/perl@22034
* Perl 5.8.3 patches from the BS2000 port - part 2Dorner Thomas2004-01-012-7/+14
| | | | | | Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de> Date: Fri, 19 Dec 2003 07:16:47 +0100 p4raw-id: //depot/perl@22033
* OS/2 updateIlya Zakharevich2004-01-0111-84/+1356
| | | | | Message-ID: <20031218221029.GA7898@math.berkeley.edu> p4raw-id: //depot/perl@22032
* Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)Rafael Garcia-Suarez2004-01-011-0/+4
| | | p4raw-id: //depot/perl@22031
* Document that detached threads aren't supported on Windows yet.Rafael Garcia-Suarez2004-01-011-0/+5
| | | p4raw-id: //depot/perl@22030
* Upgrade to Getopt::Long 2.34_01Rafael Garcia-Suarez2004-01-012-20/+161
| | | p4raw-id: //depot/perl@22029
* Tweak 00compile.t to avoid splatting a DIAG over core perl'sNicholas Clark2003-12-311-1/+1
| | | | | | beautiful clean run of OKs. You are all getting a clean run of OKs, aren't you? p4raw-id: //depot/perl@22026
* "piconv -C 512" badly brokenAudrey Tang2003-12-311-1/+1
| | | | | | Message-Id: <1072870210.769.5.camel@localhost> Date: Wed, 31 Dec 2003 19:30:10 +0800 p4raw-id: //depot/perl@22025
* Upgrade to Test::Harness 2.40.Rafael Garcia-Suarez2003-12-3112-44/+109
| | | p4raw-id: //depot/perl@22021
* C++ comments, bad.Rafael Garcia-Suarez2003-12-311-1/+1
| | | p4raw-id: //depot/perl@22020
* Bump VERSION numbersNicholas Clark2003-12-307-7/+7
| | | p4raw-id: //depot/perl@22018
* A patch for Test::Harness on VMS by Craig BerryRafael Garcia-Suarez2003-12-301-1/+1
| | | | | (see RT CPAN bug #4745) p4raw-id: //depot/perl@22016
* more uni doc tweakageJarkko Hietaniemi2003-12-302-3/+4
| | | | | | | | | | | Message-ID: <20031230133755.GA23118@vipunen.hut.fi> Date: Tue, 30 Dec 2003 15:37:55 +0200 Subject: one more pod fix From: Jarkko Hietaniemi <jhi@iki.fi> Message-ID: <20031230135641.GA24516@vipunen.hut.fi> Date: Tue, 30 Dec 2003 15:56:41 +0200 p4raw-id: //depot/perl@22013
* bug #24757 perlrun.pod's description of find -mtime was ambiguousDave Mitchell2003-12-301-1/+2
| | | p4raw-id: //depot/perl@22009
* Upgrade to Math::BigInt 1.68.Rafael Garcia-Suarez2003-12-3012-45/+205
| | | p4raw-id: //depot/perl@22007
* Re: [perl #24774] eval + format - \n = pp_ctl.c assertionDave Mitchell2003-12-302-5/+15
| | | | | | heuristics for calculating buffer size needed to compile a format didn't allow for \0 p4raw-id: //depot/perl@22005
* Add a regression test for bug #24762Rafael Garcia-Suarez2003-12-301-1/+7
| | | p4raw-id: //depot/perl@22003
* Updates the notes about byacc in pumpkin.pod.Rafael Garcia-Suarez2003-12-301-9/+6
| | | p4raw-id: //depot/perl@22002
* Bump up UNIVERSAL's version to 1.02Rafael Garcia-Suarez2003-12-301-1/+1
| | | | | (due to fix #21418) p4raw-id: //depot/perl@22001
* Add Mike PomraningNicholas Clark2003-12-291-0/+1
| | | p4raw-id: //depot/perl@21999
* Update the README and Changes files for Switch 2.10Rafael Garcia-Suarez2003-12-292-4/+11
| | | p4raw-id: //depot/perl@21997
* Upgrade to Switch 2.10, by integrating some changes by DamianRafael Garcia-Suarez2003-12-291-12/+27
| | | p4raw-id: //depot/perl@21996
* Windows hasn't getuid/setuid and friends.Marcus Holland-Moritz2003-12-291-0/+4
| | | | | | | | | Therefore disable the code related to them in POSIX.xs. Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu) From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2> p4raw-id: //depot/perl@21993
* win32_chsize bugletKevin Chase2003-12-291-1/+1
| | | | | | From: "Kevin Chase" <kevincha99@hotmail.com> Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com> p4raw-id: //depot/perl@21992
* Upgrade to Encode 1.99.Rafael Garcia-Suarez2003-12-2912-21/+38
| | | p4raw-id: //depot/perl@21991
* Fix a little syntax error, reported by Marcus Holland-MoritzRafael Garcia-Suarez2003-12-281-1/+1
| | | p4raw-id: //depot/perl@21990
* 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILESNigel Sandever2003-12-283-0/+70
| | | | | | | From: "Nigel Sandever" <njsandever@hotmail.com> Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com> Date: Thu, 25 Sep 2003 21:49:07 +0000 p4raw-id: //depot/perl@21989
* Regenerate the perly.c patch for byacc output painless fixingRafael Garcia-Suarez2003-12-271-11/+11
| | | p4raw-id: //depot/perl@21988
* Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax errorRafael Garcia-Suarez2003-12-273-209/+212
| | | p4raw-id: //depot/perl@21986
* Cross compilation patches for arm.Redvers Davies2003-12-275-34/+37
| | | | | | Message-Id: <1072098653.4789.6.camel@ragefire> Date: Mon, 22 Dec 2003 08:11:34 -0500 p4raw-id: //depot/perl@21985
* Fix bug [perl #24735] : make sure that the range (..) operatorRafael Garcia-Suarez2003-12-272-4/+14
| | | | | | treats an undefined argument as 0 for numerical ranges and as "" for magical string ranges. p4raw-id: //depot/perl@21983
* PATCH: *DB*_File Paul Marquess2003-12-2712-61/+218
| | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com> p4raw-id: //depot/perl@21981
* Straggler from CwdNicholas Clark2003-12-271-0/+42
| | | p4raw-id: //depot/perl@21978
* Straggler from Unicode::Collate.Nicholas Clark2003-12-271-0/+97
| | | | | | We need to automate this. For some value of we. (tr/w/m/ I suspect) p4raw-id: //depot/perl@21977
* Assimilate Unicode::Collate 0.33Nicholas Clark2003-12-2710-305/+704
| | | p4raw-id: //depot/perl@21976
* Assimilate PodParser-1.26Nicholas Clark2003-12-2712-8/+35
| | | p4raw-id: //depot/perl@21975