summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* regen/overload.pl: add comments to overload.[ch]David Mitchell2011-01-033-145/+159
* Actuall excise 'Apollo DomainOS' support. We officially killed it in 5.11.0. ItJesse Vincent2011-01-0414-113/+5
* Add link for v5.8.5-RC1 announcementZsbán Ambrus2011-01-031-1/+1
* CYG14 Dynaloader without USEIMPORTLIB, and search cyg prefixReini Urban2011-01-042-0/+10
* Update cygwin hintsReini Urban2011-01-041-5/+1
* reindent tryAMAGICunTARGET after previous changeDavid Mitchell2011-01-031-20/+20
* simplify tryAMAGICunTARGETDavid Mitchell2011-01-031-5/+1
* fix a few typos in lib/overload.tDavid Mitchell2011-01-031-4/+4
* Reindent pp_rv2avVincent Pit2011-01-031-31/+31
* missing articleFather Chrysostomos2011-01-021-1/+1
* (no commit message)Father Chrysostomos2011-01-021-1/+1
* Silence a compiler warningFather Chrysostomos2011-01-021-2/+2
* Restore the old description of $[Father Chrysostomos2011-01-021-5/+13
* Revert "[perl #68654] next::method doesn't see UNIVERSAL"Father Chrysostomos2011-01-022-31/+1
* Revert "[perl #80098] Bleadperl breaks Attribute::Lexical"Father Chrysostomos2011-01-022-22/+9
* [perl #45147] Issue with the exists functionPeter Martini2011-01-023-2/+27
* [perl #81032] Overhaul Porting/epigraphs.podZsbán Ambrus2011-01-022-137/+464
* Give a warning if pack_sockaddr_in6 is asked to pack a non-zero scope_id on m...Paul "LeoNerd" Evans2011-01-031-0/+4
* Use HAS_SIN6_SCOPE_ID rather than glibc version testingPaul "LeoNerd" Evans2011-01-032-7/+7
* Bugfix to Socket.pm 's GAI fallback constants - use $name rather than $_Paul "LeoNerd" Evans2011-01-031-1/+1
* Capture newly-created unit tests to MANIFESTPaul "LeoNerd" Evans2011-01-031-0/+2
* Make Socket.pm 'use strict' cleanPaul "LeoNerd" Evans2011-01-031-2/+4
* Provide fallback implementation of getaddrinfo and getnameinfo in pure perl i...Paul "LeoNerd" Evans2011-01-031-0/+200
* Initial documentation of getaddrinfo and getnameinfo functionsPaul "LeoNerd" Evans2011-01-031-0/+77
* Unit tests for Socket::getaddrinfo() and Socket::getnameinfo()Paul "LeoNerd" Evans2011-01-032-0/+156
* Implement Socket::getaddrinfo() and Socket::getnameinfo(), with related const...Paul "LeoNerd" Evans2011-01-033-0/+216
* Conditionally set sa_len-type fields when packing sockaddr addressesPaul "LeoNerd" Evans2011-01-031-0/+9
* Add new test file t/porting/filenames.tNuno Carvalho2011-01-023-0/+89
* Clever tests may fool with $^O.Craig A. Berry2011-01-021-8/+8
* Add JSON::PP to the Perl coreDavid Golden2011-01-0244-6/+4775
* tests for [perl #36347] Object destruction incompleteFather Chrysostomos2011-01-021-1/+20
* [perl #36347] Object destruction incompleteFather Chrysostomos2011-01-024-59/+94
* Merge branch 'briandfoy/perlfaq' into bleadbrian d foy2011-01-022-22/+26
|\
| * perlfaq1: Adjust some of the language around the Perl 6 referencesbrian d foy2011-01-021-17/+20
| * Emphasis that you have to check input data in your CGI programbrian d foy2010-12-201-5/+6
* | [perl #73630] Build separate DTrace for miniperlDavid Leadbeater2011-01-021-3/+10
* | Update CPAN::Meta::YAML to 0.003David Golden2011-01-022-5/+4
* | [perl #81500] Make compilation work when NO_ENV_ARRAY_IN_MAIN is definedDavid Leadbeater2011-01-021-1/+3
* | [perl #81400] Fix bmodinv() part of RT 63237Peter John Acklam2011-01-023-27/+74
* | Don't clobber $^O when you're going to use it again.Craig A. Berry2011-01-021-0/+1
* | GvIO(gv) returns NULL for a NULL gv, so refactor to take advantage of this.Nicholas Clark2011-01-023-39/+34
* | make <expr> always overload if expr is overloadedDavid Mitchell2011-01-025-15/+25
* | overloaded <> sometimes left an extra stack argDavid Mitchell2011-01-022-1/+20
* | call pp_glob() even when its being skippedDavid Mitchell2011-01-023-6/+27
* | ck_glob() - add a little code commentDavid Mitchell2011-01-021-1/+1
* | 1; is not a valid no-op for /bin/sh, but true is.Nicholas Clark2011-01-021-1/+1
* | Update META.yml's no_index after the Time-Local moveFlorian Ragwitz2011-01-021-1/+0
* | CPAN is upstream for Time::Local againFlorian Ragwitz2011-01-024-7/+4
* | Make Time::Local run on perls older than 5.12 againFlorian Ragwitz2011-01-024-37/+96
* | chmod +x metaconfig.SH.Nicholas Clark2011-01-022-0/+1