summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* pp_open() could pass an uninitialized filename down to do_open9().Jarkko Hietaniemi2000-08-201-1/+1
* waitpid() now handles externally spawned pids correctly;Gurusamy Sarathy2000-08-171-1/+5
* on windows, the return values from wait() and waitpid() don'tGurusamy Sarathy2000-08-161-0/+10
* Have symbols for the IoTYPEs.Jarkko Hietaniemi2000-08-061-10/+10
* Continue fixing the io warnings. This alsoJarkko Hietaniemi2000-08-061-38/+73
* [ID 20000724.004] Perl interpreter segfault when using built-in flockRonald F. Guilmette2000-08-051-25/+19
* Warn under -w if lstat(FH) is attempted.Todd C. Miller2000-08-041-0/+3
* In the warnings call filehandles consistently so;Jarkko Hietaniemi2000-08-041-3/+7
* The name of a filehandle does not have <these>.Jarkko Hietaniemi2000-08-021-1/+1
* Remove the extraneous "main::" prefix from all theGurusamy Sarathy2000-08-021-7/+7
* 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