p4raw-id: //depot/perl@19824
Revision history for Perl extension Time::HiRes.
+1.49
+ - UVuf for non-IVSIZE platforms (from Keiichiro Nagano)
+ - OS/2 can always mix subsecond sleeps with signals
+ (part of perl change #19789)
+
1.48
- workaround for buggy gcc 2.95.3 in openbsd/sparc64
(perl change #19592)
d_usleep d_ualarm d_gettimeofday d_getitimer d_setitimer
d_nanosleep);
-$VERSION = '1.48';
+$VERSION = '1.49';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
# endif
# else
# define IVdf "ld"
+# define UVuf "lu"
# endif
#endif