summaryrefslogtreecommitdiff
path: root/perlio.h
Commit message (Expand)AuthorAgeFilesLines
...
* Skeleton of "PerlIO_dup" coded.Nick Ing-Simmons2001-10-161-1/+1
* Reindent the PerlIO files (suggested by NI-S), usedJarkko Hietaniemi2001-09-171-74/+77
* POSIX-BC tweaks from Thomas Dorner.Jarkko Hietaniemi2001-07-051-0/+5
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+2
* Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ishNick Ing-Simmons2001-06-131-1/+1
* PerlIO for VMSCraig A. Berry2001-05-261-0/+6
* Allow someone to write PerlIO::Array, PerlIO::Code, ...Nick Ing-Simmons2001-03-291-1/+1
* Add destruct time hook to PerlIO (for work-in-process implementingNick Ing-Simmons2001-03-251-0/+2
* Perlio internals re-organized.Nick Ing-Simmons2001-03-231-1/+1
* Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.Nick Ing-Simmons2001-03-231-4/+4
* Avoid "reopen" semantics for time being. Fix bug in dup logic.Nick Ing-Simmons2001-03-231-1/+1
* Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOU...Nick Ing-Simmons2001-03-221-0/+3
* FILE * in XS code for PerlIO world:Nick Ing-Simmons2001-01-061-0/+4
* [patch] PerlIO_cleanup() prototypeDoug MacEachern2001-01-061-1/+1
* finding PerlIO symbols for VMSCraig A. Berry2000-12-191-1/+5
* Not merge worthy...Nick Ing-Simmons2000-12-101-1/+1
* Change PerlIO_(get|set)pos to take SV *Nick Ing-Simmons2000-12-071-2/+2
* PERL_IMPLICIT_SYS (almost) works - something odd with "signal"Nick Ing-Simmons2000-12-041-3/+5
* PERL_IMPLICIT_SYS compiles but does not work.Nick Ing-Simmons2000-12-031-0/+6
* Undo the SOCKS workarounds, instead start using PerlIOJens Hamisch2000-11-251-1/+2
* Implement PerlIO_binmode()Nick Ing-Simmons2000-11-231-1/+4
* Integrate perlio:Jarkko Hietaniemi2000-11-211-0/+2
|\
| * Make extra buffer layer work (dummy crlf layer)Nick Ing-Simmons2000-11-201-0/+2
* | PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale t...Craig A. Berry2000-11-211-1/+1
|/
* Lexical use open ... support:Nick Ing-Simmons2000-11-181-1/+6
* Minor tweaks:Nick Ing-Simmons2000-11-161-0/+2
* PerlIO #include and #ifdef re-work.Nick Ing-Simmons2000-11-141-1/+308
* add a perlio.h stub for compat (some extensions seem to #include it)Gurusamy Sarathy1998-06-281-0/+1
* applied patch, along with many changes:Douglas Lankshear1998-06-211-251/+0
* [asperl] add AS patch#20 (exposes more global constants)Gurusamy Sarathy1998-05-011-0/+1
* [asperl] added AS patch#7Douglas Lankshear1998-02-251-34/+34
* [asperl] added AS patch#3Douglas Lankshear1998-02-011-0/+3
* [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-0/+48
* Use SSize_t for values of PerlIO_{read,write}Chip Salzenberg1997-04-041-2/+2
* Prevent warnings when STDCHAR is unsignedChip Salzenberg1996-12-231-3/+3
* perl 5.003_03: perlio.hPerl 5 Porters1996-08-211-26/+32
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-0/+193