summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move PL_expect and PL_copline into the PL_parser structureDave Mitchell2007-05-049-91/+99
* Fix breakages caused by #31130:Steve Hay2007-05-035-10/+16
* Silence some VC6 compiler warnings in the regex codeSteve Hay2007-05-034-5/+5
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-0315-132/+345
* Move PL_delayedisa into a better spot in the interpreter structure.Nicholas Clark2007-05-031-4/+8
* Add John Peacock as maintainer of version.pmGerard Goossen2007-05-031-1/+8
* Initialise PL_delayedisa on thread clone.Nicholas Clark2007-05-031-0/+1
* Fix warning.Abigail2007-05-031-1/+3
* The revenge of the constsAndy Lester2007-05-035-12/+10
* Re: mro status, etcBrandon Black2007-05-038-8/+60
* Fix a CPANPLUS test that fails when run on a read-only source treeSteve Hay2007-05-032-2/+5
* Get PERL_OLD_COPY_ON_WRITE passing all tests, apart fromNicholas Clark2007-05-021-4/+1
* [perl #42839] Swatch hash cache has key mismatch Jonathan Steinert2007-05-023-3/+26
* tweak some regexp params to avoid warningsYves Orton2007-05-025-6/+6
* Upgrade to XSLoader 0.08Rafael Garcia-Suarez2007-05-021-3/+3
* When FETCHSIZE returns <0 perl segfaultsÆvar Arnfjörð Bjarmason2007-05-023-4/+30
* Fix threaded builds (broken by change #31112)Steve Hay2007-05-024-4/+4
* Remove ext/ThreadJerry D. Hedden2007-05-0250-1322/+45
* Fixing a Perl_my_dirfd() related test failure.Steve Peters2007-05-011-2/+2
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-019-24/+28
* Re: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R t...Yves Orton2007-05-011-3/+3
* Two new manpages, by AbigailRafael Garcia-Suarez2007-04-307-8/+1084
* Signedness nit, found by JarkkoRafael Garcia-Suarez2007-04-301-1/+1
* make mad/PLXML.pm use strictGerard Goossen2007-04-301-373/+376
* Re: mro status, etcBrandon Black2007-04-3021-200/+268
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-3013-101/+123
* VMS-specific tweak to FindBin for when $0 returns a unix-style filespec.Craig A. Berry2007-04-281-2/+2
* Don't try to build old Thread extension on VMS when -DuseithreadsCraig A. Berry2007-04-281-2/+3
* Do the same as #31095 for Win32Steve Hay2007-04-271-7/+0
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-276-659/+944
* Reindent bash functions properlyRafael Garcia-Suarez2007-04-271-13/+13
* Cargo-cult fix for an AIX build problemJan Dubois2007-04-271-0/+1
* Fix a signed/unsigned comparison warningRafael Garcia-Suarez2007-04-271-2/+1
* More up-to-date info about the metaunitsH.Merijn Brand2007-04-271-9/+18
* special Configure handling for IO/Compress modules no longer neededCraig A. Berry2007-04-271-3/+1
* Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(),Nicholas Clark2007-04-262-3/+4
* strxfrm() returns a size_t, not a ssize_t. See:Devin Heitmueller2007-04-261-2/+2
* Fix a bug in method caching. Better version (broader) of change #29336.Brandon Black2007-04-263-8/+4
* Doc nit, by Peter ScottRafael Garcia-Suarez2007-04-261-2/+2
* Re: VMS and Win32 Makefiles in change 31059Steve Hay2007-04-262-14/+25
* Remove the Thread typemapRafael Garcia-Suarez2007-04-262-25/+0
* mro status, etcBrandon Black2007-04-261-2/+8
* Fix mro docs.Brandon Black2007-04-267-69/+195
* Forgot to submit regcomp.c in change #31081Rafael Garcia-Suarez2007-04-261-5/+38
* Do the same thing as change #31082, but for warnings.pm.Rafael Garcia-Suarez2007-04-262-2/+16
* eliminate "unused var" warningDave Mitchell2007-04-261-0/+1
* Re: The Strict trapJohan Vromans2007-04-262-2/+13
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-266-42/+185
* fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701)Alexey Tourbin2007-04-263-11/+31
* Safely store user locks in threads::sharedJerry D. Hedden2007-04-253-4/+18