2008-06-08 |
Rafael Garcia-Suarez | Revert #34019.
|
commit | commitdiff | tree |
2008-06-08 |
Jesse Vincent | perlbug prose patch (and some evals, too)
|
commit | commitdiff | tree |
2008-06-04 |
Rafael Garcia-Suarez | Bump NEXT version to 0.61 for CPAN release
|
commit | commitdiff | tree |
2008-06-03 |
Rafael Garcia-Suarez | Small typo fix in Carp.pm
|
commit | commitdiff | tree |
2008-06-03 |
Rafael Garcia-Suarez | Update to NEXT by Damian.
|
commit | commitdiff | tree |
2008-06-01 |
reneeb | [perl #36516] attributes.pm documentation is recursive...
|
commit | commitdiff | tree |
2008-06-01 |
Rafael Garcia-Suarez | Bump version of IO::Dir after last patch
|
commit | commitdiff | tree |
2008-06-01 |
Zefram | IO::Dir destructor
|
commit | commitdiff | tree |
2008-06-01 |
Reini Urban | Re: [perl #55160] perlbug AutoReply: Fix cygwin mount...
|
commit | commitdiff | tree |
2008-06-01 |
Bram | [perl #36875] [PATCH] scalar reverse undef does not...
|
commit | commitdiff | tree |
2008-06-01 |
Steffen Mueller | Fix for lib.pm Config detection
|
commit | commitdiff | tree |
2008-06-01 |
Goro Fuji | [perl #54828] perlio.c has a problem (both 5.8 and...
|
commit | commitdiff | tree |
2008-06-01 |
andrew@sundale.net | [perl #54424] perlipc mistype
|
commit | commitdiff | tree |
2008-06-01 |
Jerry D. Hedden | Thread::Queue 2.09
|
commit | commitdiff | tree |
2008-06-01 |
Steffen Mueller | Re: recent 'lib.pm' change => dual-life lib.pm
|
commit | commitdiff | tree |
2008-05-25 |
Paul Fenwick | lib.pm should not warn about loading .par files
|
commit | commitdiff | tree |
2008-05-23 |
Bram | Re: [perl #41555] Bug in File::Find on Windows when...
|
commit | commitdiff | tree |
2008-05-23 |
Jerry D. Hedden | Silence build warnings in universal.c
|
commit | commitdiff | tree |
2008-05-18 |
chromatic | Add ..., !!!, and ??? operators
|
commit | commitdiff | tree |
2008-05-18 |
David Nicol | New separations for the pattern match operator documentation,
|
commit | commitdiff | tree |
2008-05-18 |
Rafael Garcia-Suarez | Fix for [perl #51848] Deparse interpolation in regex...
|
commit | commitdiff | tree |
2008-05-18 |
Tom Wyant | [perl #53500] op/pwent.t should use the DirectoryService...
|
commit | commitdiff | tree |
2008-05-18 |
Bram | [perl #38955] exists(): error message on wrong argument...
|
commit | commitdiff | tree |
2008-05-18 |
Niko Tyni | Re: eval "require Foo" with binary-incompatible XS...
|
commit | commitdiff | tree |
2008-05-11 |
Florian Ragwitz | Handle PL_minus_E before PL_minus_{n,p}.
|
commit | commitdiff | tree |
2008-05-10 |
Paul Marquess | IO::Compress::* 2.010
|
commit | commitdiff | tree |
2008-05-10 |
Bram | Call SvMAGICAL_off in mg_free
|
commit | commitdiff | tree |
2008-05-10 |
Rafael Garcia-Suarez | Remove C++ comments
|
commit | commitdiff | tree |
2008-05-10 |
Jerry D. Hedden | threads::shared 1.19
|
commit | commitdiff | tree |
2008-05-10 |
Jerry D. Hedden | Thread::Queue 2.07
|
commit | commitdiff | tree |
2008-05-10 |
Rafael Garcia-Suarez | Fix [perl #52740] crash when localizing a symtab entry
|
commit | commitdiff | tree |
2008-05-10 |
Jerry D. Hedden | Re: Change 33794: [PATCH] File::Copy & permission bits.
|
commit | commitdiff | tree |
2008-05-08 |
Rafael Garcia-Suarez | The last change to File::Copy broke the perl build.
|
commit | commitdiff | tree |
2008-05-08 |
Rafael Garcia-Suarez | Bump version and document last change.
|
commit | commitdiff | tree |
2008-05-08 |
Abigail | File::Copy & permission bits.
|
commit | commitdiff | tree |
2008-05-08 |
Abigail | Use 3-arg open.
|
commit | commitdiff | tree |
2008-05-08 |
Reini Urban | -Uusedl on cygwin
|
commit | commitdiff | tree |
2008-05-08 |
Bram | extra tests for t/op/range.t (was Re: [perl #53554...
|
commit | commitdiff | tree |
2008-05-08 |
Alexandr Ciornii | Data::Dumper patch
|
commit | commitdiff | tree |
2008-05-04 |
Jesse Vincent | Perl 5.10/Encode 2.24: Tiny typo in Encode's Makefile...
|
commit | commitdiff | tree |
2008-05-02 |
Rafael Garcia-Suarez | Fix makefile for core building
|
commit | commitdiff | tree |
2008-05-02 |
Vincent Pit | Re: [perl #51636] segmentation fault with array ties
|
commit | commitdiff | tree |
2008-05-02 |
Vincent Pit | ~~ with non-overloaded objects
|
commit | commitdiff | tree |
2008-04-30 |
Rafael Garcia-Suarez | Add a test for "lc(LATIN CAPITAL LETTER SHARP S)"
|
commit | commitdiff | tree |
2008-04-30 |
David Dick | [perl #53560] Patch for linux LDAP groups
|
commit | commitdiff | tree |
2008-04-30 |
John E. Malmberg | [patch]perl5db.pl, perl5db.t - LINUX/UNIX/CYGWIN/VMS
|
commit | commitdiff | tree |
2008-04-30 |
Vincent Pit | Double magic/warnings with tie $x, $m
|
commit | commitdiff | tree |
2008-04-30 |
Bram | Re: [PATCH] testing $/ with in memory files
|
commit | commitdiff | tree |
2008-04-30 |
Rafael Garcia-Suarez | Avoid garbage in test output when running make minitest.
|
commit | commitdiff | tree |
2008-04-30 |
Rafael Garcia-Suarez | A skip() function is missing, to get this test pass...
|
commit | commitdiff | tree |
2008-04-30 |
Vincent Pit | Double magic/warnings with binmode $fh, undef
|
commit | commitdiff | tree |
2008-04-30 |
Bram | extra tests for t/op/sprintf2.t (was Re: [perl #45383...
|
commit | commitdiff | tree |
2008-04-30 |
Rafael Garcia-Suarez | Change of maintainer.
|
commit | commitdiff | tree |
2008-04-29 |
Jan Dubois | Win32 process ids can have more than 16 bits
|
commit | commitdiff | tree |
2008-04-28 |
Rafael Garcia-Suarez | clarification about @ISA declaration in perlboot.pod
|
commit | commitdiff | tree |
2008-04-27 |
Bram | doc patch for perlrun -x
|
commit | commitdiff | tree |
2008-04-27 |
Bram | doc patch for perlfunc/split (was: RE: [perl #46073...
|
commit | commitdiff | tree |
2008-04-27 |
Rafael Garcia-Suarez | Revert change #33751, at least for now: this breaks...
|
commit | commitdiff | tree |
2008-04-26 |
Robin Barker | another go; was RE: [perl #49302] [[:print:]] v \p...
|
commit | commitdiff | tree |
2008-04-26 |
John E. Malmberg | [patch]perl5db.pl - What I needed to get the forked...
|
commit | commitdiff | tree |
2008-04-26 |
Ricardo SIGNES | New tests (and TODO tests) for ~~ and overloading,
|
commit | commitdiff | tree |
2008-04-26 |
David Dick | [perl #53238] Patch to stop t/op/fork.t relying on...
|
commit | commitdiff | tree |
2008-04-26 |
Rafael Garcia-Suarez | Note about moving modules to ext/
|
commit | commitdiff | tree |
2008-04-26 |
Adriano Ferreira | update Pod-Perldoc to version 3.14_04
|
commit | commitdiff | tree |
2008-04-21 |
Paul Marquess | Update Compression modules to version 2.009
|
commit | commitdiff | tree |
2008-04-21 |
Rafael Garcia-Suarez | Upgrade to Math::BigInt v1.89
|
commit | commitdiff | tree |
2008-04-19 |
Paul Johnson | Re: wrong line numbers in elsif()
|
commit | commitdiff | tree |
2008-04-18 |
Matt Kraai | [perl #52860] [PATCH] Incorrect variable name in perlintro
|
commit | commitdiff | tree |
2008-04-18 |
Matt Kraai | [perl #52866] [PATCH] Missing period in perlintro
|
commit | commitdiff | tree |
2008-04-18 |
James Bence | [perl #53000] Patch for featured TODO: make a reproducible...
|
commit | commitdiff | tree |
2008-04-18 |
Rafael Garcia-Suarez | Fix the line-number-in-elsif longstanding bug.
|
commit | commitdiff | tree |
2008-04-17 |
Rafael Garcia-Suarez | %.*s mandates an "int", says the C standard
|
commit | commitdiff | tree |
2008-04-17 |
Rafael Garcia-Suarez | Fix warning with int size in printf format
|
commit | commitdiff | tree |
2008-04-16 |
Rafael Garcia-Suarez | Upgrade to Digest::SHA 5.46
|
commit | commitdiff | tree |
2008-04-16 |
Rafael Garcia-Suarez | Upgrade to Math::Complex 1.54
|
commit | commitdiff | tree |
2008-04-15 |
Rafael Garcia-Suarez | Call cop_free on nullified cops too
|
commit | commitdiff | tree |
2008-04-15 |
Rafael Garcia-Suarez | Move the NoExporter test module under Test::Simple
|
commit | commitdiff | tree |
2008-04-15 |
Rafael Garcia-Suarez | Add Dummy.pm from the base CPAN distribution,
|
commit | commitdiff | tree |
2008-04-15 |
Rafael Garcia-Suarez | Upgrade to Test::Simple 0.80, but keep locally modified...
|
commit | commitdiff | tree |
2008-04-15 |
Rafael Garcia-Suarez | Adapt properly More.t to run in the core
|
commit | commitdiff | tree |
2008-04-15 |
Rafael Garcia-Suarez | Sync with CPAN's version of the More.t test in Test...
|
commit | commitdiff | tree |
2008-04-15 |
Reini Urban | invalid cop_free of nullified cop. How to fix?
|
commit | commitdiff | tree |
2008-04-15 |
Rafael Garcia-Suarez | Add a regression test for bug #52658 (fixed by change...
|
commit | commitdiff | tree |
2008-04-15 |
Rafael Garcia-Suarez | Revert change #26334, which was introducing too many...
|
commit | commitdiff | tree |
2008-04-15 |
Rafael Garcia-Suarez | Fix for [perl #52074] Segfault on ISA push after symbol...
|
commit | commitdiff | tree |
2008-04-14 |
Starsinic, Kurt | perldata.pod typo
|
commit | commitdiff | tree |
2008-04-14 |
Andy Dougherty | Re: Solaris build warnings
|
commit | commitdiff | tree |
2008-04-14 |
Rafael Garcia-Suarez | Revert change #33676, likely to break atan(-0,0) on...
|
commit | commitdiff | tree |
2008-04-14 |
Rafael Garcia-Suarez | Make atan2(0,0) return undef
|
commit | commitdiff | tree |
2008-04-13 |
Rafael Garcia-Suarez | Upgrade to Time::HiRes 1.9715
|
commit | commitdiff | tree |
2008-04-12 |
Vincent Pit | perlclib.pod tweaks
|
commit | commitdiff | tree |
2008-04-11 |
Rafael Garcia-Suarez | Fix C portability nit found by Jerry D. Hedden.
|
commit | commitdiff | tree |
2008-04-11 |
Vincent Pit | Double magic with '\&$x'
|
commit | commitdiff | tree |
2008-04-11 |
Ævar Arnfjörð Bjarmason | Re: [perl #52672] regexp failure: (?=) turns into OPFAIL
|
commit | commitdiff | tree |
2008-04-11 |
Tels | Math::BigRat 0.22
|
commit | commitdiff | tree |
2008-04-11 |
Gerard Goossen | is_gv_magical correctly check "ISA"
|
commit | commitdiff | tree |
2008-04-09 |
John P. Linderman | changes to perlsec.pod and call for removal of quicksort
|
commit | commitdiff | tree |
2008-04-08 |
Rafael Garcia-Suarez | Remove old option leftover in docs
|
commit | commitdiff | tree |
2008-04-06 |
Paul Fenwick | Re: [PATCH][NUDGE] Documentation fix for perlfunc/shutdown
|
commit | commitdiff | tree |
2008-04-06 |
Paul Fenwick | perlfunc.pod: atan2(0,0) returns 0, not undef
|
commit | commitdiff | tree |
next |