Age | Commit message (Collapse) | Author | Files | Lines |
|
Improved gui and many bug fixes since last release
|
|
|
|
|
|
|
|
Changes between GMP version 4.2 and 4.2.1
Bugs:
* Shared library numbers corrected.
* Broken support for 32-bit AIX fixed.
* Misc minor fixes.
Speedups:
* Exact division (mpz_divexact) now falls back to plain division for large
operands.
Features:
* Support for some new systems.
Changes between GMP version 4.1.4 and 4.2
Bugs:
* Minor bug fixes and code generalizations.
* Expanded and improved test suite.
Speedups:
* Many minor optimizations, too many to mention here.
* Division now always subquadratic.
* Computation of n-factorial much faster.
* Added basic x86-64 assembly code.
* Floating-point output is now subquadratic for all bases.
* FFT multiply code now about 25% faster.
* Toom3 multiply code faster.
Features:
* Much improved configure.
* Workarounds for many more compiler bugs.
* Temporary allocations are now made on the stack only if small.
* New systems supported: HPPA-2.0 gcc, IA-64 HP-UX, PowerPC-64 Darwin,
Sparc64 GNU/Linux.
* New i386 fat binaries, selecting optimised code at runtime (--enable-fat).
* New build option: --enable-profiling=instrument.
* New memory function: mp_get_memory_functions.
* New Mersenne Twister random numbers: gmp_randinit_mt, also now used for
gmp_randinit_default.
* New random functions: gmp_randinit_set, gmp_urandomb_ui, gmp_urandomm_ui.
* New integer functions: mpz_combit, mpz_rootrem.
* gmp_printf etc new type "M" for mp_limb_t.
* gmp_scanf and friends now accept C99 hex floats.
* Numeric input and output can now be in bases up to 62.
* Comparisons mpz_cmp_d, mpz_cmpabs_d, mpf_cmp_d recognise infinities.
* Conversions mpz_get_d, mpq_get_d, mpf_get_d truncate towards zero,
previously their behaviour was unspecified.
* Fixes for overflow issues with operands >= 2^31 bits.
Caveats:
* mpfr is gone, and will from now on be released only separately. Please see
www.mpfr.org.
|
|
|
|
Bug fixes.
Add "-o" option.
|
|
|
|
|
|
|
|
This new release adds support for libcurl. This fixes a problem in chunked encoding.
And adds https support.
|
|
|
|
|
|
cube said so.
|
|
|
|
|
|
|
|
properly.
Bump PKGREVISION.
|
|
properly.
Bump PKGREVISION.
|
|
|
|
* Use PKG_APACHE_ACCEPTED.
|
|
|
|
|
|
Please see http://httpd.apache.org/docs/2.2/new_features_2_2.html
for the list of changes.
|
|
|
|
upcoming Apache 2.2.3 package.
APR 1.x is neither source nor binary compatible with earlier APR
0.9 releases. Users of APR 1.x can expect consistent interfaces
and binary backwards compatibility throughout the entire APR 1.x
release cycle.
|
|
|
|
|
|
Collection.
rbldnsd is a small and fast DNS daemon which is especially made to serve DNSBL
zones. This daemon was inspired by Dan J. Bernstein's rbldns program found in
the djbdns package.
rbldnsd is extremely fast - it outperforms both bind and djbdns greatly. It
has very small memory footprint.
The daemon can serve both IP-based (ordb.org, dsbl.org etc) and name-based
(rfc-ignorant.org) blocklists. Unlike DJB's rbldns, it has ability to specify
individual values for every entry, can serve as many zones on a single IP
address as you wish, and, finally, it is a real nameserver: it can reply to DNS
metadata requests. The daemon keeps all zones in memory for faster operations,
but its memory usage is very efficient, especially for repeated TXT values
which are stored only once.
|
|
|
|
|
|
0.25 2005-10-05
- t/15time_zone.t does it's own time zone "add_duration" handling
0.24 2005-10-03
- _recurrence.pm warned when the recurrence didn't have occurrences before
a given start date. Reported by Mark D. Anderson.
0.23 2005-10-03
- _recurrence.pm died when the recurrence didn't have occurrences before
a given start date. Reported by Mark D. Anderson.
0.22 2005-05-06
- DateTime::Set 0.21 dies when as_list is asked to produce a list from
outside the range of the set. Patch contributed by Stephen Gowing.
0.21 2005-04-06
- no hard limit in count() and as_list(); removed the warnings from the docs.
0.20 2005-02-28
- changed tests to use en_US instead of pt_BR (which changes every year)
by Dave Rolsky.
- optimized SpanSet methods for special cases:
start_set()
end_set()
contains( $dt )
intersects( $dt )
- added an example to count(), by David Nicol.
- added a note about how the result of min()/max() is just a copy of the
actual set boundary. Reported by Ron Hill.
|
|
by Pierre Pronchery as PR pkg/35200
other changes:
-enables startupnotify
-Fixes a problem of liferea-feed-add with running program detection
-translation updates
|
|
|
|
|
|
-remove obsolete WRKSRC definition
-the http overflow (CVE-2006-2802) was fixed upstream
|
|
|
|
|
|
pngcheck verifies the integrity of PNG, JNG, and MNG files (by
checking the internal 32-bit CRCs [checksums] and decompressing
the image data); it can optionally dump almost all of the chunk-level
information in the image in human-readable form. For example, it
can be used to print the basic statistics about an image (dimensions,
bit depth, etc.); to list the color and transparency info in its
palette (assuming it has one); or to extract the embedded text
annotations. This is a command-line program with batch capabilities.
|
|
|
|
|
|
they change daily. Add a comment with update instructions.
Daily changes are not documented, so I'm not sure what changed to the
previous version.
Addresses PR 34827 and joerg's complaints.
|
|
|
|
Version 1.7.3 : A bug under Solaris was fixed. This bug caused an XBindKeys
built with -DFORK_FLAG=1 to fail to wait for the processes it spawns, leaving
lots of defunct processes.
Thanks to Ciaran Anscomb for the patch.
Version 1.7.2 : Changes to grab keys in all display screens and not only in the
default root window (Xinerama suport).
Bugfix for the Guile support in configure.ac.
|
|
|
|
from Changes:
2006-11-27 - 3.4
Make sure we don't fail taint checking when other
Module::Pluggable::* modules are installed.
2006-11-24 - 3.3
Few more patches from Jos Boumans to get read for CORE
2006-11-15 - 3.2
Remove Class::Inspector dependency and inline code
Prepare for assimilation into CORE
2006-07-11 - 3.1
Force Test::More version to be latest which stops it trampling on $_
Use Class::Inspector tests to check to see Package is loaded thus
preventing incompatability problems introduced by last patch.
|
|
|
|
from CHANGELOG:
= 2006/11/30 1.9015
Fix bug # 22662 reported by grjones at gmail: cidrs2inverse
wouldn't notice /32-sized leftovers.
= 2006/10/13 1.9014
Fix bug # 22085 reported by grjones at gmail: cidrs2inverse
wouldn't notice /32-sized holes.
= 2006/09/06 1.9013
Added the nextblock() method as suggested by Robert Drake <rdrake at stayonline.net>
Bugfix: it couldn't parse 10/8 or 127/8
|
|
wm/icecc.
|
|
Patch provided by maintainer(updated the e-mail address) by PR 35209.
* The FreeBSD categories were updated to include sun4v
* Code was reorganized to make it easier to create new GUI code.
* Work began on the MacOS X native GUI
|