| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the ifdefs for ULTRIX_STDIO_BOTCH | Brian Fraser | 2013-09-21 | 1 | -8/+0 |
* | [perl #117265] move the "glob failed" warning to the point of failure | Tony Cook | 2013-09-09 | 1 | -0/+6 |
* | [perl #117265] correctly handle overloaded strings | Tony Cook | 2013-09-09 | 1 | -12/+18 |
* | [perl #117265] safesyscalls: check embedded nul in syscall args | Tony Cook | 2013-08-26 | 1 | -4/+21 |
* | -l $handle warning: globs, iorefs, utf8 | Father Chrysostomos | 2013-06-04 | 1 | -3/+18 |
* | Fix -Wformat-security issues | Niko Tyni | 2013-05-10 | 1 | -2/+2 |
* | silence warnings under NO_TAINT_SUPPORT | David Mitchell | 2013-05-09 | 1 | -0/+2 |
* | Restore the warning previously issued by (-l $fh) | Ricardo Signes | 2013-05-08 | 1 | -2/+7 |
* | Add return statements where missing in doio.c IPC functions. | Craig A. Berry | 2013-03-03 | 1 | -0/+3 |
* | Change core calls of isALNUM() to isWORDCHAR() | Karl Williamson | 2012-12-31 | 1 | -1/+1 |
* | doio.c: Use SvREFCNT_dec_NN | Father Chrysostomos | 2012-12-09 | 1 | -1/+1 |
* | Silence some g++ compiler warnings | Karl Williamson | 2012-12-09 | 1 | -1/+1 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 1 | -6/+6 |
* | Remove the EPOC port. | Nicholas Clark | 2012-11-19 | 1 | -1/+1 |
* | Add C define to remove taint support from perl | Steffen Mueller | 2012-11-05 | 1 | -2/+2 |
* | Remove thread context from Perl_vmssetuserlnm. | Craig A. Berry | 2012-11-03 | 1 | -2/+2 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -12/+12 |
* | Magic flags harmonization. | Chip Salzenberg | 2012-07-15 | 1 | -0/+1 |
* | ensure shmread() calls get and set magic once | Chip Salzenberg | 2012-07-10 | 1 | -1/+2 |