| Commit message (Expand) | Author | Age | Files | Lines |
* | move PL_expect and PL_copline into the PL_parser structure | Dave Mitchell | 2007-05-04 | 9 | -91/+99 |
* | Fix breakages caused by #31130: | Steve Hay | 2007-05-03 | 5 | -10/+16 |
* | Silence some VC6 compiler warnings in the regex code | Steve Hay | 2007-05-03 | 4 | -5/+5 |
* | FETCH/STORE/LENGTH callbacks for numbered capture variables | Ævar Arnfjörð Bjarmason | 2007-05-03 | 15 | -132/+345 |
* | Move PL_delayedisa into a better spot in the interpreter structure. | Nicholas Clark | 2007-05-03 | 1 | -4/+8 |
* | Add John Peacock as maintainer of version.pm | Gerard Goossen | 2007-05-03 | 1 | -1/+8 |
* | Initialise PL_delayedisa on thread clone. | Nicholas Clark | 2007-05-03 | 1 | -0/+1 |
* | Fix warning. | Abigail | 2007-05-03 | 1 | -1/+3 |
* | The revenge of the consts | Andy Lester | 2007-05-03 | 5 | -12/+10 |
* | Re: mro status, etc | Brandon Black | 2007-05-03 | 8 | -8/+60 |
* | Fix a CPANPLUS test that fails when run on a read-only source tree | Steve Hay | 2007-05-03 | 2 | -2/+5 |
* | Get PERL_OLD_COPY_ON_WRITE passing all tests, apart from | Nicholas Clark | 2007-05-02 | 1 | -4/+1 |
* | [perl #42839] Swatch hash cache has key mismatch | Jonathan Steinert | 2007-05-02 | 3 | -3/+26 |
* | tweak some regexp params to avoid warnings | Yves Orton | 2007-05-02 | 5 | -6/+6 |
* | Upgrade to XSLoader 0.08 | Rafael Garcia-Suarez | 2007-05-02 | 1 | -3/+3 |
* | When FETCHSIZE returns <0 perl segfaults | Ævar Arnfjörð Bjarmason | 2007-05-02 | 3 | -4/+30 |
* | Fix threaded builds (broken by change #31112) | Steve Hay | 2007-05-02 | 4 | -4/+4 |
* | Remove ext/Thread | Jerry D. Hedden | 2007-05-02 | 50 | -1322/+45 |
* | Fixing a Perl_my_dirfd() related test failure. | Steve Peters | 2007-05-01 | 1 | -2/+2 |
* | Add Perl_my_dirfd() to util.c | Steve Peters | 2007-05-01 | 9 | -24/+28 |
* | Re: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R t... | Yves Orton | 2007-05-01 | 1 | -3/+3 |
* | Two new manpages, by Abigail | Rafael Garcia-Suarez | 2007-04-30 | 7 | -8/+1084 |
* | Signedness nit, found by Jarkko | Rafael Garcia-Suarez | 2007-04-30 | 1 | -1/+1 |
* | make mad/PLXML.pm use strict | Gerard Goossen | 2007-04-30 | 1 | -373/+376 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 21 | -200/+268 |
* | Re: [PATCH] Cleanup of the regexp API | Ævar Arnfjörð Bjarmason | 2007-04-30 | 13 | -101/+123 |
* | VMS-specific tweak to FindBin for when $0 returns a unix-style filespec. | Craig A. Berry | 2007-04-28 | 1 | -2/+2 |
* | Don't try to build old Thread extension on VMS when -Duseithreads | Craig A. Berry | 2007-04-28 | 1 | -2/+3 |
* | Do the same as #31095 for Win32 | Steve Hay | 2007-04-27 | 1 | -7/+0 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-27 | 6 | -659/+944 |
* | Reindent bash functions properly | Rafael Garcia-Suarez | 2007-04-27 | 1 | -13/+13 |
* | Cargo-cult fix for an AIX build problem | Jan Dubois | 2007-04-27 | 1 | -0/+1 |
* | Fix a signed/unsigned comparison warning | Rafael Garcia-Suarez | 2007-04-27 | 1 | -2/+1 |
* | More up-to-date info about the metaunits | H.Merijn Brand | 2007-04-27 | 1 | -9/+18 |
* | special Configure handling for IO/Compress modules no longer needed | Craig A. Berry | 2007-04-27 | 1 | -3/+1 |
* | Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(), | Nicholas Clark | 2007-04-26 | 2 | -3/+4 |
* | strxfrm() returns a size_t, not a ssize_t. See: | Devin Heitmueller | 2007-04-26 | 1 | -2/+2 |
* | Fix a bug in method caching. Better version (broader) of change #29336. | Brandon Black | 2007-04-26 | 3 | -8/+4 |
* | Doc nit, by Peter Scott | Rafael Garcia-Suarez | 2007-04-26 | 1 | -2/+2 |
* | Re: VMS and Win32 Makefiles in change 31059 | Steve Hay | 2007-04-26 | 2 | -14/+25 |
* | Remove the Thread typemap | Rafael Garcia-Suarez | 2007-04-26 | 2 | -25/+0 |
* | mro status, etc | Brandon Black | 2007-04-26 | 1 | -2/+8 |
* | Fix mro docs. | Brandon Black | 2007-04-26 | 7 | -69/+195 |
* | Forgot to submit regcomp.c in change #31081 | Rafael Garcia-Suarez | 2007-04-26 | 1 | -5/+38 |
* | Do the same thing as change #31082, but for warnings.pm. | Rafael Garcia-Suarez | 2007-04-26 | 2 | -2/+16 |
* | eliminate "unused var" warning | Dave Mitchell | 2007-04-26 | 1 | -0/+1 |
* | Re: The Strict trap | Johan Vromans | 2007-04-26 | 2 | -2/+13 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-26 | 6 | -42/+185 |
* | fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701) | Alexey Tourbin | 2007-04-26 | 3 | -11/+31 |
* | Safely store user locks in threads::shared | Jerry D. Hedden | 2007-04-25 | 3 | -4/+18 |