summaryrefslogtreecommitdiff
path: root/perlio.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate perlio:Jarkko Hietaniemi2000-11-211-14/+91
|\
| * Win32 builds and runs (mostly) with USE_PERLIO.Nick Ing-Simmons2000-11-211-1/+17
| * Make extra buffer layer work (dummy crlf layer)Nick Ing-Simmons2000-11-201-13/+74
* | Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]Dominic Dunlop2000-11-211-0/+6
|/
* Add dummy crlf layer (just as buffer)Nick Ing-Simmons2000-11-191-1/+36
* Special case :crlf and :raw in dummy PerlIO_apply_layersNick Ing-Simmons2000-11-191-0/+4
* Compiler denit.Jarkko Hietaniemi2000-11-181-0/+2
* Lexical use open ... support:Nick Ing-Simmons2000-11-181-4/+54
* Basic tweaks to do_open() type parsing to allow layer/disciplineNick Ing-Simmons2000-11-181-30/+36
* Experiment on use of attributes.pm interface.Nick Ing-Simmons2000-11-171-7/+92
* Minor tweaks:Nick Ing-Simmons2000-11-161-2/+2
* Integrate perlio:Jarkko Hietaniemi2000-11-141-176/+75
|\
| * PerlIO #include and #ifdef re-work.Nick Ing-Simmons2000-11-141-176/+75
* | Redo #7679 with LFs instead of CRLFs.Jarkko Hietaniemi2000-11-141-14/+14
* | Get PerlIO building on Win32Benjamin Stuhl2000-11-141-14/+14
|/
* Make PerlIO_getpos() to behave like fgetpos() on return.Jarkko Hietaniemi2000-11-131-1/+1
* fputs() does return EOF on error but here we don't care.Jarkko Hietaniemi2000-11-131-1/+2
* [ID 20001112.008] perlio.c's PerlIO_getpos ingores error returnNicholas Clark2000-11-131-1/+1
* Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)Nick Ing-Simmons2000-11-121-4/+4
* More descriptive error for unknown perlio layers.Dominic Dunlop2000-11-111-1/+1
* Use sysconf() or getpagesize() to find out the pagesize.Jarkko Hietaniemi2000-11-111-1/+34
* Fixup mmap layer by doing mmap() calls on pagesize boundaries.Nick Ing-Simmons2000-11-111-15/+49
* Re-instate stdio large file support via perlio.Nick Ing-Simmons2000-11-101-0/+9
* int/ptr casts in perlio.cRobin Barker2000-11-081-2/+2
* Re-introduce 7552 lost in integration.Jarkko Hietaniemi2000-11-061-2/+1
* Remove debug. Try (Mmap_t) on madvise() call.Nick Ing-Simmons2000-11-061-19/+5
* Added a mmap layer as a "subclass" of perlio.Nick Ing-Simmons2000-11-051-70/+404
* Fix read from STDERR on raw unix layer for Solaris where fd 2 isNick Ing-Simmons2000-11-051-0/+2
* Fix case where ungetc(f,EOF) was allowed.Nick Ing-Simmons2000-11-051-12/+24
* PerlIO infrastructure complete.Nick Ing-Simmons2000-11-041-24/+162
* Type tweaks + less contorted allocation schemeNick Ing-Simmons2000-11-041-61/+57
* Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ingNick Ing-Simmons2000-11-041-17/+61
* Implement stack of layers - (perlio.c _is_ derived from the old file honest...)Nick Ing-Simmons2000-11-031-440/+1224
* Perlio fixes discovered on big-endian & very traditional Solaris:Nick Ing-Simmons2000-10-301-21/+6
* PerlIO passes all tests.Nick Ing-Simmons2000-10-291-26/+24
* Include <unistd.h> to get correct lseek() prototype etc.Nick Ing-Simmons2000-10-291-1/+4
* Fixed two bugs:Nick Ing-Simmons2000-10-291-16/+45
* Prototype (stdio-like) PerlIO passing basic tests. Checked inNick Ing-Simmons2000-10-291-217/+631
* microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-1/+5
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-081-1/+1
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-171-1/+2
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-5/+3
* Fix LFS with -Duseperlio in Solaris. Reported inRobin Barker1999-09-041-0/+8
* Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-161-2/+2
* Jumbo Configure and large file support update.Jarkko Hietaniemi1999-08-131-8/+8
* Minor fixes to linux -Dusethreads -Duseperlio.Jarkko Hietaniemi1999-08-041-7/+5
* Retract #3912, much too many compilation warningsJarkko Hietaniemi1999-08-031-7/+7
* (Retracted). See #3913.Sven Verdoolaege1999-08-031-7/+7
* The "-Dusethreads -Duseperlio" combination failed.Spider Boardman1999-08-031-3/+12
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+4