summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document rewinddir() limitationsJan Dubois2010-10-252-0/+19
* Fix @ISA recursion during global destructionFather Chrysostomos2010-10-251-0/+1
* Implement DIR* cloning on WindowsJan Dubois2010-10-257-18/+83
* [perl #77812] Globs in tied scalars can be reified if STORE diesFather Chrysostomos2010-10-251-1/+15
* Revert "Fix for RT#1804: Anonymous glob breaks when assigned through"Father Chrysostomos2010-10-251-8/+0
* Make untie check the FAKE flag on globsFather Chrysostomos2010-10-252-4/+12
* In Socket::inet_ntoa(), use Perl_newSVpvf(), instead of sprintf and newSVpvn*.Nicholas Clark2010-10-251-9/+5
* function to parse isolated labelZefram2010-10-2512-6/+417
* function to parse unlabelled statementZefram2010-10-2512-1324/+1442
* stop passing line numbers into op constructor functionsZefram2010-10-258-246/+228
* refactor and regularise label/statement grammarZefram2010-10-2513-1701/+1543
* Merge Hash::Util::FieldHash::_test_uvar_{get,set,same} using ALIAS.Nicholas Clark2010-10-251-34/+7
* In Hash::Util::FieldHash::_test_uvar_set, the second SvRV(sverf) is not needed.Nicholas Clark2010-10-251-1/+0
* [perl #77688] tie $scalar can tie a handleFather Chrysostomos2010-10-252-1/+12
* Tests for [perl #77508] List assignment to fake globs failsFather Chrysostomos2010-10-251-1/+8
* [perl #77498] Assignment ignores magick when the RHS holds a globFather Chrysostomos2010-10-253-9/+11
* For PROXYSUBS, tables may sometimes have no entries.Jan Dubois2010-10-251-4/+6
* In FastCalc.xs, use SV * as the return type for _new() and _zero()Nicholas Clark2010-10-251-10/+10
* rt #72398 - get magic before downgrading in SvPVbyte()Tony Cook2010-10-253-4/+9
* TODO test: SvPVbyte should handle get magic before checking the utf8 flagNiko Tyni2010-10-253-0/+44
* Convert Math::BigInt::FastCalc to XSLoader.Nicholas Clark2010-10-251-6/+4
* In FastCalc.xs, inline the macros CONSTANT_OBJ and RETURN_MORTAL_BOOL.Nicholas Clark2010-10-251-14/+10
* Reduce repetition in FastCalc.xs by using ALIASes.Nicholas Clark2010-10-252-102/+14
* Move some GV tests to gv.t from glob.t - the latter is for testing glob()Nicholas Clark2010-10-252-9/+9
* Stop sysio.t changing into t/op, and hence creating a temporary file there.Nicholas Clark2010-10-251-4/+4
* Correct tests for B::{cstring,perlstring,cchar}Nicholas Clark2010-10-251-5/+5
* Rename stashes when they move aroundFather Chrysostomos2010-10-245-57/+112
* Memory-management macros evaluate their arguments multiple timesFather Chrysostomos2010-10-241-2/+4
* [perl #77496] tied gets scalars and globs confusedFather Chrysostomos2010-10-242-1/+15
* use compatible types in a conditional expressionTony Cook2010-10-251-1/+1
* [perl #77810] Scalars vs globsFather Chrysostomos2010-10-244-21/+52
* Update Locale-Maketext to CPAN version 1.17Todd Rinaldo2010-10-256-3/+19
* Update Maintainers.pl with the latest version of Module::CoreListChris 'BinGOs' Williams2010-10-241-1/+1
* In B.xs, use newSVpvn_flags() instead of sv_newmortal() and sv_setpvn().Nicholas Clark2010-10-242-16/+18
* don't rely on ghost contexts being unmolestedZefram2010-10-245-5/+167
* Math::BigRat has blead as its upstreamFlorian Ragwitz2010-10-2416-102/+94
* Make mro_package_moved use a mortal in case mro_isa_changed_in3 croaksFather Chrysostomos2010-10-241-2/+1
* Fix SV leak in Perl_emulate_cop_io(), present since 8b850bd54aa90bd3.Nicholas Clark2010-10-241-1/+1
* In B.xs, tidy up make_*_object().Nicholas Clark2010-10-241-23/+30
* B::hash() should only work on byte sequences.Nicholas Clark2010-10-242-1/+10
* Refactor B::hash to use Perl_newSVpvf() instead of my_sprintf() and new_SVpvn*.Nicholas Clark2010-10-241-3/+1
* More tests for B::hash().Nicholas Clark2010-10-241-1/+8
* B::cchar can be implemented as an ALIAS of B::cstring.Nicholas Clark2010-10-241-7/+2
* Refactor B::cchar() to create a temporary directly, and use Perl_sv_catpvf().Nicholas Clark2010-10-241-24/+17
* Tests for B::cchar().Nicholas Clark2010-10-241-0/+10
* In B.xs, refactor cstring() to return a mortal, which simplifies the XS code.Nicholas Clark2010-10-241-12/+9
* Test NUL bytes with B::cstring() and B::perlstring().Nicholas Clark2010-10-241-1/+2
* B::perlstring can be implemented as an ALIAS of B::cstring.Nicholas Clark2010-10-241-9/+3
* In cstring() in B.xs, use Perl_sv_catpvf(), instead of a temporary buffer.Nicholas Clark2010-10-241-6/+2
* More comprehensive tests for B::cstring() and B::perlstring().Nicholas Clark2010-10-241-3/+28