2006-12-24 |
Rafael Garcia-Suarez | The PERLIO environment variable, when unset, doesn...
|
commit | commitdiff | tree |
2006-12-23 |
Rafael Garcia-Suarez | Fix #6006 for taint mode too.
|
commit | commitdiff | tree |
2006-12-23 |
Rafael Garcia-Suarez | Remove -T from op/subst.t, and add a new test file...
|
commit | commitdiff | tree |
2006-12-23 |
Rafael Garcia-Suarez | A better fix for RT #6006: revert change 29616, which...
|
commit | commitdiff | tree |
2006-12-23 |
Rafael Garcia-Suarez | Fix RT #6006: Regexp replaces using large replacement...
|
commit | commitdiff | tree |
2006-12-23 |
Rafael Garcia-Suarez | Upgrade to Module::Build 0.2806
|
commit | commitdiff | tree |
2006-12-23 |
Rafael Garcia-Suarez | syswrite() wasn't reporting a warning when writing...
|
commit | commitdiff | tree |
2006-12-22 |
Rafael Garcia-Suarez | The Perl 6 specification is still evolving, so don...
|
commit | commitdiff | tree |
2006-12-22 |
Rafael Garcia-Suarez | Unshare the shared string gp_file_hek only if it exists...
|
commit | commitdiff | tree |
2006-12-21 |
Rafael Garcia-Suarez | Upgrade to Text::Balanced 2.0.0
|
commit | commitdiff | tree |
2006-12-21 |
Jerry D. Hedden | threads 1.57
|
commit | commitdiff | tree |
2006-12-21 |
Jan Dubois | allow blib.pm to be used for testing Win32 module ...
|
commit | commitdiff | tree |
2006-12-20 |
Yves Orton | Re: [PATCH] Making adding binary files possible
|
commit | commitdiff | tree |
2006-12-20 |
Rafael Garcia-Suarez | Fix leaks in label strings allocation in COPs
|
commit | commitdiff | tree |
2006-12-20 |
Rafael Garcia-Suarez | Don't free the original label string when assigning...
|
commit | commitdiff | tree |
2006-12-19 |
Rafael Garcia-Suarez | Proper cleanup for Errno.pm
|
commit | commitdiff | tree |
2006-12-19 |
Rafael Garcia-Suarez | Fix paths of pack.pl in patching.pod
|
commit | commitdiff | tree |
2006-12-19 |
Jos I. Boumans | Making adding binary files possible
|
commit | commitdiff | tree |
2006-12-19 |
Rafael Garcia-Suarez | Add a regression test to verify that POSIX::AUTOLOAD...
|
commit | commitdiff | tree |
2006-12-19 |
Rafael Garcia-Suarez | Disable strictures in POSIX AUTOLOAD
|
commit | commitdiff | tree |
2006-12-19 |
Jan Dubois | Don't destroy the Unicode system environment on Perl...
|
commit | commitdiff | tree |
2006-12-18 |
Jarkko Hietaniemi | Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOL
|
commit | commitdiff | tree |
2006-12-18 |
Ilya Zakharevich | ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignoring...
|
commit | commitdiff | tree |
2006-12-18 |
Ilya Zakharevich | lib/perl5db.pl: Remove code now moved to OS2::Process
|
commit | commitdiff | tree |
2006-12-18 |
Rafael Garcia-Suarez | Bump version number of ExtUtils::MM_Unix after last...
|
commit | commitdiff | tree |
2006-12-18 |
Ilya Zakharevich | OS/2-specific fixes, round II
|
commit | commitdiff | tree |
2006-12-18 |
Rafael Garcia-Suarez | ExtUtils::Command is now maintained separately from...
|
commit | commitdiff | tree |
2006-12-18 |
Ilya Zakharevich | Fixes for the test suite on OS/2
|
commit | commitdiff | tree |
2006-12-18 |
Ilya Zakharevich | OS/2: survive SIGCHLD
|
commit | commitdiff | tree |
2006-12-18 |
Jarkko Hietaniemi | C++: regcomp.c and ext/Time/Piece/Piece.xs
|
commit | commitdiff | tree |
2006-12-18 |
Slaven Rezic | PATCH: Add =encoding directive to non-latin READMEs
|
commit | commitdiff | tree |
2006-12-18 |
Jarkko Hietaniemi | perl.c: leak avoidance
|
commit | commitdiff | tree |
2006-12-16 |
Jerry D. Hedden | threads 1.56
|
commit | commitdiff | tree |
2006-12-16 |
Rafael Garcia-Suarez | TODO addition by Jerry D. Hedden.
|
commit | commitdiff | tree |
2006-12-15 |
Yves Orton | Re: [PATCH] Errno doesnt rebuild when things it depends...
|
commit | commitdiff | tree |
2006-12-15 |
Jerry D. Hedden | threads 1.54 - Adds ->error() method
|
commit | commitdiff | tree |
2006-12-14 |
Bo Lindbergh | perl5db.pl Mac OS X fix
|
commit | commitdiff | tree |
2006-12-13 |
Anton Berezin | t/op/groups.t: prevent failure on modern FreeBSDs
|
commit | commitdiff | tree |
2006-12-12 |
Jarkko Hietaniemi | mg.c: #ifdef only the different bits
|
commit | commitdiff | tree |
2006-12-12 |
Rafael Garcia-Suarez | Skip IO::Compress::Zlib in perlivp, since that's a...
|
commit | commitdiff | tree |
2006-12-12 |
Jan Dubois | get ext/Win32/Win32.xs to compile on cygwin
|
commit | commitdiff | tree |
2006-12-11 |
Rafael Garcia-Suarez | Don't load the Win32 module on non-win32 platforms
|
commit | commitdiff | tree |
2006-12-11 |
Rafael Garcia-Suarez | Changes and README are not needed for Switch.pm
|
commit | commitdiff | tree |
2006-12-11 |
Rafael Garcia-Suarez | As pointed out by Valentin Guignon, there is most
|
commit | commitdiff | tree |
2006-12-11 |
Rafael Garcia-Suarez | Configure needs to know about the extensions IO/Compress...
|
commit | commitdiff | tree |
2006-12-11 |
Rafael Garcia-Suarez | Move files from ext/Compress/IO to ext/IO/Compress
|
commit | commitdiff | tree |
2006-12-11 |
Bo Lindbergh | Re: [PATCH] Deparse.pm bugfix
|
commit | commitdiff | tree |
2006-12-11 |
Jan Dubois | re: [PATCH] Move Win32::* functions from win32/win32...
|
commit | commitdiff | tree |
2006-12-11 |
Jan Dubois | Second patch from:
|
commit | commitdiff | tree |
2006-12-11 |
Jan Dubois | First patch from:
|
commit | commitdiff | tree |
2006-12-11 |
Jerrad Pierce | Fatal v1.03
|
commit | commitdiff | tree |
2006-12-11 |
Marcus Holland-Moritz | Re: [perl #41065] Out of memory!, while extending scalar
|
commit | commitdiff | tree |
2006-12-11 |
Rafael Garcia-Suarez | perlhack.pod nit by Jarkko
|
commit | commitdiff | tree |
2006-12-07 |
Jerry D. Hedden | Perl_save_destructor is not a mathom
|
commit | commitdiff | tree |
2006-12-06 |
Yves Orton | Re: [PATCH] User pragmas now accessible from B
|
commit | commitdiff | tree |
2006-12-06 |
Rafael Garcia-Suarez | save_I8 is not a mathom.
|
commit | commitdiff | tree |
2006-12-06 |
Joshua ben Jore | User pragmas now accessible from B
|
commit | commitdiff | tree |
2006-12-05 |
Yves Orton | Further tweaks to make it easier to create regexp engine...
|
commit | commitdiff | tree |
2006-12-04 |
Rafael Garcia-Suarez | Better version of last patch, by Yves Orton.
|
commit | commitdiff | tree |
2006-12-04 |
Rafael Garcia-Suarez | The new regexp compilation function must be added to...
|
commit | commitdiff | tree |
2006-12-04 |
Rafael Garcia-Suarez | Actually submit previous change.
|
commit | commitdiff | tree |
2006-12-04 |
Rafael Garcia-Suarez | Split Perl_pregcomp in two functions. Patch by Audrey...
|
commit | commitdiff | tree |
2006-12-04 |
Jos I. Boumans | Add File::Fetch to the core
|
commit | commitdiff | tree |
2006-12-04 |
Yves Orton | Minor pod nit in perlre.
|
commit | commitdiff | tree |
2006-12-04 |
Chris Dolan | Re: [perl #38868] Changing $0 on darwin leads to excessive...
|
commit | commitdiff | tree |
2006-12-04 |
Yves Orton | \R is supposed to mean something else so switch to...
|
commit | commitdiff | tree |
2006-12-03 |
Yves Orton | Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool...
|
commit | commitdiff | tree |
2006-12-03 |
Yves Orton | Re: [perl #41010] (?(COND)) in pattern matching not...
|
commit | commitdiff | tree |
2006-12-03 |
Christophe Grosjean | Minor patch for Benchmark.pm
|
commit | commitdiff | tree |
2006-12-02 |
Jarkko Hietaniemi | perltodo.pod: add perlio todos/thinkabouts
|
commit | commitdiff | tree |
2006-12-01 |
Joshua ben Jore | Re: [PATCH] Make B::Lint use Module::Pluggable
|
commit | commitdiff | tree |
2006-12-01 |
Rafael Garcia-Suarez | Remove unused variable
|
commit | commitdiff | tree |
2006-12-01 |
Yves Orton | Continue split of perl internal regexp structures from...
|
commit | commitdiff | tree |
2006-12-01 |
Rafael Garcia-Suarez | Verify that the debugger has an array where to store...
|
commit | commitdiff | tree |
2006-11-29 |
Yves Orton | Re: Fix \k<foo> preceded by literal
|
commit | commitdiff | tree |
2006-11-29 |
Rafael Garcia-Suarez | Patch by Derek Price to Time::Piece for CPAN bug #21255:
|
commit | commitdiff | tree |
2006-11-29 |
alexander_bluhm... | [perl #41008] Setting $0 invalidates environment shown...
|
commit | commitdiff | tree |
2006-11-29 |
Richard Foley | MacOSX debugger fork support
|
commit | commitdiff | tree |
2006-11-29 |
Yves Orton | Change in handling of \RNNN inside nested patterns
|
commit | commitdiff | tree |
2006-11-28 |
Rafael Garcia-Suarez | Remove DOS line endings
|
commit | commitdiff | tree |
2006-11-28 |
Ilya Zakharevich | OS/2 compilation fixes by Ilya
|
commit | commitdiff | tree |
2006-11-28 |
Ilya Zakharevich | Re: [PATCH 5.8.8] Build on OS/2
|
commit | commitdiff | tree |
2006-11-28 |
Rafael Garcia-Suarez | Add Module::Pluggable
|
commit | commitdiff | tree |
2006-11-28 |
Ilya Zakharevich | perl5db on miniperl
|
commit | commitdiff | tree |
2006-11-28 |
Rafael Garcia-Suarez | Add IPC::Cmd to the core
|
commit | commitdiff | tree |
2006-11-28 |
Rafael Garcia-Suarez | Typo fix (by Dominic Dunlop)
|
commit | commitdiff | tree |
2006-11-28 |
Jerry D. Hedden | [PATCH[ threads 1.53
|
commit | commitdiff | tree |
2006-11-27 |
Rafael Garcia-Suarez | Add missing file to MANIFEST
|
commit | commitdiff | tree |
2006-11-24 |
Adriano Ferreira | [perl #36689] &=, |= and ^= overloads are nbot documented
|
commit | commitdiff | tree |
2006-11-24 |
Rafael Garcia-Suarez | Revert change #29098 (that introduced a new warning,
|
commit | commitdiff | tree |
2006-11-24 |
Rafael Garcia-Suarez | Un-TODO one test in pat.t ($1 kept safe after a /g...
|
commit | commitdiff | tree |
2006-11-23 |
Rafael Garcia-Suarez | Fix for bug #38631: tied variables don't work with...
|
commit | commitdiff | tree |
2006-11-23 |
Yves Orton | Cleanup regexp flags and structure
|
commit | commitdiff | tree |
2006-11-23 |
Rafael Garcia-Suarez | More safety in free()s
|
commit | commitdiff | tree |
2006-11-23 |
Robin Barker | installman3dir is null
|
commit | commitdiff | tree |
2006-11-22 |
Yves Orton | \G with /g results in infinite loop in 5.6 and later
|
commit | commitdiff | tree |
2006-11-22 |
Rafael Garcia-Suarez | Don't AUTOLOAD DESTROY from Attribute::Handlers.
|
commit | commitdiff | tree |
2006-11-22 |
Rafael Garcia-Suarez | More doc nits on Switch, and bump version to 2.11 for...
|
commit | commitdiff | tree |
2006-11-22 |
Rafael Garcia-Suarez | Fix a number of documentation issues in Switch.pm ...
|
commit | commitdiff | tree |
2006-11-22 |
Rafael Garcia-Suarez | Remove tests for POD or POD coverage -- they're always...
|
commit | commitdiff | tree |
next |