<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/cln, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-11-29T08:47:29Z</updated>
<entry>
<title>Changes 1.1.9:</title>
<updated>2004-11-29T08:47:29Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-11-29T08:47:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a09c3cd99fb8e2dc168fb0790d7306b1dc2704ac'/>
<id>urn:sha1:a09c3cd99fb8e2dc168fb0790d7306b1dc2704ac</id>
<content type='text'>
Algorithmic changes
* Input of numbers in bases 2, 4, 8, 16 and 32 is now done in linear bit
  complexity as opposed to O(N^2). Useful for all kinds of persistency.

Implementation changes
* Fixed several bugs in the integer input and output routines that could be
  blamed for random crashes in the following cases: output in base 32 for
  quite large numbers, input in base 2 for fixnums and input in base 3 for
  fixnums on a 64 bit target.

* Fixed crash when radix specifiers were used in input streams.
* Speed up on x86_64 and ia64 by adding some inline assembly.

Other changes
* Fixes for compilation on MacOS X and little endian Mips.
</content>
</entry>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Remove info files entries from PLIST.</title>
<updated>2004-03-07T22:19:51Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2004-03-07T22:19:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ab140c91fed3fcb515584dcf04a31bfd29bee047'/>
<id>urn:sha1:ab140c91fed3fcb515584dcf04a31bfd29bee047</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Conform to template in revision 1.101 of bsd.buildlink3.mk.</title>
<updated>2004-03-06T23:46:06Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-03-06T23:46:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=48199529ba435e7e636a8d41bb3af45b02b51eb2'/>
<id>urn:sha1:48199529ba435e7e636a8d41bb3af45b02b51eb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Errare humanum est = pkgconfig buildlink added</title>
<updated>2004-03-05T15:25:08Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-03-05T15:25:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=42c377b60c810e463bc61e501c0d21434d9631e7'/>
<id>urn:sha1:42c377b60c810e463bc61e501c0d21434d9631e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CLN - Class Library for Numbers is a C++ library providing the following</title>
<updated>2004-03-05T14:46:23Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-03-05T14:46:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=364529e7e3a602d152a3edd5dfb170349b2d5ad1'/>
<id>urn:sha1:364529e7e3a602d152a3edd5dfb170349b2d5ad1</id>
<content type='text'>
features:
* Rich set of number classes
* Elementary, logical, transcendental functions
* C++ as implementation language brings efficiency, type safety,
  and algebraic syntax
* Memory efficiency
* Speed efficiency
* Interoperability
</content>
</entry>
</feed>
