Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
[p5sagit/p5-mst-13.2.git] / perlio.c
2000-12-05 Nick Ing-Simmons Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
2000-12-04 Nick Ing-Simmons PERL_IMPLICIT_SYS (almost) works - something odd with...
2000-12-03 Nick Ing-Simmons PERL_IMPLICIT_SYS compiles but does not work.
2000-12-03 Nick Ing-Simmons Make iperlsys.h vector stdio not PerlIO.
2000-12-01 Nick Ing-Simmons Integrate mainline
2000-12-01 Nick Ing-Simmons Fix 'mmap' lib/filehand.t (ungetc) test fail.
2000-11-30 Robin Barker toke.c perlio.c -Wformat nits
2000-11-28 Nick Ing-Simmons Initial tidy of setmode() muddle (UNIX does not have...
2000-11-28 Jarkko Hietaniemi setmode() is a DOSish-only thing.
2000-11-27 Jarkko Hietaniemi __FUNCTION__ isn't portable and trying to emulate it...
2000-11-25 Nick Ing-Simmons Integrate mainline.
2000-11-25 Nick Ing-Simmons All tests pass on Win32/gcc/USE_PERLIO.
2000-11-25 Jens Hamisch Undo the SOCKS workarounds, instead start using PerlIO
2000-11-24 Nick Ing-Simmons Re-arrange crlf vs binary for platforms that care.
2000-11-23 Nick Ing-Simmons Win32/perlio Now just fails one io/argv.t test - lack
2000-11-23 Nick Ing-Simmons Win32 passes all but t/lib/peek.t with perlio and home...
2000-11-23 Nick Ing-Simmons Implement PerlIO_binmode()
2000-11-23 Nick Ing-Simmons Implement crlf layer - not ready for merge.
2000-11-22 Nick Ing-Simmons Win32 PerlIO intermediate state now working as expected.
2000-11-21 Jarkko Hietaniemi Integrate perlio:
2000-11-21 Nick Ing-Simmons Win32 builds and runs (mostly) with USE_PERLIO.
2000-11-21 Dominic Dunlop Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4...
2000-11-20 Nick Ing-Simmons Make extra buffer layer work (dummy crlf layer)
2000-11-19 Nick Ing-Simmons Add dummy crlf layer (just as buffer)
2000-11-19 Nick Ing-Simmons Special case :crlf and :raw in dummy PerlIO_apply_layers
2000-11-18 Jarkko Hietaniemi Compiler denit.
2000-11-18 Nick Ing-Simmons Lexical use open ... support:
2000-11-18 Nick Ing-Simmons Basic tweaks to do_open() type parsing to allow layer...
2000-11-17 Nick Ing-Simmons Experiment on use of attributes.pm interface.
2000-11-16 Nick Ing-Simmons Minor tweaks:
2000-11-14 Jarkko Hietaniemi Integrate perlio:
2000-11-14 Nick Ing-Simmons PerlIO #include and #ifdef re-work.
2000-11-14 Jarkko Hietaniemi Redo #7679 with LFs instead of CRLFs.
2000-11-14 Benjamin Stuhl Get PerlIO building on Win32
2000-11-13 Jarkko Hietaniemi Make PerlIO_getpos() to behave like fgetpos() on return.
2000-11-13 Jarkko Hietaniemi fputs() does return EOF on error but here we don't...
2000-11-13 Nicholas Clark [ID 20001112.008] perlio.c's PerlIO_getpos ingores...
2000-11-12 Nick Ing-Simmons Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
2000-11-11 Dominic Dunlop More descriptive error for unknown perlio layers.
2000-11-11 Jarkko Hietaniemi Use sysconf() or getpagesize() to find out the pagesize.
2000-11-11 Nick Ing-Simmons Fixup mmap layer by doing mmap() calls on pagesize...
2000-11-10 Nick Ing-Simmons Re-instate stdio large file support via perlio.
2000-11-08 Robin Barker int/ptr casts in perlio.c
2000-11-06 Jarkko Hietaniemi Re-introduce 7552 lost in integration.
2000-11-06 Nick Ing-Simmons Remove debug. Try (Mmap_t) on madvise() call.
2000-11-05 Jarkko Hietaniemi Fake __FUNCTION__ for non-gcc builds, cast madvise()
2000-11-05 Jarkko Hietaniemi Integrate perlio:
2000-11-05 Nick Ing-Simmons Added a mmap layer as a "subclass" of perlio.
2000-11-05 Jarkko Hietaniemi Integrate perlio:
2000-11-05 Nick Ing-Simmons Fix read from STDERR on raw unix layer for Solaris...
2000-11-05 Nick Ing-Simmons Fix case where ungetc(f,EOF) was allowed.
2000-11-04 Jarkko Hietaniemi Some cpps don't like splitting conditionals across...
2000-11-04 Nick Ing-Simmons PerlIO infrastructure complete.
2000-11-04 Nick Ing-Simmons Type tweaks + less contorted allocation scheme
2000-11-04 Nick Ing-Simmons Fix for stdio as default "discipline" - PerlIO_init...
2000-11-03 Nick Ing-Simmons Implement stack of layers - (perlio.c _is_ derived...
2000-10-30 Nick Ing-Simmons Perlio fixes discovered on big-endian ...
2000-10-29 Nick Ing-Simmons PerlIO passes all tests.
2000-10-29 Nick Ing-Simmons Include <unistd.h> to get correct lseek() prototype...
2000-10-29 Nick Ing-Simmons Fixed two bugs:
2000-10-29 Nick Ing-Simmons Prototype (stdio-like) PerlIO passing basic tests....
2000-10-24 Nicholas Clark Check if stdio supports tweaking lval and cnt simultane...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-05-31 Jarkko Hietaniemi microperl changes from Simon Cozens; Makefile for microperl
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-10-17 Gurusamy Sarathy support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-09-04 Robin Barker Fix LFS with -Duseperlio in Solaris. Reported in
1999-08-16 Jarkko Hietaniemi Batch of small 64-bit/long double/large file support...
1999-08-13 Jarkko Hietaniemi Jumbo Configure and large file support update.
1999-08-04 Jarkko Hietaniemi Minor fixes to linux -Dusethreads -Duseperlio.
1999-08-03 Jarkko Hietaniemi Retract #3912, much too many compilation warnings
1999-08-03 Sven Verdoolaege (Retracted). See #3913.
1999-08-03 Spider Boardman The "-Dusethreads -Duseperlio" combination failed.
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-24 Gurusamy Sarathy ansify perlio.c, fix PerlIO-ish typos
1998-09-25 Gurusamy Sarathy big Configure update from Jarkko: sync metaconfig units...
1998-06-21 Douglas Lankshear applied patch, along with many changes:
1998-05-29 Gurusamy Sarathy [win32] misc changes
1997-10-31 Nick Ing-Simmons Convert miniperl sources to ANSI C. Several passes of
1997-06-11 Tim Bunce [differences between cumulative patch application and...
1997-04-29 Spider Boardman Fix warning wrt return value of PerlIO_getname()
1997-04-14 Hallvard B Furuseth Return a value from PerlIO_{,un}getc
1997-04-04 Chip Salzenberg Use SSize_t for values of PerlIO_{read,write}
1997-03-22 Chip Salzenberg In perlio, fix vprintf() definition and define vfprintf()
1996-12-23 Chip Salzenberg Prevent warnings when STDCHAR is unsigned
1996-12-19 Chip Salzenberg Eliminate PerlIO warnings when setting cnt to -1
1996-09-12 Hunter Kelly Re: 5.003_05 is available.
1996-09-07 Perl 5 Porters perl 5.003_05: perlio.c
1996-08-29 Perl 5 Porters perl 5.003_04: perlio.c
1996-08-25 Perl 5 Porters Fixes to support non-std stdio.
1996-08-10 Larry Wall perl 5.003_02: [no incremental changelog available]