Retract #8875, cannot let go of the old semantics of unpack U
[p5sagit/p5-mst-13.2.git] / perlio.c
2001-02-18 Nicholas Clark Apply the spirit of patch from Nicholas Clark:
2001-02-18 Nick Ing-Simmons Fix [ID 20010217.002]
2001-02-18 Nick Ing-Simmons Clean up a few core dumps when layers are used in unexp...
2001-02-08 Charles Bailey SYN SYN
2001-02-04 Nicholas Clark [ID 20010203.006] perlio.c is mis-reporting argument
2001-01-24 Charles Bailey SYN SYN
2001-01-21 Nick Ing-Simmons Make "real" layers of ":utf8" and ":raw".
2001-01-17 Nick Ing-Simmons "Safe" signals - trial implementation.
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-06 Nick Ing-Simmons FILE * in XS code for PerlIO world:
2000-12-31 Nick Ing-Simmons Tweak perlio.c so that makedef.pl-exported perlsio_binm...
2000-12-11 Jarkko Hietaniemi Integrate perlio:
2000-12-11 Nick Ing-Simmons Finish 1st pass of "encoding" layer e.g. :
2000-12-11 Nick Ing-Simmons Restore mmap function (broken by tweaks to shared buffer
2000-12-10 Nick Ing-Simmons Not merge worthy...
2000-12-09 Jarkko Hietaniemi Integrate perlio:
2000-12-09 Nick Ing-Simmons Make print, syswrite, send, readline, getc honour utf8...
2000-12-08 Jarkko Hietaniemi Integrate perlio:
2000-12-07 Nick Ing-Simmons Change PerlIO_(get|set)pos to take SV *
2000-12-07 Jarkko Hietaniemi Integrate perlio:
2000-12-07 Nick Ing-Simmons Various attempts at MSVC debug - not sure what has
2000-12-05 Jarkko Hietaniemi Integrate perlio:
2000-12-05 Nick Ing-Simmons Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
2000-12-05 Jarkko Hietaniemi Integrate perlio:
2000-12-04 Nick Ing-Simmons PERL_IMPLICIT_SYS (almost) works - something odd with...
2000-12-04 Yitzchak Scott-Tho... [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on...
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.
next