summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Signals-be-gone for microperl.Jarkko Hietaniemi2000-06-011-1/+5
* Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROTJarkko Hietaniemi2000-05-301-23/+66
* Add a note about other, yet unsupported, shadow password APIs.Jarkko Hietaniemi2000-05-081-0/+44
* Integrate with Sarathy.Jarkko Hietaniemi2000-05-081-1/+3
|\
| * cygwin update (from Eric Fifer <efifer@sanwaint.com>)Gurusamy Sarathy2000-05-081-1/+1
| * fork() failure to create pseudo process sets errno=EAGAIN and returnsGurusamy Sarathy2000-05-081-0/+2
* | Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,Jarkko Hietaniemi2000-05-071-8/+0
|/
* Integrate with Sarathy.Jarkko Hietaniemi2000-05-041-6/+6
|\
| * change#5905 wasn't quite right--it's intent only applies when argumentsGurusamy Sarathy2000-05-041-6/+6
| * whitespace adjustmentsGurusamy Sarathy2000-05-011-51/+51
* | Call getspnam() only iff needed.Jarkko Hietaniemi2000-05-021-10/+6
* | pwent/spent #ifdef imbalance.Jarkko Hietaniemi2000-05-021-4/+5
* | Correct Freudian slip.Jarkko Hietaniemi2000-05-011-1/+1
* | Continue on the pwent/spent case.Jarkko Hietaniemi2000-05-011-43/+37
* | Rewrite the pwent/spent logic to be a little bit more clearer.Jarkko Hietaniemi2000-05-011-24/+22
|/
* Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.Jarkko Hietaniemi2000-04-241-1/+0
* Integrate with Sarathy.Jarkko Hietaniemi2000-04-241-1/+1
* pp_gmtime() assumed that newSVpvf %d would take C ints,Jarkko Hietaniemi2000-03-311-6/+6
* Taint also the passwd field of the getpw*().Jarkko Hietaniemi2000-03-191-0/+4
* (Re-)introduce $uidsign and $gidsign.Jarkko Hietaniemi2000-03-181-1/+20
* Taint the shell from the getpw*.Jarkko Hietaniemi2000-03-181-0/+4
* Use the newSVuv().Jarkko Hietaniemi2000-03-181-15/+15
* fix signedness in test for syswrite() length argumentGurusamy Sarathy2000-03-171-3/+3
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-171-17/+31
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-3/+12
* patch from Larry to make -T filetest algorithm recognize utf8 asGurusamy Sarathy2000-03-091-3/+20
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-10/+8
* tweak change#5286 (we don't ever get to pp_glob() if we're usingGurusamy Sarathy2000-02-271-4/+4
* remove outdated info about csh and glob(); glob() need not failGurusamy Sarathy2000-02-271-0/+4
* make readdir() respect IOf_UNTAINT flag (allows untainting of directoryGurusamy Sarathy2000-02-271-2/+4
* Resync with mainlineCharles Bailey2000-02-261-20/+30
|\
| * Rhapsody/Darwin patches from Wilfredo Sanchez.Jarkko Hietaniemi2000-02-261-1/+1
| * Configure nits; add socksizetype; add getfsstat for completeness;Jarkko Hietaniemi2000-02-251-14/+0
| * MPE/ix patches from Mark Bixby.Jarkko Hietaniemi2000-02-241-2/+10
| * Add socklen_t probe; Configure maintenance.Jarkko Hietaniemi2000-02-221-4/+9
| * default mkdir() mode argument to 0777Gurusamy Sarathy2000-02-201-2/+9
| * some rearrangement of the includes for easier "microperl" build;Gurusamy Sarathy2000-02-191-6/+0
| * set close-on-exec flag on sockets too, like we do for filesGurusamy Sarathy2000-02-191-0/+10
| * set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
| * Largefilify offsets of tied handles.Jarkko Hietaniemi2000-02-041-0/+4
| * on cygwin, h_errno is now "__declspec(dllimport) int h_errno"Gurusamy Sarathy2000-02-021-1/+1
| * truncate(FH) flushes FH before truncating itGurusamy Sarathy2000-01-221-4/+8
| * add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-2/+2
| * patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-21/+28
| * remove never-taken branch for making getc() operate on ARGV (spotted Gurusamy Sarathy1999-12-281-2/+0
| * partly fix perldiag regressions identified by Tom ChristiansenGurusamy Sarathy1999-12-281-11/+13
| * bring in basic threads stuff under USE_ITHREADSGurusamy Sarathy1999-12-231-2/+2
| * typos in change#4660Gurusamy Sarathy1999-12-071-2/+2
| * tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;Gurusamy Sarathy1999-12-061-2/+2
| * make eof() open ARGV if it isn't open already; also fixes bugGurusamy Sarathy1999-12-041-3/+21