2012-06-30 |
Father Chrysostomos | op.c: S_op_integerize: -foo no longer needs an exception |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Father Chrysostomos | pad.c: Update comments |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Father Chrysostomos | [perl #113012] String negation under ‘use integer’ |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Father Chrysostomos | [perl #113006] perllocale: change Spanish to traditiona... |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Father Chrysostomos | op.c: Remove unnecessary variable |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Father Chrysostomos | Don’t crash with formats in special blocks |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | perlguts: Document that PV can point to non-string |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | regcomp.c: Optimize /[0-9]/ into /\d/a |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | regcomp.c: Optimize e.g., /[^\w]/, /[[^:word:]]/ into... |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | regcomp.c: Simply some node calculations |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | regcomp.sym: Reorder a couple of nodes |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | reg_fold.t: Make test cases non-optimizable away |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | regcomp.c: Simplify compile time [^..] complement |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | regcomp.c: Rename variable to reflect new purpose |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | regcomp.c: Have a subroutine do the work |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | regcomp.c: Remove obsolete code |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | regcomp.c: White-space, comments only |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | regcomp.c: Remove unnecessary 'if' test |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | regcomp.c: Use more inversion lists in [] char classes |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | handy.h: Fix isBLANK_uni and isBLANK_utf8 |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Karl Williamson | no_utf8_pm.t: Add blank between 'not' and 'ok' in .t |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Jesse Luehrs | fix compiler warning |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | Make formats close over the right closure |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | [perl #113812] Always use find_runcv when cloning a sub |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | [Merge] CV-based slab allocator for ops |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | Teach diagnostics.pm about %p |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | Increase $diagnostics::VERSION to 1.30 |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | perldiag: Document ‘Slab leaked from cv’ |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | When reusing op slots, only zero as much as needed |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | -DS should not invoke warnhook |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | op.c: Memory funcs need dVAR |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | fresh_perl.t: Skip #112312 tests on miniperl |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | Enlarge the last slot on an op slab to fit |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | Define cv_forget_slab under PL_OP_SLAB_ALLOC |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | Test perl #112312, crash on syntax error |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | Test bug #111462, Safe + %^H + disallowed ops |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | perlhacktips: Update PERL_DEBUG_READONLY_OPS |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | PERL_IMPLICIT_SYS can use the new slab allocator |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | Add slab allocation diagnostics (under perl -DS) |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | -DS option for slab allocation |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | CV-based slab allocation for ops |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | Add OP_FREED op type |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | Flag ops that are on the savestack |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | dump.c: Dump CVf_SLABBED |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | Add CVf_SLABBED flag |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Jesse Luehrs | fix 386a548 for fallback => undef |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Jesse Luehrs | perldelta for 27c6f44 |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Jesse Luehrs | "use overload fallback => 0" should enable overloading... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Father Chrysostomos | Formats in closures called outside closures → crash |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Jesse Luehrs | fix storing objects with reftype REF [perl #113880] |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Jesse Luehrs | perldelta updates for 6728836, d60d201, 82f9620, 7878705 |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Father Chrysostomos | Don’t let formats outlive their outer subs |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Father Chrysostomos | diagnostics.t: Restore test name removed by f0e510f |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Father Chrysostomos | perldiag: Add missing regexp delims |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Jesse Luehrs | propagate context into overloads [perl #47119] |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Jesse Luehrs | more in depth tests for 8e4ecf2 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Jesse Luehrs | fix 4f8dbb2d |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Father Chrysostomos | perly.*: update regen_perly checksum |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Reini Urban | regen_perly.pl: support latest bison-2.5.1 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Father Chrysostomos | pp.c: Restore uninit warning to study |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Jesse Luehrs | clean up compilation warnings |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Jesse Luehrs | add a few comments to bisect-runner.pl docs |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Father Chrysostomos | [Merge] [perl #109408] Documentation that refers to... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | [perl #109408] Documentation that refers to Perl 5... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlvar: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlutil: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perluniintro: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlunifaq: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlunicode: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perltrap: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlthrtut: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlsub: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlsec: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlrun: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlretut: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlreftut: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlref: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlrebackslash: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlre: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlport: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlpod: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlop: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlmod: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perllocale: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlipc: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlfunc: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlform: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perldsc: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perldata: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Brian Fraser | perlcall: #109408 |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Father Chrysostomos | diag.t: Skip, rather than, TODO for cat tests |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Father Chrysostomos | diag.t: Don’t emit erroneous passing to-do tests |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Father Chrysostomos | diagnostics.t: Tweak to get tests passing |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Father Chrysostomos | [Merge] perldiag.pod severity/category cleanup |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Father Chrysostomos | diag.t: Check categories and severity |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Father Chrysostomos | diag.t: Use correct variable |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Father Chrysostomos | diag.t: Load test.pl in BEGIN |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Father Chrysostomos | perldiag: ‘Unicode surrogate is illegal’ is a default... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Father Chrysostomos | perldiag: ‘Code point is not Unicode’ is a default... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Father Chrysostomos | perldiag: ‘Operation returns its argument’ is a default... |
commit | commitdiff | tree | snapshot |
next |