| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop sysio.t changing into t/op, and hence creating a temporary file there. | Nicholas Clark | 2010-10-25 | 1 | -4/+4 |
* | Correct tests for B::{cstring,perlstring,cchar} | Nicholas Clark | 2010-10-25 | 1 | -5/+5 |
* | Rename stashes when they move around | Father Chrysostomos | 2010-10-24 | 5 | -57/+112 |
* | Memory-management macros evaluate their arguments multiple times | Father Chrysostomos | 2010-10-24 | 1 | -2/+4 |
* | [perl #77496] tied gets scalars and globs confused | Father Chrysostomos | 2010-10-24 | 2 | -1/+15 |
* | use compatible types in a conditional expression | Tony Cook | 2010-10-25 | 1 | -1/+1 |
* | [perl #77810] Scalars vs globs | Father Chrysostomos | 2010-10-24 | 4 | -21/+52 |
* | Update Locale-Maketext to CPAN version 1.17 | Todd Rinaldo | 2010-10-25 | 6 | -3/+19 |
* | Update Maintainers.pl with the latest version of Module::CoreList | Chris 'BinGOs' Williams | 2010-10-24 | 1 | -1/+1 |
* | In B.xs, use newSVpvn_flags() instead of sv_newmortal() and sv_setpvn(). | Nicholas Clark | 2010-10-24 | 2 | -16/+18 |
* | don't rely on ghost contexts being unmolested | Zefram | 2010-10-24 | 5 | -5/+167 |
* | Math::BigRat has blead as its upstream | Florian Ragwitz | 2010-10-24 | 16 | -102/+94 |
* | Make mro_package_moved use a mortal in case mro_isa_changed_in3 croaks | Father Chrysostomos | 2010-10-24 | 1 | -2/+1 |
* | Fix SV leak in Perl_emulate_cop_io(), present since 8b850bd54aa90bd3. | Nicholas Clark | 2010-10-24 | 1 | -1/+1 |
* | In B.xs, tidy up make_*_object(). | Nicholas Clark | 2010-10-24 | 1 | -23/+30 |
* | B::hash() should only work on byte sequences. | Nicholas Clark | 2010-10-24 | 2 | -1/+10 |
* | Refactor B::hash to use Perl_newSVpvf() instead of my_sprintf() and new_SVpvn*. | Nicholas Clark | 2010-10-24 | 1 | -3/+1 |
* | More tests for B::hash(). | Nicholas Clark | 2010-10-24 | 1 | -1/+8 |
* | B::cchar can be implemented as an ALIAS of B::cstring. | Nicholas Clark | 2010-10-24 | 1 | -7/+2 |
* | Refactor B::cchar() to create a temporary directly, and use Perl_sv_catpvf(). | Nicholas Clark | 2010-10-24 | 1 | -24/+17 |
* | Tests for B::cchar(). | Nicholas Clark | 2010-10-24 | 1 | -0/+10 |
* | In B.xs, refactor cstring() to return a mortal, which simplifies the XS code. | Nicholas Clark | 2010-10-24 | 1 | -12/+9 |
* | Test NUL bytes with B::cstring() and B::perlstring(). | Nicholas Clark | 2010-10-24 | 1 | -1/+2 |
* | B::perlstring can be implemented as an ALIAS of B::cstring. | Nicholas Clark | 2010-10-24 | 1 | -9/+3 |
* | In cstring() in B.xs, use Perl_sv_catpvf(), instead of a temporary buffer. | Nicholas Clark | 2010-10-24 | 1 | -6/+2 |
* | More comprehensive tests for B::cstring() and B::perlstring(). | Nicholas Clark | 2010-10-24 | 1 | -3/+28 |
* | In pp_getlogin, use sv_setpv_mg() to avoid needing an explicit strlen() call. | Nicholas Clark | 2010-10-24 | 1 | -1/+2 |
* | permit labels to appear before declarations | Zefram | 2010-10-23 | 7 | -1102/+1178 |
* | Perl_hv_name_add needs to set xhv_name_count in one other place. | Father Chrysostomos | 2010-10-23 | 1 | -1/+1 |
* | .gitignore some extra ext/B build products | Tony Cook | 2010-10-24 | 1 | -0/+2 |
* | remove ; so the conditional actually controls some code | Tony Cook | 2010-10-24 | 1 | -1/+2 |
* | make the definition of sv_catpv_flags match the declaration | Tony Cook | 2010-10-24 | 1 | -1/+1 |
* | sv_setsv_flags was also using a potentially freed HV | Father Chrysostomos | 2010-10-23 | 1 | -1/+5 |
* | Tels doesn't want to maintain math stuff anymore | Florian Ragwitz | 2010-10-23 | 1 | -5/+4 |
* | Convert B to use ExtUtils::Constant::ProxySubs for its constants. | Nicholas Clark | 2010-10-23 | 4 | -132/+63 |
* | For PROXYSUBS, add an option to push all constants' names onto an array. | Nicholas Clark | 2010-10-23 | 1 | -13/+47 |
* | For PROXYSUBS, allow an explicit XS_SUBNAME of undef to suppress its generation. | Nicholas Clark | 2010-10-23 | 1 | -4/+7 |
* | Change concise.t to use Storable to test stash/src rendering of constant subs. | Nicholas Clark | 2010-10-23 | 1 | -5/+8 |
* | S_glob_assign_glob was using a potentially freed HV | Father Chrysostomos | 2010-10-23 | 1 | -1/+5 |
* | perlipc: Convert tabs to spaces. | Shlomi Fish | 2010-10-23 | 1 | -237/+237 |
* | perlipc: fix bug in example | David Golden | 2010-10-23 | 1 | -0/+2 |
* | Add functions for adding and deleting stash names | Father Chrysostomos | 2010-10-22 | 4 | -0/+104 |
* | For PROXYSUBS, also avoid calling get_missing_hash() in the XS constant code. | Nicholas Clark | 2010-10-23 | 1 | -4/+16 |
* | Clarify and correct description of comma operator in scalar context | Ian Goodacre | 2010-10-22 | 1 | -3/+4 |
* | Corrected Perl5 example of Formatted output and significant digits | Ian Goodacre | 2010-10-22 | 1 | -1/+1 |
* | Added missing variable name in example code | Ian Goodacre | 2010-10-22 | 1 | -1/+1 |
* | Remove cruft from B's Makefile.PL | Nicholas Clark | 2010-10-22 | 1 | -20/+2 |
* | For PROXYSUBS, get the hash from the fetch to pass to the subsequent store. | Nicholas Clark | 2010-10-22 | 1 | -8/+17 |
* | For PROXYSUBS, loop with do {} not while, as there is always at least 1 entry. | Nicholas Clark | 2010-10-22 | 1 | -3/+2 |
* | For PROXYSUBS, avoid calling get_missing_hash() if all symbols are present. | Nicholas Clark | 2010-10-22 | 1 | -61/+56 |