summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
...
* Consistently use __sun to identify SunOSBrian Fraser2013-09-231-1/+1
* Replaced an ifdef for sv_dup with USE_ITHREADSBrian Fraser2013-09-211-2/+2
* Remove including config.h (and co) in perlio.hDavid Leadbeater2013-09-101-16/+0
* perlio.c: misuse of SvPV_nolen_constFather Chrysostomos2013-09-091-1/+1
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-8/+12
* Fix PerlIO_get_cnt and friendsLeon Timmermans2013-09-071-4/+5
* Fix segfault in filehandle duplicationLeon Timmermans2013-09-071-1/+1
* perlio.c: Generalize for EBCDICKarl Williamson2013-08-291-15/+19
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-0/+9
* PerlIO_find_layer should not be using memEQ() off the end of the layer name.Nicholas Clark2013-03-251-1/+2
* Ensure only DOSish builds force O_BINARY=1 in the open pathPaul Green2013-03-191-4/+9
* PATCH [perl #112244]Leon Timmermans2013-02-181-0/+2
* Avoid wraparound when casting unsigned size_t to signed ssize_t.Andy Dougherty2013-01-161-4/+4
* Change core calls of isALNUM() to isWORDCHAR()Karl Williamson2012-12-311-1/+1
* more dTHX optimizationsDaniel Dragan2012-11-121-9/+9
* clean up the users of PL_no_memDaniel Dragan2012-11-121-4/+1
* remove various redundant dTHXesDaniel Dragan2012-11-081-2/+4
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-3/+3
* Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19Nicholas Clark2012-07-281-12/+0
* 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
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-1/+3
* Moving :mmap out of core binary into a moduleLeon Timmermans2012-01-301-298/+0
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+1
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+1
* add a couple missing LEAVEs in perlio_async_run()Chip2011-09-251-1/+4
* Don't #include headers already included by perl.hNicholas Clark2011-09-151-7/+0
* The Borland Chainsaw MassacreSteve Hay2011-09-101-20/+1
* Make :utf8 and :bytes MULTIARGLeon Timmermans2011-04-071-2/+2
* Update comment for PerlIOCrlf_pushed wrt 7826b36Leon Timmermans2011-03-251-4/+2
* add refcnt_inc/dec to perldiagFather Chrysostomos2011-02-151-0/+5
* [perl #78494] Pipes cause threads to hang on join()Father Chrysostomos2011-02-151-0/+31
* [perl #38456] binmode FH, ":crlf" only modifies top crlf layerLeon Timmermans2011-01-271-3/+2
* perlio.c: silence format warningsRobin Barker2011-01-271-6/+6
* PerlIO_push returns NULL, not -1, on failure.Craig A. Berry2011-01-211-1/+1
* Fixes 'raw' layer for perl#80764Leon Timmermans2011-01-201-15/+1
* Use PerlIOBase_open for pop, utf8 and bytes layersLeon Timmermans2011-01-201-3/+3
* Define PerlIOBase_openLeon Timmermans2011-01-201-0/+18
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-5/+5
* Make PerlIO marginally reentrantDavid Mitchell2010-11-261-15/+84
* perlio: always guard against null function tableDavid Mitchell2010-11-261-14/+20
* add PerlIO_init_table() to initialise PL_perioDavid Mitchell2010-11-261-2/+12
* add 'head' field to PerlIOl structDavid Mitchell2010-11-261-0/+31
* make PL_perlio an array of PerlIOl, not PerlIO *David Mitchell2010-11-261-37/+42
* Make perlio line buffer VMS record-oriented files on output.Craig A. Berry2010-11-171-0/+16
* Rename PERLIO_BUFSIZ to PERLIOBUF_DEFAULT_BUFSIZ.Craig A. Berry2010-11-101-1/+1
* Make the buffer size for the perlio layer a macro.Craig A. Berry2010-11-091-1/+1
* localize $@ during binmode (RT#78844)David Golden2010-11-061-0/+3
* full API for cop hint hashesZefram2010-10-211-2/+1
* [perl #73754] Better error message for PerlIO layer implementationsTye McQueen2010-09-261-3/+8