POD tweak to 'require' in perlfunc relating to putting Perl code in @INC
[p5sagit/p5-mst-13.2.git] / pod / perlfork.pod
2007-09-17 Jan Dubois document limitation of exec() inside pseudo-processes
2006-02-06 Steve Peters Document the limitations of calling exit() (instead...
2004-01-31 Chip Salzenberg Don't show code closing STD{IN,OUT} before reopening...
2002-06-09 Gurusamy Sarathy update perlfork.pod for status as of 5.8.0
2002-06-08 Jarkko Hietaniemi I assume the Perl fork() emulation is still experimental.
2001-04-09 Jarkko Hietaniemi Integrate the perlfork half of #9513 from maintperl...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy Sarathy doubled words in pods (from Simon Cozens
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy various pod nits (from Larry Virden and others)
2000-02-09 Charles Bailey Resync with mainline
2000-01-27 Gurusamy Sarathy document unimplemented status of forking pipe open...
2000-01-27 Gurusamy Sarathy various pod nits identified by installhtml (all fixed...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-02 Gurusamy Sarathy caveat about thread-safety of extensions
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows