summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* For microperl, prefix generateuudmap and the 3 generated headers with u.Nicholas Clark2011-08-242-11/+23
* Group 3 headers as $(generated_headers) in microperl's Makefile.Nicholas Clark2011-08-241-4/+5
* Call get-magic once for defined ${...}Father Chrysostomos2011-08-232-3/+14
* SVTYPEMASK must be cast to (svtype) when comparing to SvTYPE()Chip Salzenberg2011-08-233-7/+7
* Stop readline($foo) from autovivifyingFather Chrysostomos2011-08-232-3/+15
* close($undef) should not croak_no_modifyFather Chrysostomos2011-08-232-3/+12
* Call get-magic once for implicit rv2gv in close(), etc.Father Chrysostomos2011-08-234-6/+26
* Update Archive-Extract to CPAN version 0.56Chris 'BinGOs' Williams2011-08-234-15/+40
* Upgrade Pod::Simple from version 3.18 to 3.19Florian Ragwitz2011-08-2344-191/+820
* So much for ‘correcting’ a test!Father Chrysostomos2011-08-231-1/+1
* readdir.t: Remove erroneous comments; correct testFather Chrysostomos2011-08-231-5/+4
* Remove null checks from pp_rv2gvFather Chrysostomos2011-08-231-2/+2
* Run regen/uconfig_h.pl as part of the regen and regen_headers targets.Nicholas Clark2011-08-231-0/+2
* Add t/porting/globvar.t, to sanity test globvar.sym on a *nix platform.Nicholas Clark2011-08-235-5/+80
* Handle PL_sh_path better in globvar.sym and makedef.plNicholas Clark2011-08-232-0/+4
* Group 3 headers as $(generated_headers) in the *nix, VMS and Win32 makefiles.Nicholas Clark2011-08-234-11/+16
* perlfunc: List all prototypes for lstatFather Chrysostomos2011-08-231-1/+5
* Strip S<> formatting codes from diagnostics outputMatthew Horsfall (alh)2011-08-223-5/+15
* [perl #95530] BigRat int(-1/2) == 0Father Chrysostomos2011-08-223-3/+20
* Sync Module-CoreList version in Maintainers.pl with version on CPANChris 'BinGOs' Williams2011-08-221-1/+1
* Only list non-static undocumented funcs in perlinternFather Chrysostomos2011-08-221-1/+3
* Revise perlintern’s descr of undocumented funcsFather Chrysostomos2011-08-221-1/+8
* perlfaq: remove 1 link; correct anotherFather Chrysostomos2011-08-221-2/+2
* Add quick note to perlfaq main page about searching the perlfaqMatthew Horsfall2011-08-221-0/+6
* Update Archive-Extract to CPAN version 0.54Chris 'BinGOs' Williams2011-08-223-3/+6
* Remove user-defined casing featureKarl Williamson2011-08-228-368/+20
* skip a test that requires Cwd under miniperlTony Cook2011-08-231-8/+12
* skip the defined *+ and *- tests on miniperlTony Cook2011-08-221-1/+8
* Fix Configure's csym test for gcc's link time optimisationH.Merijn Brand2011-08-221-8/+8
* boot_Win32CORE needs to be XS_EXTERNAL() following commit ab1478f7146843f7.Nicholas Clark2011-08-211-1/+1
* Add tests for defined(*builtin)Father Chrysostomos2011-08-211-15/+48
* Make rv2gv return autovivified magic GVsFather Chrysostomos2011-08-212-2/+6
* Make defined(${'$'}) return trueFather Chrysostomos2011-08-211-0/+1
* Remove obsolete paragraph from perlintern/is_gv_magical_svFather Chrysostomos2011-08-211-4/+0
* Add tests for unlinkFather Chrysostomos2011-08-212-0/+39
* Make unlink with implicit $_ work once moreFather Chrysostomos2011-08-211-1/+1
* Mention the 5.14 and 5.15 tracks.Abigail2011-08-211-2/+2
* Changelog/version bump for ExtUtils::ParseXSSteffen Mueller2011-08-212-3/+17
* Make sure to strip trailing semicolons from inputmapSteffen Mueller2011-08-214-4/+17
* Fix C++ build following commit ab1478f7146843f7.Nicholas Clark2011-08-211-1/+1
* Bump $ExtUtils::ParseXS::VERSION following commit 948e998797279292.Nicholas Clark2011-08-211-1/+1
* add the 5.15.2 epigraphRicardo Signes2011-08-211-0/+24
* Make the use of XS_EXTERNAL fall back to XSSteffen Mueller2011-08-211-0/+8
* Perldelta for static XSUBsSteffen Mueller2011-08-211-0/+9
* Make XSUBs static by defaultSteffen Mueller2011-08-211-22/+15
* Exlicitly enable exporting of some XSUB symbolsSteffen Mueller2011-08-214-4/+8
* New XS keyword: EXPORT_XSUB_SYMBOLSSteffen Mueller2011-08-213-3/+46
* Refactor unpack’s newDEFSVOP logic; correct prototypeFather Chrysostomos2011-08-216-32/+17
* Correct test in defins.tFather Chrysostomos2011-08-211-2/+1
* Test unpack with no argsFather Chrysostomos2011-08-201-1/+11