| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | whichsig nul-cleanup. | Brian Fraser | 2011-10-06 | 1 | -4/+7 |
* | doio.c: Make warnings UTF8- and nul-clean | Brian Fraser | 2011-10-06 | 1 | -8/+8 |
* | Only upgrade when necessary | Leon Timmermans | 2011-09-18 | 1 | -1/+1 |
* | Make -l always treat non-bareword arguments as file names | Father Chrysostomos | 2011-09-17 | 1 | -5/+0 |
* | Make stacked -l work | Father Chrysostomos | 2011-09-17 | 1 | -2/+4 |
* | [perl #93638] $ENV{LS_COLORS} causes miniperl glob failure | Father Chrysostomos | 2011-09-16 | 1 | -0/+1 |
* | Fix #98480 math when reading shared memory | Leon Timmermans | 2011-09-14 | 1 | -1/+2 |
* | Make utime handle get-magic correctly for glob(ref)s | Father Chrysostomos | 2011-09-10 | 1 | -8/+2 |
* | Make filetest ops handle get-magic correctly for glob(ref)s | Father Chrysostomos | 2011-09-10 | 1 | -6/+1 |
* | -l followed by bareword should leave the stack alone | Father Chrysostomos | 2011-09-10 | 1 | -1/+1 |
* | The Borland Chainsaw Massacre | Steve Hay | 2011-09-10 | 1 | -3/+0 |
* | ch(dir|mod|own) should also call FETCH on refs to tied globs | Father Chrysostomos | 2011-09-10 | 1 | -16/+2 |
* | ch(dir|mod|own) should not ignore get-magic on glob(ref)s | Father Chrysostomos | 2011-09-08 | 1 | -2/+4 |
* | Add check_utf8_print() | Karl Williamson | 2011-01-09 | 1 | -0/+6 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | GvIO(gv) returns NULL for a NULL gv, so refactor to take advantage of this. | Nicholas Clark | 2011-01-02 | 1 | -6/+6 |
* | As report_evil_fh() checks WARN_{CLOSED,UNOPENED}, don't duplicate this. | Nicholas Clark | 2010-12-28 | 1 | -12/+6 |
* | As report_wrongway_fh() checks ckWARN(WARN_IO) internally, don't duplicate this. | Nicholas Clark | 2010-12-28 | 1 | -1/+1 |
* | Argument op to report_evil_fh() is always PL_op->op_type, so need not be passed | Nicholas Clark | 2010-12-28 | 1 | -6/+6 |
* | The io argument to report_evil_fh() is always GvIO(gv), so need not be passed. | Nicholas Clark | 2010-12-28 | 1 | -6/+6 |
* | Extract the OP_phoney_* code from report_evil_fh() into report_wrongway_fh() | Nicholas Clark | 2010-12-28 | 1 | -1/+1 |
* | Don’t use PL_op without checking it first. | Father Chrysostomos | 2010-09-20 | 1 | -1/+3 |
* | Fix "Wide character in warn" warning | Father Chrysostomos | 2010-09-16 | 1 | -1/+1 |
* | add my_[l]stat_flags(); make my_[l]stat() mathoms | David Mitchell | 2010-07-03 | 1 | -4/+4 |