| Commit message (Expand) | Author | Age | Files | Lines |
* | lseek() SEEK_SET pos may not be negative | Jarkko Hietaniemi | 2015-06-26 | 1 | -1/+4 |
* | shmat id can be invalid. | Jarkko Hietaniemi | 2015-06-26 | 1 | -1/+6 |
* | msgrcv id can be invalid. | Jarkko Hietaniemi | 2015-06-26 | 1 | -1/+6 |
* | msgsnd id can be invalid. | Jarkko Hietaniemi | 2015-06-26 | 1 | -1/+6 |
* | silence some gcc -pendantic warnings | David Mitchell | 2015-06-19 | 1 | -2/+3 |
* | [perl #125115] don't create file GLOB(...) when dupping a closed handle | Tony Cook | 2015-06-03 | 1 | -2/+5 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | [perl #123814] replace grok_atou with grok_atoUV | Hugo van der Sanden | 2015-03-09 | 1 | -2/+6 |
* | avoid C labels in column 0 | David Mitchell | 2015-01-21 | 1 | -2/+2 |
* | optimize Perl_boot_core_UNIVERSAL and Perl_nextargv | Daniel Dragan | 2014-11-07 | 1 | -1/+1 |
* | [perl #57512] Warnings for implicitly closed handles | Father Chrysostomos | 2014-11-02 | 1 | -2/+15 |
* | Have close() set $! and $^E | Father Chrysostomos | 2014-11-02 | 1 | -0/+8 |
* | cleanup perlio.c and doio.c | Daniel Dragan | 2014-10-24 | 1 | -1/+0 |
* | [perl #122703] ensure $! is set when chmod() and utime() fail | Tony Cook | 2014-10-22 | 1 | -0/+2 |
* | Introduce the double-diamond operator <<>> | Rafael Garcia-Suarez | 2014-09-30 | 1 | -3/+6 |
* | Use grok_atou instead of atoi. | Jarkko Hietaniemi | 2014-07-22 | 1 | -1/+1 |
* | Remove or downgrade unnecessary dVAR. | Jarkko Hietaniemi | 2014-06-25 | 1 | -26/+0 |
* | Silence -Wunused-parameter my_perl under threads. | Jarkko Hietaniemi | 2014-06-19 | 1 | -0/+6 |
* | Adding missing HEKfARG() invocations | Brian Fraser | 2014-06-13 | 1 | -2/+2 |
* | 375ed12a broke Config::IniFiles | Jarkko Hietaniemi | 2014-06-03 | 1 | -2/+5 |
* | Use PERL_UNUSED_RESULT. | Jarkko Hietaniemi | 2014-06-02 | 1 | -8/+5 |
* | Unify the "fall-through" lint annotation. | Jarkko Hietaniemi | 2014-05-29 | 1 | -2/+2 |
* | fcntl receiving -1 from fileno, fcntl failing. | Jarkko Hietaniemi | 2014-05-29 | 1 | -35/+71 |
* | Hide the VMS error identifier SS$_NOPRIV, as customary. | Jarkko Hietaniemi | 2014-05-28 | 1 | -1/+1 |
* | [perl #121112] only warn if newline is the last non-NUL character | Tony Cook | 2014-05-28 | 1 | -3/+3 |
* | In Perl_nextargv(), move variable declarations into the blocks that use them. | Nicholas Clark | 2014-03-19 | 1 | -8/+8 |
* | Simplify the code in Perl_nextargv(). | Nicholas Clark | 2014-03-19 | 1 | -21/+26 |
* | Change core uses of Perl_do_openn() to Perl_do_open6() or Perl_do_open_raw(). | Nicholas Clark | 2014-03-19 | 1 | -9/+12 |
* | Split Perl_do_openn() into Perl_do_open_raw() and Perl_do_open6(). | Nicholas Clark | 2014-03-19 | 1 | -11/+46 |
* | Extract the cleanup code of Perl_do_openn() into S_openn_cleanup(). | Nicholas Clark | 2014-03-19 | 1 | -2/+26 |
* | Extract the setup code of Perl_do_openn() into S_openn_setup(). | Nicholas Clark | 2014-03-19 | 1 | -19/+35 |
* | In Perl_do_openn(), disambiguate the two separate uses of the variable fd. | Nicholas Clark | 2014-03-19 | 1 | -8/+9 |
* | In Perl_do_openn(), move the variable result into the block that uses it. | Nicholas Clark | 2014-03-19 | 1 | -30/+35 |
* | Perl_do_openn() doesn't need to set num_svs and svp. | Nicholas Clark | 2014-03-19 | 1 | -19/+20 |
* | Perl_do_openn() should call PerlIO_openn() with arg NULL if narg is 0. | Nicholas Clark | 2014-03-19 | 1 | -1/+1 |
* | In Perl_do_openn(), move {in,out}_{raw,crlf} into the !as_raw block. | Nicholas Clark | 2014-03-19 | 1 | -11/+11 |
* | No need for code conditional on S_IFMT being defined, as perl.h has a fallback. | Nicholas Clark | 2014-03-01 | 1 | -4/+0 |
* | [perl #121230] fix kill -SIG on win32 | David Mitchell | 2014-02-28 | 1 | -5/+8 |
* | Change av_len calls to av_tindex for clarity | Karl Williamson | 2014-02-20 | 1 | -1/+1 |
* | Consistent spaces after dots in perlintern.pod | Father Chrysostomos | 2013-12-29 | 1 | -1/+1 |
* | Purge sfio support, which has been broken for a decade. | Nicholas Clark | 2013-12-27 | 1 | -7/+0 |
* | doio.c: Stop semop from modifying its argument | Father Chrysostomos | 2013-12-25 | 1 | -9/+0 |
* | Fixes the case where on 64bit big-endian boxes, calls to semctl(id,semnum,SET... | Brian Childs | 2013-12-09 | 1 | -2/+7 |
* | doio.c: Remove EBCDIC dependency | Karl Williamson | 2013-12-03 | 1 | -4/+0 |
* | Check unlink on directory for all users, not just root. | Craig A. Berry | 2013-12-02 | 1 | -1/+1 |
* | Make unlink on directory as root set errno. | Evan Zacks | 2013-12-02 | 1 | -1/+5 |
* | silence -Wformat-nonliteral compiler warnings | David Mitchell | 2013-11-28 | 1 | -3/+13 |
* | fix 'ignoring return value' compiler warnings | David Mitchell | 2013-11-24 | 1 | -3/+8 |
* | silence some compiler warnings | David Mitchell | 2013-11-13 | 1 | -1/+1 |
* | Removed the ifdefs for INCOMPLETE_TAINTS | Brian Fraser | 2013-09-21 | 1 | -4/+0 |