Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a note about other, yet unsupported, shadow password APIs. | Jarkko Hietaniemi | 2000-05-08 | 1 | -0/+44 |
| | | | p4raw-id: //depot/cfgperl@6098 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-08 | 1 | -1/+3 |
|\ | | | | | p4raw-id: //depot/cfgperl@6096 | ||||
| * | cygwin update (from Eric Fifer <efifer@sanwaint.com>) | Gurusamy Sarathy | 2000-05-08 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/perl@6094 | ||||
| * | fork() failure to create pseudo process sets errno=EAGAIN and returns | Gurusamy Sarathy | 2000-05-08 | 1 | -0/+2 |
| | | | | | | | | | | undef on windows (from Clinton Pierce <clintp@geeksalad.org>) p4raw-id: //depot/perl@6093 | ||||
* | | Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT, | Jarkko Hietaniemi | 2000-05-07 | 1 | -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 Hietaniemi | 2000-05-04 | 1 | -6/+6 |
|\ | | | | | p4raw-id: //depot/cfgperl@6065 | ||||
| * | change#5905 wasn't quite right--it's intent only applies when arguments | Gurusamy Sarathy | 2000-05-04 | 1 | -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 adjustments | Gurusamy Sarathy | 2000-05-01 | 1 | -51/+51 |
| | | | | | | p4raw-id: //depot/perl@6032 | ||||
* | | Call getspnam() only iff needed. | Jarkko Hietaniemi | 2000-05-02 | 1 | -10/+6 |
| | | | | | | p4raw-id: //depot/cfgperl@6047 | ||||
* | | pwent/spent #ifdef imbalance. | Jarkko Hietaniemi | 2000-05-02 | 1 | -4/+5 |
| | | | | | | p4raw-id: //depot/cfgperl@6038 | ||||
* | | Correct Freudian slip. | Jarkko Hietaniemi | 2000-05-01 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@6036 | ||||
* | | Continue on the pwent/spent case. | Jarkko Hietaniemi | 2000-05-01 | 1 | -43/+37 |
| | | | | | | p4raw-id: //depot/cfgperl@6035 | ||||
* | | Rewrite the pwent/spent logic to be a little bit more clearer. | Jarkko Hietaniemi | 2000-05-01 | 1 | -24/+22 |
|/ | | | p4raw-id: //depot/cfgperl@6033 | ||||
* | Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. | Jarkko Hietaniemi | 2000-04-24 | 1 | -1/+0 |
| | | | | | Now pp_ncmp() returns undef is either operand is a NaN. p4raw-id: //depot/cfgperl@5943 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-24 | 1 | -1/+1 |
| | | | p4raw-id: //depot/cfgperl@5937 | ||||
* | pp_gmtime() assumed that newSVpvf %d would take C ints, | Jarkko Hietaniemi | 2000-03-31 | 1 | -6/+6 |
| | | | | | an assumption which #5905 demolished. p4raw-id: //depot/cfgperl@5907 | ||||
* | Taint also the passwd field of the getpw*(). | Jarkko Hietaniemi | 2000-03-19 | 1 | -0/+4 |
| | | | p4raw-id: //depot/cfgperl@5810 | ||||
* | (Re-)introduce $uidsign and $gidsign. | Jarkko Hietaniemi | 2000-03-18 | 1 | -1/+20 |
| | | | p4raw-id: //depot/cfgperl@5808 | ||||
* | Taint the shell from the getpw*. | Jarkko Hietaniemi | 2000-03-18 | 1 | -0/+4 |
| | | | p4raw-id: //depot/cfgperl@5805 | ||||
* | Use the newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -15/+15 |
| | | | p4raw-id: //depot/cfgperl@5804 | ||||
* | fix signedness in test for syswrite() length argument | Gurusamy Sarathy | 2000-03-17 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@5768 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-17 | 1 | -17/+31 |
| | | | p4raw-id: //depot/perl@5767 | ||||
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -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 as | Gurusamy Sarathy | 2000-03-09 | 1 | -3/+20 |
| | | | | | "text" p4raw-id: //depot/perl@5625 | ||||
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -10/+8 |
| | | | p4raw-id: //depot/perl@5540 | ||||
* | tweak change#5286 (we don't ever get to pp_glob() if we're using | Gurusamy Sarathy | 2000-02-27 | 1 | -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 fail | Gurusamy Sarathy | 2000-02-27 | 1 | -0/+4 |
| | | | | | when tainting anymore if using internal globbing p4raw-id: //depot/perl@5286 | ||||
* | make readdir() respect IOf_UNTAINT flag (allows untainting of directory | Gurusamy Sarathy | 2000-02-27 | 1 | -2/+4 |
| | | | | | handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;> p4raw-id: //depot/perl@5285 | ||||
* | Resync with mainline | Charles Bailey | 2000-02-26 | 1 | -20/+30 |
|\ | | | | | p4raw-id: //depot/vmsperl@5269 | ||||
| * | Rhapsody/Darwin patches from Wilfredo Sanchez. | Jarkko Hietaniemi | 2000-02-26 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@5262 | ||||
| * | Configure nits; add socksizetype; add getfsstat for completeness; | Jarkko Hietaniemi | 2000-02-25 | 1 | -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 Hietaniemi | 2000-02-24 | 1 | -2/+10 |
| | | | | | | p4raw-id: //depot/cfgperl@5239 | ||||
| * | Add socklen_t probe; Configure maintenance. | Jarkko Hietaniemi | 2000-02-22 | 1 | -4/+9 |
| | | | | | | p4raw-id: //depot/cfgperl@5213 | ||||
| * | default mkdir() mode argument to 0777 | Gurusamy Sarathy | 2000-02-20 | 1 | -2/+9 |
| | | | | | | p4raw-id: //depot/perl@5164 | ||||
| * | some rearrangement of the includes for easier "microperl" build; | Gurusamy Sarathy | 2000-02-19 | 1 | -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 files | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+10 |
| | | | | | | | | | | and pipes p4raw-id: //depot/perl@5137 | ||||
| * | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
| | | | | | | | | | | years (from Gisle Aas) p4raw-id: //depot/perl@5009 | ||||
| * | Largefilify offsets of tied handles. | Jarkko Hietaniemi | 2000-02-04 | 1 | -0/+4 |
| | | | | | | p4raw-id: //depot/cfgperl@4996 | ||||
| * | on cygwin, h_errno is now "__declspec(dllimport) int h_errno" | Gurusamy Sarathy | 2000-02-02 | 1 | -1/+1 |
| | | | | | | | | | | (from Eric Fifer <EFifer@sanwaint.com>) p4raw-id: //depot/perl@4965 | ||||
| * | truncate(FH) flushes FH before truncating it | Gurusamy Sarathy | 2000-01-22 | 1 | -4/+8 |
| | | | | | | p4raw-id: //depot/perl@4838 | ||||
| * | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 1 | -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 Sarathy | 2000-01-21 | 1 | -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 Sarathy | 1999-12-28 | 1 | -2/+0 |
| | | | | | | | | | | by Ralph Corderoy <ralph@inputplus.demon.co.uk>) p4raw-id: //depot/perl@4733 | ||||
| * | partly fix perldiag regressions identified by Tom Christiansen | Gurusamy Sarathy | 1999-12-28 | 1 | -11/+13 |
| | | | | | | p4raw-id: //depot/perl@4709 | ||||
| * | bring in basic threads stuff under USE_ITHREADS | Gurusamy Sarathy | 1999-12-23 | 1 | -2/+2 |
| | | | | | | p4raw-id: //depot/perl@4704 | ||||
| * | typos in change#4660 | Gurusamy Sarathy | 1999-12-07 | 1 | -2/+2 |
| | | | | | | | | | | p4raw-link: @4660 on //depot/perl: 014822e4c0d7b7cfffc319235fe7ea64ec87ecae p4raw-id: //depot/perl@4661 | ||||
| * | tweaks for building with -DUSE_ITHREADS on !WIN32 platforms; | Gurusamy Sarathy | 1999-12-06 | 1 | -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 bug | Gurusamy Sarathy | 1999-12-04 | 1 | -3/+21 |
| | | | | | | | | | | | | where eof() would operate on any last-read filehandle, not just ARGV p4raw-id: //depot/perl@4642 | ||||
| * | minor USE_ITHREADS tweaks | Gurusamy Sarathy | 1999-12-01 | 1 | -5/+5 |
| | | | | | | p4raw-id: //depot/perl@4603 | ||||
| * | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -18/+25 |
| | | | | | | p4raw-id: //depot/perl@4602 |