Missing from #8439.
[p5sagit/p5-mst-13.2.git] / pp_sys.c
2001-01-06 Nick Ing-Simmons Fixup accumulated integrate muddles (perlio == devperl...
2001-01-06 Nick Ing-Simmons Integrate mainline
2001-01-05 Jarkko Hietaniemi UTF-8 cleanup.
2001-01-01 Nick Ing-Simmons Integrate mainline
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-21 Nick Ing-Simmons Integrate mainline
2000-12-21 Jarkko Hietaniemi Fix for 20001210.003, "write(FH) on closed FH causes...
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-17 Jarkko Hietaniemi Add test for #8145 (binmode() warning), add warning for
2000-12-17 Simon Cozens Re: The long awaited feature ...
2000-12-10 Nick Ing-Simmons Integrate mainline
2000-12-10 Simon Cozens Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does...
2000-12-10 Jarkko Hietaniemi Pacify fussy compiler.
2000-12-10 Jarkko Hietaniemi Integrate perlio:
2000-12-09 Nick Ing-Simmons read/sysread/recv should now be utf8 aware.
2000-12-09 Jarkko Hietaniemi Integrate perlio:
2000-12-09 Nick Ing-Simmons Make write() (i.e. formats) utf8-aware by calling do_pr...
2000-12-09 Nick Ing-Simmons Make print, syswrite, send, readline, getc honour utf8...
2000-12-05 Nick Ing-Simmons Integrate mainline.
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-26 Jarkko Hietaniemi Integrate perlio:
2000-11-25 Nick Ing-Simmons All tests pass on Win32/gcc/USE_PERLIO.
2000-11-23 Nick Ing-Simmons Implement PerlIO_binmode()
2000-11-22 Jarkko Hietaniemi More SOCKS versus 64-bit patches from Jens Hamisch.
2000-11-22 Jarkko Hietaniemi Go ahead and #include <unistd.h> in perl.h.
2000-11-18 Nick Ing-Simmons Lexical use open ... support:
2000-11-14 Jens Hamisch Hoist the duplicated socket/netdb include logic to...
2000-11-09 David Dyck patch to detect stat followed by lstat(_): [ID 20001106...
2000-11-08 David Dyck is this the appropriate patch to fix: [ID 20001106...
2000-11-04 Andy Dougherty Add FCNTL_CAN_LOCK.
2000-10-25 Jarkko Hietaniemi Temporary stopgap for the self-tying issue: for now...
2000-10-20 Jens Hamisch SOCKS function redefinitions need prototypes, too,...
2000-10-20 Charles Bailey SYN SYN
2000-10-13 Jarkko Hietaniemi Self-ties are unsupported currently, stopgap patch...
2000-10-03 Peter Prymmer PWPASSWD problem for passwd less pwd's
2000-10-03 Olaf Flebbe Epoc update
2000-09-02 Nick Ing-Simmons Undo part of change 6489 which looks like a bulk edit...
2000-09-01 Nick Ing-Simmons Document UNTIE. Also tweak implementation to suppress...
2000-08-30 Nick Ing-Simmons Re: UNTIE method
2000-08-20 Jarkko Hietaniemi pp_open() could pass an uninitialized filename down...
2000-08-17 Gurusamy Sarathy waitpid() now handles externally spawned pids correctly;
2000-08-16 Gurusamy Sarathy on windows, the return values from wait() and waitpid...
2000-08-06 Jarkko Hietaniemi Have symbols for the IoTYPEs.
2000-08-06 Jarkko Hietaniemi Continue fixing the io warnings. This also
2000-08-05 Ronald F. Guilmette [ID 20000724.004] Perl interpreter segfault when using...
2000-08-04 Todd C. Miller Warn under -w if lstat(FH) is attempted.
2000-08-04 Jarkko Hietaniemi In the warnings call filehandles consistently so;
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-02 Jarkko Hietaniemi The name of a filehandle does not have <these>.
2000-08-02 Gurusamy Sarathy Remove the extraneous "main::" prefix from all the
2000-06-01 Jarkko Hietaniemi Signals-be-gone for microperl.
2000-05-30 Jarkko Hietaniemi Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-08 Jarkko Hietaniemi Add a note about other, yet unsupported, shadow passwor...
2000-05-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-08 Gurusamy Sarathy cygwin update (from Eric Fifer <efifer@sanwaint.com>)
2000-05-08 Gurusamy Sarathy fork() failure to create pseudo process sets errno...
2000-05-07 Jarkko Hietaniemi Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
2000-05-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-05-04 Gurusamy Sarathy change#5905 wasn't quite right--it's intent only applie...
2000-05-02 Jarkko Hietaniemi Call getspnam() only iff needed.
2000-05-02 Jarkko Hietaniemi pwent/spent #ifdef imbalance.
2000-05-01 Jarkko Hietaniemi Correct Freudian slip.
2000-05-01 Jarkko Hietaniemi Continue on the pwent/spent case.
2000-05-01 Jarkko Hietaniemi Rewrite the pwent/spent logic to be a little bit more...
2000-05-01 Gurusamy Sarathy whitespace adjustments
2000-04-24 Jarkko Hietaniemi Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy mode argument to do_binmode() should be file mode,...
2000-03-31 Jarkko Hietaniemi pp_gmtime() assumed that newSVpvf %d would take C ints,
2000-03-19 Jarkko Hietaniemi Taint also the passwd field of the getpw*().
2000-03-18 Jarkko Hietaniemi (Re-)introduce $uidsign and $gidsign.
2000-03-18 Jarkko Hietaniemi Taint the shell from the getpw*.
2000-03-18 Jarkko Hietaniemi Use the newSVuv().
2000-03-17 Gurusamy Sarathy fix signedness in test for syswrite() length argument
2000-03-17 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-03-16 Jarkko Hietaniemi pp_send() type tuning continues.
2000-03-16 Jarkko Hietaniemi Fix pp_send() sizes (pass a Size_t, not an Off_t, and
2000-03-09 Gurusamy Sarathy support binmode(F,":crlf") and use open IN => ":raw...
2000-03-09 Gurusamy Sarathy patch from Larry to make -T filetest algorithm recogniz...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-27 Gurusamy Sarathy tweak change#5286 (we don't ever get to pp_glob() if...
2000-02-27 Gurusamy Sarathy remove outdated info about csh and glob(); glob() need...
2000-02-27 Gurusamy Sarathy make readdir() respect IOf_UNTAINT flag (allows untaint...
2000-02-26 Charles Bailey Resync with mainline
2000-02-26 Jarkko Hietaniemi Rhapsody/Darwin patches from Wilfredo Sanchez.
2000-02-25 Jarkko Hietaniemi Configure nits; add socksizetype; add getfsstat for...
2000-02-24 Jarkko Hietaniemi MPE/ix patches from Mark Bixby.
2000-02-22 Jarkko Hietaniemi Add socklen_t probe; Configure maintenance.
2000-02-20 Gurusamy Sarathy default mkdir() mode argument to 0777
2000-02-19 Gurusamy Sarathy some rearrangement of the includes for easier "microper...
2000-02-19 Gurusamy Sarathy set close-on-exec flag on sockets too, like we do for...
2000-02-09 Charles Bailey Minor fixes to assuage picky compilers (unsigned compar...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-04 Jarkko Hietaniemi Largefilify offsets of tied handles.
2000-02-02 Gurusamy Sarathy on cygwin, h_errno is now "__declspec(dllimport) int...
2000-01-22 Gurusamy Sarathy truncate(FH) flushes FH before truncating it
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
next