summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-4/+4
* [perl #77388] Make stacked -t workFather Chrysostomos2012-01-231-8/+11
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-1/+2
* Make -l HANDLE set PL_laststatval with fatal warningsFather Chrysostomos2012-01-141-1/+2
* Squash repetitititive code in doio.c:my_stat_flagsFather Chrysostomos2012-01-131-8/+3
* Make failed filetests consistent with & w/out fatal warningsFather Chrysostomos2012-01-131-2/+4
* stat $ioref should record the handle for -T _Father Chrysostomos2012-01-131-1/+1
* Make <~> work again under miniperlFather Chrysostomos2011-10-241-1/+7
* Use HEKfFather Chrysostomos2011-10-071-8/+12
* whichsig nul-cleanup.Brian Fraser2011-10-061-4/+7
* doio.c: Make warnings UTF8- and nul-cleanBrian Fraser2011-10-061-8/+8
* Only upgrade when necessaryLeon Timmermans2011-09-181-1/+1
* Make -l always treat non-bareword arguments as file namesFather Chrysostomos2011-09-171-5/+0
* Make stacked -l workFather Chrysostomos2011-09-171-2/+4
* [perl #93638] $ENV{LS_COLORS} causes miniperl glob failureFather Chrysostomos2011-09-161-0/+1
* Fix #98480 math when reading shared memoryLeon Timmermans2011-09-141-1/+2
* Make utime handle get-magic correctly for glob(ref)sFather Chrysostomos2011-09-101-8/+2
* Make filetest ops handle get-magic correctly for glob(ref)sFather Chrysostomos2011-09-101-6/+1
* -l followed by bareword should leave the stack aloneFather Chrysostomos2011-09-101-1/+1
* The Borland Chainsaw MassacreSteve Hay2011-09-101-3/+0
* ch(dir|mod|own) should also call FETCH on refs to tied globsFather Chrysostomos2011-09-101-16/+2
* ch(dir|mod|own) should not ignore get-magic on glob(ref)sFather Chrysostomos2011-09-081-2/+4
* Add check_utf8_print()Karl Williamson2011-01-091-0/+6
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-1/+1
* GvIO(gv) returns NULL for a NULL gv, so refactor to take advantage of this.Nicholas Clark2011-01-021-6/+6
* As report_evil_fh() checks WARN_{CLOSED,UNOPENED}, don't duplicate this.Nicholas Clark2010-12-281-12/+6
* As report_wrongway_fh() checks ckWARN(WARN_IO) internally, don't duplicate this.Nicholas Clark2010-12-281-1/+1
* Argument op to report_evil_fh() is always PL_op->op_type, so need not be passedNicholas Clark2010-12-281-6/+6
* The io argument to report_evil_fh() is always GvIO(gv), so need not be passed.Nicholas Clark2010-12-281-6/+6
* Extract the OP_phoney_* code from report_evil_fh() into report_wrongway_fh()Nicholas Clark2010-12-281-1/+1
* Don’t use PL_op without checking it first.Father Chrysostomos2010-09-201-1/+3
* Fix "Wide character in warn" warningFather Chrysostomos2010-09-161-1/+1
* add my_[l]stat_flags(); make my_[l]stat() mathomsDavid Mitchell2010-07-031-4/+4
* RT #75812: apply get magic before checking flags, PVXTony Cook2010-06-251-3/+6
* Move PERL_ASYNC_CHECK() from POPBLOCK() to the kill case of Perl_apply().Nicholas Clark2010-04-181-0/+2
* [perl #73626] get magic wasn't called on 3rd arg of openDavid Mitchell2010-03-211-1/+2
* CYG23-544-statReini Urban2010-01-141-0/+4
* [perl #70802] -i'*' refuses to workTony Cook2009-12-031-1/+1
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-27/+19
* Fix compiler warning in doio.cJerry D. Hedden2009-07-091-4/+7
* Make kill() fatal for non-numeric pidsDavid Golden2009-07-091-0/+6
* Add test to make sure everything that outputs an exception or warning has a m...James Mastros2009-06-271-0/+11
* Remove all the 5005threads specific mutex macros, which are now vestigial.Nicholas Clark2009-05-211-2/+0
* Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code.Nicholas Clark2009-04-271-12/+1
* Fix perl #63924: shmget limited to 32 bit segment size on 64 bit OSMarcus Holland-Moritz2009-03-241-3/+3
* Fix change 35082 by manually expanding do_open() to Perl_do_openn().Nicholas Clark2008-12-141-5/+5
* Re: [perl #60904] Race condition with perl -i.bkChip Salzenberg2008-12-131-9/+6
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2008-12-051-5/+5
* Just s/Perl_/S_/ isn't good enough - you also need to add the C<static>Nicholas Clark2008-11-261-1/+1
* ingroup() is only used in doio.c.Nicholas Clark2008-11-261-1/+1