summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate mainline.Nick Ing-Simmons2000-12-051-5/+0
|\
| * dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-5/+0
| * Integrate perlio:Jarkko Hietaniemi2000-11-261-6/+0
| |\ | |/ |/|
* | All tests pass on Win32/gcc/USE_PERLIO.Nick Ing-Simmons2000-11-251-3/+0
|/
* Implement PerlIO_binmode()Nick Ing-Simmons2000-11-231-3/+11
* More SOCKS versus 64-bit patches from Jens Hamisch.Jarkko Hietaniemi2000-11-221-0/+3
* Go ahead and #include <unistd.h> in perl.h.Jarkko Hietaniemi2000-11-221-5/+0
* Lexical use open ... support:Nick Ing-Simmons2000-11-181-0/+10
* Hoist the duplicated socket/netdb include logic to perl.h;Jens Hamisch2000-11-141-26/+3
* patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl genera...David Dyck2000-11-091-2/+8
* is this the appropriate patch to fix: [ID 20001106.006] find2perl generated s...David Dyck2000-11-081-1/+1
* Add FCNTL_CAN_LOCK.Andy Dougherty2000-11-041-1/+1
* Temporary stopgap for the self-tying issue: for now onlyJarkko Hietaniemi2000-10-251-3/+6
* SOCKS function redefinitions need prototypes, too, otherwiseJens Hamisch2000-10-201-0/+8
* Self-ties are unsupported currently, stopgap patch from Alan Burlison.Jarkko Hietaniemi2000-10-131-1/+4
* PWPASSWD problem for passwd less pwd'sPeter Prymmer2000-10-031-0/+2
* Epoc updateOlaf Flebbe2000-10-031-0/+4
* Undo part of change 6489 which looks like a bulk edit whichNick Ing-Simmons2000-09-021-1/+1
* Document UNTIE. Also tweak implementation to suppress the 'inner references'Nick Ing-Simmons2000-09-011-31/+32
* Re: UNTIE method Nick Ing-Simmons2000-08-301-4/+16
* 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