| Commit message (Expand) | Author | Age | Files | Lines |
* | tbuffer_t no longer exists on VMS. | Craig A. Berry | 2014-03-02 | 1 | -7/+0 |
* | pp_tms should use a local struct tms, instead of PL_timesbuf. | Nicholas Clark | 2014-03-01 | 1 | -10/+13 |
* | Change av_len calls to av_tindex for clarity | Karl Williamson | 2014-02-20 | 1 | -1/+1 |
* | [perl #118843] work around recv() behaviour on cygwin | Tony Cook | 2014-01-15 | 1 | -0/+8 |
* | Make getc unset the utf8 flag on its retval | Father Chrysostomos | 2014-01-12 | 1 | -0/+1 |
* | pp_sys.c:S_doform: remove redundant null check | Father Chrysostomos | 2014-01-11 | 1 | -1/+1 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -1/+1 |
* | pp_sys.c remove null checks and locality | Daniel Dragan | 2013-12-24 | 1 | -6/+7 |
* | pp_sys.c: More null check removal | Father Chrysostomos | 2013-12-24 | 1 | -7/+1 |
* | pp_sys.c: Remove redundant null checks | Father Chrysostomos | 2013-12-23 | 1 | -26/+14 |
* | pp_sys.c: Remove null checks from pp_sockpair | Father Chrysostomos | 2013-12-23 | 1 | -15/+5 |
* | refactor pp_socket, pp_socketpair, pp_bind | Daniel Dragan | 2013-12-23 | 1 | -8/+10 |
* | [perl #118651] don't overwrite $! in readdir() | Tony Cook | 2013-12-18 | 1 | -1/+1 |
* | silence -Wformat-nonliteral compiler warnings | David Mitchell | 2013-11-28 | 1 | -1/+12 |
* | Revert "make perl core quiet under -Wfloat-equal" | David Mitchell | 2013-11-16 | 1 | -1/+1 |
* | make perl core quiet under -Wfloat-equal | David Mitchell | 2013-11-09 | 1 | -1/+1 |
* | Fix &CORE::exit/die under vmsish "hushed" | Father Chrysostomos | 2013-11-08 | 1 | -1/+2 |
* | Call select's 4th arg's magic | Eric Brine | 2013-10-18 | 1 | -1/+2 |
* | Removed the ifdefs for INCOMPLETE_TAINTS | Brian Fraser | 2013-09-21 | 1 | -10/+0 |
* | Removed HAS_SOCKET__bad_code_maybe | Brian Fraser | 2013-09-21 | 1 | -14/+0 |
* | Remove PERL_MICRO where it is conditionally used with other defines | David Leadbeater | 2013-09-10 | 1 | -7/+7 |
* | Fix PerlIO_get_cnt and friends | Leon Timmermans | 2013-09-07 | 1 | -1/+1 |
* | [perl #119311] Keep CvDEPTH and savestack in sync | Father Chrysostomos | 2013-08-27 | 1 | -1/+1 |
* | Stop system select from croaking on read-only COW "" | Father Chrysostomos | 2013-08-11 | 1 | -3/+4 |
* | [perl #27010] Make tie work through defelems | Father Chrysostomos | 2013-07-16 | 1 | -0/+10 |
* | pp_sys.c: Use macro instead of reinventing it | Karl Williamson | 2013-07-07 | 1 | -7/+1 |
* | change tied_method to use SVs with precomputed hash values | Ruslan Zakirov | 2013-06-30 | 1 | -13/+13 |
* | Remove ‘bad top format’ error | Father Chrysostomos | 2013-06-09 | 1 | -2/+1 |
* | Stop making assumptions about uids and gids. | Brian Fraser | 2013-06-04 | 1 | -43/+9 |
* | Provide ntohl, ntohs, htonl and htons no-op macros on big endian systems. | Nicholas Clark | 2013-05-20 | 1 | -10/+0 |
* | [perl #117743] don't warn on $@ = undef; die; | Tony Cook | 2013-04-26 | 1 | -1/+2 |
* | Remove the second param to tryAMAGICunTARGETlist | Father Chrysostomos | 2012-12-09 | 1 | -1/+1 |
* | Stop using PL_glob_index for PL_globhook | Father Chrysostomos | 2012-12-09 | 1 | -4/+0 |
* | Don’t pass PL_glob_index to glob overrides | Father Chrysostomos | 2012-12-09 | 1 | -5/+10 |
* | prevent multiple evaluations of ERRSV | Daniel Dragan | 2012-11-23 | 1 | -31/+35 |
* | Remove the EPOC port. | Nicholas Clark | 2012-11-19 | 1 | -12/+0 |
* | SVf_IsCOW | Father Chrysostomos | 2012-11-14 | 1 | -4/+2 |
* | rmv context from Perl_croak_no_modify and Perl_croak_xs_usage | Daniel Dragan | 2012-11-12 | 1 | -1/+1 |
* | Add C define to remove taint support from perl | Steffen Mueller | 2012-11-05 | 1 | -6/+6 |
* | Don’t leak when printf causes wide warnings | Father Chrysostomos | 2012-11-02 | 1 | -4/+1 |
* | Don’t leak when printfing to bad handle under fatal warnings | Father Chrysostomos | 2012-11-02 | 1 | -2/+2 |
* | fork() should return undef on failure, even in list context | Jesse Luehrs | 2012-10-23 | 1 | -2/+2 |
* | pp_sys.c: Simplify uses of sv_len_utf8 | Father Chrysostomos | 2012-10-01 | 1 | -15/+4 |
* | [perl #77094] Stop printf +() from reading past SP | Father Chrysostomos | 2012-09-24 | 1 | -0/+3 |
* | Don’t leak deleted iterator when tying hash | Father Chrysostomos | 2012-09-22 | 1 | -0/+7 |
* | Remove the MPE/iX port. | Nicholas Clark | 2012-09-21 | 1 | -2/+2 |
* | Use gv_fetchpvs() instead of gv_fetchpv(), and GV_ADD, not TRUE. | Nicholas Clark | 2012-09-20 | 1 | -1/+1 |
* | Get rid of PL_formfeed. | Enache Adrian | 2012-09-20 | 1 | -1/+1 |
* | Remove the VM/ESA port. | Nicholas Clark | 2012-08-31 | 1 | -12/+0 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -39/+39 |