doc f7abe7
[p5sagit/p5-mst-13.2.git] / lib /
2010-06-17 Nicholas Clark Avoid creating @EXPORT_FAIL in every package using...
2010-06-15 Karl Williamson Remove debugging statement from mktables.
2010-06-08 Abigail Resolve issue #74974: document File::Copy::copy(FILE...
2010-06-07 H.Merijn Brand Spell-check fixes in lib
2010-06-07 Karl Williamson PATCH: uniprops.t take advantage of EBCDIC test.pl
2010-06-04 David Mitchell fix for RT #8438: $tied->() doesn't call FETCH
2010-05-30 Karl Williamson Add mktables option for development use
2010-05-30 Karl Williamson mktables -- don't create Names table unless asked
2010-05-30 Karl Williamson Fix priority of suppressed vs. explicitly output
2010-05-30 Karl Williamson Remove obsolete comment
2010-05-30 Karl Williamson Generate simple case folding tables only if asked
2010-05-30 Karl Williamson Add comment about objaddr in mktables
2010-05-30 Karl Williamson Use in-line 'no overloading' for speed
2010-05-28 Salvador Ortiz Garcia Naif calls segfault T_PRTOBJ of the stock typemap
2010-05-21 David Mitchell make overload respect get magic
2010-05-20 Ricardo Signes bump version on modules changed since 5.13.0
2010-05-19 David Golden bumped File::Find version to 1.16
2010-05-19 Dan Dascalescu Fixed typo: "effecting data" -> "affecting data".
2010-05-03 karl williamson... PATCH: Make perluniprops.pod platform neutral
2010-05-02 Rafael Garcia-Suarez Bump version of Carp
2010-05-02 Gene Sullivan [perl #74808] Carp.pm POD error
2010-05-02 Gisle Aas Make Term::ReadLine::findConsole fall back to STDIN...
2010-04-27 Zefram don't use $[ in library code
2010-04-26 Robin Barker Fix h2ph and test
2010-04-26 David Golden add tests for version::is_strict() and version::is_lax()
2010-04-26 David Golden fix version::is_strict/is_lax exporting
2010-04-25 Rafael Garcia-Suarez Bump versions of charnames and Unicode::UCD after last...
2010-04-25 Rafael Garcia-Suarez Adapt plan after last patch
2010-04-25 Karl Williamson PATCH [perl #72624] charnames::viacode(0) returns undef
2010-04-25 James E Keenan 5.12.0 test failures in lib/blib.t and lib/locale.t...
2010-04-15 Niko Tyni Fix a test failure in perl5db.t when Term::ReadLine...
2010-04-13 Nga Tang Chan [perl #73560] [PATCH] Fix typos in Pod::Functions
2010-04-13 Rafael Garcia-Suarez Ignore Devel/DProf test files in the git repository
2010-04-13 Jesse Vincent feature.pm now knows about 5.13
2010-04-05 Steffen Mueller Remove perl4-library deprecation warnings
2010-03-28 Craig A. Berry Spaces in filenames require non-default settings on...
2010-03-28 David Mitchell remove tmp debugging from File/Copy.t
2010-03-28 Karl Williamson Note a new thing to check for each new release of Perl
2010-03-27 David Mitchell RT #73714: Regression in 5.12: File::Copy and initial...
2010-03-14 Jesse Vincent feature.pm needed to be taught about "use feature ...
2010-03-12 Tom Hukins Use simpler language.
2010-03-11 Nicholas Clark Fix stringification assumption bug in overload.t, revea...
2010-03-02 David Mitchell [perl #73174] swash_init() wasn't saving %^H
2010-02-28 Karl Williamson Update documentation
2010-02-28 Karl Williamson Update charnames documentations for \N changes, bugs
2010-02-26 David Mitchell bytes.pm: downgrade DEPRECATED to NOTICE
2010-02-25 Rafael Garcia-Suarez Typo fix
2010-02-24 David Mitchell more prose fixups to bytes.pm deprecation warning
2010-02-22 David Mitchell fix prose from previous lib/bytes.pm doc update
2010-02-22 David Mitchell Better explain utf8::upgrade/downgrade/encode/decode
2010-02-22 David Mitchell deprecate bytes.pm
2010-02-22 Abigail Bram pointed out the new tests hang if the fix for...
2010-02-21 Abigail Merge branch 'tie-scalar' into blead
2010-02-21 Abigail Upped VERSION
2010-02-21 Nicholas Clark Since change 9c901649534a1360, vendorlib_stem isn't...
2010-02-20 Abigail Don't recurse forever if both new() and TIESCALAR(...
2010-02-20 Abigail Document differences between Tie::Scalar and Tie::StdScalar
2010-02-14 Steve Hay Bump version's $VERSION
2010-02-07 Jesse Vincent Removing invalid port L<> links from Version documentat...
2010-02-06 David Golden move version details to version::Internals and other...
2010-02-06 David Golden document version::is_strict/is_lax
2010-02-06 John Peacock Document usage of version regexps
2010-02-06 John Peacock Export and document is_lax and is_strict functions
2010-02-05 Michael G. Schwern Don't try to calculate a time over the conservative...
2010-02-02 Todd Rinaldo Diagnostic improvements to better understand why lib...
2010-01-25 Nicholas Clark Change from a hard coded temporary file name in lib...
2010-01-20 Ricardo Signes bump versions for core libs changed since 5.11.3
2010-01-19 Ricardo Signes regen warnings.pl for new version number
2010-01-19 David Golden note strict/lax version requirements in documentation
2010-01-17 Karl Williamson Clean up mktables intro comments; remove trailing white...
2010-01-16 Todd Rinaldo [perl #72098] File::Copy stripping 06000 perms on cp...
2010-01-15 Karl Williamson PATCH: [perl #71726] \p{xdigit} should match full-width...
2010-01-15 Karl Williamson This adds a constructor option to not output the commen...
2010-01-14 David Golden Omnibus strict and lax version parsing
2010-01-12 Ricardo Signes test stash_name in less.pm
2010-01-12 Ricardo Signes catch the one $class instance missed in less.pm
2010-01-12 Rafael Garcia-Suarez Mention name of C constant in feature.pm for greppability
2010-01-11 Karl Williamson Add note to .pod for compound form perl extensions
2010-01-11 Rafael Garcia-Suarez Bump less' version
2010-01-11 Ricardo Signes allow indirection between less and its hints stash...
2010-01-11 Karl Williamson Remove [[:posix:]] references because changes not going...
2010-01-10 Rafael Garcia-Suarez Completely avoid autovivification of CORE::GLOBAL:...
2010-01-10 Rafael Garcia-Suarez Typo fix : caller:: isn't caller
2010-01-10 Matt S Trout Move prototype parsing related warnings from the 'synta...
2010-01-03 Rafael Garcia-Suarez Bump version of UNIVERSAL.pm
2010-01-03 Ricardo Signes dial back warnings on UNIVERSAL->import
2009-12-30 Karl Williamson Correct \p{print} to not match LINE SEPARATOR nor PARAG...
2009-12-29 H.Merijn Brand Guard open.t against Encode not being available
2009-12-28 karl williamson PATCH: Makefile in lib/unicore shouldn't clean .t file
2009-12-25 Karl Williamson Update .pods
2009-12-20 Karl Williamson Unicode documentation updates
2009-12-20 Jesse Vincent Bumped File::Find's version since it's changed since...
2009-12-20 Rafael Garcia-Suarez Introduce C<use feature "unicode_strings">
2009-12-16 Jesse Vincent Update File::Copy tests to skip on OpenBSD, as it mount...
2009-12-15 Rafael Garcia-Suarez Don't make C<use legacy> die on unknown legacy names
2009-12-14 Michael Breen fix bug 67156: overload: nomethod(..., '!') return...
2009-12-14 Gene Sullivan [perl #71204] diagnostics.pm suppresses 'Use of uniniti...
2009-12-12 Rafael Garcia-Suarez Doc nits
2009-12-06 Karl Williamson qr/\X/ expansion
2009-12-04 Craig A. Berry Port lib/unicore/mktables to VMS.
next