summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes the case where on 64bit big-endian boxes, calls to semctl(id,semnum,SET...Brian Childs2013-12-091-2/+7
* doio.c: Remove EBCDIC dependencyKarl Williamson2013-12-031-4/+0
* Check unlink on directory for all users, not just root.Craig A. Berry2013-12-021-1/+1
* Make unlink on directory as root set errno.Evan Zacks2013-12-021-1/+5
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-281-3/+13
* fix 'ignoring return value' compiler warningsDavid Mitchell2013-11-241-3/+8
* silence some compiler warningsDavid Mitchell2013-11-131-1/+1
* Removed the ifdefs for INCOMPLETE_TAINTSBrian Fraser2013-09-211-4/+0
* Remove the ifdefs for ULTRIX_STDIO_BOTCHBrian Fraser2013-09-211-8/+0
* [perl #117265] move the "glob failed" warning to the point of failureTony Cook2013-09-091-0/+6
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-12/+18
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-4/+21
* -l $handle warning: globs, iorefs, utf8Father Chrysostomos2013-06-041-3/+18
* Fix -Wformat-security issuesNiko Tyni2013-05-101-2/+2
* 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