This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Floating point too messy.
[perl5.git] / perlio.c
2001-03-04 Nicholas Clark[ID 20010303.009] SOCKS5 work around breaks other sockets
2001-02-26 Nicholas Clarkperlio - unknown layer
2001-02-26 Jarkko HietaniemiA missing dTHX from Vadim Konovalov.
2001-02-18 Nicholas ClarkApply the spirit of patch from Nicholas Clark:
2001-02-18 Nick Ing-SimmonsFix [ID 20010217.002]
2001-02-18 Nick Ing-SimmonsClean up a few core dumps when layers are used in unexp...
2001-02-08 Charles BaileySYN SYN
2001-02-04 Nicholas Clark[ID 20010203.006] perlio.c is mis-reporting argument
2001-01-24 Charles BaileySYN SYN
2001-01-21 Nick Ing-SimmonsMake "real" layers of ":utf8" and ":raw".
2001-01-17 Nick Ing-Simmons"Safe" signals - trial implementation.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-06 Nick Ing-SimmonsFILE * in XS code for PerlIO world:
2000-12-31 Nick Ing-SimmonsTweak perlio.c so that makedef.pl-exported perlsio_binm...
2000-12-11 Jarkko HietaniemiIntegrate perlio:
2000-12-11 Nick Ing-SimmonsFinish 1st pass of "encoding" layer e.g. :
2000-12-11 Nick Ing-SimmonsRestore mmap function (broken by tweaks to shared buffer
2000-12-10 Nick Ing-SimmonsNot merge worthy...
2000-12-09 Jarkko HietaniemiIntegrate perlio:
2000-12-09 Nick Ing-SimmonsMake print, syswrite, send, readline, getc honour utf8...
2000-12-08 Jarkko HietaniemiIntegrate perlio:
2000-12-07 Nick Ing-SimmonsChange PerlIO_(get|set)pos to take SV *
2000-12-07 Jarkko HietaniemiIntegrate perlio:
2000-12-07 Nick Ing-SimmonsVarious attempts at MSVC debug - not sure what has
2000-12-05 Jarkko HietaniemiIntegrate perlio:
2000-12-05 Nick Ing-SimmonsWin32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
2000-12-05 Jarkko HietaniemiIntegrate perlio:
2000-12-04 Nick Ing-SimmonsPERL_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-SimmonsPERL_IMPLICIT_SYS compiles but does not work.
2000-12-03 Nick Ing-SimmonsMake iperlsys.h vector stdio not PerlIO.
2000-12-01 Nick Ing-SimmonsIntegrate mainline
2000-12-01 Nick Ing-SimmonsFix 'mmap' lib/filehand.t (ungetc) test fail.
2000-11-30 Robin Barkertoke.c perlio.c -Wformat nits
2000-11-28 Nick Ing-SimmonsInitial tidy of setmode() muddle (UNIX does not have...
2000-11-28 Jarkko Hietaniemisetmode() is a DOSish-only thing.
2000-11-27 Jarkko Hietaniemi__FUNCTION__ isn't portable and trying to emulate it...
2000-11-25 Nick Ing-SimmonsIntegrate mainline.
2000-11-25 Nick Ing-SimmonsAll tests pass on Win32/gcc/USE_PERLIO.
2000-11-25 Jens HamischUndo the SOCKS workarounds, instead start using PerlIO
2000-11-24 Nick Ing-SimmonsRe-arrange crlf vs binary for platforms that care.
2000-11-23 Nick Ing-SimmonsWin32/perlio Now just fails one io/argv.t test - lack
2000-11-23 Nick Ing-SimmonsWin32 passes all but t/lib/peek.t with perlio and home...
2000-11-23 Nick Ing-SimmonsImplement PerlIO_binmode()
2000-11-23 Nick Ing-SimmonsImplement crlf layer - not ready for merge.
2000-11-22 Nick Ing-SimmonsWin32 PerlIO intermediate state now working as expected.
2000-11-21 Jarkko HietaniemiIntegrate perlio:
2000-11-21 Nick Ing-SimmonsWin32 builds and runs (mostly) with USE_PERLIO.
2000-11-21 Dominic DunlopRe: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4...
2000-11-20 Nick Ing-SimmonsMake extra buffer layer work (dummy crlf layer)
2000-11-19 Nick Ing-SimmonsAdd dummy crlf layer (just as buffer)
2000-11-19 Nick Ing-SimmonsSpecial case :crlf and :raw in dummy PerlIO_apply_layers
2000-11-18 Jarkko HietaniemiCompiler denit.
2000-11-18 Nick Ing-SimmonsLexical use open ... support:
2000-11-18 Nick Ing-SimmonsBasic tweaks to do_open() type parsing to allow layer...
2000-11-17 Nick Ing-SimmonsExperiment on use of attributes.pm interface.
2000-11-16 Nick Ing-SimmonsMinor tweaks:
2000-11-14 Jarkko HietaniemiIntegrate perlio:
2000-11-14 Nick Ing-SimmonsPerlIO #include and #ifdef re-work.
2000-11-14 Jarkko HietaniemiRedo #7679 with LFs instead of CRLFs.
2000-11-14 Benjamin StuhlGet PerlIO building on Win32
2000-11-13 Jarkko HietaniemiMake PerlIO_getpos() to behave like fgetpos() on return.
2000-11-13 Jarkko Hietaniemifputs() 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-SimmonsAdd aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
2000-11-11 Dominic DunlopMore descriptive error for unknown perlio layers.
2000-11-11 Jarkko HietaniemiUse sysconf() or getpagesize() to find out the pagesize.
2000-11-11 Nick Ing-SimmonsFixup mmap layer by doing mmap() calls on pagesize...
2000-11-10 Nick Ing-SimmonsRe-instate stdio large file support via perlio.
2000-11-08 Robin Barkerint/ptr casts in perlio.c
2000-11-06 Jarkko HietaniemiRe-introduce 7552 lost in integration.
2000-11-06 Nick Ing-SimmonsRemove debug. Try (Mmap_t) on madvise() call.
2000-11-05 Jarkko HietaniemiFake __FUNCTION__ for non-gcc builds, cast madvise()
2000-11-05 Jarkko HietaniemiIntegrate perlio:
2000-11-05 Nick Ing-SimmonsAdded a mmap layer as a "subclass" of perlio.
2000-11-05 Jarkko HietaniemiIntegrate perlio:
2000-11-05 Nick Ing-SimmonsFix read from STDERR on raw unix layer for Solaris...
2000-11-05 Nick Ing-SimmonsFix case where ungetc(f,EOF) was allowed.
2000-11-04 Jarkko HietaniemiSome cpps don't like splitting conditionals across...
2000-11-04 Nick Ing-SimmonsPerlIO infrastructure complete.
2000-11-04 Nick Ing-SimmonsType tweaks + less contorted allocation scheme
2000-11-04 Nick Ing-SimmonsFix for stdio as default "discipline" - PerlIO_init...
2000-11-03 Nick Ing-SimmonsImplement stack of layers - (perlio.c _is_ derived...
2000-10-30 Nick Ing-SimmonsPerlio fixes discovered on big-endian & very traditiona...
2000-10-29 Nick Ing-SimmonsPerlIO passes all tests.
2000-10-29 Nick Ing-SimmonsInclude <unistd.h> to get correct lseek() prototype...
2000-10-29 Nick Ing-SimmonsFixed two bugs:
2000-10-29 Nick Ing-SimmonsPrototype (stdio-like) PerlIO passing basic tests....
2000-10-24 Nicholas ClarkCheck if stdio supports tweaking lval and cnt simultane...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-05-31 Jarkko Hietaniemimicroperl changes from Simon Cozens; Makefile for microperl
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset 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 Sarathysupport PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-09-04 Robin BarkerFix LFS with -Duseperlio in Solaris. Reported in
1999-08-16 Jarkko HietaniemiBatch of small 64-bit/long double/large file support...
1999-08-13 Jarkko HietaniemiJumbo Configure and large file support update.
next