summaryrefslogtreecommitdiff
path: root/doio.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Basic tweaks to do_open() type parsing to allow layer/disciplineNick Ing-Simmons2000-11-181-49/+66
| | | | | part to be isolated. p4raw-id: //depot/perlio@7736
* Minor tweaks:Nick Ing-Simmons2000-11-161-31/+21
| | | | | | | | consistent way of getting 'rb', 'wb' etc. for binary opens move *perlio::layers to *open::layers a #define to show layers available DOSISH popen/PerlIO had export/import sense inverted. p4raw-id: //depot/perlio@7711
* Hoist the duplicated socket/netdb include logic to perl.h;Jens Hamisch2000-11-141-23/+0
| | | | | | | | undef SETERRNO in case SOCKS has defined it. Based on: Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris Message-Id: <20001114113440.A20005@Strawberry.COM> p4raw-id: //depot/perl@7683
* SOCKS function redefinitions need prototypes, too, otherwiseJens Hamisch2000-10-201-0/+8
| | | | | | | | | for example 32 bit versus 64 bit differences cause a lot of problems. Part of Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler] Message-Id: <20001017083936.A11104@Strawberry.COM> p4raw-id: //depot/perl@7378
* PATCH do_print has 2 PerlIO_error()sNicholas Clark2000-10-191-1/+1
| | | | | Message-ID: <20001019180920.A8440@babyhippo.co.uk> p4raw-id: //depot/perl@7370
* Disable the UTF8 downgrade croakage for now to avoidJarkko Hietaniemi2000-10-181-0/+2
| | | | | too many not okay messages. p4raw-id: //depot/perl@7357
* On output try to downgrade to bytes, croak if impossible,Jarkko Hietaniemi2000-10-171-0/+3
| | | | | | | from Simon Cozens. This means that outputting >255 UTF8 is impossible. Consider this as a strong incentive to get the I/O disciplines implemented. p4raw-id: //depot/perl@7355
* Workaround for a sfio bug where the stream error indicatorNicholas Clark2000-10-171-1/+7
| | | | | | | | is not cleared as documented. Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED)) Message-ID: <20001016182823.J19700@plum.flirble.org> p4raw-id: //depot/perl@7353
* More IoTYPE sprinkling.Jarkko Hietaniemi2000-10-171-11/+12
| | | p4raw-id: //depot/perl@7352
* Code around the stat-on-a-pipe-returns-a-mode-of-zero bugJarkko Hietaniemi2000-10-041-2/+13
| | | | | | | | reported several times by Dominic Dunlop, for example in ID 20000315.008. Patch from Dominic. Patch affects at least MachTen, and possibly other oldish BSDs. Should not break non-broken platforms (tested on LinuxPPC). p4raw-id: //depot/perl@7148
* Have symbols for the IoTYPEs.Jarkko Hietaniemi2000-08-061-25/+25
| | | p4raw-id: //depot/perl@6532
* Continue fixing the io warnings. This alsoJarkko Hietaniemi2000-08-061-23/+30
| | | | | | | sort of fixes bug ID 20000802.003: the core dump is no more. Whether the current behaviour is correct (giving a warning: "Not a format reference"), is another matter. p4raw-id: //depot/perl@6531
* In the warnings call filehandles consistently so;Jarkko Hietaniemi2000-08-041-6/+6
| | | | | add "unopened" warning for stat(). p4raw-id: //depot/perl@6519
* The name of a filehandle does not have <these>.Jarkko Hietaniemi2000-08-021-2/+2
| | | p4raw-id: //depot/perl@6490
* Remove the extraneous "main::" prefix from all theGurusamy Sarathy2000-08-021-1/+1
| | | | | | | | "opened only for", "on closed", and "never opened" warnings. Subject: Re: inappropriate warning Message-Id: <200003201928.LAA32224@maul.ActiveState.com> p4raw-id: //depot/perl@6489
* integrate cfgperl changes#6325..6373 into mainlineGurusamy Sarathy2000-07-111-0/+3
| | | | | | | | (NOTE: today's batch of integrations still untested) p4raw-link: @6373 (not found) p4raw-link: @6325 on //depot/cfgperl: d6ac44cc5a00fa38a56717785146bc16b716472c p4raw-id: //depot/perl@6373
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6324 on //depot/cfgperl: 81bf48a6dbba4b295dfa172a17ca70b654dbf225 p4raw-link: @6293 on //depot/cfgperl: 6e37ea6052902cde1aeb08a2129ffc7c8ea53736 p4raw-id: //depot/perl@6369 p4raw-branched: from //depot/cfgperl@6368 'branch in' lib/Win32.pod lib/lib_pm.PL p4raw-deleted: from //depot/cfgperl@6368 'delete in' pod/Win32.pod (@5937..) pod/buildtoc (@6091..) lib/lib.pm.PL (@6227..) pod/Makefile (@6232..) p4raw-integrated: from //depot/cfgperl@6368 'copy in' thread.h (@5656..) lib/warnings/register.pm (@5704..) ext/B/B/Stash.pm (@5972..) lib/CGI/Util.pm (@6034..) util.c (@6217..) gv.c (@6244..) pp.c (@6260..) doop.c (@6269..) pod/perlfunc.pod (@6277..) pp_ctl.c (@6293..) makedef.pl (@6301..) embed.h global.sym objXSUB.h perlapi.c proto.h (@6305..) win32/Makefile (@6307..) Makefile.SH (@6309..) t/op/method.t (@6312..) sv.h (@6315..) 'ignore' op.c (@6273..) 'merge in' embed.pl win32/win32.c (@6305..) p4raw-integrated: from //depot/cfgperl@6324 'merge in' toke.c (@6307..) p4raw-branched: from //depot/cfgperl@6323 'branch in' pod/buildtoc.PL (@6319..) p4raw-integrated: from //depot/cfgperl@6323 'copy in' pod/perl.pod (@6319..) pod/perltoc.pod (@6322..) 'merge in' MANIFEST (@6319..) p4raw-branched: from //depot/cfgperl@6319 'branch in' pod/Makefile.SH p4raw-integrated: from //depot/cfgperl@6315 'ignore' pp_hot.c (@6313..) p4raw-integrated: from //depot/cfgperl@6311 'copy in' ext/POSIX/POSIX.pod (@6296..) p4raw-integrated: from //depot/cfgperl@6307 'merge in' doio.c (@6223..)
* integrate cfgperl change#6217 into mainlineGurusamy Sarathy2000-07-111-2/+2
| | | | | p4raw-link: @6217 on //depot/cfgperl: cc9b67681954df413fe79f7c379e7b91a3121259 p4raw-id: //depot/perl@6347
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+2
| | | | | | p4raw-link: @6210 on //depot/cfgperl: b8b4c9f3cf6ef09c878a80ff97526a69902a44ca p4raw-link: @6207 on //depot/cfgperl: b37a7757477319a5fcdd5131db15046064f631c4 p4raw-id: //depot/perl@6345
* Taint msgrcv() messages; general SysV IPC cleanup.Jarkko Hietaniemi2000-03-191-0/+4
| | | p4raw-id: //depot/cfgperl@5812
* Taint shmread().Jarkko Hietaniemi2000-03-191-0/+4
| | | p4raw-id: //depot/cfgperl@5811
* tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>)Gurusamy Sarathy2000-03-111-1/+8
| | | p4raw-id: //depot/perl@5642
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-31/+155
| | | | | semantics; the pragma sets defaults for both open() and qx// p4raw-id: //depot/perl@5628
* avoid looking up stale PL_statbuf (spotted by Charles LaneGurusamy Sarathy2000-03-041-2/+6
| | | | | <lane@DUPHY4.Physics.Drexel.Edu>) p4raw-id: //depot/perl@5524
* avoid warnings from shmread() when given undefined variableGurusamy Sarathy2000-03-041-0/+3
| | | | | (from Tom Christiansen) p4raw-id: //depot/perl@5504
* Configure nits; add socksizetype; add getfsstat for completeness;Jarkko Hietaniemi2000-02-251-14/+0
| | | | | | add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX lands; regen Configure. p4raw-id: //depot/cfgperl@5259
* Add socklen_t probe; Configure maintenance.Jarkko Hietaniemi2000-02-221-4/+9
| | | p4raw-id: //depot/cfgperl@5213
* some rearrangement of the includes for easier "microperl" build;Gurusamy Sarathy2000-02-191-6/+0
| | | | | add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk> p4raw-id: //depot/perl@5143
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
| | | | | years (from Gisle Aas) p4raw-id: //depot/perl@5009
* use builtin __CYGWIN__ rather than -DCYGWIN (from Eric FiferGurusamy Sarathy2000-02-061-1/+1
| | | | | <EFifer@sanwaint.com>) p4raw-id: //depot/perl@5008
* system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patchGurusamy Sarathy2000-01-231-1/+1
| | | | | suggested by Dominic Dunlop <domo@computer.org>) p4raw-id: //depot/perl@4864
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-1/+1
| | | | | <rmb1@cise.npl.co.uk>); fixes for problems so identified p4raw-id: //depot/perl@4836
* severe bugs in change#3786 fixedGurusamy Sarathy2000-01-051-20/+23
| | | | | p4raw-link: @3786 on //depot/perl: 6170680bfd1817febf6b13f65734e3e2e6e3f9bf p4raw-id: //depot/perl@4757
* slurp mode fix in change#2910 wasn't quite right (spotted by HansGurusamy Sarathy1999-12-291-0/+1
| | | | | | | Mulder) p4raw-link: @2910 on //depot/perl: fbad3eb55c1f8c84d1dfd0e484ecddeffc891e79 p4raw-id: //depot/perl@4736
* partly fix perldiag regressions identified by Tom ChristiansenGurusamy Sarathy1999-12-281-3/+3
| | | p4raw-id: //depot/perl@4709
* make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-041-1/+1
| | | p4raw-id: //depot/perl@4641
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-12-011-1/+1
|\ | | | | p4raw-id: //depot/perl@4606
| * VMS patches from Peter Prymmer.Jarkko Hietaniemi1999-11-211-1/+1
| | | | | | p4raw-id: //depot/cfgperl@4595
* | minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-011-2/+2
|/ | | p4raw-id: //depot/perl@4603
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-4/+9
|\ | | | | p4raw-id: //depot/cfgperl@4549
| * preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-2/+2
| | | | | | p4raw-id: //depot/perl@4539
| * tweak change#4502Gurusamy Sarathy1999-11-081-2/+7
| | | | | | | | | | p4raw-link: @4502 on //depot/perl: 18708f5a7334d978ddf7562cb7f58e28bec6e4ed p4raw-id: //depot/perl@4535
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-2/+17
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4513
| * make nested ARGV/$^I loops work correctly; fixes several bugsGurusamy Sarathy1999-10-311-2/+17
| | | | | | | | | | | | | | in the way ARGV state was handled in readline(); writing a subroutine to do inplace edits is now possible, provided *ARGV, *ARGVOUT, $^I and $_ are localized where needed p4raw-id: //depot/perl@4502
* | Initial integration of the MacPerl changes form Matthias.Jarkko Hietaniemi1999-11-021-1/+10
|/ | | p4raw-id: //depot/cfgperl@4508
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-2/+2
| | | | | shareable across interpreters) p4raw-id: //depot/perl@4484
* warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-1/+1
| | | | | with GCC v2.95 p4raw-id: //depot/perl@4461
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-061-9/+2
|\ | | | | p4raw-id: //depot/perl@4303
| * Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-9/+2
| | | | | | | | | | | | macros to be used when doing formatted printing: IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN. p4raw-id: //depot/cfgperl@4288
* | make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-1/+1
|/ | | | | | to point at; change places that meant Perl_debug_log rather than PerlIO_stderr() p4raw-id: //depot/perl@4302