| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tests and fix new fatal errors related to $/ | Yves Orton | 2014-02-04 | 1 | -12/+24 |
* | deal with assignment to $/ better, deprecate edge cases, and forbid others | Yves Orton | 2014-02-03 | 1 | -2/+14 |
* | Consistent spaces after dots in perlintern.pod | Father Chrysostomos | 2013-12-29 | 1 | -4/+5 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -1/+1 |
* | Revert "[perl #119801] Stop @DB::dbline modifications from crashing" | Father Chrysostomos | 2013-12-25 | 1 | -6/+11 |
* | [perl #119801] Stop @DB::dbline modifications from crashing | Father Chrysostomos | 2013-12-21 | 1 | -11/+6 |
* | mg.c: White-space only | Karl Williamson | 2013-12-17 | 1 | -18/+17 |
* | Fix HP-UX $! failure | Karl Williamson | 2013-12-17 | 1 | -1/+6 |
* | mg.c: White-space only | Karl Williamson | 2013-12-17 | 1 | -18/+18 |
* | Revert part of 2efab60d9 | Father Chrysostomos | 2013-11-28 | 1 | -1/+1 |
* | mg.c: Remove redundant SvOK checks | Father Chrysostomos | 2013-11-27 | 1 | -4/+2 |
* | Respect 'use bytes' in returning $! and $^E | Karl Williamson | 2013-11-26 | 1 | -1/+2 |
* | $^E should have same handling as $! for Win32 and OS/2 | Karl Williamson | 2013-11-26 | 1 | -0/+6 |
* | mg.c: Extract code into a function. | Karl Williamson | 2013-11-26 | 1 | -18/+32 |
* | mg.c: White-space only | Karl Williamson | 2013-11-26 | 1 | -34/+34 |
* | mg.c: Use $! code for $^E on platforms where are same | Karl Williamson | 2013-11-26 | 1 | -12/+10 |
* | mg.c: Reorder if else clauses | Karl Williamson | 2013-11-26 | 1 | -3/+5 |
* | mg.c: Reorder cases in a switch() | Karl Williamson | 2013-11-26 | 1 | -49/+50 |
* | fix 'ignoring return value' compiler warnings | David Mitchell | 2013-11-24 | 1 | -18/+30 |
* | fix a few warnings (format strings, unused variable) | Lukas Mai | 2013-11-20 | 1 | -1/+1 |
* | mg.c: Fix misuse of AvARRAY in defelem_target | Father Chrysostomos | 2013-11-04 | 1 | -0/+7 |
* | [perl #119799] Set breakpoints without *DB::dbline | Father Chrysostomos | 2013-10-28 | 1 | -1/+2 |
* | WinCE Makefile and make_ext.pl general and XS fixes | Daniel Dragan | 2013-10-21 | 1 | -1/+1 |
* | Intercept assignment to $! to translate WSAExxx values to Exxx values on Windows | Steve Hay | 2013-09-16 | 1 | -0/+5 |
* | Simplify some code in Perl_magic_get() and Perl_magic_set(). | Nicholas Clark | 2013-09-02 | 1 | -9/+3 |
* | Remove now unused $` $' ${^MATCH} ${^PREMATCH} ${^POSTMATCH} code. | Nicholas Clark | 2013-09-02 | 1 | -36/+0 |
* | Store all other match vars in mg_len instead of mg_ptr/mg_len. | Nicholas Clark | 2013-09-02 | 1 | -2/+1 |
* | Store the match vars in mg_len instead of calling atoi() on mg_ptr. | Nicholas Clark | 2013-09-02 | 1 | -38/+35 |
* | In Perl_magic_setdbline, replace the use of atoi() with sv_2iv(). | Nicholas Clark | 2013-08-29 | 1 | -5/+12 |
* | Make vivify_defelem allow &PL_sv_undef array entries | Father Chrysostomos | 2013-08-28 | 1 | -1/+1 |
* | Fix assert fail when fetching pos clobbers ref with undef | Father Chrysostomos | 2013-08-25 | 1 | -1/+1 |
* | Stop values from ‘sticking’ to @- and @+ elems | Father Chrysostomos | 2013-08-25 | 1 | -0/+2 |
* | Make @- and @+ return correct offsets beyond 2**31 | Father Chrysostomos | 2013-08-25 | 1 | -5/+5 |
* | Stop pos() from being confused by changing utf8ness | Father Chrysostomos | 2013-08-25 | 1 | -6/+2 |
* | Remove null check from mg.c:magic_getvec | Father Chrysostomos | 2013-08-22 | 1 | -4/+1 |
* | Fix assertion failure with $#a=\1 | Father Chrysostomos | 2013-08-22 | 1 | -1/+1 |
* | [perl #118691] Allow defelem magic with neg indices | Father Chrysostomos | 2013-08-21 | 1 | -6/+8 |
* | mg.c: Fix U32-to-bool assignment | Father Chrysostomos | 2013-08-12 | 1 | -1/+1 |
* | Make PL_hints an alias for PL_compiling.cop_hints | Father Chrysostomos | 2013-08-11 | 1 | -1/+0 |
* | Modifying ${^OPEN} changes the value of $^H: | Father Chrysostomos | 2013-08-11 | 1 | -0/+1 |
* | Remove SvIsCOW checks from mg.c:mg_localize | Father Chrysostomos | 2013-08-11 | 1 | -1/+1 |
* | Remove SvIsCOW checks from mg.c:S_save_magic | Father Chrysostomos | 2013-08-11 | 1 | -4/+2 |
* | Skip trailing constants when searching pads | Father Chrysostomos | 2013-07-30 | 1 | -0/+2 |
* | [perl #72766] Allow huge pos() settings | Father Chrysostomos | 2013-07-23 | 1 | -4/+4 |
* | [perl #27010] Make tie work through defelems | Father Chrysostomos | 2013-07-16 | 1 | -7/+15 |
* | [perl #77814] Make defelems propagate pos | Father Chrysostomos | 2013-07-15 | 1 | -14/+19 |
* | Make set-magic handle vstrings properly | Father Chrysostomos | 2013-07-15 | 1 | -4/+6 |
* | PATCH: [perl #112208]: Set utf8 flag on $! appropriately | Karl Williamson | 2013-07-05 | 1 | -1/+29 |
* | change magic_methcall to use SV with shared hash value | Ruslan Zakirov | 2013-06-30 | 1 | -15/+14 |
* | G_METHOD_NAMED flag for call_method and call_sv | Ruslan Zakirov | 2013-06-30 | 1 | -2/+2 |