CVS log for pkgsrc/math/sollya/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / math / sollya
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Apr 17 21:51:33 2025 UTC (6 days, 6 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
*: recursive bump for icu 77 and libxml2 2.14
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Nov 14 22:20:43 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
*: recursive bump for icu 76 shlib major version bump
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Nov 1 12:53:27 2024 UTC (5 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
*: revbump for icu downgrade
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:52:41 2024 UTC (5 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
*: recursive bump for icu 76.1 shlib bump
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed May 29 16:33:28 2024 UTC (10 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
revbump after icu and protobuf updates
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:20:03 2023 UTC (17 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
*: recursive bump for icu 74.1
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:10:46 2023 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
revbump after textproc/icu update
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jan 2 14:07:51 2023 UTC (2 years, 3 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1
lines
math/sollya: add use of atomic64.mk, as that's required.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Nov 23 16:20:36 2022 UTC (2 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1
lines
massive revision bump after textproc/icu update
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 28 23:49:43 2022 UTC (2 years, 5 months ago) by alnsn
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -4
lines
Update math/sollya to version 8.0.
Changes from version 7.0 to 8.0:
================================
Changes of syntax and output:
* Hexadecimal constants ending on '+' or '-' (e.g., 0x123p-) now
provoke a syntax error (as it always should have).
* The match construct on error now matches (it used to return
error).
* In certain cases, procedures could not be applied to an empty set
of arguments because a syntax error occurred before. This is now
possible.
* The meaning and use of infinities and signed zeros in intervals
has been changed (see documentation for details).
* Input and output of decimal constants is now fully exact in
rationalmode. In all other instances, a warning message is now
produced when an internal constant gets printed in decimal and a
rounding occurs.
Critical bug fixes:
* Making Sollya compile again with recent versions of fplll (at
least on the Linux side).
Improvements in internal handling:
* Improved performance on manipulation of polynomials.
Major bug fixes:
* Patched a bug in interval erfc.
* Patched a bug preventing match to work on unary minus.
Major new functionalities:
* The interpolate command allows for polynomial interpolation with
and without error (see documentation for details).
* The bezout command allows for computation of a gcd along with
matching cofactors (see documentation for details).
Minor new functionalities:
* The externaldata command now allows generic external library
symbols to be bound to Sollya objects (see documentation for
details).
* Improvements on use of the L'Hopital rule for function
evaluations.
* When started as an interactive tool or as a library, Sollya now
binds the executable's 0th argument to the Sollya identifier
__program_name.
* In situations when the user wishes to provide the minimax with
real coefficients to fpminimax, it is now possible to give a list
of coefficients instead of the expression of the real minimax (see
documentation for details).
* The free mathematical variable can now be unbound with the rename
command (see documentation for details).
* The bind command now allows for procedures with an arbitrary
number of arguments (see documentation for details).
* The char *sollya_lib_get_help_text(char *topic) function now
allows for access to the help text of a certain topic.
Others:
* In certain circumstances, the printing of a list may have had
quadratic complexity in the past. This has been corrected.
* If the compiler supports the -flto flag; this option is disabled
by default though. To enable LTO compilation, use
--enable-lto-compilation. On certain systems the -flto flag is
supported by the compiler but LTO compilation fails. In this case,
it is recommended not to enable LTO compilation.
* dirtyfindzeros used to include in the list of zeros any point
where the expression given as input evaluated to NaN. Such points
are now included only when there is a real suspicion that it could
be a true zero of the expression.
* externalprocedure, externalfunction and externaldata entries can
have cross-dependencies for their symbols. The tool now makes sure
all symbols are unloaded in the precise inverse order of their
loading, to allow for such cross-dependencies.
* chebyshevform command can now be used out of execute() statements.
* remez command now tries to recognize the situation when the
optimal error function is identically 0.
* configure now allows for cross-compilation.
Deprecated functionalities:
* Deprecated readxml and printxml.
* Deprecated the proof generation feature of the infnorm command.
* Deprecated end-elliptic lists ending with a number as a format
list in fpminimax.
And many bugs fixed.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Oct 28 19:59:03 2022 UTC (2 years, 5 months ago) by alnsn
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
Update website.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Apr 18 19:11:36 2022 UTC (3 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
revbump for textproc/icu update
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 8 16:05:35 2021 UTC (3 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
revbump for icu and libffi
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 21 11:42:11 2021 UTC (4 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
revbump for textproc/icu
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 5 09:08:38 2020 UTC (4 years, 5 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
*: Recursive revbump from textproc/icu-68.1
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jun 2 08:24:17 2020 UTC (4 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Revbump for icu
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue May 19 14:45:21 2020 UTC (4 years, 11 months ago) by riastradh
Branches: MAIN
sollya: Import sollya-7.0 as math/sollya
Sollya is a tool environment and a library for safe floating-point
code development, particularly targeted at automated implementation
of math libraries like libm.
Derived from wip/sollya.
CVSweb <webmaster@jp.NetBSD.org>