| Commit message (Expand) | Author | Age | Files | Lines |
* | pp_open() could pass an uninitialized filename down to do_open9(). | Jarkko Hietaniemi | 2000-08-20 | 1 | -1/+1 |
* | waitpid() now handles externally spawned pids correctly; | Gurusamy Sarathy | 2000-08-17 | 1 | -1/+5 |
* | on windows, the return values from wait() and waitpid() don't | Gurusamy Sarathy | 2000-08-16 | 1 | -0/+10 |
* | Have symbols for the IoTYPEs. | Jarkko Hietaniemi | 2000-08-06 | 1 | -10/+10 |
* | Continue fixing the io warnings. This also | Jarkko Hietaniemi | 2000-08-06 | 1 | -38/+73 |
* | [ID 20000724.004] Perl interpreter segfault when using built-in flock | Ronald F. Guilmette | 2000-08-05 | 1 | -25/+19 |
* | Warn under -w if lstat(FH) is attempted. | Todd C. Miller | 2000-08-04 | 1 | -0/+3 |
* | In the warnings call filehandles consistently so; | Jarkko Hietaniemi | 2000-08-04 | 1 | -3/+7 |
* | The name of a filehandle does not have <these>. | Jarkko Hietaniemi | 2000-08-02 | 1 | -1/+1 |
* | Remove the extraneous "main::" prefix from all the | Gurusamy Sarathy | 2000-08-02 | 1 | -7/+7 |
* | Signals-be-gone for microperl. | Jarkko Hietaniemi | 2000-06-01 | 1 | -1/+5 |
* | Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT | Jarkko Hietaniemi | 2000-05-30 | 1 | -23/+66 |
* | Add a note about other, yet unsupported, shadow password APIs. | Jarkko Hietaniemi | 2000-05-08 | 1 | -0/+44 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-08 | 1 | -1/+3 |
|\ |
|
| * | cygwin update (from Eric Fifer <efifer@sanwaint.com>) | Gurusamy Sarathy | 2000-05-08 | 1 | -1/+1 |
| * | fork() failure to create pseudo process sets errno=EAGAIN and returns | Gurusamy Sarathy | 2000-05-08 | 1 | -0/+2 |
* | | Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT, | Jarkko Hietaniemi | 2000-05-07 | 1 | -8/+0 |
|/ |
|
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-04 | 1 | -6/+6 |
|\ |
|
| * | change#5905 wasn't quite right--it's intent only applies when arguments | Gurusamy Sarathy | 2000-05-04 | 1 | -6/+6 |
| * | whitespace adjustments | Gurusamy Sarathy | 2000-05-01 | 1 | -51/+51 |
* | | Call getspnam() only iff needed. | Jarkko Hietaniemi | 2000-05-02 | 1 | -10/+6 |
* | | pwent/spent #ifdef imbalance. | Jarkko Hietaniemi | 2000-05-02 | 1 | -4/+5 |
* | | Correct Freudian slip. | Jarkko Hietaniemi | 2000-05-01 | 1 | -1/+1 |
* | | Continue on the pwent/spent case. | Jarkko Hietaniemi | 2000-05-01 | 1 | -43/+37 |
* | | Rewrite the pwent/spent logic to be a little bit more clearer. | Jarkko Hietaniemi | 2000-05-01 | 1 | -24/+22 |
|/ |
|
* | Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. | Jarkko Hietaniemi | 2000-04-24 | 1 | -1/+0 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-24 | 1 | -1/+1 |
* | pp_gmtime() assumed that newSVpvf %d would take C ints, | Jarkko Hietaniemi | 2000-03-31 | 1 | -6/+6 |
* | Taint also the passwd field of the getpw*(). | Jarkko Hietaniemi | 2000-03-19 | 1 | -0/+4 |
* | (Re-)introduce $uidsign and $gidsign. | Jarkko Hietaniemi | 2000-03-18 | 1 | -1/+20 |
* | Taint the shell from the getpw*. | Jarkko Hietaniemi | 2000-03-18 | 1 | -0/+4 |
* | Use the newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -15/+15 |
* | fix signedness in test for syswrite() length argument | Gurusamy Sarathy | 2000-03-17 | 1 | -3/+3 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-17 | 1 | -17/+31 |
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -3/+12 |
* | patch from Larry to make -T filetest algorithm recognize utf8 as | Gurusamy Sarathy | 2000-03-09 | 1 | -3/+20 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -10/+8 |
* | tweak change#5286 (we don't ever get to pp_glob() if we're using | Gurusamy Sarathy | 2000-02-27 | 1 | -4/+4 |
* | remove outdated info about csh and glob(); glob() need not fail | Gurusamy Sarathy | 2000-02-27 | 1 | -0/+4 |
* | make readdir() respect IOf_UNTAINT flag (allows untainting of directory | Gurusamy Sarathy | 2000-02-27 | 1 | -2/+4 |
* | Resync with mainline | Charles Bailey | 2000-02-26 | 1 | -20/+30 |
|\ |
|
| * | Rhapsody/Darwin patches from Wilfredo Sanchez. | Jarkko Hietaniemi | 2000-02-26 | 1 | -1/+1 |
| * | Configure nits; add socksizetype; add getfsstat for completeness; | Jarkko Hietaniemi | 2000-02-25 | 1 | -14/+0 |
| * | MPE/ix patches from Mark Bixby. | Jarkko Hietaniemi | 2000-02-24 | 1 | -2/+10 |
| * | Add socklen_t probe; Configure maintenance. | Jarkko Hietaniemi | 2000-02-22 | 1 | -4/+9 |
| * | default mkdir() mode argument to 0777 | Gurusamy Sarathy | 2000-02-20 | 1 | -2/+9 |
| * | some rearrangement of the includes for easier "microperl" build; | Gurusamy Sarathy | 2000-02-19 | 1 | -6/+0 |
| * | set close-on-exec flag on sockets too, like we do for files | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+10 |
| * | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
| * | Largefilify offsets of tied handles. | Jarkko Hietaniemi | 2000-02-04 | 1 | -0/+4 |