summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix breakages caused by #31130:Steve Hay2007-05-035-10/+16
| | | | | | report_uninit was not exported on Win32 and my_reg_numbered_buff_length had wrong prototype p4raw-id: //depot/perl@31132
* Silence some VC6 compiler warnings in the regex codeSteve Hay2007-05-034-5/+5
| | | p4raw-id: //depot/perl@31131
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-0315-132/+345
| | | | | | From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com> Message-ID: <51dd1af80705011658g1156e14cw4d2b21a8d772ed41@mail.gmail.com> p4raw-id: //depot/perl@31130
* Move PL_delayedisa into a better spot in the interpreter structure.Nicholas Clark2007-05-031-4/+8
| | | p4raw-id: //depot/perl@31127
* Add John Peacock as maintainer of version.pmGerard Goossen2007-05-031-1/+8
| | | | | Message-ID: <20070503142358.GE27210@ostwald> p4raw-id: //depot/perl@31126
* Initialise PL_delayedisa on thread clone.Nicholas Clark2007-05-031-0/+1
| | | p4raw-id: //depot/perl@31125
* Fix warning.Abigail2007-05-031-1/+3
| | | | | Message-ID: <20070423223715.GB544@abigail.nl> p4raw-id: //depot/perl@31124
* The revenge of the constsAndy Lester2007-05-035-12/+10
| | | | | Message-ID: <20070503054554.GA30975@petdance.com> p4raw-id: //depot/perl@31123
* Re: mro status, etcBrandon Black2007-05-038-8/+60
| | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704301445y37e9b05ey235210a8e5547cc1@mail.gmail.com> p4raw-id: //depot/perl@31122
* Fix a CPANPLUS test that fails when run on a read-only source treeSteve Hay2007-05-032-2/+5
| | | | | (such as a p4 client repository) p4raw-id: //depot/perl@31121
* Get PERL_OLD_COPY_ON_WRITE passing all tests, apart fromNicholas Clark2007-05-021-4/+1
| | | | | | ext/Compress/Raw/Zlib/t/07bufsize.t which still puzzles me. p4raw-id: //depot/perl@31120
* [perl #42839] Swatch hash cache has key mismatch Jonathan Steinert2007-05-023-3/+26
| | | | | | From: Jonathan Steinert (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-30557-1178021932-1416.42839-75-0@perl.org> p4raw-id: //depot/perl@31119
* tweak some regexp params to avoid warningsYves Orton2007-05-025-6/+6
| | | | | Message-ID: <9b18b3110705011446h2113221cndf70af928d72505@mail.gmail.com> p4raw-id: //depot/perl@31118
* Upgrade to XSLoader 0.08Rafael Garcia-Suarez2007-05-021-3/+3
| | | p4raw-id: //depot/perl@31117
* When FETCHSIZE returns <0 perl segfaultsÆvar Arnfjörð Bjarmason2007-05-023-4/+30
| | | | | | From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com> Message-ID: <51dd1af80705011406j7897772bm58e9c770183ef3ed@mail.gmail.com> p4raw-id: //depot/perl@31116
* Fix threaded builds (broken by change #31112)Steve Hay2007-05-024-4/+4
| | | | | p4raw-link: @31112 on //depot/perl: 3497a01ff49c0a24f2db9e69c6bb89e36e940ed4 p4raw-id: //depot/perl@31115
* Remove ext/ThreadJerry D. Hedden2007-05-0250-1322/+45
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com> p4raw-id: //depot/perl@31114
* Fixing a Perl_my_dirfd() related test failure.Steve Peters2007-05-011-2/+2
| | | p4raw-id: //depot/perl@31113
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-019-24/+28
| | | p4raw-id: //depot/perl@31112
* Re: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R ↵Yves Orton2007-05-011-3/+3
| | | | | | | to match PCRE and unicode tr18 Message-ID: <9b18b3110705010335w1924941ep3eb925a3ed597604@mail.gmail.com> p4raw-id: //depot/perl@31111
* Two new manpages, by AbigailRafael Garcia-Suarez2007-04-307-8/+1084
| | | p4raw-id: //depot/perl@31110
* Signedness nit, found by JarkkoRafael Garcia-Suarez2007-04-301-1/+1
| | | p4raw-id: //depot/perl@31109
* make mad/PLXML.pm use strictGerard Goossen2007-04-301-373/+376
| | | | | Message-ID: <20070419125613.GF19244@ostwald> p4raw-id: //depot/perl@31108
* Re: mro status, etcBrandon Black2007-04-3021-200/+268
| | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704291527y1b39be37l221ef66e4c828f66@mail.gmail.com> p4raw-id: //depot/perl@31107
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-3013-101/+123
| | | | | | From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com> Message-ID: <51dd1af80704261922j3db0615wa86ccc4cb65b2713@mail.gmail.com> p4raw-id: //depot/perl@31106
* VMS-specific tweak to FindBin for when $0 returns a unix-style filespec.Craig A. Berry2007-04-281-2/+2
| | | p4raw-id: //depot/perl@31105
* Don't try to build old Thread extension on VMS when -DuseithreadsCraig A. Berry2007-04-281-2/+3
| | | | | has been chosen. p4raw-id: //depot/perl@31104
* Do the same as #31095 for Win32Steve Hay2007-04-271-7/+0
| | | p4raw-id: //depot/perl@31103
* Re: Analysis of problems with mixed encoding case insensitive matches in ↵Yves Orton2007-04-276-659/+944
| | | | | | | regex engine. Message-ID: <9b18b3110704270709y50ef652ci436b3bb29abca275@mail.gmail.com> p4raw-id: //depot/perl@31102
* Reindent bash functions properlyRafael Garcia-Suarez2007-04-271-13/+13
| | | p4raw-id: //depot/perl@31101
* Cargo-cult fix for an AIX build problemJan Dubois2007-04-271-0/+1
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <048b01c7885f$48862510$d9926f30$@com> p4raw-id: //depot/perl@31098
* Fix a signed/unsigned comparison warningRafael Garcia-Suarez2007-04-271-2/+1
| | | p4raw-id: //depot/perl@31097
* More up-to-date info about the metaunitsH.Merijn Brand2007-04-271-9/+18
| | | p4raw-id: //depot/perl@31096
* special Configure handling for IO/Compress modules no longer neededCraig A. Berry2007-04-271-3/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <p06240812c256eae2b552@[172.16.52.1]> p4raw-id: //depot/perl@31095
* Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(),Nicholas Clark2007-04-262-3/+4
| | | | | | which expects a STRLEN pointer. Avoid some signed/unsigned casting warnings by adding casts. p4raw-id: //depot/perl@31093
* strxfrm() returns a size_t, not a ssize_t. See:Devin Heitmueller2007-04-261-2/+2
| | | | | | | Subject: locale.c usage of strxfrm From: "Devin Heitmueller" <devin.heitmueller@gmail.com> Message-ID: <412bdbff0704201520i7aac0189n74f0cef5c5213f41@mail.gmail.com> p4raw-id: //depot/perl@31092
* Fix a bug in method caching. Better version (broader) of change #29336.Brandon Black2007-04-263-8/+4
| | | | | | | | Subject: Re: mro status, etc From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704260852y5a3dd2a5jeb633bb46cc7a8c0@mail.gmail.com> p4raw-link: @29336 on //depot/perl: ae6d515f69537dd5e2631b15104c2c90d022fd19 p4raw-id: //depot/perl@31091
* Doc nit, by Peter ScottRafael Garcia-Suarez2007-04-261-2/+2
| | | p4raw-id: //depot/perl@31090
* Re: VMS and Win32 Makefiles in change 31059Steve Hay2007-04-262-14/+25
| | | | | | Message-ID: <46306D01.6070607@uk.radan.com> Date: Thu, 26 Apr 2007 10:12:33 +0100 p4raw-id: //depot/perl@31089
* Remove the Thread typemapRafael Garcia-Suarez2007-04-262-25/+0
| | | p4raw-id: //depot/perl@31088
* mro status, etcBrandon Black2007-04-261-2/+8
| | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704251637v1f4a3f84y19b39461166e3631@mail.gmail.com> p4raw-id: //depot/perl@31087
* Fix mro docs.Brandon Black2007-04-267-69/+195
| | | | | | | Subject: Re: mro callbacks patch From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704231658o4c85783ere3c3e90dd614c30b@mail.gmail.com> p4raw-id: //depot/perl@31086
* Forgot to submit regcomp.c in change #31081Rafael Garcia-Suarez2007-04-261-5/+38
| | | | | p4raw-link: @31081 on //depot/perl: 32e6a07c84b153f78f946de50870bc0ee030624f p4raw-id: //depot/perl@31085
* Do the same thing as change #31082, but for warnings.pm.Rafael Garcia-Suarez2007-04-262-2/+16
| | | | | p4raw-link: @31082 on //depot/perl: e3def60f2e5ccd1bf34656c3a5e1691f3bdc48a9 p4raw-id: //depot/perl@31084
* eliminate "unused var" warningDave Mitchell2007-04-261-0/+1
| | | p4raw-id: //depot/perl@31083
* Re: The Strict trapJohan Vromans2007-04-262-2/+13
| | | | | Message-ID: <m2lkggilud.fsf@phoenix.squirrel.nl> p4raw-id: //depot/perl@31082
* Re: Analysis of problems with mixed encoding case insensitive matches in ↵Yves Orton2007-04-266-42/+185
| | | | | | | regex engine. Message-ID: <9b18b3110704240746u461e4bdcl208ef7d7f9c5ef64@mail.gmail.com> p4raw-id: //depot/perl@31081
* fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701)Alexey Tourbin2007-04-263-11/+31
| | | | | Message-ID: <20070425141222.GA24828@solemn.turbinal> p4raw-id: //depot/perl@31080
* Safely store user locks in threads::sharedJerry D. Hedden2007-04-253-4/+18
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704231021l6989ee0bkd68ab89e99bf8c6b@mail.gmail.com> p4raw-id: //depot/perl@31079
* Thread.xs doesn't need magic sig anymoreJerry D. Hedden2007-04-251-3/+0
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704231025y22d30ecfk1ebc418f2b3a0bf7@mail.gmail.com> p4raw-id: //depot/perl@31078