summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a note about other, yet unsupported, shadow password APIs.Jarkko Hietaniemi2000-05-081-0/+44
| | | p4raw-id: //depot/cfgperl@6098
* Integrate with Sarathy.Jarkko Hietaniemi2000-05-081-1/+3
|\ | | | | p4raw-id: //depot/cfgperl@6096
| * cygwin update (from Eric Fifer <efifer@sanwaint.com>)Gurusamy Sarathy2000-05-081-1/+1
| | | | | | p4raw-id: //depot/perl@6094
| * fork() failure to create pseudo process sets errno=EAGAIN and returnsGurusamy Sarathy2000-05-081-0/+2
| | | | | | | | | | undef on windows (from Clinton Pierce <clintp@geeksalad.org>) p4raw-id: //depot/perl@6093
* | Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,Jarkko Hietaniemi2000-05-071-8/+0
|/ | | | | | because we do not use those. The HAS_GETSPNAM remains, though, because we still do use that. p4raw-id: //depot/cfgperl@6088
* Integrate with Sarathy.Jarkko Hietaniemi2000-05-041-6/+6
|\ | | | | p4raw-id: //depot/cfgperl@6065
| * change#5905 wasn't quite right--it's intent only applies when argumentsGurusamy Sarathy2000-05-041-6/+6
| | | | | | | | | | | | | | | | to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well p4raw-link: @5907 on //depot/cfgperl: 7cfcdf208eb7eff0b6f8313f1a5b14880681119d p4raw-link: @5905 on //depot/cfgperl: 686fa4bb8e88f0c9a36218cdbf3c49f4a7b93b2a p4raw-id: //depot/perl@6064
| * whitespace adjustmentsGurusamy Sarathy2000-05-011-51/+51
| | | | | | p4raw-id: //depot/perl@6032
* | Call getspnam() only iff needed.Jarkko Hietaniemi2000-05-021-10/+6
| | | | | | p4raw-id: //depot/cfgperl@6047
* | pwent/spent #ifdef imbalance.Jarkko Hietaniemi2000-05-021-4/+5
| | | | | | p4raw-id: //depot/cfgperl@6038
* | Correct Freudian slip.Jarkko Hietaniemi2000-05-011-1/+1
| | | | | | p4raw-id: //depot/cfgperl@6036
* | Continue on the pwent/spent case.Jarkko Hietaniemi2000-05-011-43/+37
| | | | | | p4raw-id: //depot/cfgperl@6035
* | Rewrite the pwent/spent logic to be a little bit more clearer.Jarkko Hietaniemi2000-05-011-24/+22
|/ | | p4raw-id: //depot/cfgperl@6033
* Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.Jarkko Hietaniemi2000-04-241-1/+0
| | | | | Now pp_ncmp() returns undef is either operand is a NaN. p4raw-id: //depot/cfgperl@5943
* Integrate with Sarathy.Jarkko Hietaniemi2000-04-241-1/+1
| | | p4raw-id: //depot/cfgperl@5937
* pp_gmtime() assumed that newSVpvf %d would take C ints,Jarkko Hietaniemi2000-03-311-6/+6
| | | | | an assumption which #5905 demolished. p4raw-id: //depot/cfgperl@5907
* Taint also the passwd field of the getpw*().Jarkko Hietaniemi2000-03-191-0/+4
| | | p4raw-id: //depot/cfgperl@5810
* (Re-)introduce $uidsign and $gidsign.Jarkko Hietaniemi2000-03-181-1/+20
| | | p4raw-id: //depot/cfgperl@5808
* Taint the shell from the getpw*.Jarkko Hietaniemi2000-03-181-0/+4
| | | p4raw-id: //depot/cfgperl@5805
* Use the newSVuv().Jarkko Hietaniemi2000-03-181-15/+15
| | | p4raw-id: //depot/cfgperl@5804
* fix signedness in test for syswrite() length argumentGurusamy Sarathy2000-03-171-3/+3
| | | p4raw-id: //depot/perl@5768
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-171-17/+31
| | | p4raw-id: //depot/perl@5767
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-3/+12
| | | | | semantics; the pragma sets defaults for both open() and qx// p4raw-id: //depot/perl@5628
* patch from Larry to make -T filetest algorithm recognize utf8 asGurusamy Sarathy2000-03-091-3/+20
| | | | | "text" p4raw-id: //depot/perl@5625
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-10/+8
| | | p4raw-id: //depot/perl@5540
* tweak change#5286 (we don't ever get to pp_glob() if we're usingGurusamy Sarathy2000-02-271-4/+4
| | | | | | | the internal glob()) p4raw-link: @5286 on //depot/perl: 3a4b19e44cf4e74b7a6a58fed36ba3ca9cafc864 p4raw-id: //depot/perl@5289
* remove outdated info about csh and glob(); glob() need not failGurusamy Sarathy2000-02-271-0/+4
| | | | | when tainting anymore if using internal globbing p4raw-id: //depot/perl@5286
* make readdir() respect IOf_UNTAINT flag (allows untainting of directoryGurusamy Sarathy2000-02-271-2/+4
| | | | | handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;> p4raw-id: //depot/perl@5285
* Resync with mainlineCharles Bailey2000-02-261-20/+30
|\ | | | | p4raw-id: //depot/vmsperl@5269
| * Rhapsody/Darwin patches from Wilfredo Sanchez.Jarkko Hietaniemi2000-02-261-1/+1
| | | | | | p4raw-id: //depot/cfgperl@5262
| * 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
| * MPE/ix patches from Mark Bixby.Jarkko Hietaniemi2000-02-241-2/+10
| | | | | | p4raw-id: //depot/cfgperl@5239
| * Add socklen_t probe; Configure maintenance.Jarkko Hietaniemi2000-02-221-4/+9
| | | | | | p4raw-id: //depot/cfgperl@5213
| * default mkdir() mode argument to 0777Gurusamy Sarathy2000-02-201-2/+9
| | | | | | p4raw-id: //depot/perl@5164
| * 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 close-on-exec flag on sockets too, like we do for filesGurusamy Sarathy2000-02-191-0/+10
| | | | | | | | | | and pipes p4raw-id: //depot/perl@5137
| * 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
| * Largefilify offsets of tied handles.Jarkko Hietaniemi2000-02-041-0/+4
| | | | | | p4raw-id: //depot/cfgperl@4996
| * on cygwin, h_errno is now "__declspec(dllimport) int h_errno"Gurusamy Sarathy2000-02-021-1/+1
| | | | | | | | | | (from Eric Fifer <EFifer@sanwaint.com>) p4raw-id: //depot/perl@4965
| * truncate(FH) flushes FH before truncating itGurusamy Sarathy2000-01-221-4/+8
| | | | | | p4raw-id: //depot/perl@4838
| * add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-2/+2
| | | | | | | | | | <rmb1@cise.npl.co.uk>); fixes for problems so identified p4raw-id: //depot/perl@4836
| * patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-21/+28
| | | | | | | | | | | | more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu> (slightly modified) p4raw-id: //depot/perl@4830
| * remove never-taken branch for making getc() operate on ARGV (spotted Gurusamy Sarathy1999-12-281-2/+0
| | | | | | | | | | by Ralph Corderoy <ralph@inputplus.demon.co.uk>) p4raw-id: //depot/perl@4733
| * partly fix perldiag regressions identified by Tom ChristiansenGurusamy Sarathy1999-12-281-11/+13
| | | | | | p4raw-id: //depot/perl@4709
| * bring in basic threads stuff under USE_ITHREADSGurusamy Sarathy1999-12-231-2/+2
| | | | | | p4raw-id: //depot/perl@4704
| * typos in change#4660Gurusamy Sarathy1999-12-071-2/+2
| | | | | | | | | | p4raw-link: @4660 on //depot/perl: 014822e4c0d7b7cfffc319235fe7ea64ec87ecae p4raw-id: //depot/perl@4661
| * tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;Gurusamy Sarathy1999-12-061-2/+2
| | | | | | | | | | fix bug where lc($readonly) could result in bogus errors p4raw-id: //depot/perl@4660
| * make eof() open ARGV if it isn't open already; also fixes bugGurusamy Sarathy1999-12-041-3/+21
| | | | | | | | | | | | where eof() would operate on any last-read filehandle, not just ARGV p4raw-id: //depot/perl@4642
| * minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-011-5/+5
| | | | | | p4raw-id: //depot/perl@4603
| * more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-18/+25
| | | | | | p4raw-id: //depot/perl@4602