2011-07-18 |
Father Chrysostomos | Test for [perl #87726] (warning from diagnostics.pm... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
David Golden | Upgraded HTTP-Tiny to CPAN version 0.013 |
commit | commitdiff | tree | snapshot |
2011-07-18 |
David Mitchell | Perl_rpeep: undo tail recursion optimisation |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Nicholas Clark | PL_bincompat_options was missing options that affect... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Nicholas Clark | In intrpvar.h, move all the USE_LOCALE_NUMERIC variable... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Leon Brocard | Make Porting/corelist.pl fetch gzipped 02packages.detai... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Leon Brocard | Move Porting/corelist.pl from LWP::Simple/curl/wget... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Leon Brocard | Enable autodie in Porting/corelist.pl |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Reini Urban | Actually test cop_*_label |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Father Chrysostomos | Fix a wrong length in APItest.xs:test_coplabel |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Craig A. Berry | Bring cop label testing in line with intentions. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Karl Williamson | perlrecharclass: Nits |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Karl Williamson | perlre: Nits |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Florian Ragwitz | Dual-life Search::Dict |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Chris 'BinGOs... | Update Pod-Simple to CPAN version 3.18 |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Father Chrysostomos | re-indent some tests for readability |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Father Chrysostomos | Skip tests sub_lval.t when attributes.pm cannot load |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Father Chrysostomos | Correct skip count in perlio.t |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Father Chrysostomos | perldelta update |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Father Chrysostomos | porting/rmg: Expand on CoreList version bump |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Father Chrysostomos | Rename store/fetch_cop_label as cop_* |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Reini Urban | Export store_cop_label for the perl compiler |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Father Chrysostomos | Clean up magic_methcall docs |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Karl Williamson | perlos2: Fix some link issues |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Karl Williamson | perl5123delta: should have NAME perl5123delta |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Karl Williamson | basename: Change C<> to L<> |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Karl Williamson | perlbeos: change some C<>'s into F<>'s |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Karl Williamson | README.bs2000: lowercase perlBS200 to unbreak links |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Karl Williamson | perlport: remove perlapollo link |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Karl Williamson | podcheck.t: Reword instructions slightly |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Father Chrysostomos | More apidoc entries need \n\n before =cut |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Father Chrysostomos | Improve wrapping of arguments in perlintern.pod |
commit | commitdiff | tree | snapshot |
2011-07-16 |
David Mitchell | re_eval: clear lexicals in the right pad |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Father Chrysostomos | av.c: Add blank line before =cut |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Father Chrysostomos | Wrap argument lists in perl{api,intern}.pod |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Nicholas Clark | Add PL_valid_types_{IVX,NVX,PVX,RV,IV_set,NV_set} into... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Nicholas Clark | Sort globvar.sym lexically. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
David Mitchell | replace many SvTYPE assertions with lookup tables |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Chris 'BinGOs... | Update CPANPLUS to CPAN version 0.9108 |
commit | commitdiff | tree | snapshot |
2011-07-15 |
David Mitchell | ensure SVs_PADTMP and SVs_PADTMP not both on |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Nicholas Clark | Change sv_eq_pvn_flags()'s parameter pvlen from I32... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Father Chrysostomos | Change was_lvalue_sub back to X; spell out the only... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Craig A. Berry | A typemap is a file, not a directory. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Steffen Mueller | Perldelta for Dave's short-circuit optimization |
commit | commitdiff | tree | snapshot |
2011-07-14 |
David Mitchell | fully short-circuit &&, ||, // |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Nicholas Clark | Make prototypes and declarations for Perl_pad_add_name_... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Leon Brocard | Add Porting/acknowledgements.pl to generate perldelta... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
David Mitchell | reduce size of threads.t test |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Chris 'BinGOs... | Added -r option to corelist |
commit | commitdiff | tree | snapshot |
2011-07-14 |
H.Merijn Brand | Update POD for 'corelist' so that the help page is... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
David Mitchell | make peep optimiser recurse mostly only shallowly |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Nicholas Clark | Only add Perl_pad_setsv to the list of symbols if ... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Father Chrysostomos | [perl #93324] Don’t autovivify *B:: in Carp |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Father Chrysostomos | perldelta update |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Father Chrysostomos | Ahem, 0fce7163 was not enough |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Florian Ragwitz | Fix a compiler warning |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Florian Ragwitz | Remove an unused variable |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Florian Ragwitz | Don't include libutil.h on Linux |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Florian Ragwitz | Dual-life Term::Complete |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Father Chrysostomos | perldelta for the SvIsCOW fix |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Father Chrysostomos | perldelta for recent SvREADONLY fixes |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Father Chrysostomos | Merge UTF8 pad stuff |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Father Chrysostomos | Fix perlintern links; regen known pod issues |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Father Chrysostomos | Add a test count to fresh_perl_utf8.t |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Father Chrysostomos | Add Brian Fraser to AUTHORS |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Brian Fraser | This cleans the "Can't localize lexical variable" error. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Brian Fraser | Cleaned up warning messages in pad.c, plus related... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Brian Fraser | Tests for the pad cleanup. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Brian Fraser | Cleanup of pad fetching and storing. This version norma... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Brian Fraser | Added sv_eq_pvn_flags to pad.c, which will be used... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Brian Fraser | Passing the flag to the pad functions in toke.c |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Brian Fraser | Handling of the flag parameter in Perl_allocmy, instead... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Brian Fraser | pad.c: flags checking for the UTF8 flag when necessary |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Brian Fraser | pad.h: Added a padadd_UTF8_NAME flag for pad_add_name_pvn. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Brian Fraser | Added a flags parameter to pad_findlex. |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Zefram | API tests for pad_findmy_*() |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Zefram | API test for find_rundefsv() |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Zefram | APIify pad functions |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Florian Ragwitz | Stop buildtoc from generating trailing whitespace |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Florian Ragwitz | Move perlxs{,tut}.pod into the ExtUtils-ParseXS dist |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Florian Ragwitz | Skip .xs files in t/ dirs when comparing versions |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Florian Ragwitz | podcheck.t --regen after the ParseXS merge |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | A perltodone! ExtUtils::ParseXS uses strict |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Fill in ExtUtils::ParseXS versions in delta |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Merge branch 'smueller/eu_typemap' into blead |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Father Chrysostomos | Increase $Storable::VERSION |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Father Chrysostomos | Make Internals::SvREADONLY smarter |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Father Chrysostomos | Make SvIsCOW honest about globs |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Father Chrysostomos | Make it possible to have read-only glob copies |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Document full changeset in ExtUtils::ParseXS |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Bump ExtUtils::ParseXS version to a dev version |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Document the TYPEMAP XS keyword |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Document the ExtUtils::ParseXS changes in perldelta |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Attempt band-aid fix for win32 build failure |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Add is_empty method to EU::Typemaps |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Use lower case method name for current_line_number |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Lose $Fallback global |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Lose the $Overload global |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Remove superfluous global "$errors" |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Steffen Mueller | Make $FH no longer a global |
commit | commitdiff | tree | snapshot |
next |