| Commit message (Expand) | Author | Age | Files | Lines |
* | (Was Re: [PATCH] FreeBSD atoll() warning) | Andy Dougherty | 2007-10-25 | 1 | -0/+9 |
* | Bring version.pm core into compliance with CPAN release | John Peacock | 2007-10-25 | 3 | -3/+14 |
* | Bump version of IPC::Cmd | Rafael Garcia-Suarez | 2007-10-25 | 1 | -1/+1 |
* | patch@32181 IPC::Cmd fix for VMS. | John E. Malmberg | 2007-10-25 | 1 | -0/+4 |
* | File::Path 2.02 | David Landgren | 2007-10-24 | 1 | -382/+383 |
* | warning from ext/Hash/Util/FieldHash/t/02_function.t | Peter Dintelmann | 2007-10-24 | 1 | -1/+4 |
* | patch@32181 File::Copy.pm patches for VMS | John E. Malmberg | 2007-10-24 | 1 | -3/+44 |
* | Fix an off by one error, found by valgrind | Rafael Garcia-Suarez | 2007-10-24 | 1 | -1/+1 |
* | documentation typo for Text::Wrap | David Landgren | 2007-10-24 | 1 | -2/+2 |
* | Re: [perl #46725] v5.10.0 util.c and pp_sys.c fail to compile under Mac OS X | Andy Dougherty | 2007-10-23 | 1 | -9/+9 |
* | hostname.t busted | Ricardo SIGNES | 2007-10-23 | 1 | -1/+4 |
* | Typos and other doc nits. Plus, de-alpha the version number | Rafael Garcia-Suarez | 2007-10-23 | 1 | -39/+38 |
* | A couple of updates to perl5100delta | Rafael Garcia-Suarez | 2007-10-23 | 1 | -1/+8 |
* | Silly Nick. If you see a nextstate op, then it may have open hints, | Nicholas Clark | 2007-10-23 | 1 | -2/+3 |
* | File::Find::_find_dir nit for VMS, plus version bump. | Craig A. Berry | 2007-10-23 | 1 | -2/+5 |
* | Make the File::Find tests stay under t/ where they | Craig A. Berry | 2007-10-23 | 2 | -7/+23 |
* | FreeBSD atoll() warning (Was Re: Code freeze | Andy Dougherty | 2007-10-22 | 1 | -3/+31 |
* | perltodo.pod: Add more detail about @INC order. | Andy Dougherty | 2007-10-22 | 1 | -1/+3 |
* | SQL::Translator triggered a subtle piece of wrongness, whereby it | Nicholas Clark | 2007-10-22 | 1 | -2/+10 |
* | Note Jarkko's URL about MSVC and __FUNCTION__-a-like. | Nicholas Clark | 2007-10-22 | 1 | -0/+7 |
* | Update Log::Messge::Simple to 0.04 (was: Re: Code freeze) | Jos I. Boumans | 2007-10-22 | 1 | -1/+1 |
* | hv_iterkeysv() actually creates a mortal SV for every call. | Nicholas Clark | 2007-10-22 | 1 | -6/+8 |
* | In Perl_mro_isa_changed_in(), no need to call an RVALUE hv_fetch() then | Nicholas Clark | 2007-10-22 | 1 | -4/+15 |
* | S_mro_get_linear_isa_c3() doesn't need to call hv_fetch() then | Nicholas Clark | 2007-10-22 | 1 | -5/+6 |
* | Mention perlcommunity.pod, plus some typo fixes | Rafael Garcia-Suarez | 2007-10-22 | 1 | -4/+7 |
* | Fix a typo (pport -> ppport). | Marcus Holland-Moritz | 2007-10-22 | 1 | -1/+1 |
* | B::Concise was failing an assertion on index "foo", "foo"; | Nicholas Clark | 2007-10-22 | 3 | -4/+49 |
* | There's no point in empty TODO sections | Rafael Garcia-Suarez | 2007-10-22 | 1 | -2/+0 |
* | Mention B::COP::hints_hash method | Rafael Garcia-Suarez | 2007-10-22 | 1 | -0/+2 |
* | Newest things to put in perldelta | Rafael Garcia-Suarez | 2007-10-22 | 1 | -7/+11 |
* | Add -Duse32bit* in perltodo | Rafael Garcia-Suarez | 2007-10-22 | 1 | -0/+8 |
* | Regenerate Changes | Rafael Garcia-Suarez | 2007-10-22 | 1 | -0/+2622 |
* | More delta info from Perl 5.9.5 | Rafael Garcia-Suarez | 2007-10-22 | 1 | -17/+256 |
* | Re: overload64.t failures | Rick Delaney | 2007-10-21 | 2 | -11/+20 |
* | More perldelta entries from perl 5.9.4, plus some reordering and | Rafael Garcia-Suarez | 2007-10-21 | 1 | -232/+443 |
* | More perldelta entries from 5.9.3 | Rafael Garcia-Suarez | 2007-10-21 | 1 | -10/+251 |
* | Changes from perl 5.9.2 | Rafael Garcia-Suarez | 2007-10-21 | 1 | -1/+91 |
* | Skip test on Basque locales on Mac OS X 10.5 | Rafael Garcia-Suarez | 2007-10-21 | 1 | -2/+3 |
* | VDf no longer in PERL_CORE | Robin Barker | 2007-10-20 | 2 | -21/+9 |
* | In Perl_do_openn() we know the length of oname, so use it when creating | Nicholas Clark | 2007-10-20 | 1 | -1/+1 |
* | Revert code change from #32148 | Rafael Garcia-Suarez | 2007-10-20 | 1 | -0/+2 |
* | perlfunc/perldiag errors | Father Chrysostomos | 2007-10-20 | 2 | -4/+7 |
* | Re: [PATCH] Fix overloading for 64-bit ints (revised) | Jerry D. Hedden | 2007-10-20 | 2 | -5/+4 |
* | More perldelta work (info from perl59[01]delta) | Rafael Garcia-Suarez | 2007-10-19 | 1 | -0/+79 |
* | Document that encoding.pm isn't thread-safe, by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-10-19 | 1 | -0/+5 |
* | POD nits | Rafael Garcia-Suarez | 2007-10-19 | 2 | -21/+21 |
* | Re: [Diff] perlxstut.pod | Renee Baecker | 2007-10-19 | 1 | -160/+174 |
* | Upgrade to Term::Cap 1.10 | Rafael Garcia-Suarez | 2007-10-19 | 2 | -229/+348 |
* | RE: [PATCH] RE: PERL_CORE UVf logic | Robin Barker | 2007-10-19 | 1 | -2/+2 |
* | Fix overloading for 64-bit ints (revised) | Jerry D. Hedden | 2007-10-19 | 10 | -101/+395 |