summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Revert "[perl #77688] tie $scalar can tie a handle""Father Chrysostomos2011-06-112-1/+12
* Revert "Revert "[perl #77496] tied gets scalars and globs confused""Father Chrysostomos2011-06-112-1/+15
* Revert ‘Deprecate tie $handle without *’Father Chrysostomos2011-06-113-44/+2
* Add Porting/make_modlib_cpan.pl to MANIFEST.Nicholas Clark2011-06-112-0/+1
* regexec.c: Remvove unnecessary special handling for \xDFKarl Williamson2011-06-111-6/+5
* Typo in VMS-specific realclean target from 6f83ef0e5a45c465f83de3304c5818ba44...Craig A. Berry2011-06-111-1/+1
* Added Alan Haggai Alavi to AUTHORSDavid Golden2011-06-111-0/+1
* perlvar.pod: fixed typoAlan Haggai Alavi2011-06-111-1/+1
* Correct errors in the use of multiple targets, which could break parallel make.Nicholas Clark2011-06-111-1/+3
* Sort magic and magic vtable names in files generated by mg_vtable.plNicholas Clark2011-06-114-108/+117
* Generate magic_names in dump.c using mg_vtable.pl.Nicholas Clark2011-06-115-50/+66
* Generate the PERL_MAGIC_* defines using mg_vtable.pl.Nicholas Clark2011-06-113-59/+79
* In PL_magic_data flag whether magic can be added to a readonly value.Nicholas Clark2011-06-114-26/+32
* Store a flag for container/value magic in PL_magic_data.Nicholas Clark2011-06-115-81/+68