2011-08-26 23:35  warnes

	* DESCRIPTION: Update Greg's email address.

2011-08-26 20:48  warnes

	* man/exit.Rd, man/fork.Rd, man/getpid.Rd, man/handleSIGCLD.Rd,
	  man/kill.Rd, man/signal.Rd, man/signame.Rd, man/wait.Rd: Update
	  Greg's email address

2009-07-17 22:01  warnes

	* DESCRIPTION, NAMESPACE, inst/NEWS: Add NAMESPACE file, update
	  version number to 1.2.3

2009-05-09 05:45  warnes

	* DESCRIPTION: Update for 1.2.1

2009-05-09 05:44  warnes

	* ChangeLog, NEWS: Add convenience links to NEWS and ChangeLog at
	  top level

2009-05-09 05:43  warnes

	* NEWS, inst, inst/NEWS: Move NEWS to inst subdir.

2009-05-09 05:42  warnes

	* man/wait.Rd: Fix .Rd syntax error and update mailing address

2007-10-22 02:24  warnes

	* DESCRIPTION: Clarify GPL version

2007-03-24 21:31  warnes

	* DESCRIPTION: Update version number and date

2007-03-24 21:30  warnes

	* DESCRIPTION, man/exit.Rd, man/fork.Rd, man/getpid.Rd,
	  man/kill.Rd, man/signame.Rd: Update my email address

2007-03-24 21:27  warnes

	* man/handleSIGCLD.Rd, man/signal.Rd: Add note of financial support
	  from Metrum

2007-03-22 17:12  warnes

	* NEWS: Add NEWS file

2007-03-22 17:12  warnes

	* DESCRIPTION: Add date to DESCRIPTION file

2007-03-06 23:37  warnes

	* DESCRIPTION: Update version number and description

2007-03-06 23:29  warnes

	* man/handleSIGCLD.Rd: Fix syntax error in example due to
	  incomplete code deletion.

2007-03-06 23:29  warnes

	* R/handleSIGCLD.R, R/restoreSIGCLD.R: Add 'PACKAGE=' argument to
	  '.C' calls to make 'R CMD check' happy

2007-03-06 23:28  warnes

	* tests/checkZombies.R, tests/test_many_fork_BSD.R,
	  tests/test_many_fork_BSD.Rout.save, tests/test_many_fork_SysV.R,
	  tests/test_many_fork_SysV.Rout.save,
	  tests/test_many_fork_broken.R,
	  tests/test_many_fork_broken.Rout.save: Improve regression tests,
	  add saved .Rout files for doing regression testing.

2007-03-06 23:17  warnes

	* src/sigchld_handler.c: Add a helpful comment

2007-03-06 23:15  warnes

	* man/fork.Rd, man/handleSIGCLD.Rd, man/signal.Rd: Create manual
	  pages for handleSIGCLD() and restoreSIGCLD(), as well as
	  appropriately modifying the pages for fork() and signal()

2007-03-06 22:47  warnes

	* tests/test_many_fork_BSD.R: Create SysV and BSD tests for code to
	  prevent zombie process creation, update code that intentionally
	  creates zombies. Move sub-process creation and zombie test code
	  to a function for use by all three test files

2007-03-06 22:47  warnes

	* tests/checkZombies.R, tests/test_many_fork.R,
	  tests/test_many_fork_SysV.R, tests/test_many_fork_broken.R:
	  Create SysV and BSD tests for code to prevent zombie process
	  creation, update code that intentionally creates zombies. Move
	  sub-process creation and zombie test code to a function for use
	  by all three test files

2007-03-06 22:44  warnes

	* R/handleSIGCLD.R, R/restoreSIGCLD.R: Add wrappers for C functions
	  to control setting/restoring child
	  process signal handler.

2007-03-06 22:10  warnes

	* tests/test_many_fork_broken.R: Modify script to check for the
	  presence of zombie processes

2007-03-06 21:01  warnes

	* DESCRIPTION: This is a test commit.

2007-02-15 18:40  warnes

	* tests/test_many_fork.R: Improve test code

2007-02-15 18:25  warnes

	* src/sigchld_handler.c: Fix typo.

2007-02-14 22:48  warnes

	* src/sigchld_handler.c, tests, tests/test_many_fork.R: Add code to
	  install SIGCHLD handler to avoid forked children from becoming
	  zombies

2007-02-05 23:21  warnes

	* man/signal.Rd: Add documentation for signal()

2007-02-05 23:21  warnes

	* man/fork.Rd: Add signal() to example for fork()

2007-02-05 23:21  warnes

	* DESCRIPTION: Bump version number

2007-02-05 23:17  warnes

	* R/signal.R: Handle arguments better

