2007-03-08 |
Andreas J.... |
debugger history save and load |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Rafael Garcia... |
Better docs for C<no VERSION> |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Rafael Garcia... |
Need to extend the stack when using warn() without |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Anton Berezin |
Default to ELF on FreeBSD when objformat is not there |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Craig A. Berry |
MM->{ldflags} may not be defined and wouldn't help... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Craig A. Berry |
Make vms/gen_shrfls.pl better able to detect header... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Rafael Garcia... |
Regenerates internal and external API docs |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Rafael Garcia... |
Add the new man page, perlunifaq, in relevant places |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Rafael Garcia... |
Syntax nit in ExtUtils::Liblist::Kid, noticed by Yves... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Rafael Garcia... |
Use another method to avoid the "possible interpolation... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Juerd Waalboer |
Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Rafael Garcia... |
Localize $! in splainthis() too. (see bug #41717) |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Rafael Garcia... |
Better localisation of $_ in diagnostics. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Rafael Garcia... |
Avoid to load the *+ and *- globs too early. |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Steve Peters |
Upgrade to IO-Zlib-1.05. There are updates to the... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Rafael Garcia... |
Fix error messages returned by S_require_tie_mod. Fix... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Rafael Garcia... |
Fix a small leak on loading *+ and *- globs |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Steve Peters |
Upgrade to CGI.pm-3.27 |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Jerry D. Hedden |
'Unknown PerlIO layer "encoding"...' message |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Tels |
Doc patch about PerlIO::encoding: |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Rafael Garcia... |
dumpvar.pl must load re::Tie::Hash::NamedCapture if... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Steve Hay |
Reinstate part of #28744 that was accidentally reverted... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Nicholas Clark |
As SvUPGRADE() is a macro wrapping a call to sv_upgrade... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Nicholas Clark |
Change 30461 was wrong. As ext/re (re)builds the regexp... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Craig A. Berry |
In vms/gen_shrfls.pl, no more special handling of vars... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Craig A. Berry |
Use linker flags rather than compiler flags in ExtUtils... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Nicholas Clark |
It seems that change 30451 should also have arranged... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Tels |
Math::BigInt 1.80 |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Nicholas Clark |
Rename exception() to apitest_exception() in XS/APItest... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Steve Peters |
Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Steve Peters |
Upgrade to Time-HiRes-1.9707 |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Craig A. Berry |
Clean up the right file in vms/test.com (following... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Rafael Garcia... |
Add missing file from change #30454 |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Tels |
Math::BigInt::FastCalc 0.12 (plug leaks) |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Nicholas Clark |
Must only use dynamic extensions in the Dynaloader... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Nicholas Clark |
As the test is about the parser, not actually running... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Nicholas Clark |
Define and initialise reg_name only once. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Rafael Garcia... |
Don't let feature.pm interfere with the tests for use... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Jerry D. Hedden |
Don't copy DynaLoader.o unnecessarily |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Rafael Garcia... |
Add a volatile modifier to avoid possible cloberring... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Rafael Garcia... |
Compilation warnings fixes by Jerry D. Hedden |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Rafael Garcia... |
Make use VERSION also load feature.pm |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Craig A. Berry |
Fix a few errors and ambiguities in configure.com caught by |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Nicholas Clark |
Avoid an assertion failure when overloading readpipe. |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Nicholas Clark |
More assertion failures, found by auditing the code. |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Nicholas Clark |
Don't crash if the symbol table entry for ISA isn't... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Rafael Garcia... |
More work on perldelta |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Nicholas Clark |
The bug fixed by change 29610 would have been avoided... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Nicholas Clark |
Don't SEGV when dumping an undefined typeglob. The... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Rafael Garcia... |
Mention the syntax C<use feature ':5.10'> in feature... |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Rafael Garcia... |
Upgrade to Params::Check 0.26 |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Yves Orton |
Re: New file: t/op/regexp_email.t |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Rafael Garcia... |
A new test by Abigail: Check that certain modules don't |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Jerry D. Hedden |
Re: Revisits in 'make install' |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Rafael Garcia... |
A couple of casting nits by Jarkko |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Rafael Garcia... |
Teach Module::Build about DragonflyBSD |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Rafael Garcia... |
Missing dual-lived modules in maintainers list |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Rafael Garcia... |
Update my email address |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Yitzchak Scott... |
Win32 doc update for Win32CORE changes |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Abigail |
Unexpected output |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Rafael Garcia... |
Remove obsolete test for the deprecation warning I... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Jerry D. Hedden |
Fix ext/Win32API/File/t/file.t under test harness |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Jerry D. Hedden |
Re: [PATCH] Re: Math::BigInt and Win32API::File whines... |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Rafael Garcia... |
(?p{}) has been deprecated for a long time. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Rafael Garcia... |
Add new tests for keys in %+ and %- |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Rafael Garcia... |
perltodo nit for SelfLoader |
commit | commitdiff | tree | snapshot |
2007-02-28 |
Rafael Garcia... |
Fix a couple of typos in internal docs |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Abigail |
Change of email address. |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Jerry D. Hedden |
Skip tests if Encode not built |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Rafael Garcia... |
Disable the strict pragma before eval'ing selfloaded... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Rafael Garcia... |
dmq points out that %+ and %- are not arrays. Fix the... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Rafael Garcia... |
Update Changes |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Rafael Garcia... |
Rework and fix docs for %+, %- and re::Tie::Hash::Named... |
commit | commitdiff | tree | snapshot |
2007-02-27 |
Craig A. Berry |
On VMS, use the normal executable file extension for... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Yves Orton |
Re: [perl #41565] qr// memory corruption |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Yves Orton |
Re: Regexp recursion limit too low? |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Steve Hay |
Bump $Win32API::File::VERSION for change #30409 |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Craig A. Berry |
In configure.com, include the Win32 extensions in ... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Yitzchak Scott... |
Re: [PATCH] Re: Win32 modules & cygwin |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Nicholas Clark |
Update the FSF's address. Plus some other whitespace... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Nicholas Clark |
Fix bug #41550 - AUTOLOAD :lvalue not working the... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Nicholas Clark |
Convert t/op/sub_lval.t to test.pl |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Rafael Garcia... |
Module::Pluggable wasn't in the maintainers list |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Rafael Garcia... |
Add a version number to Module::Pluggable::Object and |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Craig A. Berry |
In perlport, refine description of eight-level director... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Craig A. Berry |
Assorted updates to vms/vms.c to fix compiler errors... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Craig A. Berry |
One more longdouble nit for configure.com, following... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Craig A. Berry |
Module::Pluggable::Object::search_paths portability... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Alexey Tourbin |
sigtrap.pm (handler_traceback): do not clobber $_ |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Devin Heitmueller |
[perl #41560] [PATCH] crash in Perl_vmess when GvIOp... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Wolfgang Laun |
Re: [perl #41513] (parsing?)problem when using a '... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Rafael Garcia... |
- Use the same regexp as in change #30395 to parse... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Rafael Garcia... |
Factorize three regexps into one, using new regexp... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Rafael Garcia... |
Don't clobber $_ by using "my $_". Potential bug found... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Craig A. Berry |
Add a comment to mg.c to clarify that words like "raise... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Craig A. Berry |
Update descriptions of long-running ops and non-deferrable |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Alexey Tourbin |
ExtUtils/Constant/Base.pm: use constant folding to... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Alexey Tourbin |
ExtUtils/MM_Unix.pm (fixin): do not clobber $/ |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Alexey Tourbin |
perlio.c (PerlIO_tmpfile): fix memory leak |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Rafael Garcia... |
Add a new test for undef and delete on stash entries... |
commit | commitdiff | tree | snapshot |
next |