* Changes a few types to get the module to build on 64-bit Solaris
* Changed the up/downgrade logic to default to the older constructs, and
to only call a downgrade if specifically requested. Some older versions
of Perl were having problems with the in-place edit.
* added the new XS constant code.
* Fixed bug in Makefile.PL that stopped "perl Makefile.PL PREFIX=..."
working.
- Added Test::Harness::Straps
- Partial gutting of the internals
- analyze_file() is more portable
- Test #1 is now element 0 on the details array
- Little bug in the skip 'various reasons' logic fixed
- Wasn't filtering @INC properly when a test is run with -T
- analyze() now considers "not \nok" to be a failure but
Test::Harness still doesn't
- Made sure filehandles are getting closed
- Fixed a warning on VMS
- Removed a little unnecessary code from analyze_file()
- some POD changes.
Fixes PR/15042 by Shell Hung.
- The 'NO_VALIDATION' mode was seriously broken in that it didn't
handle defaults at all.
- The 'NO_VALIDATION' env var was mis-documented as being
'NO_VALIDATE'.
- The 'NO_VALIDATION' env var is now 'PERL_NO_VALIDATION' and this
method of disabling validation is no longer considered alpha.
- The validation functions now check this environment variable every
time they are called.
- Fix problem with CPAN shell's 'r' command that
Attribute::Params::Validate was causing with older Perl's.
- Add ability to specify defaults for parameters and get a new
hash/array back from validate or validate_pos.
- Require Attribute::Handlers if using Perl 5.6.0+.
- fix doc nits.
- Added Attribute::Params::Validate - do validation via attributes
- Rename set_options to validation_options. This can now be exported
safely and is included in the :all export tag. set_options is
deprecated and will be removed in a future release.
Also fixes PR/15225 by Shell Hung.
New in this release:
* Fix major race condition which could lead to multiple oafd's
* Miscellaneous bug fixes
* FreeBSD fixes
* Build fixes
* Merge lots of bug fixes from former 2.0 branch
* spec file updates
a patch for configure so it wasn't really needed anyway.
An autoreconf run here noted a small difference in configure patch so I've
created a new patch distfiles with the new configure patch included.
statements for NetBSD
* __unix is not any longer defined in new-toolchain gcc's so add __NetBSD__
to make it compile again
Bumped version number as a package without the first fix may break other ones.
statements for NetBSD
* __unix is not any longer defined in new-toolchain gcc's so add __NetBSD__
to make it compile again
Bumped version number as a package without the first fix may break other ones.
Fixes problems when neither PKG_JVM nor JAVA_HOME is set in environment (which
should be perfectly acceptable -- pkgsrc defaults reasonably, but the ant pkg
was not picking up the defaults).
well as the normal shared objects. This means that the new toolchain, that
links in libgcc_pic.a, will build proper shared objects again.
Bump to nb5 and make this the required version.
Fixes pkg/15120 from Matthias Scheler <tron@colwyn.zhadum.de>
Changes from 1.1 are bellow.
2001-10-19 Satoru Takabayashi <satoru@namazu.org>
* Ruby/Bsearch: Version 1.4 released.
* tests/test.rb (lookup): Add assertions.
* bsearch.rb (Array::bsearch_lower_boundary): Use .to_i for
working with mathn.rb (Rational).
Thanks to Nenad Ocelic <nocelic@medri.hr> for reporting it.
(Array::bsearch_upper_boundary): Likewise.
2001-09-12 Satoru Takabayashi <satoru@namazu.org>
* Ruby/Bsearch: Version 1.3 released.
* bsearch.en.rd: Update documentation .
* bsearch.ja.rd: Likewise.
2001-08-16 Satoru Takabayashi <satoru@namazu.org>
* bsearch.rb (bsearch_lower_bound): New method.
* bsearch.rb (bsearch_upper_bound): New method.
* bsearch.rb (bsearch_range): Return the range consisting of
bsearch_lower_bound and bsearch_upper_bound.
2001-07-03 Satoru Takabayashi <satoru@namazu.org>
* Ruby/Bsearch: Version 1.2 released.
* Rewrite documents with rdtools.
Collection.
Autoconf is an extensible package of m4 macros that produce shell
scripts to automatically configure software source code packages.
These scripts can adapt the packages to many kinds of UNIX-like
systems without manual user intervention. Autoconf creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of m4
macro calls.
Version 2.52 of autoconf is not entirely backwards compatible with
earlier versions, but is still needed to build some of the newer
packages. Import this package for just now as autoconf-devel.