summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Stas' croak patch and then someAndy Lester2005-10-1312-155/+157
| | | | | Message-ID: <20051013214212.GA1122@petdance.com> p4raw-id: //depot/perl@25754
* If /dev/null is not readable, perl -e fails withRafael Garcia-Suarez2005-10-131-2/+5
| | | | | an obscure error message. Make it more understandable. p4raw-id: //depot/perl@25753
* [patch@25744] t/op/local.t - change 25514 broke VMSJohn E. Malmberg2005-10-131-1/+10
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <434E6F07.5020108@qsl.net> p4raw-id: //depot/perl@25752
* SvPVutf8_nolen crashes [PATCH]Gisle Aas2005-10-131-1/+1
| | | | | Message-ID: <lrslv56072.fsf@caliper.activestate.com> p4raw-id: //depot/perl@25751
* Better cleanup of directories created by C::ZlibRafael Garcia-Suarez2005-10-131-2/+3
| | | p4raw-id: //depot/perl@25750
* PL_use_safe_putenv needs to be in the export listsH.Merijn Brand2005-10-131-0/+6
| | | p4raw-id: //depot/perl@25749
* POD index entries with X<>Ivan Tubert-Brohman2005-10-1318-3/+889
| | | | | Message-ID: <434D9A32.4050305@cpan.org> p4raw-id: //depot/perl@25748
* Accidental interpolation of $@ in Pod::Html [PATCH]Gisle Aas2005-10-131-2/+2
| | | | | Message-ID: <lr7jch95af.fsf@caliper.activestate.com> p4raw-id: //depot/perl@25747
* The new REQUIRE token introduced by change 25599 must beRafael Garcia-Suarez2005-10-135-221/+222
| | | | | | | nonassoc, just like the UNIOP token it's patterned after. (While we're at it, allow to use bison 2.1 to regenerate the parser files.) p4raw-id: //depot/perl@25746
* Document that -F doesn't accept whitespace in patterns.Rafael Garcia-Suarez2005-10-131-1/+1
| | | | | (fixes bug #37366) p4raw-id: //depot/perl@25745
* RE: [PATCH] Compress::ZlibPaul Marquess2005-10-131-52/+4
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com> p4raw-id: //depot/perl@25744
* Typo in comment.Abigail2005-10-121-1/+1
| | | | | Message-ID: <20051012232509.GA1018@abigail.nl> p4raw-id: //depot/perl@25743
* Symbian blead update: Symbian port 0.2.0Jarkko Hietaniemi2005-10-128-47/+816
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25742
* Update to the config boilerplates, by JarkkoRafael Garcia-Suarez2005-10-128-1977/+2059
| | | p4raw-id: //depot/perl@25741
* disarm unsetenv() on VMS for now (function is presentCraig A. Berry2005-10-111-0/+4
| | | | | but %ENV is more complicated) p4raw-id: //depot/perl@25740
* Compress::ZlibPaul Marquess2005-10-112-10/+8
| | | | | This silences a few warnings on AIX p4raw-id: //depot/perl@25739
* Comment fixRafael Garcia-Suarez2005-10-111-2/+2
| | | p4raw-id: //depot/perl@25738
* environ fixupAlan Burlison2005-10-114-13/+57
| | | | | Message-ID: <434BDA72.4090109@sun.com> p4raw-id: //depot/perl@25737
* Symbian blead fixJarkko Hietaniemi2005-10-111-2/+7
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25736
* Compress::ZlibPaul Marquess2005-10-112-27/+16
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com> p4raw-id: //depot/perl@25735
* Update win32 config files w.r.t. change #25733Steve Hay2005-10-118-0/+28
| | | | | p4raw-link: @25733 on //depot/perl: bdf33aa7435b6e4ab927ed6430f3f240f211d879 p4raw-id: //depot/perl@25734
* Add probe for unsetenv ()Steve Peters2005-10-104-2/+18
| | | | | | Subject: Re: Perl's handling of environ breaks on Solaris 10 Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25733
* Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]Gisle Aas2005-10-101-1/+1
| | | | | | Change to remove a call to Win32::GetShortPathName() from Test::Harness::Straps. p4raw-id: //depot/perl@25731
* Symbian bleadperl@25725 updateJarkko Hietaniemi2005-10-106-41/+187
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25730
* RE: [PATCH] Compress::ZlibPaul Marquess2005-10-102-6/+10
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com> p4raw-id: //depot/perl@25729
* Win32::GetShortPathName() does not always return a short name [DOC PATCH]Gisle Aas2005-10-101-3/+5
| | | | | Message-ID: <lrk6glej0e.fsf@caliper.activestate.com> p4raw-id: //depot/perl@25728
* Making t/14gzopen.t a bit more robust.Paul Marquess2005-10-103-42/+34
| | | | | | | Subject: [PATCH] Compress::Zlib From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com> p4raw-id: //depot/perl@25727
* Compress::Zlib should not ask under Cygwin in COREH.Merijn Brand2005-10-101-2/+2
| | | p4raw-id: //depot/perl@25726
* RE: [PATCH] DB_File 1.1812Paul Marquess2005-10-101-4/+8
| | | | | Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess. p4raw-id: //depot/perl@25725
* Upgrade to DB_File 1.1812, by Paul MarquessRafael Garcia-Suarez2005-10-095-6/+19
| | | p4raw-id: //depot/perl@25724
* Tweaks to get Test::Builder::Tester's tests to work in the core.Steve Peters2005-10-092-5/+5
| | | p4raw-id: //depot/perl@25723
* Upgraded to ExtUtils-ParseXS-2.14.Steve Peters2005-10-091-3/+5
| | | p4raw-id: //depot/perl@25722
* Don't use a regexp in DB::sub().Rafael Garcia-Suarez2005-10-091-2/+1
| | | | | This should work around perlbug #37102. p4raw-id: //depot/perl@25721
* It would be nice to upgrade the right file. Double grrrrr.Steve Peters2005-10-091-2/+11
| | | p4raw-id: //depot/perl@25720
* Add standard core test header to Test::Builder::Tester tests.Steve Peters2005-10-097-0/+49
| | | p4raw-id: //depot/perl@25719
* Upgrade to Test-Simple-0.62.Steve Peters2005-10-0918-8/+1280
| | | p4raw-id: //depot/perl@25718
* Missed files in upgrading modules. GrrrrSteve Peters2005-10-091-1/+1
| | | p4raw-id: //depot/perl@25717
* undef IS_UTF8_CHAR() on EBCDICSADAHIRO Tomoyuki2005-10-093-1/+16
| | | | | Message-Id: <20051008165752.348A.BQW10602@nifty.com> p4raw-id: //depot/perl@25716
* Documentation nit in INSTALL found by Alan Burlison.Steve Peters2005-10-071-1/+1
| | | p4raw-id: //depot/perl@25712
* Upgrade to Pathtools-3.12Steve Peters2005-10-074-3/+11
| | | p4raw-id: //depot/perl@25711
* Parse symbols for the linker when more than one declarationCraig A. Berry2005-10-071-10/+12
| | | | | on the same line (the way PERLVARISC now throws at us). p4raw-id: //depot/perl@25710
* Avoid a castNicholas Clark2005-10-061-1/+1
| | | p4raw-id: //depot/perl@25709
* Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() andSteve Peters2005-10-061-2/+2
| | | | | SvIV_set(). Otherwise, compiling with -DPERL_DEBUG_COW fails. p4raw-id: //depot/perl@25708
* Be nice with subversion hidden directoriesRafael Garcia-Suarez2005-10-061-2/+2
| | | p4raw-id: //depot/perl@25707
* Update with new files from C::ZlibRafael Garcia-Suarez2005-10-061-1/+1
| | | p4raw-id: //depot/perl@25706
* Move ZlibTestUtils.pm under t/Rafael Garcia-Suarez2005-10-0626-25/+25
| | | p4raw-id: //depot/perl@25705
* Don't install pods via MakeMaker for C::Zlib,Rafael Garcia-Suarez2005-10-061-3/+7
| | | | | as suggested by Robin Barker p4raw-id: //depot/perl@25704
* Add -C to allowed $PERL5OPT optionsH.Merijn Brand2005-10-063-3/+3
| | | | | | | Add -C to the $PERL5OPT documentation (and added the missing -A too) t/run/runenv.t Could use some more tests about how supported and unsupported options in $PERL5OPT are handled p4raw-id: //depot/perl@25703
* Remove the getprotobynumber test, for portability concernsRafael Garcia-Suarez2005-10-062-173/+0
| | | p4raw-id: //depot/perl@25702
* Fix Compress::Zlib test boilerplateNicholas Clark2005-10-0524-24/+24
| | | p4raw-id: //depot/perl@25701