summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ExtUtils::ParseXS changelogSteffen Mueller2011-09-121-0/+5
* Make cpan officially upstream for Text::BalancedFather Chrysostomos2011-09-111-1/+1
* Make truncate respect get-magic on globs and globrefsFather Chrysostomos2011-09-112-25/+16
* Update Devel-PPPort to CPAN version 3.20Chris 'BinGOs' Williams2011-09-11134-667/+1598
* Add links to Windows documentation of shell and CRT quote parsing rulesSteve Hay2011-09-111-9/+12
* Remove Windows 95 support from win32/makefile.mkSteve Hay2011-09-113-169/+7
* Eliminate warnings from XSLoader on 5.005 and 5.004.Nicholas Clark2011-09-113-6/+32
* updated podcheck data file to know about the changes from Leon's patchJesse Vincent2011-09-111-1/+2
* Doc patch to perlipcLeon Timmermans2011-09-111-89/+30
* Add missing win32/config_H.* files to Porting/makerelSteve Hay2011-09-111-0/+4
* Simplify generated XS code by emitting a compatibility version of dVAR.Nicholas Clark2011-09-115-12/+14
* Teach B::Concise about OPpFT_STACKINGFather Chrysostomos2011-09-101-1/+1
* Collapse repetititive code in tie_fetch_count.tFather Chrysostomos2011-09-101-18/+9
* Make utime handle get-magic correctly for glob(ref)sFather Chrysostomos2011-09-102-9/+7
* Stop filetest ops from calling FETCH on parent op’s argFather Chrysostomos2011-09-102-3/+14
* Make filetest ops handle get-magic correctly for glob(ref)sFather Chrysostomos2011-09-104-46/+17
* Restore changelog entry removed by 378eedaFather Chrysostomos2011-09-101-1/+6
* -l followed by bareword should leave the stack aloneFather Chrysostomos2011-09-102-2/+8
* Update Archive-Tar to CPAN version 1.78Chris 'BinGOs' Williams2011-09-1013-119/+181
* Don’t call get-magic on a referenced array in chdir, etc.Father Chrysostomos2011-09-101-1/+2
* Another update to comments about regen_config_h targetSteve Hay2011-09-102-2/+5
* Update comments about regen_config_h targetSteve Hay2011-09-102-2/+2
* Fix MSWin32 skip in porting/globvar.tSteve Hay2011-09-101-1/+1
* The Borland Chainsaw MassacreSteve Hay2011-09-1041-6450/+53
* Add plain ~ expansion for Windows system in File::GlobDouglas Christopher Wilson2011-09-102-1/+44
* Add Douglas Christopher Wilson to AUTHORSFather Chrysostomos2011-09-101-0/+1
* ch(dir|mod|own) should also call FETCH on refs to tied globsFather Chrysostomos2011-09-103-28/+10
* Add MAYBE_DEREF_GV macroFather Chrysostomos2011-09-102-1/+14
* Tweaks to tie_fetch_count.tNicholas Clark2011-09-101-1/+2
* "state" in perlfunc should point to "Persistent Private Variables"Vincent Pit2011-09-101-1/+2
* Add HOMEGROWN_POSIX_SIGNALS to PL_non_bincompat_options, and hence -V output.Nicholas Clark2011-09-101-0/+3
* regen/opcode.pl: generate OP_IS_DIRHOP, use in gv.cJim Cromie2011-09-094-17/+25
* implement OP_IS_NUMCOMPARE like other OP_IS macrosJim Cromie2011-09-094-29/+30
* [perl #92436] Filter::Simple can’t find end of PODFather Chrysostomos2011-09-094-3/+28
* Fixed repeated wordsWalt Mankowski2011-09-093-3/+3
* adjust TEST's valgrind invocation to also work with linux's perf statJim Cromie2011-09-092-16/+25
* t/TEST: collect user, sys cpu times for each testfileJim Cromie2011-09-091-4/+20
* if -d HARNESS_TIMER, t/TEST saves timings in Storable fileJim Cromie2011-09-091-2/+51
* save elapsed-time-ms in global hash for later reportingJim Cromie2011-09-091-5/+5
* add space after testfile name, and before ok/not okJim Cromie2011-09-091-2/+2
* Upgrade to threads::shared 1.40Jerry D. Hedden2011-09-091-1/+1
* remove index offsetting ($[)Zefram2011-09-0937-472/+83
* Correct mro.c typo added by 006d9e7b3Father Chrysostomos2011-09-091-1/+1
* release Carp-1.23 to CPANZefram2011-09-093-3/+3
* make Carp::Heavy load Carp for backcompatZefram2011-09-093-1/+13
* When probing strxfrm, consider a consistent return value of 0 as saneNicholas Clark2011-09-091-1/+1
* Provide more information in the message for "strxfrm() gets absurd".Nicholas Clark2011-09-093-2/+8
* Remove a Devel::DProf error from perldiag.podNicholas Clark2011-09-091-7/+0
* In pp_chdir, move SvGETMAGIC(sv) out of the if() condition.Nicholas Clark2011-09-091-7/+10
* Collapse some code in shared.xsFather Chrysostomos2011-09-081-25/+9