| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor fix-ups to 4f46e52b00 | Steve Hay | 2012-06-15 | 1 | -4/+4 |
* | Use GetEnvironmentStringsW(..) instead of GetEnvironmentStringsA(..). | Karthik Rajagopalan | 2012-06-15 | 3 | -4/+41 |
* | Use standard gcc names in config_H.gc64's CPPSTDIN/CPPRUN | Steve Hay | 2012-06-12 | 1 | -2/+2 |
* | Fix typo in comment | Steve Hay | 2012-06-11 | 1 | -1/+1 |
* | Correct the comment style of a couple of not #defined symbols | Steve Hay | 2012-06-11 | 2 | -3/+3 |
* | Trailing whitespace removal | Steve Hay | 2012-06-11 | 3 | -3/+3 |
* | MinGW/gcc does have long long, even for 32-bit builds | Steve Hay | 2012-06-11 | 2 | -2/+2 |
* | Remove win32/config*.gc64nox | Steve Hay | 2012-06-09 | 6 | -5815/+18 |
* | Remove __GNUC__ / _MSC_VER games from win32/config_H.* | Steve Hay | 2012-06-09 | 7 | -239/+67 |
* | Remove some commented-out lines from win32/config_h.PL | Steve Hay | 2012-06-07 | 1 | -2/+0 |
* | Remove some unnecessary apostrophes from win32/config_sh.PL | Steve Hay | 2012-06-07 | 1 | -15/+15 |
* | Use strict and warnings in win32/config_(s)h.PL | Steve Hay | 2012-06-07 | 2 | -6/+12 |
* | Remove $patchlevel from win32/config_h.PL since it is never used | Steve Hay | 2012-06-07 | 1 | -6/+0 |
* | Set version directly in Windows config.xxx files | Steve Hay | 2012-06-07 | 7 | -7/+7 |
* | Update how subversion is set in win32 config.xxx files | Steve Hay | 2012-06-07 | 6 | -6/+6 |
* | Remove INST_DRV from Windows makefiles' CFG_VARS | Steve Hay | 2012-06-07 | 4 | -4/+1 |
* | Remove Win9x hangover from win32/config_sh.PL | Steve Hay | 2012-06-06 | 1 | -6/+0 |
* | Remove redundant substitution from win32/config_sh.PL | Steve Hay | 2012-06-06 | 1 | -1/+0 |
* | Don't install HTML docs for 'ext' folder | Steve Hay | 2012-05-30 | 2 | -2/+2 |
* | [perl #112272] return EEXIST on link() to an existing file | Tony Cook | 2012-05-28 | 1 | -1/+31 |
* | new perldelta | Zefram | 2012-05-26 | 3 | -4/+8 |
* | bump version to 5.17.0 | Ricardo Signes | 2012-05-20 | 3 | -15/+15 |
* | create the new perldelta for 5.17.0 | Ricardo Signes | 2012-05-20 | 3 | -4/+8 |
* | remove perl515*delta, add perl5160delta | Ricardo Signes | 2012-05-10 | 3 | -48/+8 |
* | bump version to 5.16.0 RC0 | Ricardo Signes | 2012-05-10 | 3 | -15/+15 |
* | Create a perldelta for 5.15.9 | Abigail | 2012-03-20 | 3 | -4/+8 |
* | Bump the perl version in various places for 5.15.9 | Abigail | 2012-03-19 | 3 | -3/+3 |
* | Add a placeholder man page for perltodo, directing people to look at git. | Nicholas Clark | 2012-03-19 | 1 | -0/+4 |
* | Move the todo list from pod/ to Porting/ | Nicholas Clark | 2012-03-19 | 1 | -4/+0 |
* | Add perl5158delta.pod | Max Maischein | 2012-02-21 | 3 | -4/+8 |
* | Bump versions from 5.15.7 to 5.15.8 | Max Maischein | 2012-02-20 | 3 | -3/+3 |
* | Add a dependency for ext/Pod-Functions/Functions_pm.PL on pod/perlfunc.pod | Nicholas Clark | 2012-02-18 | 2 | -2/+2 |
* | Add new probes for IPv6 (LeoNerd) | H.Merijn Brand | 2012-02-16 | 6 | -0/+12 |
* | Revert "Add strptime probe" | Ævar Arnfjörð Bjarmason | 2012-02-15 | 6 | -6/+0 |
* | Add strptime probe | H.Merijn Brand | 2012-02-12 | 6 | -0/+6 |
* | Clean up Pod::Html's cache as part of distclean on *nix. | Nicholas Clark | 2012-02-08 | 2 | -2/+0 |
* | Purge references to --libpod, an abbreviation for --libpods | Nicholas Clark | 2012-01-31 | 2 | -2/+2 |
* | Create a perldelta for 5.15.8 | Chris 'BinGOs' Williams | 2012-01-20 | 3 | -4/+8 |
* | Bump the perl version in various places for v5.15.7 | Chris 'BinGOs' Williams | 2012-01-20 | 3 | -3/+3 |
* | Purge references to --netscape and --libpods, no longer in Pod::Html | Nicholas Clark | 2012-01-17 | 1 | -3/+1 |
* | Add probe for isblank() (requested by khw) | H.Merijn Brand | 2012-01-09 | 6 | -0/+6 |
* | charnames: Split into two modules | Karl Williamson | 2011-12-20 | 1 | -0/+1 |
* | Create a perldelta for 5.15.7 | Dave Rolsky | 2011-12-20 | 3 | -4/+8 |
* | Bump the perl version in various places for 5.15.6 | Dave Rolsky | 2011-12-19 | 3 | -3/+3 |
* | Teach win32/Makefile 'test_porting' | Chris 'BinGOs' Williams | 2011-12-16 | 1 | -0/+5 |
* | Teach win32/makefile.mk 'test_porting' | Chris 'BinGOs' Williams | 2011-12-16 | 1 | -0/+4 |
* | Update IO-Compress to CPAN version 2.044 | Chris 'BinGOs' Williams | 2011-12-04 | 2 | -2/+4 |
* | pod/buildtoc now generates pod/roffitall | Nicholas Clark | 2011-11-28 | 2 | -2/+2 |
* | .\win32\mdelete.bat not needed | Konovalov, Vadim (Vadim)** CTR ** | 2011-11-25 | 1 | -29/+0 |
* | [RT #36079] Convert ` to '. | jkeenan | 2011-11-22 | 1 | -1/+1 |