Revision history for Perl extension Time::HiRes.
1.15 Mon Nov 10 21:30 1997
- HiRes.pm: update pod. Provided by Gisle Aas.
- HiRes.xs: if gettimeofday() called in scalar context, do
something more useful than before. Provided by Gisle Aas.
- README: tell of xsubpp '-nolinenumber' woes. thanks to
Edward Henigin <ed@texas.net> for pointing out the problem.
1.14 Wed Nov 5 9:40 1997
- Makefile.PL: look for setitimer
- HiRes.xs: if missing ualarm, but we have setitimer, make up
our own setitimer. These were provided by Gisle Aas.
1.13 Tue Nov 4 23:30 1997
- Makefile.PL: fix autodetect mechanism to do try linking in addition
to just compiling; should fix Linux build problem. Fix was provided
by Gisle Aas.
1.12 Sun Oct 12 12:00:00 1997
- Makefile.PL: set XSOPT to '-nolinenumbers' to work around xsubpp bug;
you may need to comment this back out if you have an older xsubpp.
- HiRes.xs: set PROTOTYPES: DISABLE
1.11 Fri Sep 05 16:00:00 1997
- Makefile.PL:
Had some line commented out that shouldn't have been (testing
remnants)
- README:
Previous version was corrupted.
1.10 Thu May 22 20:20:00 1997
- HiRes.xs, HiRes.pm, t/*:
- only compile what we have OS support for (or can
fake with select())
- only test what we compiled
- gross improvement to the test suite
- fix EXPORT_FAIL.
This work was all done by Roderick Schertler
<roderick@argon.org>. If you run Linux or
one of the other ualarm-less platoforms, and you like this
module, let Roderick know; without him, it still wouldn't
be working on those boxes...
- Makefile.PL: figure out what routines the OS has and
only build what we need. These bits were written by Jarkko
Hietaniemi <jhi@iki.fi>. Again, gratitude is due...
1.02 Mon Dec 30 08:00:00 1996
- HiRes.pm: update documentation to say what to do when missing
ualarm() and friends.
- README: update to warn that ualarm() and friends need to exist
1.01 Fri Oct 17 08:00:00 1996
- Makefile.PL: make XSPROTOARGS => '-noprototyopes'
- HiRes.pm: put blank line between __END__ and =head1 so that
pod2man works.
1.00 Tue Sep 03 13:00:00 1996
- original version; created by h2xs 1.16