summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
...
* silence warnings under NO_TAINT_SUPPORTDavid Mitchell2013-05-091-0/+2
* Restore the warning previously issued by (-l $fh)Ricardo Signes2013-05-081-2/+7
* Add return statements where missing in doio.c IPC functions.Craig A. Berry2013-03-031-0/+3
* Change core calls of isALNUM() to isWORDCHAR()Karl Williamson2012-12-311-1/+1
* doio.c: Use SvREFCNT_dec_NNFather Chrysostomos2012-12-091-1/+1
* Silence some g++ compiler warningsKarl Williamson2012-12-091-1/+1
* Remove "register" declarationsKarl Williamson2012-11-241-6/+6
* Remove the EPOC port.Nicholas Clark2012-11-191-1/+1
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-2/+2
* Remove thread context from Perl_vmssetuserlnm.Craig A. Berry2012-11-031-2/+2
* Omnibus removal of register declarationsKarl Williamson2012-08-181-12/+12
* Magic flags harmonization.Chip Salzenberg2012-07-151-0/+1
* ensure shmread() calls get and set magic onceChip Salzenberg2012-07-101-1/+2
* hold pid in Pid_t, not I32, for kill()Chip Salzenberg2012-07-101-2/+2
* Remove C++isms from doio.cSteve Hay2012-06-261-3/+3
* [perl #112990] Simplify kill implementation and docsDarin McBride2012-06-261-28/+26
* [perl #113798] Don’t hide PATH from perlglobFather Chrysostomos2012-06-231-0/+3
* Make open(... "<&", $fileno) respect magicFather Chrysostomos2012-06-071-1/+4
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* File scope for VMS-specific #includes.Craig A. Berry2012-05-241-1/+4
* doio.c: Add some commentsKarl Williamson2012-05-221-5/+10
* Move stack extension into FT_* macrosFather Chrysostomos2012-05-211-2/+0
* Make filetest ops fiddle the stack lessFather Chrysostomos2012-05-211-10/+4
* PATCH: [perl #111338] Warnings in utf8 subcategories do nothing in isolationKarl Williamson2012-04-171-1/+1
* 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