"The web" meaning <http://sf.net/projects/poe/> and that poe.perl.org
site.

-- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sourceforge.net


0.1402 2001.06.03
-----------------

Have the child process in Wheel::Run attempt to kill itself if
POSIX::_exit() isn't available.

Document a lot of requests and things in TODO.

Add alarm_set, alarm_adjust, alarm_remove, and alarm_remove_all to
POE::Kernel.  Add tests for these things in t/02_alarms.t.  Document
them in POE::Kernel's manpage.

Depreciate POE::Kernel's queue_peek_alarms() method.  The new alarm
functions let programmers add, remove, and track alarms by ID, so
looking into the alarm queue is no longer necessary.  The complete
depreciation schedule is in TODO.

Add POE::Kernel leak detection for alarm IDs.  Discovered a memory
leak in alarm IDs, and removed it.

Add POE::Kernel leak detection for signals, completing the suite of
global structure leak detectors.  Discovered and fixed a potential
memory leak in signals data structures.

-End-

Reply via email to