summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* test stash_name in less.pmRicardo Signes2010-01-121-2/+17
* catch the one $class instance missed in less.pmRicardo Signes2010-01-121-2/+3
* Mention name of C constant in feature.pm for greppabilityRafael Garcia-Suarez2010-01-121-0/+1
* Add note to .pod for compound form perl extensionsKarl Williamson2010-01-111-2/+13
* Bump less' versionRafael Garcia-Suarez2010-01-111-1/+1
* allow indirection between less and its hints stash nameRicardo Signes2010-01-111-5/+7
* Remove [[:posix:]] references because changes not going into 5.12Karl Williamson2010-01-111-39/+53
* Completely avoid autovivification of CORE::GLOBAL::callerRafael Garcia-Suarez2010-01-102-8/+16
* Typo fix : caller:: isn't callerRafael Garcia-Suarez2010-01-101-2/+2
* Move prototype parsing related warnings from the 'syntax' top level warnings ...Matt S Trout2010-01-101-5/+8
* Bump version of UNIVERSAL.pmRafael Garcia-Suarez2010-01-031-1/+1
* 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