Thu May 9 04:18:09 2002 Jarkko Hietaniemi <jhi@iki.fi>
* Add COPYRIGHT AND LICENSE to Resource.pm.
* Release 1.15.
Sat Jan 26 07:14:00 2002 Jarkko Hietaniemi <jhi@iki.fi>
* A space between the 2>/dev/null and the command is nice.
* Release 1.14.
Tue Jan 22 16:55:44 2002 Jarkko Hietaniemi <jhi@iki.fi>
* Alex J Avriette reported that in Darwin 5.2 the Makefile.PL
dies with great noise. Simplify the resource header scan.
* Release 1.13.
Wed Jan 16 02:38:54 2002 Jarkko Hietaniemi <jhi@iki.fi>
* Release 1.12.
* Allen Smith had a compiler setup in IRIX 6.5 that made
Makefile.PL wrongly think that there be no <sys/resource.h>
($ENV{CC} set to "cc -...", which made the basename() logic fail)
Fri Sep 28 05:35:16 2001 Jarkko Hietaniemi <jhi@iki.fi>
* Release 1.11.
* I suck. Vivek Khera reported NINE MONTHS ago that
I was missing sub isrss(). My memory was jogged by
a message from Jeff Boes ONE MONTH ago. My apologies.
Mon Mar 5 16:43:44 2001 Jarkko Hietaniemi <jhi@alpha.hut.fi>
* Release 1.10.
* Move $VERSION from Makefile.PL to Resource.pm as suggested
by Philip Newton.
* Require at least Perl 5.002.
Mon Oct 30 22:39:40 2000 Jarkko Hietaniemi <jhi@iki.fi>
* Release 1.09.
Fixed to work with 5.6.0 and Solaris: the default setting
of Perl 5.6.0 is to use "large files", which does not mix with
the Solaris /procfs interface. Workaround: use the old trusty
syscall(). The deficiency reported to Solaris kernel group,
so there's hope that in some future patch/release the procfs
will get fixed.
Document the "Your vendor has not ..." error message.
Sat Apr 15 23:45:06 2000 Jarkko Hietaniemi <jhi@iki.fi>
* Release 1.08: (about time)
Fixed to work with 5.6.
Fixed to work with Linux (PRIO_ are just enums, not defines).
Added a few possible RLIMIT_ constants (RLIMIT_AIO_MEM,
RLIMIT_AIO_OP, RLIMIT_OFILE, RLIMIT_TCACHE).
Fri Jan 16 15:47:19 1998 Jarkko Hietaniemi <jhi@iki.fi>
* Release 1.07:
Added pseudo-times().
Major Solaris 5.[56] hackery to use the /proc.
Don't know whether older Solarises work anymore :-/
Mon Jun 2 13:32:54 1997 Jarkko Hietaniemi <jhi@iki.fi>
* Release 1.06:
Renamed release 1.05_02 to release 1.06 as the
release seems quite stable.
Sun Apr 27 18:20:00 1997 Jarkko Hietaniemi <jhi@iki.fi>
* Release 1.05_02:
Tiny cleanup work.
Sat Apr 26 21:10:00 1997 Jarkko Hietaniemi <jhi@iki.fi>
* Release 1.05_01:
More platforms known to work
MachTen 4.0.3 1)
Many thanks to
Dominic Dunlop <domo@slipper.ip.lu>
1) well, setrlimit() does not, at all, but this is
a known bug in MachTen, Perl canna fix it...
Tue Apr 08 01:27:33 1997 Jarkko Hietaniemi <jhi@iki.fi>
* Release 1.05:
The platforms known to work
AIX 3.2.5, 4.1.4
Digital UNIX (aka DEC OSF/1) 3.2C, 4.0b
FreeBSD 3.0
HP-UX 9.03
IRIX 5.3, 6.3, 6.4
Linux 2.0.18
Solaris 2.5.1
SunOS 4.1.4
Many thanks to
Jim Anderson <jander@jander.com>
Ariel Faigon <ariel@sgi.com>
Scott Henry <scotth@sgi.com>
Brett M Hogden <hogden@rge.com>
Nick Ing-Simmons <nik@tiuk.ti.com>
Ollivier Robert <roberto@eurocontrol.fr>
Ashok S <ashoks@india.ti.com>
Larry W Virden <lvirden@cas.org>
Ilya Zakharevich <ilya@math.ohio-state.edu>
for their testing and patches. Especially many
thanks to Scott Henry and Ariel Faigon.
--