| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the loop in tryAMAGICunDEREF_var() using while, rather than goto. | Nicholas Clark | 2010-11-02 | 1 | -7/+7 |
* | Expand AMG_CALLun_var() into all its users, and eliminate it. | Nicholas Clark | 2010-11-02 | 3 | -9/+10 |
* | Inline tryAMAGICunW_var() into macros tryAMAGICun{DEREF_var,TARGET} | Nicholas Clark | 2010-11-02 | 1 | -28/+36 |
* | Eliminate tryAMAGICunW() by refactoring tryAMAGICun{DEREF,TARGET} | Nicholas Clark | 2010-11-02 | 1 | -4/+2 |
* | Remove unused AMAGIC macros from pp.h. Neither core nor CPAN uses any. | Nicholas Clark | 2010-11-02 | 1 | -71/+0 |
* | Fix RT-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces warningscompile | Yves Orton | 2010-11-02 | 1 | -4/+10 |
* | Add test for rt-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces warnings | Father Chrysostomos | 2010-11-02 | 1 | -1/+38 |
* | remove commit bit so that porting tests dont fail | Yves Orton | 2010-11-02 | 0 | -0/+0 |
* | Reorder struct xpvhv_aux to make two I32s adjacent. | Nicholas Clark | 2010-11-02 | 1 | -1/+1 |
* | Fix permissions on lib/overload/numbers.pm, accidentally changed by 0e244b13. | Nicholas Clark | 2010-11-02 | 1 | -0/+0 |
* | perldelta up to 7fd683ff3c3 | Father Chrysostomos | 2010-11-01 | 1 | -1/+17 |
* | Increase DynaLoader’s version | Father Chrysostomos | 2010-11-01 | 1 | -1/+1 |
* | Note changes to perlvar in perldelta | brian d foy | 2010-11-01 | 1 | -0/+5 |
* | Whitespace fixes to perlvarbriandfoy/perlvar | brian d foy | 2010-11-01 | 1 | -3/+3 |
* | Added ${^GLOBAL_PHASE} to perlvar | brian d foy | 2010-11-01 | 1 | -0/+64 |
* | Fix some grammar nits thanks to jnareb | brian d foy | 2010-11-01 | 1 | -4/+3 |
* | Added some missing index entries and fixed some whitespace | brian d foy | 2010-11-01 | 1 | -15/+19 |
* | Get rid of spatial references 'above' and 'before' in perlvar | brian d foy | 2010-11-01 | 1 | -42/+42 |
* | Use 'four' instead of 4 in body para in perlvar | brian d foy | 2010-11-01 | 1 | -1/+1 |
* | Make $^V recommendation the first sentence in $] | brian d foy | 2010-11-01 | 1 | -4/+6 |
* | Add more English equivalents, index all names in perlvar | brian d foy | 2010-11-01 | 1 | -33/+46 |
* | I think I have perlvar ordered and proper now | brian d foy | 2010-11-01 | 1 | -339/+343 |
* | Putting the variables in order, mostly, but not completely yet | brian d foy | 2010-11-01 | 1 | -286/+279 |
* | * mjd rewrites the $", cleans up minor bits | brian d foy | 2010-11-01 | 1 | -8/+16 |
* | * Add the missing $" | brian d foy | 2010-11-01 | 1 | -0/+9 |
* | * The first draft of a perlvar reorganization | brian d foy | 2010-11-01 | 1 | -1118/+1299 |
* | Avoid buffer overflow in dl_win32.c | Jan Dubois | 2010-11-01 | 2 | -0/+4 |
* | Correct the return type for B::MAGIC::MOREMAGIC. | Nicholas Clark | 2010-11-01 | 1 | -3/+2 |
* | Tidy B interpreter struct accessors in B.xs | Nicholas Clark | 2010-11-01 | 1 | -18/+17 |
* | tidy code in Perl_sighandler() | David Mitchell | 2010-11-01 | 1 | -14/+13 |
* | RT #76248: double-freed SV with nested sig-handler | David Mitchell | 2010-11-01 | 6 | -37/+23 |
* | RT 75254: Slow GC after Scalar::Util::weaken | David Mitchell | 2010-11-01 | 1 | -19/+42 |
* | Merge B's interpreter structure accesses for SV* types into intrpvar_sv_common. | Nicholas Clark | 2010-11-01 | 1 | -68/+64 |
* | All callers of get_op_bitspec() in Opcode.xs pass len, so don't call strlen(). | Nicholas Clark | 2010-11-01 | 1 | -2/+0 |
* | Small refactoring of op_names_init() and put_op_bitspec() in Opcode.xs | Nicholas Clark | 2010-11-01 | 1 | -7/+3 |
* | Refactor Storable::{net_,}pstore to return undef/true, instead of 1 or 0. | Nicholas Clark | 2010-11-01 | 2 | -9/+8 |
* | Merge the implementation of B::sv_{undef,no,yes} using ALIAS. | Nicholas Clark | 2010-11-01 | 1 | -12/+10 |
* | Refactor the error handling logic in Storable::_store(). | Nicholas Clark | 2010-11-01 | 1 | -2/+9 |
* | Remove S_get_isa_hash | Father Chrysostomos | 2010-10-31 | 3 | -21/+6 |
* | Allow push/pop/keys/etc to act on references | David Golden | 2010-10-31 | 19 | -56/+801 |
* | [perl #78580] Stop a simple *glob from calling get-magic | Father Chrysostomos | 2010-10-31 | 2 | -2/+15 |
* | Update parent to CPAN version 0.224 | Chris 'BinGOs' Williams | 2010-11-01 | 3 | -7/+11 |
* | perlunicode.pod: Add detail on utf8/locale conflicts | Karl Williamson | 2010-10-31 | 1 | -2/+7 |
* | regcomp.h: Remove unused #define | Karl Williamson | 2010-10-31 | 1 | -3/+0 |
* | reginclass: Remove redundant test | Karl Williamson | 2010-10-31 | 1 | -6/+3 |
* | reginclass: Reorder fastest first | Karl Williamson | 2010-10-31 | 1 | -51/+55 |
* | reginclass: Remove unnecessary test | Karl Williamson | 2010-10-31 | 1 | -1/+1 |
* | reginclass: Make explicit the length assumptions | Karl Williamson | 2010-10-31 | 1 | -7/+9 |
* | reginclass: Rename variable for clarity | Karl Williamson | 2010-10-31 | 1 | -4/+4 |
* | regcomp.h: Clean up some comments | Karl Williamson | 2010-10-31 | 1 | -10/+10 |