summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct spelling of LC_MESSAGESNiko Tyni2013-08-211-1/+1
* PerlIO: remove string eval/code injection (#119287)Lukas Mai2013-08-171-2/+2
* lib/locale.t: Make Windows machines failures TODOsKarl Williamson2013-08-151-1/+5
* lib/locale.t: Add commentKarl Williamson2013-08-151-0/+2
* lib/locale.t: Add, improve debugging outputKarl Williamson2013-08-151-5/+56
* lib/locale.t: Change variable name for accuracyKarl Williamson2013-08-151-13/+13
* lib/locale.t: Improve debug outputKarl Williamson2013-08-151-5/+85
* lib/locale.t: White-space onlyKarl Williamson2013-08-151-8/+8
* lib/locale.t: Fix :digit:, :xdigit: testsKarl Williamson2013-08-151-2/+11
* lib/locale.t: Use proper constant.Karl Williamson2013-08-151-6/+4
* perluniprops: Add missing character to what's matchedKarl Williamson2013-08-141-3/+3
* utf8.pm: Slight clarification in podKarl Williamson2013-08-141-2/+2
* lib/locale.t: Make suitable for testing locales sanityKarl Williamson2013-08-121-3/+11
* lib/locale.t: Move advice output to endKarl Williamson2013-08-121-76/+76
* locale.t: Don't show 100% pass when there are failuresKarl Williamson2013-08-121-2/+4
* lib/locale.t: White-space onlyKarl Williamson2013-08-121-366/+364
* lib/locale.t: Don't skip certain testsKarl Williamson2013-08-121-19/+0
* lib/locale.t: Remove useless test.Karl Williamson2013-08-121-20/+2
* lib/locale.t: Add a bunch of tests.Karl Williamson2013-08-121-10/+293
* lib/locale.t: Better debug outputKarl Williamson2013-08-121-27/+31
* lib/locale.t: Add test name to debug outputKarl Williamson2013-08-121-1/+2
* lib/locale.t: Add omitted test casesKarl Williamson2013-08-121-1/+1
* lib/locale.t: Rename some internal elementsKarl Williamson2013-08-121-48/+48
* lib/locale.t: Add comments; clarify some test namesKarl Williamson2013-08-121-8/+10
* lib/locale.t: Allow turning on debug via envKarl Williamson2013-08-121-1/+4
* Test multiline links in diagnostics.tFather Chrysostomos2013-08-121-1/+9
* Increase $diagnostics::VERSION to 1.32Father Chrysostomos2013-08-121-1/+1
* diagnostics: don’t truncate wrapped linksFather Chrysostomos2013-08-121-1/+1
* [perl #117355] unTODO the [lu]cfirst under bytes testsTony Cook2013-08-121-1/+0
* [perl #117355] very basic tests for [ul]c(first)? under use bytesTony Cook2013-08-121-1/+10
* op.c:ck_svconst: Don’t allow ro COWs under old COWFather Chrysostomos2013-08-111-9/+0
* Remove some effect-less code.Shlomi Fish2013-08-101-15/+0
* Fix RT #41461 (with a test).Shlomi Fish2013-08-102-3/+15
* Clarify documentation re switch expecting an argument but none is provided.James E Keenan2013-08-072-37/+62
* [perl #119043] Allow utf8 up/downgrade on ro COWsFather Chrysostomos2013-08-041-0/+25