summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make $$ writable, but still magicalFather Chrysostomos2011-06-134-14/+50
* Update preferred perldelta RT citation standardDavid Golden2011-06-131-2/+7
* charnames: Abbreviations wrong on certain C1 controlsKarl Williamson2011-06-133-8/+19
* Move an XS::APItest var decl to PREINITFather Chrysostomos2011-06-121-1/+2
* More perldelta entriesFather Chrysostomos2011-06-121-12/+89
* Some perldelta updatesFather Chrysostomos2011-06-121-29/+154
* Fix typo in perlmodFather Chrysostomos2011-06-121-1/+1
* Completely free hashes containing nullsFather Chrysostomos2011-06-124-6/+44
* Reorder interpreter struct to remove alignment holesNicholas Clark2011-06-121-11/+10
* Re-order perlvars.h to group related variables, and spread mutexes out.Nicholas Clark2011-06-121-45/+41
* PL_perlio_mutex is only needed with USE_UIHREADS && USE_PERLIONicholas Clark2011-06-121-1/+1
* Change PL_use_safe_putenv from int to bool.Nicholas Clark2011-06-122-2/+2
* Move PL_runops_{std,dbg} to perl.h, and make them const.Nicholas Clark2011-06-125-16/+10
* Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.hNicholas Clark2011-06-125-33/+20
* In perlvar.h, move the always-present globals above those conditionally compiledNicholas Clark2011-06-125-32/+31
* Move PL_{revision,version,subversion} to perl.h, making them const U8.Nicholas Clark2011-06-125-36/+26
* Move PL_sh_path to perl.h (except for OS/2), as it's const char[]Nicholas Clark2011-06-124-5/+15
* Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[]Nicholas Clark2011-06-128-48/+11
* Eliminate PL_patleave, unused since perl 5.0 alpha 2.Nicholas Clark2011-06-123-6/+0
* Move the temporary definitions for PERLVAR* macros inside #ifdef MULTIPLICITYNicholas Clark2011-06-121-36/+42
* Update Porting/checkURL.pl to not verify secure hostnames and add many updatesLeon Brocard2011-06-121-12/+102
* Fix broken URL in dist/threads/lib/threads.pm for the itheads mailing listLeon Brocard2011-06-121-1/+1
* Fix broken URLs in dist/Net-Ping/Changes from perlbrowse to gitLeon Brocard2011-06-121-1/+1
* Fix broken URLs in dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod for RFCsLeon Brocard2011-06-121-2/+2
* Fix broken URLs in ExtUtils-Install/Changes from perlbrowse to gitLeon Brocard2011-06-121-2/+2
* Fix broken URL in threads/shared.pm for the itheads mailing listLeon Brocard2011-06-121-1/+1
* Fix broken URLs for RFCs, bump version and document in perldeltaLeon Brocard2011-06-123-5/+17
* Fix two broken URLs in mro.pm, bump version and document in perldeltaLeon Brocard2011-06-123-11/+8
* Generate the table of core magic types in perlguts.pod using mg_vtable.plNicholas Clark2011-06-123-18/+67
* In regen/mg_vtable.pl, move $longest inside the only block that uses it.Nicholas Clark2011-06-121-5/+5
* Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent.Nicholas Clark2011-06-124-354/+351
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-1213-38/+61
* Fix some broken URLs found by Porting/checkURL.plLeon Brocard2011-06-129-14/+12
* Shrink struct am_table.Nicholas Clark2011-06-121-3/+6
* [perl #90130] Allow CORE::* without feature.pmFather Chrysostomos2011-06-115-7/+34
* Correct file references in switch.tFather Chrysostomos2011-06-111-2/+2
* Remove TODO markers from Devel::Peek testsFather Chrysostomos2011-06-111-5/+18
* Remove x bit from rt-16221.tFather Chrysostomos2011-06-111-0/+0
* Increase Math::BigInt’s versionFather Chrysostomos2011-06-111-1/+1
* Increase Math::BigFloat’s versionFather Chrysostomos2011-06-111-1/+1
* [perl #85026] Iterate hashes by hand during do_sv_dumpTon Hospel2011-06-111-12/+24
* Revert "Perl_do_sv_dump: alert when skipping elements"Father Chrysostomos2011-06-111-27/+22
* allow features inside interactive debuggerSalvador Fandino2011-06-111-0/+6
* Add dist/Math-BigInt/t/rt-16221.t to MANIFESTFather Chrysostomos2011-06-111-0/+1
* Fix Math::BigFloat->numify().Peter John Acklam2011-06-112-12/+17
* Fix objectify()'s handling of "foreign objects".Peter John Acklam2011-06-112-87/+199
* Add sign function bsgn() as a complement to babs().Peter John Acklam2011-06-115-4/+24
* Remove another bug workaroundFather Chrysostomos2011-06-111-3/+2
* Remove workaround for fixed bugFather Chrysostomos2011-06-111-1/+0
* Revert "Revert "Make untie check the FAKE flag on globs""Father Chrysostomos2011-06-112-4/+12