summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [perl #81584] recommend Devel::FindAmpersandFather Chrysostomos2011-01-161-1/+2
* Get rid of warning.Michael Stevens2011-01-161-1/+1
* util.c handling of return value of vsnprintfRobin Barker2011-01-161-4/+16
* Add another address for R. Barker to checkAUTHORS.plFather Chrysostomos2011-01-161-0/+1
* Update Unicode-Normalize to CPAN version 1.10Chris 'BinGOs' Williams2011-01-167-128/+112
* re.pm: correct typoKarl Williamson2011-01-161-1/+1
* Deliver t/re/charset.tKarl Williamson2011-01-162-0/+225
* White space, comment only changeKarl Williamson2011-01-161-50/+51
* Fix \xa0 matching both [\s] [\S], et.al.Karl Williamson2011-01-165-10/+30
* regcomp: Share two bits in ANYOF flagsKarl Williamson2011-01-162-8/+23
* restrict \p{IsUserDefined} to In\w+ and In\w+David Mitchell2011-01-163-16/+22
* Don't compile or link in EU::CBuilder's base class testing.Craig A. Berry2011-01-151-84/+6
* Update perlguts.pod so that prose isn't a lieVadim Konovalov2011-01-142-2/+3
* test that perl.pod, pod.lst, MANIFEST and the file system are consistentTony Cook2011-01-143-8/+36
* Fix =item to be ordered list and not warn.Michael Stevens2011-01-141-7/+7
* regexec.c: Remove no longer needed gotoKarl Williamson2011-01-141-4/+2
* regexec.c: Add to commentKarl Williamson2011-01-141-1/+5
* uni/fold.t: Fix TODOs that now passKarl Williamson2011-01-141-10/+13
* add enum index in overload.h commentsDavid Mitchell2011-01-142-70/+71
* regex: Use ANYOFVKarl Williamson2011-01-132-42/+197
* utf8.h: Add define for max fold expansion in charsKarl Williamson2011-01-131-0/+3
* regcomp.sym: Add ANYOFV nodeKarl Williamson2011-01-132-161/+167
* regex: Some Comment clarificationsKarl Williamson2011-01-133-5/+19
* Remove code before declaration, inadvertently added in 447f000ef4448b16.Nicholas Clark2011-01-131-3/+4
* In Perl_write_to_stderr(), use Perl_magic_methcall() if STDERR is tied.Nicholas Clark2011-01-133-22/+15
* Update Pod-LaTeX to CPAN version 0.59Chris 'BinGOs' Williams2011-01-136-28/+29
* ithread_create() was relying on the stack not moving. Fix this.Nicholas Clark2011-01-131-21/+25
* Update to Win32-0.44 from CPANJan Dubois2011-01-124-2/+6
* Update to Win32-0.43 from CPANJan Dubois2011-01-124-18/+32
* Remove trailing blanksMichael Stevens2011-01-121-2/+2
* Update Term-UI to CPAN version 0.24Chris 'BinGOs' Williams2011-01-124-3/+10
* Update IO-Compress to CPAN version 2.033Chris 'BinGOs' Williams2011-01-1145-341/+498
* Fix execute permissions on the last commitChris 'BinGOs' Williams2011-01-113-0/+0
* Update Compress-Raw-Zlib to CPAN version 2.033Chris 'BinGOs' Williams2011-01-119-11/+33
* Update Compress-Raw-Bzip2 to CPAN version 2.033Chris 'BinGOs' Williams2011-01-117-11/+25
* Update DB_File to CPAN version 1.821Chris 'BinGOs' Williams2011-01-118-22/+31
* In S_ithread_create, reduce the amount of conditionally compiled C code.Nicholas Clark2011-01-112-31/+12
* embed.fnc: Silence 'no docs' messageKarl Williamson2011-01-101-1/+1
* Correct the "unimplemented" message for get{host,net,proto,serv}ent aliases.Nicholas Clark2011-01-101-4/+4
* remove perlapollo from perl.podRobin Barker2011-01-111-1/+0
* Merge the implementations of {end,set}{gr,pw}ent with endhostent.Nicholas Clark2011-01-104-53/+38
* Merge the implementations of pp_s{host,net,proto,serv}ent.Nicholas Clark2011-01-104-34/+28
* Merge the implementations of pp_e{host,net,proto,serv}ent.Nicholas Clark2011-01-104-38/+28
* newSVpvf_nocontext only visible with threads, fix for non-threadedTony Cook2011-01-101-4/+4
* utf8.c: Renumber cases in switchKarl Williamson2011-01-091-3/+3
* utf8.c: Change to warn_d in two placesKarl Williamson2011-01-091-2/+3
* utf8.h: remove wrong, no-longer used #defineKarl Williamson2011-01-091-2/+0
* mktables: Now can test surrogates and noncharsKarl Williamson2011-01-091-2/+0
* Document the flip of problematic code points handlingKarl Williamson2011-01-092-20/+89
* Add warnings for use of problematic code pointsKarl Williamson2011-01-093-81/+336