| Commit message (Expand) | Author | Age | Files | Lines |
* | Use simpler language. | Tom Hukins | 2010-03-12 | 1 | -1/+1 |
* | Fix stringification assumption bug in overload.t, revealed by ia64-linux-ld. | Nicholas Clark | 2010-03-11 | 1 | -2/+2 |
* | [perl #73174] swash_init() wasn't saving %^H | David Mitchell | 2010-03-02 | 1 | -1/+18 |
* | Update documentation | Karl Williamson | 2010-02-28 | 1 | -1/+4 |
* | Update charnames documentations for \N changes, bugs | Karl Williamson | 2010-02-28 | 1 | -6/+26 |
* | bytes.pm: downgrade DEPRECATED to NOTICE | David Mitchell | 2010-02-26 | 1 | -1/+1 |
* | Typo fix | Rafael Garcia-Suarez | 2010-02-25 | 1 | -1/+1 |
* | more prose fixups to bytes.pm deprecation warning | David Mitchell | 2010-02-24 | 1 | -8/+8 |
* | fix prose from previous lib/bytes.pm doc update | David Mitchell | 2010-02-22 | 1 | -1/+1 |
* | Better explain utf8::upgrade/downgrade/encode/decode | David Mitchell | 2010-02-22 | 1 | -17/+33 |
* | deprecate bytes.pm | David Mitchell | 2010-02-22 | 1 | -1/+13 |
* | Bram pointed out the new tests hang if the fix for #72878 isn't in place. | Abigail | 2010-02-22 | 1 | -5/+16 |
* | Merge branch 'tie-scalar' into blead | Abigail | 2010-02-21 | 2 | -5/+62 |
|\ |
|
| * | Upped VERSION | Abigail | 2010-02-21 | 1 | -1/+1 |
| * | Don't recurse forever if both new() and TIESCALAR() are missing. | Abigail | 2010-02-20 | 2 | -4/+49 |
| * | Document differences between Tie::Scalar and Tie::StdScalar | Abigail | 2010-02-20 | 1 | -0/+12 |
* | | Since change 9c901649534a1360, vendorlib_stem isn't always added to @INC. | Nicholas Clark | 2010-02-21 | 1 | -2/+2 |
|/ |
|
* | Bump version's $VERSION | Steve Hay | 2010-02-14 | 1 | -1/+1 |
* | Removing invalid port L<> links from Version documentation updates. | Jesse Vincent | 2010-02-06 | 1 | -3/+2 |
* | move version details to version::Internals and other clean up | David Golden | 2010-02-06 | 2 | -251/+164 |
* | document version::is_strict/is_lax | David Golden | 2010-02-06 | 1 | -0/+14 |
* | Document usage of version regexps | John Peacock | 2010-02-06 | 2 | -47/+105 |
* | Export and document is_lax and is_strict functions | John Peacock | 2010-02-06 | 2 | -12/+87 |
* | Don't try to calculate a time over the conservative failure boundary. | Michael G. Schwern | 2010-02-05 | 2 | -4/+6 |
* | Diagnostic improvements to better understand why lib/Benchark.t test 13 has b... | Todd Rinaldo | 2010-02-02 | 1 | -3/+2 |
* | Change from a hard coded temporary file name in lib/AnyDBM_File.t. | Nicholas Clark | 2010-01-25 | 1 | -7/+8 |
* | bump versions for core libs changed since 5.11.3 | Ricardo Signes | 2010-01-19 | 2 | -2/+2 |
* | regen warnings.pl for new version number | Ricardo Signes | 2010-01-19 | 1 | -1/+1 |
* | note strict/lax version requirements in documentation | David Golden | 2010-01-19 | 1 | -1/+3 |
* | Clean up mktables intro comments; remove trailing white space | Karl Williamson | 2010-01-17 | 1 | -89/+177 |
* | [perl #72098] File::Copy stripping 06000 perms on cp for root | Todd Rinaldo | 2010-01-16 | 1 | -6/+2 |
* | PATCH: [perl #71726] \p{xdigit} should match full-width forms | Karl Williamson | 2010-01-15 | 1 | -10/+11 |
* | This adds a constructor option to not output the comments containing the rang... | Karl Williamson | 2010-01-15 | 1 | -3/+15 |
* | Omnibus strict and lax version parsing | David Golden | 2010-01-13 | 2 | -29/+124 |
* | test stash_name in less.pm | Ricardo Signes | 2010-01-12 | 1 | -2/+17 |
* | catch the one $class instance missed in less.pm | Ricardo Signes | 2010-01-12 | 1 | -2/+3 |
* | Mention name of C constant in feature.pm for greppability | Rafael Garcia-Suarez | 2010-01-12 | 1 | -0/+1 |
* | Add note to .pod for compound form perl extensions | Karl Williamson | 2010-01-11 | 1 | -2/+13 |
* | Bump less' version | Rafael Garcia-Suarez | 2010-01-11 | 1 | -1/+1 |
* | allow indirection between less and its hints stash name | Ricardo Signes | 2010-01-11 | 1 | -5/+7 |
* | Remove [[:posix:]] references because changes not going into 5.12 | Karl Williamson | 2010-01-11 | 1 | -39/+53 |
* | Completely avoid autovivification of CORE::GLOBAL::caller | Rafael Garcia-Suarez | 2010-01-10 | 2 | -8/+16 |
* | Typo fix : caller:: isn't caller | Rafael Garcia-Suarez | 2010-01-10 | 1 | -2/+2 |
* | Move prototype parsing related warnings from the 'syntax' top level warnings ... | Matt S Trout | 2010-01-10 | 1 | -5/+8 |
* | Bump version of UNIVERSAL.pm | Rafael Garcia-Suarez | 2010-01-03 | 1 | -1/+1 |
* | dial back warnings on UNIVERSAL->import | Ricardo Signes | 2010-01-03 | 1 | -0/+1 |
* | Correct \p{print} to not match LINE SEPARATOR nor PARAGRAPH SEPARATOR | Karl Williamson | 2009-12-30 | 1 | -1/+4 |
* | Guard open.t against Encode not being available | H.Merijn Brand | 2009-12-29 | 1 | -0/+1 |
* | PATCH: Makefile in lib/unicore shouldn't clean .t file | karl williamson | 2009-12-28 | 1 | -1/+1 |
* | Update .pods | Karl Williamson | 2009-12-25 | 1 | -70/+4 |