2007-02-05 23:08  warnes

	* DESCRIPTION, R/signal.R, R/signame.R, man/fork.Rd, man/signal.Rd,
	  man/signame.Rd, src/fork.c: Add signal() command to allow
	  ignoring signals

2006-08-02 22:21  warnes

	* DESCRIPTION, man/exit.Rd, man/fork.Rd, man/getpid.Rd,
	  man/kill.Rd, man/signame.Rd, man/wait.Rd: Update my email address

2005-03-31 18:06  warnes

	* DESCRIPTION: Update version number

2005-03-31 17:44  warnes

	* man/signame.Rd: Remove extraneous character ('.').

2004-05-25 19:13  warnes

	* DESCRIPTION: Update version number for release.

2004-05-25 19:12  warnes

	* R/exit.R, R/fork.R, R/getpid.R, R/kill.R, R/signame.R, R/wait.R:
	  Add PACKAGE= argument to all .C and .Call invocations.

2003-12-20 02:07  warnes

	* DESCRIPTION: Revised description a little bit.

2003-12-19 15:22  warnes

	* man/fork.Rd, src/fork.c: - Work around bug in Rd2dvi with
	  /preformatted
	  
	  - Convert C++ style comments (//...) to ordinary C comments
	  (/*...*/)
	  to avoid warning message from some compilers.

2003-12-09 21:35  warnes

	* DESCRIPTION, man/fork.Rd: Change version number to 1.0.0.

2003-12-09 21:03  warnes

	* R/wait.R, src/fork.c: - remove non-portable signals

2003-12-09 20:57  warnes

	* man/exit.Rd, man/fork.Rd, man/getpid.Rd, man/kill.Rd,
	  man/signame.Rd, man/wait.Rd: - Changes to pass R CMD check
	  - Remove non-portable signal references

2003-07-18 03:37  warnes

	* R/signame.R, man/exit.Rd, man/fork.Rd, man/getpid.Rd,
	  man/signame.Rd: - Fix various problems identified by R CMD check.

2003-07-18 02:52  warnes

	* R/signame.R, man/signame.Rd, src/fork.c: - Added Rfork_siglist()
	  C function to list all signal information
	  - Added siglist() R function to call Rfork_siglist()
	  - Added documentation for signame(), sigval(), and siglist().
	  - Removed some debugging code from fork.c.
	  - Standardized order of parameters for Rfork_sigvar(),
	  Rfork_signame().

2003-07-18 02:48  warnes

	* INDEX: - Removed so that it will be auto-generated at packaging
	  time.

2003-07-17 19:30  warnes

	* R/signame.R, src/fork.c: - Added Rfork_signame and Rfork_sigval C
	  functions to look up signal
	  information given a symbolic name or a signal value.
	  - Added corresponding R signame() and sigval() functions.

2003-07-17 19:28  warnes

	* man/fork.Rd, man/kill.Rd: - Improved the help text for fork by
	  making it more explicit what problems occur with code parsing
	  after a fork.
	  - Added a default signal to killall.

2003-07-17 19:27  warnes

	* R/kill.R: - Added default signal number for killall.

2003-07-17 01:50  warnes

	* R/fork.R, R/kill.R, man/exit.Rd, man/fork.Rd, man/getpid.Rd,
	  man/kill.Rd, man/wait.Rd: - Fixed email address in help pages.

2003-07-17 01:28  warnes

	* R/getpid.R: - Added CVS Id header tag

2003-07-17 01:28  warnes

	* DESCRIPTION: - Clarified description text.

2003-07-17 01:27  warnes

	* man/exit.Rd, man/fork.Rd, man/getpid.Rd, man/kill.Rd,
	  man/wait.Rd: - Fixed typos, added header with CVS Id tag

2003-07-17 01:15  warnes

	* R/exit.R, R/fork.R, R/getpid.R, R/kill.R, R/wait.R,
	  man/getpid.Rd, man/kill.Rd, src/fork.c: - Added help pages for
	  all functions.
	  
	  - .pidlist is now stored in the package's environment. This
	  forces it
	  to be local to the current R session, and prevents it from being
	  saved/restored by accident using load/save/quit.

2003-07-17 01:02  warnes

	* man/fork.Rd, man/kill.Rd, man/wait.Rd: - Split fork.R into
	  fork.R, exit.R, wait.R, getpid.R.

2003-07-16 21:18  warnes

	* ., DESCRIPTION, INDEX, R, R/fork.R, R/zzz.R, man, man/exit.Rd,
	  man/fork.Rd, man/kill.Rd, man/wait.Rd, src, src/fork.c: Initial
	  revision

