Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes sinec 4.2.83:
o Many bug fixes.
o Further work on enhancement request 125873. As the user is typing
in input, the display will now show the thousands separator
(if checked).
o On a Solaris keyboard, Shift-"^" is
GDK_asciicircum/GDK_SHIFT_MASK. This keyval/state pair needed to
be added to the Xor recognized mappings.
o gcalctool can now optionally show the thousands seperator
character for fixed point numbers displayed in the decimal
base. Same for numbers stored in the memory registers. There is
a new "Show Thousands Separator" menu entry in the View menu to
set this.
o Online help updated.
o Updated the gcalctool man pages.
o Install "gnome-calculator" symlink as reqested by Glynn Foster.
|
|
gnome-core package. This lets gnucash be installed alongside GNOME2 again.
Bump PKGREVISION to 8.
|
|
make dependency on libbz2 explicit
Fixes build on Solaris 8.
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
Pkgsrc fixes:
1) Install trans directory.
Official bug fixes since bug fix 4:
1) A wrong return format for `IsomorphicSubgroups' applied to cyclic groups.
2) A wrong `true' result of `IsSubset' for certain algebras.
3) Segmentation faults and other strange behaviour when assigning
finite field elements of different characteristics into compressed vectors
4) A bug in the subgroup conjugation test for permutation groups that are
not subgroups.
5) A missing method for `BaseOrthogonalSpaceMat'.
6) A missing `Set' call in the construction of the global variable
`AUTOLOAD_PACKAGES'.
7) A wrong display string of the numerator in rational functions returned
by `MolienSeries' (in the case that the constant term of this numerator
is zero).
8) A strange behaviour of `Intersection' for the case that a strictly
sorted list is the unique entry of the list that is given as the
argument; in this situation, this entry itself was returned instead of
a shallow copy.
9) An error in the basis of a product space of algebras.
10) Possibly wrong result of `Centre' for pc groups.
11) Possibly wrong result of `DirectSumDecomposition' for matrix Lie algebras.
12) An error in `LieNormalizer', `LieCentralizer' for zero subspaces.
13) An error in the computation of matrices of adjoint modules.
14) A strange error message when constructing the simple Lie algebra of type
B1.
15) An error in `ModuleByRestriction'.
16) An error in `IrrBaumClausen' for the trivial group.
17) An error with vector space bases of row spaces over fields which
neither are prime fields nor contain all entries of the vectors.
18) An error with `IsMonomial', when it uses the function
`TestMonomialFromLattice' (i.e., in hard cases, likely for characters of
nonsolvable groups).
Errors 1, 3, 5, 6, 9, 12, 13, 14 and 16 may cause GAP to stop with an error
message, errors 2, 4, 7, 10, 17, and 18 may cause wrong results.
|
|
|
|
|
|
( We really need non-recursive dependancies... *sigh* )
|
|
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
name has been changed to teTeX (instead of teTeX2).
|
|
|
|
This python module implements constants and functions for working with IEEE754
double-precision special values. It provides constants for Not-a-Number (NaN),
Positive Infinity (Inf), and Negative Infinity (-Inf), as well as functions to
test for these values.
The code is implemented in pure python by taking advantage of the 'struct'
standard module. Care has been taken to generate proper results on both
big-endian and little-endian machines. Some efficiency could be gained by
translating the core routines into C.
|
|
|
|
|
|
Closes PR pkg/23760
|
|
points to the installed libtool instead of to the buildlink2 directory.
Should fix PR23759.
|
|
before -r1.130. They are now preventing this package from installing.
Bump PKGREVISION.
|
|
|
|
superlu, and will require much massaging to make it work with the current
superlu package.
|
|
|
|
--------------------
Fixed bugs
o There was several memory leaks due to bad management of Python
refcounts.
o There was wrong synchronization of the thread running the R event
loop and the calls to the R interpreter.
o There was a bug with signal handling which caused segfault when
'Ctrl-C' were pressed.
o The R event loop shouldn't be run in non-interactive sessions.
o The i/o Python callbacks were wrong synchronized with the R event
loop thread.
New features
o Added a rpy_version symbol.
|
|
|
|
|
|
* Emacs fixes
* The ++ and -- operators now work for indexed matrices
* The built-in variable argv is now a list of strings instead of a string vec.
* The new built-in variable `crash_dumps_octave_core' controls
whether Octave writes user variables to the file `octave-core'
when it crashes or is killed by a signal.
* Loops of the form `for i = STRING ... endfor' are now allowed.
* It is now possible to set the iteration limit for lsode using
lsode_options ("step limit", N).
* New functions
* The save command now accepts the option -append to save the
variables at the end of the file, leaving the existing contents.
* New command-line option --no-history (also available using the
single character option -H) inhibits saving command history.
* The built-in variable `PWD' has been removed.
* New operators.
* New built-in data types.
* Commas in global statements are no longer special.
* It is now possible to declare static variables that retain their
values across function calls.
More --> See "NEWS"
|
|
|
|
|
|
|
|
Changes since 1.6.2
Many new features.
Language changes.
Additional standard package 'mle'.
Some old features deprecated or defunct.
Many many bug fixes.
Update to 1.8.0 from Ray Brownrigg in private communication, cleaned up
and updated to 1.8.1 by me.
|
|
into PHP CVS tree; the patches will be disposed on next PHP update
PKGREVISION not bumped, the package works exactly same as before
|
|
|
|
|
|
Add DIST_SUBDIR and regen distinfo.
|
|
Add DIST_SUBDIR and regen distinfo.
|
|
|
|
Changes:
* Version 3.0, 10-15-03
- add "options" and "stat" argument for the driver routines
DGSSV/DGSSVX. This interface is more user-friendly and flexible.
- add more examples in EXAMPLE/
- add a "symmetric mode" with better performance when the matrix is
symmetric, or diagonal dominant, or positive definite, or nearly so.
Also, make 'test' target do something.
|
|
|
|
want to patch all this), so bail out if we detect a gcc-3 compiler.
Suggest octave-current instead. Closes my own PR pkg/21874.
While here, allow dependecy on either ghostscript or ghostscript-nox11.
|
|
|
|
From release announcemenet:
After a lengthy QA process, PHP 4.3.4 is finally out!
This is a medium size maintenance release, with a fair number of bug fixes.
All users are encouraged to upgrade to 4.3.4.
Bugfix release
PHP 4.3.4 contains, among others, following important fixes, additions
and improvements:
* Fixed disk_total_space() and disk_free_space() under FreeBSD.
* Fixed FastCGI support on Win32.
* Fixed FastCGI being unable to bind to a specific IP.
* Fixed several bugs in mail() implementation on win32.
* Fixed crashes in a number of functions.
* Fixed compile failure on MacOSX 10.3 Panther.
* Over 60 various bug fixes!
For full list of changes in PHP 4.3.4, see ChangeLog:
http://www.php.net/ChangeLog-4.php#4.3.4
|
|
|
|
lets the linker work right. No change on non-Solaris systems.
|
|
|
|
|
|
|
|
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
|
|
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
|
|
|
|
|
|
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
|
|
shared library which is most definitely needed at run time.
|
|
|