| Commit message (Expand) | Author | Age | Files | Lines |
* | Update some docs to explain that Perl no longer has a 2038 bug. | Michael G. Schwern | 2009-01-03 | 2 | -14/+18 |
* | Add the URL for annotated svn of S03. | Nicholas Clark | 2008-09-02 | 1 | -2/+4 |
* | Tweaks and reflowing for the cc/linker split. | Nicholas Clark | 2008-09-02 | 1 | -13/+15 |
* | The tasks needed to get smart match fixing underway for 5.10.1 | Nicholas Clark | 2008-09-02 | 1 | -0/+47 |
* | Note the task TODO of splitting the linker from the compiler. | Nicholas Clark | 2008-09-02 | 1 | -0/+46 |
* | clear docs on exists wrt autovivification | Moritz Lenz | 2008-09-02 | 1 | -2/+1 |
* | [PATCH] Perl TODO related to threads::shared done | Jerry D. Hedden | 2008-08-30 | 1 | -8/+0 |
* | Unintented interpolation of $/ in regex (was: Re: [perl | Bram | 2008-08-24 | 1 | -0/+14 |
* | Re: [perl #58218] backwards logic in perluniintro (5.10.0) | Dr.Ruud | 2008-08-24 | 1 | -2/+2 |
* | [perl #57646] Weird non-equivalence between $::{'a'} = sub {} and *::a = sub {} | Bram | 2008-08-24 | 1 | -10/+1 |
* | Regen of perlapi.pod after differences where pointed out by | Steve Peters | 2008-08-11 | 1 | -1/+1 |
* | Purge C<n_a> thoughtcrime from the pods. | Nicholas Clark | 2008-08-10 | 3 | -25/+14 |
* | Note that I TODID most of parallel testing in the core. | Nicholas Clark | 2008-08-08 | 1 | -25/+6 |
* | Small typo fix | Rafael Garcia-Suarez | 2008-07-31 | 1 | -1/+1 |
* | Note the possibility of sharing arenas between types. | Nicholas Clark | 2008-07-27 | 1 | -0/+8 |
* | Upgrade to podlators 2.1.2 | Steve Hay | 2008-07-22 | 2 | -45/+53 |
* | The assert()ions in sv_chop() that the passed in pointer is within the | Nicholas Clark | 2008-07-13 | 1 | -0/+5 |
* | Fix for #56874: maybe small error in perlxs.pod example | Marcus Holland-Moritz | 2008-07-13 | 1 | -1/+1 |
* | common test code for timed bail | Jerry D. Hedden | 2008-06-28 | 1 | -6/+0 |
* | Re: [perl #56348] [PATCH] glob() with spaces - documentation unclear | Paul Fenwick | 2008-06-26 | 1 | -1/+7 |
* | Documentation on taint/environment interactions for perlrun.pod | Paul Fenwick | 2008-06-24 | 1 | -0/+14 |
* | Re: [perl #24174] perl-5.8.0-55 exit bug | Michael G. Schwern | 2008-06-23 | 1 | -3/+11 |
* | Re: Patches / git | Andy Armstrong | 2008-06-16 | 1 | -1/+1 |
* | update Pod-Perldoc to version 3.14_07 | Adriano Ferreira | 2008-06-08 | 1 | -5/+37 |
* | perlsyn: equivalent code for HASH ~~ ARRAY | brian d foy | 2008-06-08 | 1 | -1/+1 |
* | Document new warning added by #34021 | Rafael Garcia-Suarez | 2008-06-08 | 1 | -0/+5 |
* | Upgrade to podlators-2.1.0 | Steve Peters | 2008-06-02 | 1 | -4/+21 |
* | [perl #54424] perlipc mistype | andrew@sundale.net | 2008-06-01 | 1 | -1/+1 |
* | Add Perl_croak_xs_usage(), which reduces a lot of explicit calls of | Nicholas Clark | 2008-05-21 | 1 | -0/+17 |
* | Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandango | Nicholas Clark | 2008-05-21 | 1 | -12/+0 |
* | Fix typo in perlop.pod | Jerry D. Hedden | 2008-05-19 | 1 | -1/+1 |
* | correct errors / omissions in documenting DOES | Ricardo SIGNES | 2008-05-19 | 1 | -0/+7 |
* | Add "profile installman" to the TODO. | Nicholas Clark | 2008-05-19 | 1 | -0/+9 |
* | Merge common code from installperl and installman into install_lib.pl | Nicholas Clark | 2008-05-19 | 1 | -9/+0 |
* | Add ..., !!!, and ??? operators | chromatic | 2008-05-18 | 2 | -11/+34 |
* | New separations for the pattern match operator documentation, | David Nicol | 2008-05-18 | 1 | -0/+6 |
* | [perl #38955] exists(): error message on wrong argument type is incorrect (5.... | Bram | 2008-05-18 | 1 | -1/+1 |
* | Re: eval "require Foo" with binary-incompatible XS modules | Niko Tyni | 2008-05-18 | 1 | -0/+4 |
* | [perl #39187] [DOC-PATCH]: perldoc -f reverse: examples (was: RE: Perlfunc ne... | Bram | 2008-05-17 | 1 | -3/+6 |
* | Make perlfunc link to the correct section of perlop for q//, qq//, qx//, and ... | Matt Kraai | 2008-05-16 | 1 | -3/+5 |
* | Add investigating eliminating POSIX::int_macro_int() to perltodo. | Nicholas Clark | 2008-05-15 | 1 | -0/+12 |
* | perlunitut link | Ricardo SIGNES | 2008-05-09 | 1 | -2/+2 |
* | [perl #53908] perlpodspec typo "Encoding::Supported" | Kevin Ryde | 2008-05-09 | 1 | -1/+1 |
* | clarification about @ISA declaration in perlboot.pod | Rafael Garcia-Suarez | 2008-04-28 | 1 | -0/+5 |
* | doc patch for perlrun -x | Bram | 2008-04-27 | 1 | -0/+8 |
* | doc patch for perlfunc/split (was: RE: [perl #46073] split | Bram | 2008-04-27 | 1 | -4/+4 |
* | another go; was RE: [perl #49302] [[:print:]] v \p{Print} | Robin Barker | 2008-04-26 | 1 | -3/+43 |
* | Note about moving modules to ext/ | Rafael Garcia-Suarez | 2008-04-26 | 1 | -0/+9 |
* | Add "safely supporting POSIX SA_SIGINFO" to perltodo, as described in | Nicholas Clark | 2008-04-23 | 1 | -0/+75 |
* | Note that Rafael did the key elsif() line number TODO, and we're not | Nicholas Clark | 2008-04-22 | 1 | -7/+11 |