| 2012-10-20 |
Steffen Mueller | Test for namedprotos: @_ should be a valid slurpy param steffen/signatures |
commit | commitdiff | tree | snapshot |
| 2012-10-20 |
Steffen Mueller | Test for namedprotos: @_ in string eval |
commit | commitdiff | tree | snapshot |
| 2012-10-18 |
Peter Martini | Made bad slurpy args fatal (fixed TODO test) |
commit | commitdiff | tree | snapshot |
| 2012-10-18 |
Peter Martini | Replace false with FALSE, true with TRUE |
commit | commitdiff | tree | snapshot |
| 2012-10-18 |
Peter Martini | The last element in the proto is never stale. |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Cleaning up a TODO comment |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | NAMECNT on the PADLIST only works if there is one |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Added entries for the 3 possible error messages |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Added an exception for namedproto: use feature |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Update perly.y digest |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | CvPADLIST can be NULL, which would segv NAMECNT |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Die if a sub with a sig would use an inherited @_ |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Reduce redundant code |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | NAMECNT should be cloned in cv_clone, |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Ban goto'ing into a sub with a signature. |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Incorrect tests - &banned5 is using inherited @_, |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Changed the error message from Cannot to Can't |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Its not necessary to explicitly undef in entersub |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Restore the original check for doing an arg list |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Added proto attribute awareness |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | No need to pass bad_proto to scan_named_proto |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Teaching B::Deparse about the new signatures. |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Remove an outdated comment |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Add support for named hashes. |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Add support for named arrays. |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | The TODO for mismatched parameters is already done |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | PADSTALE must be off, since its always in scope |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Added tests for aliasing @_ |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Added a new kind of magic, poison, so @_ is deadly |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | The warning won't have a space unless signatures |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Make the literal '@_' illegal in subs with sigs |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Added a private function is_sub_with_sig |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Clearing the pad between calls is no longer a TODO |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Move the new behavior under a feature |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Parameters will be writable copies |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Need to explicitly clone the name count |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Add support for the proto() attribute |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Remove redundant SvPADMY_on |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Create lexicals in pp_entersub |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Jesse Luehrs | more tests |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Jesse Luehrs | fix test counts |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Jesse Luehrs | more tests |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Jesse Luehrs | add a couple more tests |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Jesse Luehrs | fix up the namedproto test |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Enabled named parameters in entersub Updated t/comp... |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Added scan_proto, and manually merged perly.act |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Move the prototype related code into its own func This... |
commit | commitdiff | tree | snapshot |
| 2012-10-17 |
Peter Martini | Add an AV field to PADLIST to store named params |
commit | commitdiff | tree | snapshot |
| 2012-10-16 |
Steffen Mueller | cpan: Upgrade AutoLoader to 5.73 |
commit | commitdiff | tree | snapshot |
| 2012-10-16 |
Chris 'BinGOs... | Update HTTP-Tiny to CPAN version 0.024 |
commit | commitdiff | tree | snapshot |
| 2012-10-16 |
Chris 'BinGOs... | Sync Module-CoreList in Porting/Maintainers.pl with... |
commit | commitdiff | tree | snapshot |
| 2012-10-16 |
Father Chrysostomos | perlδ up to 40f316a72b |
commit | commitdiff | tree | snapshot |
| 2012-10-16 |
Father Chrysostomos | Make PerlIO::encoding handle cows |
commit | commitdiff | tree | snapshot |
| 2012-10-16 |
Father Chrysostomos | Prune some dead code in pp.c:pp_undef |
commit | commitdiff | tree | snapshot |
| 2012-10-15 |
Father Chrysostomos | Make PerlIO::encoding even more resilient to moving... |
commit | commitdiff | tree | snapshot |
| 2012-10-15 |
Steve Hay | Bump $Win32CORE::VERSION following commit 35f601d964 |
commit | commitdiff | tree | snapshot |
| 2012-10-15 |
Daniel Dragan | have Win32CORE use ALIAS/XSANY |
commit | commitdiff | tree | snapshot |
| 2012-10-14 |
Karl Williamson | regcomp.c: Don't set /i in start class unless /l |
commit | commitdiff | tree | snapshot |
| 2012-10-14 |
Karl Williamson | regexp.t: Add 'no warnings "utf8"; |
commit | commitdiff | tree | snapshot |
| 2012-10-14 |
Karl Williamson | utf8.h: Correct some values for EBCDIC |
commit | commitdiff | tree | snapshot |
| 2012-10-14 |
Karl Williamson | regex: White-space, comment only; no code changes |
commit | commitdiff | tree | snapshot |
| 2012-10-14 |
Karl Williamson | regex: Rename macro to reflect its narrowed use |
commit | commitdiff | tree | snapshot |
| 2012-10-14 |
Karl Williamson | regex: Splice out no longer used array element |
commit | commitdiff | tree | snapshot |
| 2012-10-14 |
Karl Williamson | regex: Remove old code that tried to handle multi-char... |
commit | commitdiff | tree | snapshot |
| 2012-10-14 |
Karl Williamson | regcomp.c: Fix-up indentaion; no code changes |
commit | commitdiff | tree | snapshot |
| 2012-10-14 |
Karl Williamson | PATCH: [perl #89774] multi-char fold + its fold in... |
commit | commitdiff | tree | snapshot |
| 2012-10-14 |
Karl Williamson | regen/mk_invlists.pl: Make list for multi-fold chars |
commit | commitdiff | tree | snapshot |
| 2012-10-14 |
Karl Williamson | mktables: Add table for chars with multi-char fold |
commit | commitdiff | tree | snapshot |
| 2012-10-14 |
Karl Williamson | regcomp.c: Rename a macro, fix-up comments |
commit | commitdiff | tree | snapshot |
| 2012-10-13 |
Dominic Hargreaves | Link to 5.14.3 announcement |
commit | commitdiff | tree | snapshot |
| 2012-10-13 |
Father Chrysostomos | Handle cow $_ in @INC filter |
commit | commitdiff | tree | snapshot |
| 2012-10-13 |
Father Chrysostomos | Allow COW copies in aassign |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Dominic Hargreaves | Add references to perl5143delta |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Dominic Hargreaves | Add the 5.14.3 perldelta |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Dominic Hargreaves | Add 5.14.3 to perlhist |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Dominic Hargreaves | add 5.14.3 epigraph |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Chris 'BinGOs... | Update Module-CoreList Changes file |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Chris 'BinGOs... | Add v5.14.3 data to Module::CoreList and bump to 2.74 |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | toke.c: Rewrite bogus yylex comment |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | perlreapi.pod: Consistent spaces after dots |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | perlreapi.pod: Document RXf_MODIFIES_VARS |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | perlreapi.pod: Update RXf_SKIPWHITE section |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | perlreapi.pod: Update RXf_SPLIT section |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | Disable const repl optimisation for empty pattern |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | defins.t: Suppress uninit warning |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Brad Gilbert | Move tests from t/op/while_readdir.t to t/op/defins.t |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | Use const repl optimisation with s///e where possible |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | perl5180delta: B::Generate is fixed |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | [perl #49190] Don’t prematurely optimise s/foo/bar... |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | Don’t taint return value of s///e based on replacement |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | Remove PMf_MAYBE_CONST |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | [perl #49190] Stringify repl repeatedly in s///g |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | RXf_MODIFIES_VARS |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | Define RXf_SPLIT and RXf_SKIPWHITE as 0 |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | pp_hot.c:pp_subst: add comment |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Father Chrysostomos | Simplify the fix for bug #41530 |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Karl Williamson | perldelta for [perl #114982] |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Karl Williamson | regcomp.c: Use more precise definition of folding chars |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Karl Williamson | handy.h: Add macro which returns if a char is folding |
commit | commitdiff | tree | snapshot |
| 2012-10-12 |
Karl Williamson | regen/mk_PL_charclass.pl: Add bit for if character... |
commit | commitdiff | tree | snapshot |
| next |