summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Collapse)AuthorAgeFilesLines
* Prevent warnings when STDCHAR is unsignedChip Salzenberg1996-12-231-8/+8
|
* Eliminate PerlIO warnings when setting cnt to -1Chip Salzenberg1996-12-191-3/+3
|
* Re: 5.003_05 is available.Hunter Kelly1996-09-121-4/+3
| | | | Fix PerlIO_reopen parameters.
* perl 5.003_05: perlio.cPerl 5 Porters1996-09-071-1/+24
| | | | | | Eliminate potential "signed vs. unsigned" warning Add PerlIO_reopen and PerlIO_cgetname functions.
* perl 5.003_04: perlio.cPerl 5 Porters1996-08-291-4/+22
| | | | | | | | | | | | | | Removes an incorrect prototype for setlinebuf from perlio.c because it conflicts with the correct declaration in MachTen's stdio.h (and possibly other stdio's as well). Secondly, the code in perlio.c is not handling the (!PERLIO_IS_STDIO & HAS_F[GS]ETPOS) case. The patch fixes this omission (in a rather lumpen manner). I don't think this should affect platforms which try to hack a different path through the #ifdef forest, but this assertion would benefit from testing... Dominic Dunlop
* Fixes to support non-std stdio.Perl 5 Porters1996-08-251-0/+9
|
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-0/+594