summaryrefslogtreecommitdiff
path: root/perlsfio.h
Commit message (Collapse)AuthorAgeFilesLines
* Paper over a crack or two with USE_SFIONick Ing-Simmons2001-06-101-1/+6
| | | p4raw-id: //depot/perlio@10497
* Make XS/Typemap compile (but fail) with sfioNick Ing-Simmons2001-06-091-1/+1
| | | p4raw-id: //depot/perlio@10489
* PerlIO #include and #ifdef re-work.Nick Ing-Simmons2000-11-141-8/+15
| | | p4raw-id: //depot/perlio@7684
* [ID 20001112.007] sfio's sftell isn't ftellNicholas Clark2000-11-131-1/+1
| | | | | Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net> p4raw-id: //depot/perl@7663
* Check if stdio supports tweaking lval and cnt simultaneously.Nicholas Clark2000-10-241-4/+4
| | | | | | Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?) Message-ID: <20001023153932.A10786@plum.flirble.org> p4raw-id: //depot/perl@7427
* sfio2000Daniel MuiƱo2000-08-141-0/+5
| | | | | Message-ID: <20000814165811.B16368@con2-dgi> p4raw-id: //depot/perl@6624
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-281-1/+1
| | | | | <neeri@iis.ee.ethz.ch>) p4raw-id: //depot/perl@6143
* missing PerlIO_reopen() (suggested by sam@daemoninc.com)Gurusamy Sarathy1999-07-071-0/+1
| | | p4raw-id: //depot/perl@3651
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-3/+3
| | | | | | | | | | | | | | | | | | | | | enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops without that enabled): - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR is a noop; tests pass on Solaris; should be faster now! - MULTIPLICITY has been tested with and without PERL_IMPLICIT_CONTEXT on Solaris - improved function database now merged with embed.pl - everything except the varargs functions have foo(a,b,c) macros to provide compatibility - varargs functions default to compatibility variants that get the context pointer using dTHX - there should be almost no source compatibility issues as a result of all this - dl_foo.xs changes other than dl_dlopen.xs untested - still needs documentation, fixups for win32 etc Next step: migrate most non-mutex variables from perlvars.h to intrpvar.h p4raw-id: //depot/perl@3524
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-0/+58