summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert File::Glob::import to use given/when.Nicholas Clark2010-10-181-7/+10
* Remove MacOS classic support from File::Glob's tests.Nicholas Clark2010-10-184-89/+29
* Mention symbol shortening on VMS in perldelta.Craig A. Berry2010-10-171-0/+6
* perldelta entriesÆvar Arnfjörð Bjarmason2010-10-171-6/+22
* Remove mention of cb525dbe88 from the perldelta commentFather Chrysostomos2010-10-171-1/+0
* Parentheses in compiler flags are legal on VMS.Craig A. Berry2010-10-171-1/+2
* Clean up the name mangler database on VMS.Craig A. Berry2010-10-171-2/+2
* * perlfaq4: perlreftut is no longer upcoming, it's comebrian d foy2010-10-161-1/+1
* Update Unicode-Collate to CPAN version 0.63Chris 'BinGOs' Williams2010-10-1729-81/+1445
* Add Mike Kelly to AUTHORSFather Chrysostomos2010-10-151-0/+1
* dist/IO: fix a few typosMike Kelly2010-10-151-2/+2
* Add Ali Polatel to AUTHORSFather Chrysostomos2010-10-151-0/+1
* dist/IO: Always bind to localhost in tests.Ali Polatel2010-10-152-4/+6
* Use __declspec(dllimport) for XS code on WindowsJan Dubois2010-10-151-0/+8
* Update regen targets on VMS.Craig A. Berry2010-10-151-18/+16
* Band-aid to handle long API symbol on VMS.Craig A. Berry2010-10-151-2/+22
* Make splice invoke set magicFlorian Ragwitz2010-10-152-1/+15
* Subject: [perl #58182] partial: Add uni \s,\w matchingKarl Williamson2010-10-159-83/+420
* perlre.pod: slight rewordingKarl Williamson2010-10-151-4/+4
* Subject: unicode_strings.t: Imprv test outputKarl Williamson2010-10-151-9/+9
* Subject: unicode_strings.t: rmv trail blanksKarl Williamson2010-10-151-2/+2
* Subject: regcomp.h: Add macro to get regnode flagsKarl Williamson2010-10-151-0/+2
* Subject: [PATCH] regexec.c: make macros fit 80 colsKarl Williamson2010-10-151-68/+68
* Subject: [PATCH] regexec.c: add and refactor macrosKarl Williamson2010-10-151-5/+27
* regcomp.c: Fix white space, cuddled elseKarl Williamson2010-10-151-13/+10
* perlrebackslash: Fix poor grammarKarl Williamson2010-10-151-2/+2
* remove some broken markup from release_scheduleJesse Vincent2010-10-151-15/+15
* Add another victim, get a 2011 headingJesse Vincent2010-10-151-0/+4
* Update our victim list through springJesse Vincent2010-10-151-3/+4
* sign myself up for a blead release and the 5.14 RC0Jesse Vincent2010-10-151-0/+5
* Implement File::Glob::GLOB_CSH in XS instead of perl.Nicholas Clark2010-10-152-9/+5
* Use inlineable proxy constant subs for File::GlobNicholas Clark2010-10-151-0/+1
* Express @File::Glob::EXPORT_OK in terms of %File::Glob::EXPORT_TAGS.Nicholas Clark2010-10-151-22/+2
* File::Glob::GLOB_ERROR is a real subroutine, not a constant().Nicholas Clark2010-10-153-6/+10
* Nothing autoloaded in Sys::Hostname or I18N::Langinfo, so don't use AutoLoader;Nicholas Clark2010-10-152-4/+2
* Remove erroneous references to AutoLoader from File::Glob.Nicholas Clark2010-10-151-6/+1
* Document that av_delete and hv_delete make their return values mortal.Chip Salzenberg2010-10-142-13/+14
* Make cpan/CGI/t/http.t (hopefully) compatible with VMSFather Chrysostomos2010-10-141-3/+4
* perldelta: Missing a C from C<>Father Chrysostomos2010-10-141-1/+1
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-1420-52/+52
* XSLoader::load() with no arguments can use caller to find a default package.Nicholas Clark2010-10-142-26/+32
* perldelta: delete $+{...} was in the wrong sectionFather Chrysostomos2010-10-141-5/+5
* perldelta up to 97a3247Father Chrysostomos2010-10-141-3/+5
* Correct threads versionFather Chrysostomos2010-10-142-2/+2
* Update .gitignore for the Tie::Hash::NamedCapture moveFlorian Ragwitz2010-10-141-0/+1
* Change the perl version mentioned in threads.pm concerning dirhandlesFather Chrysostomos2010-10-142-3/+3
* Remove the code for file exclusions from Maintainers.pm - nothing needs it now.Nicholas Clark2010-10-141-11/+1
* Since c440907b, Maintainers.pl doesn't need exclusions for XSLoader's files.Nicholas Clark2010-10-141-2/+0
* Move remaining Tie::Hash::NamedCapture XS code to NamedCapture.xsNicholas Clark2010-10-142-78/+56
* Move Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedCapture.xsNicholas Clark2010-10-142-42/+27