| Commit message (Expand) | Author | Age | Files | Lines |
* | Document rewinddir() limitations | Jan Dubois | 2010-10-25 | 2 | -0/+19 |
* | Fix @ISA recursion during global destruction | Father Chrysostomos | 2010-10-25 | 1 | -0/+1 |
* | Implement DIR* cloning on Windows | Jan Dubois | 2010-10-25 | 7 | -18/+83 |
* | [perl #77812] Globs in tied scalars can be reified if STORE dies | Father Chrysostomos | 2010-10-25 | 1 | -1/+15 |
* | Revert "Fix for RT#1804: Anonymous glob breaks when assigned through" | Father Chrysostomos | 2010-10-25 | 1 | -8/+0 |
* | Make untie check the FAKE flag on globs | Father Chrysostomos | 2010-10-25 | 2 | -4/+12 |
* | In Socket::inet_ntoa(), use Perl_newSVpvf(), instead of sprintf and newSVpvn*. | Nicholas Clark | 2010-10-25 | 1 | -9/+5 |
* | function to parse isolated label | Zefram | 2010-10-25 | 12 | -6/+417 |
* | function to parse unlabelled statement | Zefram | 2010-10-25 | 12 | -1324/+1442 |
* | stop passing line numbers into op constructor functions | Zefram | 2010-10-25 | 8 | -246/+228 |
* | refactor and regularise label/statement grammar | Zefram | 2010-10-25 | 13 | -1701/+1543 |
* | Merge Hash::Util::FieldHash::_test_uvar_{get,set,same} using ALIAS. | Nicholas Clark | 2010-10-25 | 1 | -34/+7 |
* | In Hash::Util::FieldHash::_test_uvar_set, the second SvRV(sverf) is not needed. | Nicholas Clark | 2010-10-25 | 1 | -1/+0 |
* | [perl #77688] tie $scalar can tie a handle | Father Chrysostomos | 2010-10-25 | 2 | -1/+12 |
* | Tests for [perl #77508] List assignment to fake globs fails | Father Chrysostomos | 2010-10-25 | 1 | -1/+8 |
* | [perl #77498] Assignment ignores magick when the RHS holds a glob | Father Chrysostomos | 2010-10-25 | 3 | -9/+11 |
* | For PROXYSUBS, tables may sometimes have no entries. | Jan Dubois | 2010-10-25 | 1 | -4/+6 |
* | In FastCalc.xs, use SV * as the return type for _new() and _zero() | Nicholas Clark | 2010-10-25 | 1 | -10/+10 |
* | rt #72398 - get magic before downgrading in SvPVbyte() | Tony Cook | 2010-10-25 | 3 | -4/+9 |
* | TODO test: SvPVbyte should handle get magic before checking the utf8 flag | Niko Tyni | 2010-10-25 | 3 | -0/+44 |
* | Convert Math::BigInt::FastCalc to XSLoader. | Nicholas Clark | 2010-10-25 | 1 | -6/+4 |
* | In FastCalc.xs, inline the macros CONSTANT_OBJ and RETURN_MORTAL_BOOL. | Nicholas Clark | 2010-10-25 | 1 | -14/+10 |
* | Reduce repetition in FastCalc.xs by using ALIASes. | Nicholas Clark | 2010-10-25 | 2 | -102/+14 |
* | Move some GV tests to gv.t from glob.t - the latter is for testing glob() | Nicholas Clark | 2010-10-25 | 2 | -9/+9 |
* | 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 |