Age | Commit message (Collapse) | Author | Files | Lines |
|
can handle packages having no PLIST files.
|
|
Patch provided by Yakovetsky Vladimir in PR 36934,
same as math/pari/patches/patch-ac.
|
|
* Bug fixes
|
|
Changes:
- Stabilized simplify command.
|
|
|
|
by any system that pkgsrc supports anyway. It seems to only be used by
ultrix and it isn't clear that scilab still works on ultrix anyway and it almost
certainly doesn't under pkgsrc.
|
|
|
|
during the build anyway.
|
|
|
|
per PR pkg/37035, fixed differently (not for technical reasons but for
consistency with pkgsrc/x11/gnome2-applets)
|
|
|
|
calendar math and fill in wday/yday. Use mktime(3) to have those fields
calculated.
-Fix non-portable use of sort(1) (in an example/selftest only): the "-n"
option should "restrict" the sort key to a numeric field, there is no
requirement to use another key if no numbers are present.
-bump PKGREVISION
|
|
Based on patch provided by PR 37017.
Fixes build problem with gtk-2.12.0.
OKed by wiz@.
This release introduces so-called paper mode, a new galculator view intended to
be more intuitive by means of "Do your calculations as you would do them on a
paper". Along with this new GUI feature, various bugs all over the GUI - core
interface have been fixed, with the arithmetic core stable and flawless since a
handful of releases.
|
|
Bump PKGREVISION.
|
|
|
|
too many changes to list here
pkgsrc changes:
-add use of pcre and qhull to options, and include
both in the default configuration
-play dirty tricks to make sure GNU sed is used as sed -- there is
something in the "mkf77def" script which doesn't work with NetBSD sed
|
|
|
|
(can be used by octave and others)
|
|
changes:
-New functions mpfr_j0, mpfr_j1, mpfr_jn, mpfr_y0, mpfr_y1, mpfr_yn,
mpfr_lgamma, mpfr_remainder, mpfr_remquo, mpfr_fms, mpfr_signbit,
mpfr_setsign, mpfr_copysign, mpfr_get_patches
-Functions mpfr_sin, mpfr_cos and mpfr_sin_cos improved
-More detailed MPFR manual
-Improved tests (make check)
-Bug fixes
|
|
bump PKGREVISION
|
|
This is a major release. Significant changes include:
* calc may be built with static or dynamic shared libraries
* overhauled Makefiles to use system targets
- replaced compiler sets with host targets
- targets include: linux, OS X, FreeBSD, simple, default
- many changes to Makefile variables
* calc source static and extern variables declared with CPP symbols
- to make it easier to compile under certain Windoz environments
- to assist those who are developing a multi-threaded calc lib
* calc library makes it easier to control parse and scan messages
* added Makefile.simple for hosts without GNU Make
* added custom registers
- when calc is run with the -C flag
* dropped support of md5 and sha-0 hashes
* calc supports real and complex exponentiation bases and exponents
- i.e., 2.5 ^ 3.5, 0.5i ^ 0.25, 2.5 ^ 2.718i, 3.13145i ^ 0.30103i
added TEST_TARGET
|
|
Changes since 12.7.2:
Improved documentation.
Added display of maximum memory usage to version command.
Allow read command in the Mathomatic library and fixed memory leak with it.
Added echo command per a user's request.
Improved factoring out constants, to make all coefficients reduced integers by
factoring out their gcd.
Added gcd_verified() function, to weed out false floating point gcds.
Made limit command say whether it is substituting or solving.
Added "mathomatic.desktop" and "mathomatic.png", which are the desktop and
icon files for Linux.
Minor code, documentation, and makefile improvements.
Added "tests/quartic.in" and fixed incomplete simplification in the calculate
command.
Allow upper case when parsing infinity constant name "inf", required by CygWin
version and maybe others.
The makefiles no longer strip the created executables.
Reordered source code so many functions can be defined returning "void" (which
means no return value).
Added "tests/how_limit_works.in" tutorial and restored "doc/notes.html".
Testing change to only one kind of partial unfactoring (partial_flag =
true/false, default true), completely distinct from full unfactoring. Used
throughout, let me know if this breaks anything.
Added "simplify fraction" option, which simplifies like Maxima's ratsimp().
|
|
|
|
ChangeLog:
- Complete rewrite of units implementation, allowing user-defined units
and physical constants.
- Updated included ocamlgsl bindings to 0.6.0.
- Square root of a negative value now returns a complex result.
- gcd(), lcd(), and mod() now accept real-valued arguments.
- Fix for crash in abbrev mode.
- Made a minor Makefile change to correct linking errors under Gentoo
(maybe others).
- Numerous code cleanups. Calculator code has been better separated from
interface code.
- Support --sysconfdir configure option. (Anyone packaging for the
filesystem hierarchy standard will now need to use something like
"./configure --prefix=/usr --sysconfdir=/etc".)
- Implemented entry of most fundamental physical constants.
- Fixed incorrect error message regarding deprecated extended_enter command
|
|
|
|
DieHarder is a test suite for random number generators. It includes a
reimplementation in C of the well-known Diehard test suite as well as
additional tests.
|
|
|
|
Gnumeric 1.7.12 'Rocks for Rob, Roses for Harlan'
J.H.M. Dassen (Ray):
* Added infrastructure to render the DocBook documentation as PDF.
Jody:
* Store objects in visible order in .gnumeric files. [#438933]
* Make SMALL/LARGE support implicit intersection. [#343176]
* XLS import for Form combos/lists source ranges. [#451384]
* Remove warning when combo objects updated.
* Repeat action being activated by F4 while editing. [#461284]
* SUM(INDIRECT:INDIRECT) XL compat outside arrays. [#395926]
* Merge UI layer back into WBCGtk, no more arbitrary split.
* Use pygobject instead of pygtk
* Use utf-16 encoded cmd line args on windows. [#361321]
* Fix XLS import of workbook local hyperlinks.
* XLSX import/export of hyperlinks.
* XLSX import/export of validation and input messages.
* Basic XLSX import/export of charts.
* ROW/COLUMN return vectors not matricies. [#Harlan Grove]
Morten:
* Fix undo column/row insert/delete for arrays. [#463834]
* Fix undo column/row delete for objects.
* Fix undo of sheet objects pushed off the sheet.
* Fix auto-correct issue. [#463996]
* Fix handling of named expressions when inserting or deleting
columns or rows. [#123649]
* Validate defined names. [#346223]
* Fix 64-bit issue for non-GNOME build. [#465545]
* Allow relative formulas in name dialog.
* Make test suite a bit more robust.
* Fix date entry problem. [#472760]
|
|
|
|
changes:
Backwards-incompatible changes:
* unstore, fassave, restore: cut out undocumented functions
New items in core:
* unique: function to return unique elements of a list
* New function float_approx_equal w/ associated global
variable float_approx_equal_tolerance (for test suite cases)
* Interface to Lisp string streams: make_string_input_stream,
make_string_output_stream, get_output_stream_string
New items in share:
* vector3d package (thanks to Walter Eastes)
* Script share/share_testsuite.mac to run tests in share
* share/contrib/topoly.lisp: new functions elim and elim_allbut
New items in tests:
* Commit test scripts written by Michael Wester
Other revisions:
* run_testsuite: only simplify expected results, do not evaluate, and
do not call ratsimp; now tests are more stringent than before
* equal: recognize Maxima and Lisp arrays and Maxima and Lisp strings
* find_root: evaluate arguments in an ordinary way
* apply, outermap: evaluate arguments in an ordinary way
* save, loadfile, tex, stringout, compfile: evaluate filename argument
* display code: output space characters (no tabs)
* share/linearalgebra: improved jacobian and hessian functions
* share/contrib/lsquares.mac: replaced with a new version
* share/draw: include geographical data from World Boundaries Database;
other modifications
* with_stdout: accepts an output stream as well as a filename
* share/contrib/topoly.lisp: many improvements in to_poly
* share/contrib/numericalio: accept stream as well as a filename
* many other minor improvements
|
|
changes:
-unsafe strcpy fixed
-code cleanup
|
|
Changes since 1.7.10:
This starts the run up towards 1.8 in the fall with lots of polish
and patching. The win32 build is also getting some love. I have
not checked on how to make a fancy shmansy installer just yet but
here's a tarball of the necessary binaries and docs that patches
some of the missing features in 1.7.10. There are still issues with
print preview somewhere in cairo that we're looking into.
* Andreas
o Save and restore default paper, margins and various other print settings.
o Handle differences in page setup between sheets when printing multiple sheets.
o Fix handling of "print even if only style". [Bug 438743].
o Implement printing of row and column headers.
o Fix saving of null header/footer items [Bug 449836].
o Fix TINV for large degree of freedom.
* Jean
o Fix check for long double support in goffice.
o Import legend and axis labels fonts from excel in charts. [Bug 437858].
o Fix performance issues in float_range_function2 and fn-tsa plugin.
* Jody
o Fix drawing of large cursor while sheet scrolls. [Bug 444610].
o Fix drawing of merged cells in RTL. [Bug 442463], [442467].
o Fix editing in RTL, and for merged cells.
o Properties to store fine tuned capabilities in protected sheets.
o Read/Write of protected sheet capabilities for XLS/XLSX.
o Move the OpenPkg support code into libgsf from our xlsx plugin.
o Fix placement of validation combo in merged cells.
o Eval validation functions as arrays.
o Make Morten's pdf exporter available from gnumeric too.
o Start to implement limits to selection in protected sheets.
o Handle array expressions in SYLK importer.
o ODF import/export for hidden and RTL sheets.
o Fix redraw of spanning cells when toggling RTL.
o Work around ODF's lack of a default col/row style.
o Fix crash in t-test. [Bug 450676].
o Sylk import support for arrays, and encoding.
o Sylk export.
o Configurability for which direction moves.
o Calc property import/export for xlsx.
o Update validation combo moving between identical styles. [Bug 453525].
o Patch the problems found by coverity.
o Fix win32 docs. [Bug 443726].
o Be more flexible about range relocation for ins/del cells. [Bug 439347].
* Morten
o Make ssconvert able to export to pdf. [Bug 381965].
o Fix loading of tab text colour. [Bug 437743].
o Improve handling of foreign recently-used files. [Bug 438918].
o Improve save-on-exit dialog.
o Fix potentially confusing save-in-wrong-format-on-exit bug.
o Tentatively fix issue with recent Pango. [Bug 440514].
o Provide good mime type for recent documents.
o Fix localized-format problem in cell format dialog. [Bug 442657].
o Fix R1C1 problem. [Bug 443832].
o Fix performance problem when selecting large areas. [Bug 445617].
o Fix loading/saving of R1C1 attribute. [Bug 448714].
o Fix overflow problem when int!=long. [Bug 458158].
* Nils Kanning
o Fix the inline documentation for python addins. [Bug 412804].
|
|
|
|
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
|
|
so disable these plugins completely,
ride on recent PKGREVISION bump
|
|
ride on recent PKGREVISION bump
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
version and bump PKGREVISION
|
|
|
|
|
|
changes:
* New lapack package (BLAS and LAPACK functions)
* Bug fixes and enhancements to plotting code
* Bug fixes and enhancements to Xmaxima user interface
* Revise Maxima reference manual (all languages)
* Some new add-on packages
* Several minor improvements
* Many bug fixes
|
|
changes:
* CCITT/ITU CRC-32 computation example
* changed import PRNG to autoimport
* get rid of archaic "v" print and scan functions
* fixed signededness bug in integer carry calculation
(which was patched in pkgsrc)
|
|
-adapt PLIST
-require goffice-0.4.1, and
-bump PKGREVISION
|
|
The following new API routines were added:
glp_set_rii set (change) row scale factor
glp_set_sjj set (change) column scale factor
glp_get_rii retrieve row scale factor
glp_get_sjj retrieve column scale factor
glp_simplex solve LP problem with the simplex method
(this routine replaces lpx_simplex, which is
also available for backward compatibility)
glp_init_smcp initialize simplex method control params
glp_bf_exists check if the basis factorization exists
glp_factorize compute the basis factorization
glp_bf_updated check if the basis factorization has been
updated
glp_get_bfcp retrieve basis factorization control params
glp_set_bfcp change basis factorization control params
glp_get_bhead retrieve the basis header information
glp_get_row_bind retrieve row index in the basis header
glp_get_col_bind retrieve column index in the basis header
glp_ftran perform forward transformation
glp_btran perform backward transformation
|
|
|
|
if the system lacks one (trick borrowed from multimedia/smpeg).
Fixes build on Darwin.
|