| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the new man page, perlunifaq, in relevant places | Rafael Garcia-Suarez | 2007-03-07 | 5 | -2/+12 |
* | Syntax nit in ExtUtils::Liblist::Kid, noticed by Yves Orton | Rafael Garcia-Suarez | 2007-03-07 | 1 | -2/+2 |
* | Use another method to avoid the "possible interpolation" warning | Rafael Garcia-Suarez | 2007-03-07 | 3 | -7/+9 |
* | Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) | Juerd Waalboer | 2007-03-07 | 19 | -472/+466 |
* | Localize $! in splainthis() too. (see bug #41717) | Rafael Garcia-Suarez | 2007-03-07 | 1 | -0/+1 |
* | Better localisation of $_ in diagnostics. | Rafael Garcia-Suarez | 2007-03-07 | 1 | -5/+4 |
* | Avoid to load the *+ and *- globs too early. | Rafael Garcia-Suarez | 2007-03-07 | 3 | -11/+9 |
* | Upgrade to IO-Zlib-1.05. There are updates to the core that have | Steve Peters | 2007-03-06 | 3 | -42/+51 |
* | Fix error messages returned by S_require_tie_mod. Fix small leaks | Rafael Garcia-Suarez | 2007-03-06 | 1 | -19/+21 |
* | Fix a small leak on loading *+ and *- globs | Rafael Garcia-Suarez | 2007-03-06 | 1 | -0/+2 |
* | Upgrade to CGI.pm-3.27 | Steve Peters | 2007-03-06 | 6 | -74/+307 |
* | 'Unknown PerlIO layer "encoding"...' message | Jerry D. Hedden | 2007-03-06 | 1 | -3/+4 |
* | Doc patch about PerlIO::encoding: | Tels | 2007-03-06 | 1 | -1/+4 |
* | dumpvar.pl must load re::Tie::Hash::NamedCapture if it wants | Rafael Garcia-Suarez | 2007-03-06 | 1 | -0/+1 |
* | Reinstate part of #28744 that was accidentally reverted in #30454 | Steve Hay | 2007-03-06 | 2 | -4/+4 |
* | As SvUPGRADE() is a macro wrapping a call to sv_upgrade() inside | Nicholas Clark | 2007-03-05 | 2 | -5/+2 |
* | Change 30461 was wrong. As ext/re (re)builds the regexp engine with | Nicholas Clark | 2007-03-05 | 3 | -11/+6 |
* | In vms/gen_shrfls.pl, no more special handling of vars from | Craig A. Berry | 2007-03-05 | 1 | -8/+6 |
* | Use linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext | Craig A. Berry | 2007-03-04 | 1 | -3/+2 |
* | It seems that change 30451 should also have arranged to export | Nicholas Clark | 2007-03-04 | 2 | -0/+2 |
* | Math::BigInt 1.80 | Tels | 2007-03-04 | 13 | -29/+156 |
* | Rename exception() to apitest_exception() in XS/APItest, so that it | Nicholas Clark | 2007-03-04 | 4 | -6/+10 |
* | Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004, | Steve Peters | 2007-03-04 | 41 | -274/+326 |
* | Upgrade to Time-HiRes-1.9707 | Steve Peters | 2007-03-04 | 2 | -5/+26 |
* | Clean up the right file in vms/test.com (following #30414). | Craig A. Berry | 2007-03-03 | 1 | -1/+1 |
* | Add missing file from change #30454 | Rafael Garcia-Suarez | 2007-03-03 | 1 | -0/+34 |
* | Math::BigInt::FastCalc 0.12 (plug leaks) | Tels | 2007-03-03 | 3 | -33/+27 |
* | Must only use dynamic extensions in the Dynaloader test. If the | Nicholas Clark | 2007-03-03 | 1 | -1/+1 |
* | As the test is about the parser, not actually running the code, better | Nicholas Clark | 2007-03-03 | 1 | -1/+1 |
* | Define and initialise reg_name only once. | Nicholas Clark | 2007-03-03 | 4 | -23/+25 |
* | Don't let feature.pm interfere with the tests for use VERSION. | Rafael Garcia-Suarez | 2007-03-03 | 1 | -0/+1 |
* | Don't copy DynaLoader.o unnecessarily | Jerry D. Hedden | 2007-03-03 | 1 | -1/+3 |
* | Add a volatile modifier to avoid possible cloberring by longjmp, | Rafael Garcia-Suarez | 2007-03-03 | 1 | -1/+1 |
* | Compilation warnings fixes by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-03-03 | 4 | -1/+39 |
* | Make use VERSION also load feature.pm | Rafael Garcia-Suarez | 2007-03-03 | 5 | -2/+109 |
* | Fix a few errors and ambiguities in configure.com caught by | Craig A. Berry | 2007-03-03 | 1 | -5/+6 |
* | Avoid an assertion failure when overloading readpipe. | Nicholas Clark | 2007-03-02 | 2 | -2/+6 |
* | More assertion failures, found by auditing the code. | Nicholas Clark | 2007-03-02 | 4 | -6/+28 |
* | Don't crash if the symbol table entry for ISA isn't a typeglob. | Nicholas Clark | 2007-03-02 | 2 | -2/+8 |
* | More work on perldelta | Rafael Garcia-Suarez | 2007-03-02 | 1 | -12/+91 |
* | The bug fixed by change 29610 would have been avoided with this | Nicholas Clark | 2007-03-01 | 1 | -0/+1 |
* | Don't SEGV when dumping an undefined typeglob. The HEK used to store | Nicholas Clark | 2007-03-01 | 1 | -1/+1 |
* | Mention the syntax C<use feature ':5.10'> in feature.pm's synopsis | Rafael Garcia-Suarez | 2007-03-01 | 1 | -0/+2 |
* | Upgrade to Params::Check 0.26 | Rafael Garcia-Suarez | 2007-03-01 | 2 | -8/+32 |
* | Re: New file: t/op/regexp_email.t | Yves Orton | 2007-03-01 | 5 | -14/+118 |
* | A new test by Abigail: Check that certain modules don't | Rafael Garcia-Suarez | 2007-03-01 | 2 | -0/+42 |
* | Re: Revisits in 'make install' | Jerry D. Hedden | 2007-03-01 | 1 | -1/+1 |
* | A couple of casting nits by Jarkko | Rafael Garcia-Suarez | 2007-03-01 | 2 | -2/+2 |
* | Teach Module::Build about DragonflyBSD | Rafael Garcia-Suarez | 2007-03-01 | 1 | -1/+2 |
* | Missing dual-lived modules in maintainers list | Rafael Garcia-Suarez | 2007-02-28 | 1 | -1/+30 |