On Fri, Mar 24, 2000 at 10:24:14AM -0500, Joshua N Pritikin wrote:
> I am able to reproduce it...investigating...
Fixed. See 0.73.
--
"Never ascribe to malice that which can be explained by stupidity."
via, but not speaking for Deutsche Bank
Change 3135 by joshua@joshua on 2000/03/24 10:37:18
0.73
Affected files ...
.. //depot/D/Event/ChangeLog#155 edit
.. //depot/D/Event/c/ev.c#16 edit
.. //depot/D/Event/lib/Event.pm#69 edit
Differences ...
==== //depot/D/Event/ChangeLog#155 (text) ====
@@ -1,3 +1,9 @@
+2000-03-24 Joshua Pritikin <[EMAIL PROTECTED]>
+
+ * Release 0.73.
+
+ * Fix for 5.6.0 with implicit context enabled.
+
2000-03-21 Joshua Pritikin <[EMAIL PROTECTED]>
* Rename unix_io.c -> unix.c in anticipation of Win32 support.
==== //depot/D/Event/c/ev.c#16 (text) ====
@@ -185,7 +185,7 @@
}
}
-static void _resume_watcher(pTHX_ void *vp) {
+static void _resume_watcher(void *vp) {
pe_watcher *wa = (pe_watcher *)vp;
pe_watcher_resume(wa);
}
==== //depot/D/Event/lib/Event.pm#69 (text) ====
@@ -13,7 +13,7 @@
eval { require Carp::Heavy; }; # work around perl_call_pv bug XXX
use vars qw($VERSION @EXPORT_OK
$API $DebugLevel $Eval $DIED $Now);
-$VERSION = '0.72';
+$VERSION = '0.73';
# If we inherit DynaLoader then we inherit AutoLoader; Bletch!
require DynaLoader;