summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2001-01-05Replace DEPENDS on gettext by USE_LIBINTL and BUILD_DEPENDS on gettext.wiz1-2/+3
(Only 2 more left!)
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc11-11/+37
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-30Update gnumeric to 0.61. Changes include:rh3-111/+108
Gnumeric 0.61: * Fix formatting mistakes in documentation. * Some work on the name dialog. * Work on sheet object persistence. * Begin honouring the current format when parsing. * More work on merged cell support. * Improve cursor rubber banding when selecting a range. * Fix scripts generating documentation. * Fixed lotus file format loader. (Magic detection, avoid unaligned memory accesses, leaks.) Gnumeric 0.60: * Initial work on supporting merged cells. * Improve sheet object and cell comment infrastructure. * More work on expression relocation. * Bugs. * Improve XL export of non-builtin functions. * Semi-smart undo/redo list truncation. * Fix serious crash during gnumeric-format save. * Plug leaks.
2000-12-13Added an option to install for XEmacs instead of GNU Emacs.jtb4-102/+114
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-12-11Use --version-info 0:0 . Shortened the Makefile for the torture tests.jtb2-33/+9
2000-12-10Add and enable "minpack". Fixes PR pkg/11390 by Jason Beegan.jtb1-1/+2
2000-12-10Initial import of new "minpack" package:jtb6-0/+88
FORTRAN 77 library for the solution of nonlinear equations
2000-12-10Add and enable "dfftpack". Fixes PR pkg/11364 by Jason Beegan.jtb1-1/+2
2000-12-10Initial import of new "dfftpack" package:jtb6-0/+76
Double precision version of FFTPACK
2000-12-07depend on xlispstat>=3.52.9wiz1-2/+2
2000-12-07Added --version-info 0:0 to libtool options.jtb1-4/+4
2000-12-06Added --version-info 0:0 to Makefile.jtb2-4/+3
2000-12-06Added --version-info 0:0 libtool option to Makefile.jtb2-5/+3
2000-12-06Added --version-info 0:0 for libtool.jtb3-3/+3
2000-12-05update to 1.0.43, another one without changing the distfile name.drochner4-11/+13
changelog 1.0.41-1.0.43: Added the YacasNotebook directory with the emacs shell to the repository. We have support for BeOS! Thanks to Eugenia Loli. Serious bugfix: the ^ operator wasn't working like it should. It was mapped to BitXor, and its precedence was wrong. Allowed CForm to accept if (predicate) body; and if (predicate) body else other; These routines need to be written still, however, for them to also work in Yacas itself. cleaned up some code. Speedup of 40% of general Yacas execution. Some improvements to the logic theorem prover so it can handle (a>b)-type epressions. added support for annotating expressions, with GetExtraInfo and SetExtraInfo. Initial checkin into sourceforge CVS. Thanks to Vladimir Livshits! Fixed some windows compilation problems. ElfDll being explicitly mentioned in mathcommands3.cc, and explicitly including elfdll.h. added initial versions for the c-like &, | % and ^ operators, and if (...) ... else ... . This will probably make it possible in the future to write code that is a lot more readable than If(..., ..., ...). The else clause binds to the last if, just like in c. So this means you can now enter expressions like: if(3 < 3) a else if (3 > 3) b else c;
2000-12-05update to work wiyh python 2.x:drochner6-90/+77
-newest version - 17 (new numbering scheme) -hosted by sourceforge now -uses python's new "distutils"
2000-12-05Add and enable "meschach".jtb1-1/+2
2000-12-05Initial import of new "meschach" package:jtb17-0/+328
Library of C Routines for Matrix Computations
2000-12-01Removed the Netlib ".depend" file from the distfile. It causes problemsjtb6-16/+12
with Make.
2000-12-01Remove the Netlib ".depend" file from the distfile. It causes problemsjtb3-8/+6
with Make.
2000-12-01Removed the Netlib ".depend" file from the distfile. It causes problemsjtb3-8/+6
with Make.
2000-11-30Added %D prefix to @unexec rmdirjtb1-2/+2
2000-11-30Add and enable "eispack". Fixes PR pkg/11388 by Jason Beegan.jtb1-1/+2
2000-11-30Initial import of new "eispack" package:jtb6-0/+68
Fortran routines for the solution of eigenvalue problems
2000-11-30Removed erroneous additional = in FOPTS.jtb1-2/+2
2000-11-30Add and enable "quadpack". Fixes PR pkg/11367 by Jason Beegan.jtb1-1/+2
2000-11-30Initial import of new "quadpack" package:jtb6-0/+72
Fortran subroutines for the solution of definite univariate integrals
2000-11-30Add and enable new "odepack" package. Fixes PR pkg/11374 by Jason Beegan.jtb1-1/+2
2000-11-30Initial import of new "odepack" package.jtb19-0/+248
Systematized Collection of ODE Solvers
2000-11-30A tar file of "fftpack" is now in LOCAL_PORTSjtb3-101/+30
2000-11-28Add and enable "fftpack". Fixes PR pkg/11368 by Jason Beegan.jtb1-1/+2
2000-11-28Initial import of new "fftpack" package:jtb20-0/+300
Single precision Fortran FFT subroutines
2000-11-28Add and enable new "slatec" package. Fixes PR pkg/11369 by Jason Beegan.jtb1-1/+2
2000-11-28Initial import of new "slatec" package:jtb6-0/+236
Library of mathematical and statistical Fortran 77 subroutines
2000-11-26Add and enable "calc". Fixes PR pkg/11404 by Jason Beegan.jtb1-1/+2
2000-11-26Initial import of new "calc" package:jtb9-0/+269
Advanced Calculator for GNU Emacs
2000-11-26Add and enable "mcsim". Fixes PR pkg/11380 by Jason Beegan.jtb1-1/+2
2000-11-26Initial import of new "mcsim" package:jtb11-0/+433
Monte Carlo Simulation software
2000-11-26Remove a patch that is no longer correct after renaming the modules.mycroft2-19/+1
2000-11-26Fix module names so they actually work.mycroft1-23/+23
2000-11-26Add and enable "randlib". Fixes PR pkg/11370 by Jason Beegan.jtb1-1/+2
2000-11-26Initial import of new "randlib" package:jtb6-0/+68
Library of C Routines for Random Number Generation
2000-11-26Correct PLIST for libtool changes.mycroft1-12/+12
2000-11-25Add and enable "aribas". Fixes PR pkg/11389 by Jason Beegan.jtb1-1/+2
2000-11-25Initial import of new "aribas" package:jtb7-0/+78
Multi-precision floating point and big integer arithmetic calculator
2000-11-25Add and enable "otter". Fixes PR pkg/11392 by Jason Beegan.jtb1-1/+2
2000-11-25Initial import of new "otter" package:jtb8-0/+279
Otter is a theorem-proving program
2000-11-25Update gnumeric to 0.59. Changes include:rh6-150/+146
Gnumeric 0.59 * Minor improvements to the autoformat dialog. Gnumeric 0.58 * Cleanup and general bugfixing in guile plugin. * Support for values inside the Guile interpreter * Undo for autoformat. * Beautify stf dialog. * Stf and other bugfixes. * Massive bug fixing spree. * Fix popup context menus. * 'General' number formats. * Some initial work on an MVC split for workbooks. * More work on double click fill support. * When format toolbar is vertical, replace font and size selectors with a button. * Fixed analysis tools for ranges not starting at A1. * Isolated floating-point-double reading code with endian-issues in one spot rather than in all file io plugins. * Fixed and updated the i18n subsystem, so it how should work more smooth - I will consider this very close to finished.
2000-11-17Update abs to 0.8. Changes are improved stability and a better GUI.rh5-39/+58