This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
the uncontroversial doc patches
[perl5.git] / doio.c
2001-03-02 Radu GreabRe: sync sync sync: have I missed any patches?
2001-02-28 Tim JennessRe: sync sync sync: have I missed any patches?
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-17 Doug MacEachern[patch] -Wall
2001-02-08 Charles BaileySYN SYN
2001-01-28 Jarkko HietaniemiPatch from Inaba Hiroto:
2001-01-24 Charles BaileySYN SYN
2001-01-20 Nick Ing-SimmonsInfrastructure to allow:
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-29 Jarkko HietaniemiFurther VMS piping fixes from Charles Lane:
2000-12-13 Nicholas Clarkmove startglob out of pp_hot.c
2000-12-09 Nick Ing-SimmonsMake print, syswrite, send, readline, getc honour utf8...
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Nick Ing-SimmonsQuieten some noise in Win32 builds:
2000-11-25 Nick Ing-SimmonsIntegrate mainline.
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-24 Jarkko HietaniemiIntegrate perlio:
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 Jarkko HietaniemiSOCKS wrestling continues, patches from Jens Hamisch.
2000-11-23 Jarkko HietaniemiFinish unfinished SOCKS workaround changes.
2000-11-22 Jarkko HietaniemiMore SOCKS versus 64-bit patches from Jens Hamisch.
2000-11-22 Jarkko HietaniemiGo ahead and #include <unistd.h> in perl.h.
2000-11-21 Jarkko HietaniemiIntegrate perlio:
2000-11-21 Jarkko HietaniemiExport the SOCKS workaround symbols only if necessary.
2000-11-20 Nick Ing-SimmonsIntegrate mainline
2000-11-20 Nick Ing-SimmonsMake extra buffer layer work (dummy crlf layer)
2000-11-20 Jarkko HietaniemiAdd a workaround to SOCKS 64-bit problems.
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-16 Nick Ing-SimmonsMinor tweaks:
2000-11-14 Jens HamischHoist the duplicated socket/netdb include logic to...
2000-10-20 Jens HamischSOCKS function redefinitions need prototypes, too,...
2000-10-20 Charles BaileySYN SYN
2000-10-19 Nicholas ClarkPATCH do_print has 2 PerlIO_error()s
2000-10-18 Jarkko HietaniemiDisable the UTF8 downgrade croakage for now to avoid
2000-10-17 Jarkko HietaniemiOn output try to downgrade to bytes, croak if impossible,
2000-10-17 Nicholas ClarkWorkaround for a sfio bug where the stream error indicator
2000-10-17 Jarkko HietaniemiMore IoTYPE sprinkling.
2000-10-04 Jarkko HietaniemiCode around the stat-on-a-pipe-returns-a-mode-of-zero bug
2000-08-06 Jarkko HietaniemiHave symbols for the IoTYPEs.
2000-08-06 Jarkko HietaniemiContinue fixing the io warnings. This also
2000-08-04 Jarkko HietaniemiIn the warnings call filehandles consistently so;
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Jarkko HietaniemiThe name of a filehandle does not have <these>.
2000-08-02 Gurusamy SarathyRemove the extraneous "main::" prefix from all the
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6325..6373 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6293..6324 into mainline
2000-07-11 Roderick SchertlerFix for
2000-07-11 Gurusamy Sarathyintegrate cfgperl change#6217 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-06-23 Doug MacEachernAvoid double close().
2000-06-09 Jarkko HietaniemiRename the fdpid locking and integrate with Sarathy.
2000-06-07 Jarkko HietaniemiMopup for #6207 and #6209.
2000-06-07 Dan SugalskiLock PL_fdpid against race conditions, based on:
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-19 Jarkko HietaniemiTaint msgrcv() messages; general SysV IPC cleanup.
2000-03-19 Jarkko HietaniemiTaint shmread().
2000-03-11 Gurusamy Sarathytweaks for lynxos build (from Ed Mooring <mooring@lynx...
2000-03-09 Gurusamy Sarathysupport binmode(F,":crlf") and use open IN => ":raw...
2000-03-04 Gurusamy Sarathyavoid looking up stale PL_statbuf (spotted by Charles...
2000-03-04 Gurusamy Sarathyavoid warnings from shmread() when given undefined...
2000-02-25 Jarkko HietaniemiConfigure nits; add socksizetype; add getfsstat for...
2000-02-22 Jarkko HietaniemiAdd socklen_t probe; Configure maintenance.
2000-02-19 Gurusamy Sarathysome rearrangement of the includes for easier "microper...
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-02-06 Gurusamy Sarathyuse builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-01-23 Gurusamy Sarathysystem('VAR123=foo cmd') wasn't invoking shell (de...
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-05 Gurusamy Sarathysevere bugs in change#3786 fixed
1999-12-29 Gurusamy Sarathyslurp mode fix in change#2910 wasn't quite right (spott...
1999-12-28 Gurusamy Sarathypartly fix perldiag regressions identified by Tom Chris...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-04 Gurusamy Sarathymake uninitialized value warnings report opcode
1999-12-01 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathyminor USE_ITHREADS tweaks
1999-11-21 Jarkko HietaniemiVMS patches from Peter Prymmer.
1999-11-11 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-08 Gurusamy Sarathypreliminary support for GVOP indirection via pad
1999-11-08 Gurusamy Sarathytweak change#4502
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-02 Jarkko HietaniemiInitial integration of the MacPerl changes form Matthias.
1999-10-31 Gurusamy Sarathymake nested ARGV/$^I loops work correctly; fixes severa...
1999-10-29 Gurusamy Sarathyusurp GVOP slot for new PADOP (one small step to making...
1999-10-26 Gurusamy Sarathywarnings and const violations identified by compiling...
1999-10-06 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-10-02 Jarkko HietaniemiUntangle the IV_IS_QUAD jungle by introduding
1999-09-29 Charles Baileyresync with mainline
1999-09-20 Jarkko HietaniemiAdd usemorebits and uselfs.
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-17 Jarkko HietaniemiThe change #4176 should've undone only the test, not...
1999-09-17 Jarkko HietaniemiTake away the infamous io/dup.t #7.
next