summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* &CORE::substr()Father Chrysostomos2011-08-274-8/+28
* &CORE::srand()Father Chrysostomos2011-08-273-2/+8
* &CORE::sleep()Father Chrysostomos2011-08-273-2/+3
* Close some unclosed comments in vms/vms.c.Craig A. Berry2011-08-271-4/+4
* Fix miscellaneous compiler warnings in vms/vms.c.Craig A. Berry2011-08-271-7/+7
* Remove unnecessary includes from vms/vms.c.Craig A. Berry2011-08-271-3/+4
* &CORE::send() and &CORE::syswrite()Father Chrysostomos2011-08-272-2/+4
* &CORE::select()Father Chrysostomos2011-08-273-1/+41
* Document getprotobynumber’s precedenceFather Chrysostomos2011-08-271-0/+7
* perlfunc/gethostbyname: Add missing C in C<>Father Chrysostomos2011-08-271-1/+1
* Testing deparsing of CORE::notFather Chrysostomos2011-08-271-2/+1
* Get coreamp.t passing on VMS.Craig A. Berry2011-08-271-2/+6
* pp.c: Use built-in case tables for ords < 256Karl Williamson2011-08-271-27/+4
* pp.c: Change commentKarl Williamson2011-08-271-14/+8
* Make pod2html a regular script without substitutionsFlorian Ragwitz2011-08-279-52/+75
* Give Pod-Html a more modern dist layoutFlorian Ragwitz2011-08-272-17/+17
* &CORE::reset()Father Chrysostomos2011-08-263-2/+17
* GVs of localised arrays and hashes should be refcountedFather Chrysostomos2011-08-263-5/+18
* &CORE::foo() for (sys)read and recvFather Chrysostomos2011-08-264-7/+59
* Add OPpCOREARGS_SCALARMOD flagFather Chrysostomos2011-08-262-1/+2
* Update the comments at the top of t/op/core*.tFather Chrysostomos2011-08-262-7/+4
* Rename t/op/core*.tFather Chrysostomos2011-08-264-795/+795
* &CORE::rand()Father Chrysostomos2011-08-263-1/+11
* &CORE::open()Father Chrysostomos2011-08-263-5/+25
* Reverse the order of two tests in gv.tFather Chrysostomos2011-08-261-1/+1
* &CORE::mkdir()Father Chrysostomos2011-08-263-2/+25
* &CORE::lock()Father Chrysostomos2011-08-264-3/+49
* &CORE::index() and &CORE::rindex()Father Chrysostomos2011-08-263-4/+19
* Update UNIVERSAL::VERSION docs following 9bf41c1Father Chrysostomos2011-08-261-4/+3
* &CORE::gmtime() and &CORE::localtime()Father Chrysostomos2011-08-263-3/+11
* perldelta for f132ae69 (*{undef})Father Chrysostomos2011-08-261-0/+9
* Remove now-unnecessary len check from pp.c:S_rv2gvFather Chrysostomos2011-08-261-2/+1
* Make *{undef} self-consistentFather Chrysostomos2011-08-263-14/+11
* perlop: Minor consistency tweakFather Chrysostomos2011-08-261-2/+2
* [perl #93358] Clarify => quotingFather Chrysostomos2011-08-261-2/+11
* Re-generate uconfig.hFlorian Ragwitz2011-08-261-4/+4
* Bump the perlfaq version for a new cpan releaseFlorian Ragwitz2011-08-262-2/+2
* Remove unwanted space in commentsH.Merijn Brand2011-08-261-3/+3
* Revert "Fix Configure's csym test for gcc's link time optimisation"H.Merijn Brand2011-08-261-8/+8
* Correct mro_get_linear_isa’s docsFather Chrysostomos2011-08-251-4/+3
* &CORE::getpgrp()Father Chrysostomos2011-08-253-3/+12
* &CORE::exit()Father Chrysostomos2011-08-253-1/+9
* pp.c: Suppress stupid compiler warningFather Chrysostomos2011-08-251-1/+1
* &CORE::foo() for dbmopen and dbmcloseFather Chrysostomos2011-08-254-3/+51
* &CORE::foo() for close, getc and readlineFather Chrysostomos2011-08-255-10/+91
* void rather than empty parameter for Perl___notused.Craig A. Berry2011-08-251-1/+1
* [perl #92376] Change - to : in time templateFather Chrysostomos2011-08-251-1/+1
* &CORE::foo() for @ and $@ prototypes, except unlinkFather Chrysostomos2011-08-255-11/+115
* Add OPpCOREARGS_PUSHMARK flagFather Chrysostomos2011-08-252-1/+2
* &CORE::caller()Father Chrysostomos2011-08-255-6/+33