| Commit message (Expand) | Author | Age | Files | Lines |
* | readlink() result buffer is not zero-terminated. | Jarkko Hietaniemi | 2014-07-27 | 1 | -1/+5 |
* | Use grok_atou instead of atoi. | Jarkko Hietaniemi | 2014-07-22 | 1 | -1/+1 |
* | Cosmetic consistency on "unimplemented function" deaths. | Jarkko Hietaniemi | 2014-06-29 | 1 | -5/+5 |
* | Remove or downgrade unnecessary dVAR. | Jarkko Hietaniemi | 2014-06-25 | 1 | -90/+68 |
* | Revert "/* NOTREACHED */ belongs *before* the unreachable." | Jarkko Hietaniemi | 2014-06-19 | 1 | -2/+1 |
* | /* NOTREACHED */ belongs *before* the unreachable. | Jarkko Hietaniemi | 2014-06-19 | 1 | -1/+2 |
* | Avoid missing return warning in pp_die. | Craig A. Berry | 2014-06-18 | 1 | -0/+1 |
* | Some low-hanging -Wunreachable-code fruits. | Jarkko Hietaniemi | 2014-06-15 | 1 | -1/+2 |
* | Revert "Some low-hanging -Wunreachable-code fruits." | Jarkko Hietaniemi | 2014-06-13 | 1 | -2/+1 |
* | Some low-hanging -Wunreachable-code fruits. | Jarkko Hietaniemi | 2014-06-13 | 1 | -1/+2 |
* | Allow to compile if don't have LC_CTYPE etc defined | Karl Williamson | 2014-06-12 | 1 | -1/+1 |
* | Removed NeXT support | Brian Fraser | 2014-06-11 | 1 | -5/+1 |
* | perlapi: Refactor placements, headings of some functions | Karl Williamson | 2014-06-05 | 1 | -0/+3 |
* | Add parameters to "use locale" | Karl Williamson | 2014-06-05 | 1 | -1/+1 |
* | refactor pp_tied | Daniel Dragan | 2014-06-04 | 1 | -6/+8 |
* | Unify the "fall-through" lint annotation. | Jarkko Hietaniemi | 2014-05-29 | 1 | -2/+2 |
* | Followup to 316ebaf (aka perl #121894). | Jarkko Hietaniemi | 2014-05-29 | 1 | -0/+1 |
* | fcntl receiving -1 from fileno, fcntl failing. | Jarkko Hietaniemi | 2014-05-29 | 1 | -44/+122 |
* | Uninitialized tmbuf. | Jarkko Hietaniemi | 2014-05-29 | 1 | -14/+13 |
* | pp_sys.c: Optimize out a call to PerlIO_get_cnt | Niels Thykier | 2014-05-28 | 1 | -2/+3 |
* | [perl #121112] only warn if newline is the last non-NUL character | Tony Cook | 2014-05-28 | 1 | -9/+10 |
* | Change core uses of Perl_do_openn() to Perl_do_open6() or Perl_do_open_raw(). | Nicholas Clark | 2014-03-19 | 1 | -4/+3 |
* | 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 |