summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* dial back warnings on UNIVERSAL->importRicardo Signes2010-01-031-0/+1
* Correct \p{print} to not match LINE SEPARATOR nor PARAGRAPH SEPARATORKarl Williamson2009-12-301-1/+4
* Guard open.t against Encode not being availableH.Merijn Brand2009-12-291-0/+1
* PATCH: Makefile in lib/unicore shouldn't clean .t filekarl williamson2009-12-281-1/+1
* Update .podsKarl Williamson2009-12-251-70/+4
* Unicode documentation updatesKarl Williamson2009-12-201-1/+1
* Bumped File::Find's version since it's changed since 5.11.2Jesse Vincent2009-12-201-1/+1
* Introduce C<use feature "unicode_strings">Rafael Garcia-Suarez2009-12-203-209/+92
* Update File::Copy tests to skip on OpenBSD, as it mounts too many filesystems...Jesse Vincent2009-12-151-0/+3
* Don't make C<use legacy> die on unknown legacy namesRafael Garcia-Suarez2009-12-161-3/+0
* fix bug 67156: overload: nomethod(..., '!') return value invertedMichael Breen2009-12-141-2/+17
* [perl #71204] diagnostics.pm suppresses 'Use of uninitialized value in range ...Gene Sullivan2009-12-141-1/+2
* Doc nitsRafael Garcia-Suarez2009-12-121-5/+4
* qr/\X/ expansionKarl Williamson2009-12-053-107/+693
* Port lib/unicore/mktables to VMS.Craig A. Berry2009-12-041-15/+18
* Unicode 5.2Karl Williamson2009-12-0343-2229/+25411
* work-around Carp/overloading miniperl problemKarl Williamson2009-12-021-27/+38
* mktables performance improvementKarl Williamson2009-11-281-84/+101
* wrap uniprops.t; makefile changes for mktablesKarl Williamson2009-11-253-21/+16
* Bump version and regenerate warnings.pmRafael Garcia-Suarez2009-11-241-1/+33
* Remove generated file pod/perluniprops.pod from the source distributionRafael Garcia-Suarez2009-11-241-2/+1
* mktables not run unless neededKarl Williamson2009-11-242-34/+26
* Make unicode semantics the defaultKarl Williamson2009-11-232-21/+17
* Add also mktables.lst to gitignore, since it's generatedRafael Garcia-Suarez2009-11-221-0/+1
* Simplify title of perlunipropsRafael Garcia-Suarez2009-11-221-2/+1
* Remove mktables.lst, since it's generatedRafael Garcia-Suarez2009-11-221-829/+0
* Add new generated file lib/unicore/Heavy.pl to gitignoreRafael Garcia-Suarez2009-11-221-2/+1
* mktables revampKarl Williamson2009-11-215-2769/+14783
* Update generated Module::Build::ConfigDataDavid Golden2009-11-201-201/+0
* Update countAbigail2009-11-201-1/+1
* Fix bug #68260Abigail2009-11-202-2/+39
* Fix POD: C<...->...> => C<< ...-> ... >>Frank Wiegand2009-11-192-2/+2
* POD fixes and typosRafael Garcia-Suarez2009-11-141-10/+7
* add code for Unicode semantics for non-utf8 latin1 charsKarl Williamson2009-11-142-17/+229
* [perl #70337] perldiag: localtime(...) too largeFather Chrysostomos2009-11-132-4/+11
* Add EXISTS and DELETE methods to Env.pmVincent Pit2009-11-101-3/+22
* refine Carp caller() fix and add testsDavid Golden2009-11-062-7/+19
* Merge branch 'legacy-pragma' into bleadRafael Garcia-Suarez2009-11-061-0/+140
|\
| * Deliver skeleton legacy.pmKarl2009-01-231-0/+140
* | bump Carp version numberDavid Golden2009-11-061-1/+1
* | Have Carp respect CORE::GLOBAL::caller if it existsDavid Golden2009-11-061-6/+9
* | Improvements to qr-overload testsRafael Garcia-Suarez2009-11-011-8/+15
* | Bump overload.pm's VERSION (plus some spelling nits)Rafael Garcia-Suarez2009-11-011-3/+3
* | Documentation for the 'qr' overload.Ben Morrow2009-11-011-11/+16
* | Implement the 'qr' overload type.Ben Morrow2009-11-011-1/+79
* | Add a new overload type, "qr".Ben Morrow2009-11-011-0/+2
* | Bump Exporter's version in blead after last patchRafael Garcia-Suarez2009-10-281-1/+1
* | Test exported arrays and hashes without using defined()Jerry D. Hedden2009-10-281-11/+20
* | Avoid using defined %hash in core code and tests.Nicholas Clark2009-10-231-2/+2
* | Convert File/CheckTree.t from Test to Test::More.Nicholas Clark2009-10-231-72/+27