Re: bash -c exit and linux hints
[p5sagit/p5-mst-13.2.git] / pp_sys.c
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...
2000-01-21 Gurusamy Sarathy patch to report warnings on bogus filehandles passed...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathy remove never-taken branch for making getc() operate...
1999-12-28 Gurusamy Sarathy partly fix perldiag regressions identified by Tom Chris...
1999-12-23 Gurusamy Sarathy bring in basic threads stuff under USE_ITHREADS
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-07 Gurusamy Sarathy typos in change#4660
1999-12-06 Gurusamy Sarathy tweaks for building with -DUSE_ITHREADS on !WIN32 platf...
1999-12-04 Gurusamy Sarathy make eof() open ARGV if it isn't open already; also...
1999-12-01 Gurusamy Sarathy minor USE_ITHREADS tweaks
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-15 Gurusamy Sarathy add a synchronous stub fork() for USE_ITHREADS to prove...
1999-11-14 Gurusamy Sarathy sundry cleanups for cloned interpreters (only known...
1999-11-13 Jan Dubois [5.005_62 PATCH] support link() on WinNT and NTFS
1999-11-13 Jarkko Hietaniemi Continue largefileness separation from quadness;
1999-11-13 Jarkko Hietaniemi Try to fix largefileness so that it "works" without...
1999-11-11 Jarkko Hietaniemi Fix a thinko in 4548.
1999-11-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-11 Jarkko Hietaniemi Try to do something if st_size, st_uid, st_gid are...
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-11-08 Gurusamy Sarathy preliminary support for GVOP indirection via pad
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-02 Jarkko Hietaniemi Initial integration of the MacPerl changes form Matthias.
1999-11-01 Gurusamy Sarathy macros for COP.cop_filegv access
1999-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-10-09 Gurusamy Sarathy perldelta updates (see TODO markers)
1999-10-08 Gurusamy Sarathy typo
next