| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | hold pid in Pid_t, not I32, for kill() | Chip Salzenberg | 2012-07-10 | 1 | -2/+2 |
* | Remove C++isms from doio.c | Steve Hay | 2012-06-26 | 1 | -3/+3 |
* | [perl #112990] Simplify kill implementation and docs | Darin McBride | 2012-06-26 | 1 | -28/+26 |
* | [perl #113798] Don’t hide PATH from perlglob | Father Chrysostomos | 2012-06-23 | 1 | -0/+3 |
* | Make open(... "<&", $fileno) respect magic | Father Chrysostomos | 2012-06-07 | 1 | -1/+4 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | File scope for VMS-specific #includes. | Craig A. Berry | 2012-05-24 | 1 | -1/+4 |
* | doio.c: Add some comments | Karl Williamson | 2012-05-22 | 1 | -5/+10 |
* | Move stack extension into FT_* macros | Father Chrysostomos | 2012-05-21 | 1 | -2/+0 |
* | Make filetest ops fiddle the stack less | Father Chrysostomos | 2012-05-21 | 1 | -10/+4 |
* | PATCH: [perl #111338] Warnings in utf8 subcategories do nothing in isolation | Karl Williamson | 2012-04-17 | 1 | -1/+1 |
* | Remove gete?[ug]id caching | Ævar Arnfjörð Bjarmason | 2012-02-18 | 1 | -4/+4 |
* | [perl #77388] Make stacked -t work | Father Chrysostomos | 2012-01-23 | 1 | -8/+11 |
* | Provide as much diagnostic information as possible in "panic: ..." messages. | Nicholas Clark | 2012-01-16 | 1 | -1/+2 |
* | Make -l HANDLE set PL_laststatval with fatal warnings | Father Chrysostomos | 2012-01-14 | 1 | -1/+2 |
* | Squash repetitititive code in doio.c:my_stat_flags | Father Chrysostomos | 2012-01-13 | 1 | -8/+3 |
* | Make failed filetests consistent with & w/out fatal warnings | Father Chrysostomos | 2012-01-13 | 1 | -2/+4 |
* | stat $ioref should record the handle for -T _ | Father Chrysostomos | 2012-01-13 | 1 | -1/+1 |
* | Make <~> work again under miniperl | Father Chrysostomos | 2011-10-24 | 1 | -1/+7 |
* | Use HEKf | Father Chrysostomos | 2011-10-07 | 1 | -8/+12 |