2013-09-13 |
Ruslan Zakirov | scalar value %x{'a'} better written as $x{'a'} |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Ruslan Zakirov | key/value hash slice operation |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Nicholas Clark | Move BmUSEFUL to the IV slot from the NV slot, simplify... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Father Chrysostomos | Preserve undef identity in const ops |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Ricardo Signes | convert mktables to parent.pm instead of base.pm |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Tony Cook | perldelta for e7ab04ce5 |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Tony Cook | [perl #115928] use a consistent internal rand on all... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Tony Cook | [perl #115928] we don't use drand48_r or random_r any... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Tony Cook | [perl #115928] Configure now selects our internal drand48() |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Tony Cook | revert config_h.SH changes, now handled by Configure |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Tony Cook | [perl #115928] a consistent (public) rand() implementation |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Ricardo Signes | perlreapi: use parent in example, not base |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Ricardo Signes | overload tests: use parent instead of base |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Ricardo Signes | XS-Typemap tests: use parent instead of base |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Ricardo Signes | B: use parent instead of base |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Ricardo Signes | Pod::Html: use parent instead of base |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Ricardo Signes | Hash::Util::FieldHash: use parent instead of base |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Ricardo Signes | FileCache: use parent instead of base |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Matthew Horsfall | Allow semi-colon on TYPEMAP: line to work without it... |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Steve Hay | perldelta - IO and File::Find have been upgraded |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Steve Hay | Upgrade perlfaq from version 5.0150043 to 5.0150044 |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Slaven Rezic | File::Find: diagnostics in case of a failed chdir |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Father Chrysostomos | perldiag: Rewrap an entry for better splain output |
commit | commitdiff | tree | snapshot |
2013-09-12 |
John P. Linderman | Correct the citation for Peter McIlroy's sorting paper. |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Nicholas Clark | Update John P. Linderman's e-mail address in AUTHORS. |
commit | commitdiff | tree | snapshot |
2013-09-12 |
Steve Hay | Upgrade autodie from version 2.20 to 2.21 |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Steve Hay | SADAHIRO confirms that Unicode::(Collate|Normalize... |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Steve Hay | Upgrade Module::Metadata from version 1.000017 to 1... |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Steve Hay | EXCLUDE Module-Metadata's t/taint.t: we don't have... |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Steve Hay | Upgrade Perl-OSType from version 1.004 to 1.005 |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Steve Hay | Upgrade Module::Metadata from version 1.000016 to 1... |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Tony Cook | [perl #88814] sigdispatch.t work on openbsd 5.2 |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Karl Williamson | perlapi: Add doc for my_strlcpy, my_strlcat |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Karl Williamson | regcomp.c: Use Perl_form() instead of buggy sprintf |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Karl Williamson | Use separate macros for byte vs uv Unicode |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Tony Cook | [perl #118091] Split gv_fetchpvn_flags into smaller... |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Brian Fraser | gv.c: Split part of find_default_stash into gv_is_in_main. |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Brian Fraser | gv.c: Rename magicalize_gv into gv_magicalize, make... |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Brian Fraser | gv.c, gv_fetchpvn_flags: Split another chunk of magic... |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Brian Fraser | gv.c, gv_fetchpvn_flags: Comments for when the glob... |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Brian Fraser | gv.c: Explain the purpose of the <none>:: stash a bit. |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Brian Fraser | gv_fetchpvn_flags: Simplify some warnings code |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Brian Fraser | gv.c: Move the code that magicalizes new globs into... |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Brian Fraser | gv.c: Begin splitting gv_fetchpvn_flags into smaller... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Ricardo Signes | release schedule: placeholders for the future |
commit | commitdiff | tree | snapshot |
2013-09-10 |
David Golden | perldiag: Fix severity of Unicode mapping warning |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Steve Hay | Oops, the HTTP::Tiny upgrade was 0.034->0.035, not... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Steve Hay | Upgrade HTTP::Tiny from version 0.34 o 0.35 |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Brian Fraser | Fix Windows compilation failure introduced by 946095af78 |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Smylers | Added release manager test for copyright year |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Smylers | Test that README and perl -v copyright years match |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Smylers | Enhance runperl doc to mention its return value |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Father Chrysostomos | [Merge] Make regexp error messages utf8-clean |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Brian Fraser | Make the "Switch condition not recognized" error messag... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Brian Fraser | t/re/reg_mesg.t: Tests for latin1 error messages/warnings |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Brian Fraser | regcomp.c: Introduce vFAIL2utf8f to replace the APPLY... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Brian Fraser | regcomp.c: Make all warnings and error messages UTF... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Brian Fraser | regcomp.c, S_compile_runtime_code: croak using the... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Brian Fraser | toke.c: "Unrecognized character" error shouldn't leak... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Father Chrysostomos | pp_ctl.c:pp_goto: Cast a boolean properly |
commit | commitdiff | tree | snapshot |
2013-09-10 |
David Leadbeater | Remove PERL_MICRO where it is conditionally used with... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
David Leadbeater | Remove including config.h (and co) in perlio.h |
commit | commitdiff | tree | snapshot |
2013-09-10 |
David Leadbeater | Remove defining DIR* to void* on microperl |
commit | commitdiff | tree | snapshot |
2013-09-10 |
David Leadbeater | Use PERL_INT_MAX, this works in microperl |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Nicholas Clark | Simplify the conditional logic for COW_REFCNT in Devel... |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Nicholas Clark | Fix Devel::Peek's tests when building with -DPERL_NO_COW |
commit | commitdiff | tree | snapshot |
2013-09-10 |
Steve Hay | perldelta - Two more module upgrades |
commit | commitdiff | tree | snapshot |
2013-09-09 |
James E Keenan | Correct typos reported by Terry Speirs++. |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Steve Hay | Update EXCLUDED for CPAN-Meta-Requirements following... |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Father Chrysostomos | rt119311.t: typo |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Father Chrysostomos | Make &xsub and goto &xsub work with tied @_ |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Father Chrysostomos | Dumper.xs: Update comment |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Father Chrysostomos | perl5200delta: 2 modules fixed; one misspelt |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Florian Ragwitz | ExtUtils::Command has been synchronised to CPAN |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Steve Hay | Upgrade Parse::CPAN::Meta from version 1.4405 to 1... |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Steve Hay | Upgrade ExtUtils::CBuilder from version 0.280210 to... |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Steve Hay | Upgrade CPAN::Meta from version 2.132140 to 2.132510 |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Steve Hay | Sort the list of IGNORABLES in Porting/Maintainers.pl |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Father Chrysostomos | Add mods from #119433 to perl5200delta |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Father Chrysostomos | perlio.c: misuse of SvPV_nolen_const |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Father Chrysostomos | Fix buffer overflow with overlong identifiers |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Father Chrysostomos | Fix -DP output |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Father Chrysostomos | Don’t let reblessing point SvSTASH to a half-freed... |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Father Chrysostomos | Fix assertion failure with -DT -e\" |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Tony Cook | [perl #117265] fix various problems with safesyscalls |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Tony Cook | [perl #117265] move the "glob failed" warning to the... |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Tony Cook | [perl #117265] do most glob \0 checks in the same place |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Tony Cook | [perl #117265] correctly handle overloaded strings |
commit | commitdiff | tree | snapshot |
2013-09-09 |
Tony Cook | [perl #117265] TODO tests for overloading issues |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Father Chrysostomos | Fix line numbers with #! -d:foo and PERL5DB=$'\n' |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Father Chrysostomos | Test line breaks in PERL5DB |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Father Chrysostomos | op.c:newSTATEOP: remove unnecessary null check |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Florian Ragwitz | ExtUtils::Manifest has been synchronised to CPAN |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Father Chrysostomos | Revert "Let av_push accept NULL values" |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Father Chrysostomos | Move herelines out of the lex_shared struct |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Father Chrysostomos | Respect #line directives in here-docs |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Father Chrysostomos | regcomp.c:current_re_engine: Avoid %^H lookup when... |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Father Chrysostomos | Fix line numbers in <<foo,<<bar |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Father Chrysostomos | toke.c: In sublex_push use multi_close to detect here-doc |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Steve Hay | perldelta - More recent module upgrades |
commit | commitdiff | tree | snapshot |
next |