summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* some make minimal copy upgrades depend on private flags (pIOK and pNOK)chip/scalartypesChip Salzenberg2011-08-121-3/+3
* minimize copy of strings as well as numbers; tweak pad.c which assumed otherwiseChip Salzenberg2011-08-122-4/+16
* make minimal copy of IV/NV more aggressive; let sv_yes/sv_no be fat againChip Salzenberg2011-08-123-62/+55
* Do not bother to save/restore magic if just calling taint get; it doesn't nee...Chip Salzenberg2011-08-122-8/+22
* help Storable cope with its unwarranted assumptions about sv_yes/sv_noChip Salzenberg2011-08-121-3/+8
* inform sv_dump about the new flags expected on sv_yes and sv_noChip Salzenberg2011-08-121-8/+8
* true and false don't need floating pointChip Salzenberg2011-08-121-8/+8
* Oh yes, forgot the SvIsBOOLEAN() macro. here it isChip Salzenberg2011-08-122-2/+2
* Implement isboolean() based on propagating special SvPVX values for true/falseChip Salzenberg2011-08-127-59/+86
* When copying scalars, upgrade target SV minimally when source is a numberChip Salzenberg2011-08-121-10/+44
* Real working isnumber and isstringChip Salzenberg2011-08-115-42/+72
* Move bareword checking from the peephole optimizer to finalize_optree. Fixes ...Gerard Goossen2011-08-115-12/+17
* Move context propagation and finalize_optree from do_eval to newPROGGerard Goossen2011-08-112-15/+15
* API to explicitly select to export XSUB symbols or notSteffen Mueller2011-08-111-7/+41
* ExtUtils::ParseXS: Check that an XSUB with CODE&RETVAL has an OUTPUTSteffen Mueller2011-08-112-2/+24
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-1117-846/+459
* Synchronise Maintainers.pl for Storable and versionChris 'BinGOs' Williams2011-08-111-2/+2
* workaround a type handling bug in SystemTap Dtrace 1.2Tony Cook2011-08-111-2/+25
* ExtUtils::ParseXS version bump: release 3.03Steffen Mueller2011-08-113-3/+3
* Rewrap some verbatim pod in Math::BigIntFather Chrysostomos2011-08-102-117/+128
* Keep verbatim pod in various dist/* pods within 79 colsFather Chrysostomos2011-08-104-185/+189
* Keep verbatim pod in I18N:LT and IO.pm within 80 colsFather Chrysostomos2011-08-103-16/+14
* Keep verbatim pod in ExtUtils::Typemaps::OutputMap within 80 colsFather Chrysostomos2011-08-102-4/+4
* Add perldelta for /aa and \b commitKarl Williamson2011-08-101-0/+9
* Fix trivial test failure from dbef30a62b2ca0b186Steffen Mueller2011-08-101-1/+1
* Add Mike Sheldrake to AUTHORSSteffen Mueller2011-08-101-0/+1
* ExtUtils::ParseXS: Test All @INC Derived typemap LocationsMike Sheldrake2011-08-103-2/+20
* autodoc.pl: output to fit in 79 columnsKarl Williamson2011-08-092-4/+3
* podcheck.t: Change verbatim line length max to 79Karl Williamson2011-08-092-145/+163
* Keep verbatim pod in ExtUtils::Typemaps within 80 colsFather Chrysostomos2011-08-092-6/+13
* Ignore another editor droppinkFather Chrysostomos2011-08-091-1/+1
* Keep verbatim pod in ExtUtils::Installed within 80 colsFather Chrysostomos2011-08-092-3/+4
* Keep verbatim pod in Data::Dumper within 80 colsFather Chrysostomos2011-08-092-9/+8
* Keep verbatim pod in File::VMS/Win32 within 80 colsFather Chrysostomos2011-08-093-6/+6
* Keep verbatim pod in File::Mac/Unix within 80 colsFather Chrysostomos2011-08-093-14/+18
* Keep verbatim pod in File::Spec within 80 colsFather Chrysostomos2011-08-092-4/+5
* Update Encode to CPAN version 2.44Chris 'BinGOs' Williams2011-08-0910-19/+40
* Refactor Porting/checkcfgvar.pl, simplifying the control flow.Nicholas Clark2011-08-091-63/+51
|\
| * In checkcfgvar.pl, eliminate the file-scope lexical %lst.Nicholas Clark2011-08-091-5/+4
| * In checkcfgvar.pl, eliminate the file-scope lexical %MASTER_CFG.Nicholas Clark2011-08-091-4/+4
| * In checkcfgvar.pl, inline and eliminate read_file() and config_h_SH_reader().Nicholas Clark2011-08-091-44/+37
| * In checkcfgvar.pl, inline check_cfg() into its only caller.Nicholas Clark2011-08-091-14/+10
* | work around a bug in dtrace - it strips const from function parametersTony Cook2011-08-092-3/+6
|/
* Remove 5.8.x VOS specific code from Porting/checkcfgvar.pl.Nicholas Clark2011-08-091-7/+2
* Add defaults for st_ino size/sign probes to uconfig64.shNicholas Clark2011-08-091-0/+2
* Add uconfig64.sh to the list of files that Porting/checkcfgvar.pl checks.Nicholas Clark2011-08-091-0/+1
* Make prototype("CORE::CORE") die once more.Father Chrysostomos2011-08-082-3/+4
* Only warn about "Statement unlikely to be reached" after an exec if exec is a...Gerard Goossen2011-08-082-4/+11
* Change aassign_common_vars to check using the optree without using the linked...Gerard Goossen2011-08-082-5/+9
* Move aassign common var detection to a separate function.Gerard Goossen2011-08-084-56/+73