summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Simplify code for deparsing socketpairFather Chrysostomos2013-11-111-2/+1
* Fix deparsing of glob(my $x) and CORE::globFather Chrysostomos2013-11-092-15/+15
* Failing tests for &CORE::exit/die with vmsishFather Chrysostomos2013-11-081-2/+18
* Increase $B::Deparse::VERSION to 1.24Father Chrysostomos2013-10-301-1/+1
* [perl #119807] Deparse s//\(3)/e in a way that does not warnFather Chrysostomos2013-10-302-3/+16
* bump Tie::StdHandle versionDavid Mitchell2013-10-231-1/+1
* Tie::StdHandle::WRITE: handle offsetDavid Mitchell2013-10-232-2/+9
* Tie::StdHandle appends extra copies of $\ to outputAnno Siegel2013-10-232-7/+33
* stdhandle.t: unlink the right file.David Mitchell2013-10-231-1/+1
* stdhandle.t: convert to use Test::MoreDavid Mitchell2013-10-231-35/+30
* Make B/Deparse handle unicode regexesDavid Mitchell2013-10-231-1/+8
* Benchmark.t: avoid ultra-lightweight codeDavid Mitchell2013-10-211-2/+5
* Benchmark.pm: bail out earlier on zero deltaDavid Mitchell2013-10-211-3/+15
* Skip 'BAD LOCALE' test on DragonflyBSDChris 'BinGOs' Williams2013-10-201-1/+2
* Move B-Deparse from dist/ to lib/ since it is non-dual-lived and pure-PerlSteve Hay2013-10-194-1/+7493
* Remove some IGNORABLE files from ext/ and lib/Steve Hay2013-10-181-5/+0
* Change mktables output for some tables to use hexKarl Williamson2013-10-163-11/+40
* lib/Unicode/UCD.t: Do tests in deterministic orderKarl Williamson2013-10-161-5/+5
* new warnings category, so bump warnings.pmRicardo Signes2013-10-051-1/+1
* Make postderef experimentalFather Chrysostomos2013-10-051-11/+14
* Add postderef_qq feature featureFather Chrysostomos2013-10-051-1/+2
* Increase $feature::VERSION to 1.34Father Chrysostomos2013-10-051-1/+1
* Add postderef feature featureFather Chrysostomos2013-10-051-1/+2
* mktables: Verify input files' versionKarl Williamson2013-10-041-0/+9
* Bump Unicode versionKarl Williamson2013-10-042-2/+2
* Upgrade to Unicode 6.3Karl Williamson2013-10-0349-425/+2157
* mktables: Fix logic with binary vs enum propertiesKarl Williamson2013-10-031-9/+15
* mktables: Do some table-driven code generationKarl Williamson2013-10-031-30/+55
* perluniprops: Add correct ignored files docsKarl Williamson2013-10-031-1/+3
* lib/unicore/README.perl: UpdateKarl Williamson2013-10-031-3/+3
* bump File::Copy's $VERSIONTony Cook2013-09-181-1/+1
* Added note about directories not being created with File::Copy::copyNathan Glenn2013-09-181-2/+4
* RT-119817 - Treat =back as the end of a warning description.Matthew Horsfall (alh)2013-09-172-3/+51
* skip lib/ExtUtils/t/Embed.t when cross-compilingFrançois Perrad2013-09-171-0/+4
* convert mktables to parent.pm instead of base.pmRicardo Signes2013-09-121-4/+4
* overload tests: use parent instead of baseRicardo Signes2013-09-121-3/+3
* lib/locale.t: Refactor some testsKarl Williamson2013-08-311-15/+4
* Make printf, sprintf respect 'use locale' for radixKarl Williamson2013-08-311-0/+27
* lib/locale.t: Add a bunch of testsKarl Williamson2013-08-311-12/+169
* lib/locale.t: Display unassigned charsKarl Williamson2013-08-311-0/+11
* lib/locale.t: Change debug outputKarl Williamson2013-08-311-9/+9
* lib/locale.t: Display :punct: characters under debug modeKarl Williamson2013-08-311-0/+3
* lib/locale.t: Use hash keys instead of many arraysKarl Williamson2013-08-311-66/+55
* charnames: Make work in EBCDICKarl Williamson2013-08-292-12/+30
* Unicode::UCD: Work on non-ASCII platformsKarl Williamson2013-08-291-33/+83
* mktables: Generate native code-point tablesKarl Williamson2013-08-291-35/+161
* mktables: Move table creation codeKarl Williamson2013-08-291-20/+12
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-117/+123
* Apply bitrig change to lib/locale.t tooChris 'BinGOs' Williams2013-08-221-1/+1
* Skip the perldoc test if 'man' is missingNiko Tyni2013-08-221-0/+2