| Commit message (Expand) | Author | Age | Files | Lines |
* | perlipc typo | Brendan O'Dea | 2004-12-13 | 1 | -1/+1 |
* | [patch pod/perlipc] use POSIX; w/o () is a bad idea | Stas Bekman | 2004-11-24 | 1 | -4/+9 |
* | [perl #32419] Spelling fixes for perl@23492 | Richard Soderberg | 2004-11-12 | 1 | -1/+1 |
* | Remove a warning against unsafe signals in perlipc.pod, | Rafael Garcia-Suarez | 2004-06-11 | 1 | -9/+0 |
* | [perl #28456] Typo in perlipc man page, and suggestions for same | Axel Boldt | 2004-04-21 | 1 | -1/+1 |
* | Re: [perl #15063] /tmp issues | Solar Designer | 2004-02-01 | 1 | -2/+2 |
* | Re: pod cleanup | Ronald J. Kimball | 2003-08-22 | 1 | -1/+1 |
* | perlipc thinko by John P. Linderman. | Rafael Garcia-Suarez | 2003-08-12 | 1 | -2/+2 |
* | Re: killing for vital signs [PATCH] | John P. Linderman | 2003-08-10 | 1 | -1/+10 |
* | [DOCPATCH] %SIG and SA_RESTART | Steve Grazzini | 2003-07-21 | 1 | -0/+14 |
* | Better links. | Jarkko Hietaniemi | 2003-07-02 | 1 | -1/+1 |
* | Integrate from maint: | Jarkko Hietaniemi | 2003-05-04 | 1 | -0/+12 |
* | Few more words about safe/unsafe signals. | Jarkko Hietaniemi | 2003-04-08 | 1 | -1/+1 |
* | PERL_SIGNALS=unsafe enables the old unsafe/immediate signals. | Jarkko Hietaniemi | 2003-02-24 | 1 | -1/+5 |
* | Re: [perl #18626] bug in perlipc man page | Slaven Rezic | 2002-11-26 | 1 | -1/+1 |
* | perlipc.pod | Slaven Rezic | 2002-10-14 | 1 | -1/+1 |
* | [DOC PATCH] perlipc.pod | Arjen Laarhoven | 2002-08-08 | 1 | -4/+5 |
* | Small pod nits. | Jarkko Hietaniemi | 2002-07-13 | 1 | -7/+7 |
* | Further clarification about safe pipe opens. | Rafael Garcia-Suarez | 2002-06-18 | 1 | -1/+2 |
* | Document the '-|' open form in perlipc.pod | Rafael Garcia-Suarez | 2002-06-17 | 1 | -0/+9 |
* | Fix up the signal handler reinstallation lore. | Jarkko Hietaniemi | 2002-05-30 | 1 | -3/+5 |
* | Handling the SIGHUP Signal in Daemons | Stas Bekman | 2002-05-30 | 1 | -0/+60 |
* | pod cleanups. | Jarkko Hietaniemi | 2002-05-29 | 1 | -1/+1 |
* | Slight reformatting; tiny tweaks. | Jarkko Hietaniemi | 2002-05-26 | 1 | -62/+77 |
* | Update perlipc.pod for new signals | Nick Ing-Simmons | 2002-05-26 | 1 | -20/+70 |
* | small doc update to promote '-no_match_vars' of 'use English' | Jeffrey Friedl | 2002-03-04 | 1 | -1/+1 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -2/+2 |
* | avoiding hoardes of zombies | Nicholas Clark | 2001-09-10 | 1 | -5/+15 |
* | [ID 20001128.002] what's the point of example code if it is buggy? | Nicholas Clark | 2000-11-28 | 1 | -4/+28 |
* | Pod updates | Stephen P. Potter | 2000-11-07 | 1 | -2/+2 |
* | [ID 20000908.002] perlipc documentation bug. | Major Sébastien | 2000-09-08 | 1 | -0/+1 |
* | spellings | Marcel Grunauer | 2000-08-28 | 1 | -1/+1 |
* | Document a bit that UDP is not what you might think. | Lupe Christoph | 2000-08-06 | 1 | -0/+10 |
* | Out-of-date note removed. | Robert Spier | 2000-07-24 | 1 | -2/+1 |
* | Decutandpasto. | Richard Soderberg | 2000-07-24 | 1 | -1/+1 |
* | various minor tweaks seen on p5p | Gurusamy Sarathy | 2000-04-28 | 1 | -2/+4 |
* | doubled words in pods (from Simon Cozens | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+1 |
* | various pod nits (from Larry Virden and others) | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+1 |
* | Taint msgrcv() messages; general SysV IPC cleanup. | Jarkko Hietaniemi | 2000-03-19 | 1 | -18/+49 |
* | lexical warnings update for docs and tests (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -2/+2 |
* | whitespace and readabiliti nits in the pods (from Michael G Schwern | Gurusamy Sarathy | 2000-03-03 | 1 | -2/+2 |
* | perlipc bug (spotted by Ben Low) | Gurusamy Sarathy | 2000-02-22 | 1 | -1/+1 |
* | documentation tweaks from M. J. T. Guy, Micheal Schwern, and | Gurusamy Sarathy | 1999-12-08 | 1 | -0/+4 |
* | major pod update from Tom Christiansen | Gurusamy Sarathy | 1999-05-24 | 1 | -3/+3 |
* | flush all open output buffers before fork(), exec(), system, qx// | Gurusamy Sarathy | 1999-05-09 | 1 | -3/+1 |
* | tweak select() test | Gurusamy Sarathy | 1999-02-14 | 1 | -1/+1 |
* | mention the C<$SIG{CHLD} = 'IGNORE'> special case | Gurusamy Sarathy | 1998-10-30 | 1 | -1/+11 |
* | patch for daemonization docs in perlipc | Roderick Schertler | 1998-10-30 | 1 | -38/+25 |
* | add extension to support SysV IPC | Jarkko Hietaniemi | 1998-07-08 | 1 | -17/+20 |
* | applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod | Tom Christiansen | 1998-07-05 | 1 | -0/+6 |