uni- and multivariable geostatistical modelling, prediction and
simulation
variogram modelling; simple, ordinary and universal point or block
(co)kriging, sequential Gaussian or indicator (co)simulation;
variogram and map plotting utility functions.
Classes and methods for handling genetic data. Includes classes to
represent genotypes and haplotypes at single markers up to multiple
markers on multiple chromosomes. Function include allele frequencies,
flagging homo/heterozygotes, flagging carriers of certain alleles,
estimating and testing for Hardy-Weinberg disequilibrium, estimating
and testing for linkage disequilibrium, ...
Climate analysis and downscaling package for monthly and daily data.
The package contains R functions for retrieving data, making climate
analysis and downscaling of monthly mean and daily mean global climate
scenarios.
Combine multi-dimensional arrays. This is a generalization of cbind
and rbind. Takes a sequence of vectors, matrices, or arrays and
produces a single array of the same or higher dimension.
RArcInfo is a package for the R statistical program to import
Arc/Info V7.x binary coverages. It is based on the library Avcelib
written by Daniel Morissette.
Currently, RArcInfo supports most of the file formats stored by these
type of coverages. The geographical information (arcs, polygons,
topological relationships, etc.) are stored using lists, but all the
tables containing related information are imported into a data frame.
Once the desired data are imported, the user can draw maps, even filling
the polygons according to the value of a given covariate. Although R is
not designed for heavy G.I.S. work, this package is very helpful to work
with binary coverages inside R.
Includes HTML function and methods to write in an HTML output.
Thus, making HTML reports is easy. Includes a function that allows
redirection on the fly, which appears to be very usefull for
teaching purpose, as the student can keep a copy of the produced
output to keep all that he/she did during the course
Package comes with a vignette describing how to write HTML reports
for statistical analysis. Finally, a driver for Sweave allows to parse
HTML flat files containing R code and to automatically write the
corresponding outputs (tables and graphs).
Interface between GRASS 5.0 geographical information system
and R, based on starting R from within the GRASS environment
using values of environment variables set in the GISRC file.
Interface examples should be run outside GRASS, others may
be run within. Wrapper and helper functions are provided for
a range of R functions to match the interface metadata
structures.
consists of data sets and functions with our (John Maindonald
and John Braun's) book, Data Analysis and Graphics Using
R, published by Cambridge University Press.
those packages that currently use ${MASTER_SITE_R_CRAN:=foo} as their
HOMEPAGE. As the HOMEPAGE is a single URL, not a list of URLs, the
MASTER_SITE variables cannot be used for this.
Changes:
- Made library work with constant strings passed as input to matho_process().
- Added "set bold_colors" option. Use this if equations are difficult to read.
- Removed "doc/ctips.html".
- Cleaned up and improved makefiles.
- Fixed bug in "compile.secure".
scilab update. Add a note in the Makefile to prevent this in the
future.
- add Version.incl to the buildlink files. That is needed to allow
add ons to determine the scilab version. Currently no pkgs are using
this, but that will change soon.
gnucash uses libguppi do do various graphical rendering activities.
A bug in the libraries bar-charting code means that the labels
on bar-charts are attached to the wrong objects, so attempting
to open a sub-chart results in the wrong entry being selected
(click on the first entry and the last one is displayed, click on
the last and the first).
Unfortunately, it would appear that guppi is no-longer being actively
maintained, so there might not be a further release of this library.
The attached patch is included in several source RPMS for Linux
(and apparently was committed to the guppi source CVS).
Bump PKGREVISION.
Overview of changes in gcalctool 5.6.31
* Generated release for GNOME 2.12.0 (Final)
----
Overview of changes in gcalctool 5.6.30
* Fixed bug #314540. The libparser.a library needs ranlib run on it
for Mac OS X.
----
Overview of changes in gcalctool 5.6.29
* Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in
syntax_translation.c
----
Overview of changes in gcalctool 5.6.28
* Generated release for GNOME 2.12 (RC)
* Changed type of argument in paren_disp from char to int for 64bit.
----
Overview of changes in gcalctool 5.6.27
* Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.
----
Overview of changes in gcalctool 5.6.26
* Generated release for GNOME 2.11.91 (beta2).
----
Overview of changes in gcalctool 5.6.25
* Fixed bug #311306. If the user was in View->Scientific with base Bin,
Oct or Hex and then went to View->Basic, then returned to View->Scientific,
some of the numeric keys were incorrectly greyed out.
----
Overview of changes in gcalctool 5.6.24
* Fixed bug #310849. Gcalctool no longer crashes when pressing the "B"
button (or typing Shift-B).
----
Overview of changes in gcalctool 5.6.23
* Fixed bug #310791. Memory register window view logic was screwed.
----
Overview of changes in gcalctool 5.6.22
* Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.
----
Overview of changes in gcalctool 5.6.21
* Fixed bug #153854. When the user changes modes, a warning dialog is
displayed to let them know that their current display will be cleared
and the base reset to decimal. The user has the option of checking a
toggle box on the dialog, that will prevent this warning from being
displayed again.
----
Overview of changes in gcalctool 5.6.20
* Fixed bug #309294. Adjustments to allow gcalctool to successfully build
on Solaris with pkgconfig >= 0.17.1.
----
Overview of changes in gcalctool 5.6.19
* Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now
correctly change the sign of the exponent on scientific numbers again.
----
Overview of changes in gcalctool 5.6.18
* Fixed bug #308408. gcalctool can now correctly convert the hexadecimal
numbers "A-F" to other bases in "use arithmetic operator precedence mode".
----
Overview of changes in gcalctool 5.6.17
* Fixed bug #305619. Calculations with stored register values in arithmetic
operator precedence mode, now work correctly.
----
Overview of changes in gcalctool 5.6.16
* Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching
the format (e.g. from ENG to FIX), the displayed value switches to zero
(in the corresponding format, so e.g. 0.0 or 0e+0, ...).
----
Overview of changes in gcalctool 5.6.15
* Fixed bug #305467. gcalctool no longer crashes under the following
scenerio:
- type "f" to bring up the user function menu.
- dismiss the menu by clicking elsewhere with the mouse.
- type another character which isn't in the range "0" to "9".
----
Overview of changes in gcalctool 5.6.14
* Did a gcalctool tarball release.
----
Overview of changes in gcalctool 5.6.13
* Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y
operations. New values are:
Xor - 'x'
x^y - '^'
----
Overview of changes in gcalctool 5.6.12
* Fixed bug #302555. Various gcalctool variables have now been const'ified.
----
Overview of changes in gcalctool 5.6.11
* Fixed bug #300957. Replaced the underscore character in
"translator_credits" with a hyphen, to prevent some
translation tools from being confused.
----
Overview of changes in gcalctool 5.6.10
* More work on bug #172704.
- Adjusted the code to not try to display a menu when the user
entered a left parentheses (another do_pending() type of operation).
- Toggling the "Show Trailing Zeroes" operation via keyboard
shortcuts, needed to clear the v-.pending flag.
----
Overview of changes in gcalctool 5.6.9
* Fixed up some problems reported by lint.
----
Overview of changes in gcalctool 5.6.8
* Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut
for any of the gcalctool buttons that have a menu associated with them, that
menu is now displayed. The user can use the arrow keys to select a menu item
or the menu items shortcut.
----
Overview of changes in gcalctool 5.6.7
* Fixed bug #171393. Allow stock labels to show through.
----
Overview of changes in gcalctool 5.6.6
* Refixed bug #158280. The Help->Contents menu item no longer appears if
gcalctool is built Gtk-only.
----
Overview of changes in gcalctool 5.6.5
* Fixed bug #172798. gtk_set_locale was already being run by gtk_init()
and the gtk about popup didn't have the gcalctool icon.
----
Overview of changes in gcalctool 5.6.4
* Fixed Sun internal CR #6214176. If gcalctool is being driven by gok,
the on-screen keyboard assistive technology, it's possible that the
event returned by gtk_get_current_event() is NULL. If this is the
case, we need to fudge the popping up on the menu associated with
this menu button.
----
Overview of changes in gcalctool 5.6.3
* Fixed bug #158280. You can now build gcalctool without the GNOME
libraries by specifying "--disable-gnome" on the configure command
line.
----
Overview of changes in gcalctool 5.6.2
* Fixed bug #167479. gcalctool with set the View->Memory Registers menu
item inactive if the calculator is in Basic mode.
----
Overview of changes in gcalctool 5.6.1
* Fixed bug #168694. gcalctool now saves/restores the ten memory
register values as gconf resources.
* Removed the redundant process_str() routine in graphics.c
----
Overview of changes in gcalctool 5.6.0
* Fixed bug #169196. gcalctool now uses use g_get_home_dir().
* Added in a better implementation of the trig_filter() routine in
functions.c
Changes:
- Perfected process() (the input processor).
- Code cleanup.
- Display polar coordinates in roots command.
- Parse "**" as "^".
- The docs were clarified.
- Increased sizes of many input buffers.
* What is new in gsl-1.7:
** Switched gsl_randist_binomial to use the faster binomial random
variate TPE algorithm by default. The previous binomial variate
algorithm is available as gsl_randist_binomial_knuth. This will
result in a different sequence of binomial variates in programs using
this function.
** Improved the algorithm for gsl_sf_elljac_e to avoid cancellation
errors near quarter periods.
** Fixed the branch selection in gsl_sf_gamma_inc_Q_e to avoid
inaccurate results for large a,x where x~=~a.
** The multilinear fitting functions now have forms which accept a
user-specified tolerance for the SVD cutoff and return the
corresponding effective rank of the design matrix.
** The quadratic solvers in poly/ now handle linear equations
gracefully (i.e. quadratrics with a leading coefficient of zero).
** The output of "make check" now only shows test failures by default,
to reduce the amount of output. Set the environment variable
GSL_TEST_VERBOSE=1 to display all the output. To assist debugging,
the test number of each failure is shown in square brackets at the
line-end [NNNN].
** Fixed bugs in gsl_linalg_SV_decomp_jacobi which caused
incorrect results for some input matrices.
** Bessel, coulomb, dilogarithm and legendre_H3d functions now use
hypot internally to avoid overflow when computing terms like
sqrt(1+x*x).
** The 'Usage' chapter of the reference manual now explains how to
handle deprecated functions using the GSL_DISABLE_DEPRECATED macro.
** The conflicting enum definitions for 'forward' and 'backward' in
gsl_ftt.h and gsl_wavelet.h are deprecated. User code should switch
to the new definitions gsl_fft_forward, gsl_fft_backward,
gsl_wavelet_forward and gsl_wavelet_backward. Selectively define
GSL_DISABLE_DEPRECATED before including the headers to use the new
definitions on either or both modules.
** Fixed an error in the the brent minimisation algorithm. Iterations
should now follow Brent's original description correctly.
** The bound coulomb function gsl_sf_hydrogenicR_e no longer reports
an underflow for exact zeroes of the wavefunction.
** gsl_linalg_SV_decomp_jacobi now reports an error for the
unimplemented case M<N correctly.
** Fixed conformance test for the SYRK and HERK blas functions
gsl_blas_{s,d,c,z}syrk and gsl_blas_{c,z}herk for non-square matrices.
** Configure now checks for presence of ieeefp.h if needed.
** Differential equation solvers now propagate error codes returned
from user-defined functions to the top-level in all cases.
** Sort functions now avoid an infinite loop if Nans are present in
the input vector. The order of nans in the output is undefined,
although other elements will be sorted correctly.
Changes:
- The C complex number library was finished and perfected (complex_lib.c).
- Yet another code cleanup.
- Added "UNIX" compile-time define to the Prime Number Tools.
- Some improvements to the Mathomatic documentation.
While I dislike moving pkgs around and forcing users into updates I'm
making an exception here, because this is a leaf pkg, we don't
support gnumeric-1.2 anymore and because gnumeric-1.4 is fully
compatible to older sheets tbomk. Sorry for breaking pkgchk.conf though.
Fixed
- src/kernel/sparcv8/MakeVar.SH missing from MANIFEST (hence from tarball)
- stack corruption in matsnf() [ when GC occurs ]
- incorrect result in gaffsg(s < 0, t_PADIC)
- [hi-res plot: X-Windows] rescaling bug
- [ix86 + gcc]: fix "invalid preprocessing token" Warning
- removed hack in buchall() [ function called through unappropriate
type (in init mode) to avoid inserting irrelevant arguments ]. Caused
some compiler to produce incorrect code (SEGV).
- typo in isabsolutepol(): SEGV in factorff for some t_POLs
defined over the prime field
- inconsistent error message when starting 'gp -p 436273000'
- Configure support for GNU/Hurd
- Fixed a potential crash after saving patterns.
- Removed -mpentiumpro from the Makefile.
- Zoom 1:1 and 16:1 buttons are now grayed out when appropriate.
- Rearranged zoom buttons to be more logical.
Main Changes Scilab 3.0 -> 3.1
=========================
The new features of Scilab 3.1 are the following:
- "xgetmouse", "eventhandler" event set extended to click, double-click, <Ctrl> Key. See more details in xclick and xgetmouse on line help.
Warning: Because of distinction of click events, some users' scripts can have a different behavior.
To make it work as before please check and modified test on events as follow:
supposing that button contains the value returned by xclick (left most argument) or xgetmouse (third componant of returned vector) then replace test like:
button==0 by or(button==[0,3])
button==1 by or(button==[1,4])
button==2 by or(button==[2,5])
- Integration of the ATLAS library (specific Windows version).
During the installation of Scilab, dynamic library (Atlas.dll) is automatically chosen according to the CPU detected. See details in the Atlas.spec file under scilab\bin directory.
- Java interface written to allow calling Scilab computational engine from Java
- TCL interface has been totally rewritten (for better error detection and better data transfert). ScilabEval improve to handle synchronism.
For your information you should know that tcl8.4 segfault when running on Linux 2.6 kernels on machines with 2 or more processors.
- Scipad editor
o A debugging tool is now available.
o Drag'n'drop is now supported.
o User settings and text colors are now configurable and saved across editing sessions.
o Find/Replace debugged and improved.
o Quick access in the file menu for recently opened/saved files.
o Creation of XML help page templates and xmltohtml compilation available from within Scipad.
o Identification of Scilab predefined variables and library functions in scilab scripts.
o Scipad is easily localized. Today English, German, French, Swedish and Italian languages are supported.
o Miscellaneous file management improvements: readonly flag, absolute pathnames to files, pruned pathnames display, revert to saved feature.
- Graphics editor completed
o Axes structure totally rebuild.
New axes properties available (see manual and type 'gca()' for a complet listing), z logscale enable, axes inversion.
o Save and load had been extended to graphics handle
o 'plot' macro added to scilab to mimic the "matlab plot" behavior (type "help plot" for more info.)
o 'surf' macro added to scilab to mimic the "matlab surf" behavior (type "help surf" for more info.)
Graphics entities are associated to Scilab variables of type handle. The handle is a unique identifier which is associated to each instance of a created graphics entity. Using this handle, it will be possible to reach entities properties through "set" and "get" routines. The handles are also used to manipulate graphics objects, to move them, to copy or delete them.
Enter "help graphics_entities" at Scilab prompt for more details.
- Scicos block set has been extended/revisited to be more compatible with Simulink one, compiler, code generator and implicit system simulator have been improved.
- Configure adapted to linux 64bit architectures
- Improvement of the integration of Visual Studio Compiler to the dynamic links: findmsvccompiler() and configure_msvc() macros have been added
- The source files have been updated to optimise the compiled version built with VC6 tool
Please note that the Windows binary version provided on our Web site is built with .NET
- Sparse operations and functions like real, imag, matrix, spones revisited to improve efficiency
- Bessel functions extended to work in the complex case (using Slatec routines)
Incompatibilities: The semantics of besseli, besselj, besselk and bessely functions has been changed and extended.
The oldbesseli, oldbesselj, oldbesselk and oldbessely correspond to the old obsolete semantics.
- New Matlab functions implemented in m2sci translator
- Functions to read Excel files
- Font rotation is now possible under Xwindow
- home variable (%HOME%) defined under Windows: c:/Documents and Setting/USER
- New environment variable SCIHOME:
o Under Windows: %HOME%\scilab\SCILAB_VERSION
o Under Linux: $HOME/USER/.scilab/SCILAB_VERSION
- New primitives:
o clipboard (specific Windows)
o perl
o calendar
o mkdir
o rmdir
o copyfile
o sleep
o getos
o setenv
o getshortpathname (specific Windows)
o getlongpathname (specific Windows)
o toolbar (specific Windows)
o hidetoolbar (specific Windows)
o console (specific Windows)
o mcisendstring (specific Windows)
o banner
o winqueryreg (specific Windows)
o xls_open
o xls_read
o scicos_debug_count
Changes:
- Created "complex.h".
- Fixed and documented "help all >filename", for quickly creating a
quick command reference.
- Fixed up and commented "main.c".
- Split off "complex.c" into "complex_lib.c" and made it an
independent complex number library.
- Added "integrate definite" command option.
- Corrected makefile install.
- Added check in nintegrate command to fail if result contains
infinity or nan.
- A few complex number improvements were made.
- Allow a text pre-processor to pipe input into Mathomatic.
1) Simplify the way how an emacs version is picked when no emacs
is installed, but a user try to install an Emacs Lisp package.
Just pick up the version set as EMACS_TYPE than searching for
versions already installed etc. If the EMACS_TYPE version is
not supported by the Emacs Lisp Package, just fail. EMACS_TYPE
be default to GNU Emacs 21.
(In other words, users should set EMACS_TYPE as they want.
Otherwise GNU Emacs 21 is used.)
2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
used. This keeps dependency graph of Emacs-Lisp-packages-
installed-for-XEmacs consistent.
3) Document EMACS_* variables as much as possible.
4) Provide more cookies for PLIST. Maybe utilized later.
Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour. So no version / revision bumps in this commit.
Changes:
- Fixed minor bug in real and imaginary commands.
- Fixed roots command.
- Cleaned up Prime Number Tools man pages.
- Cleaned up the Mathomatic source code.
- Corrected the Mathomatic library.
- Ported taylor command to non-equations.
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
will install Perl modules into the "vendor" directories:
chat/vicq math/udunits
databases/rrdtool mbone/beacon
devel/p5-subversion
Bump their PKGREVISIONs.
* textread now returns cell arrays
* use new gnuplot interface for functions
* fix rand bug on non-intel architectures
* more econometrics functions
* new functions: randg, cellfun, cell2mat, bwarea, imresize, savepath
* bug fixes and improvements (see ChangeLog for details)
Remove requirement glib-2.0 >= 2.4 and require libxml2 >= 2.3.8
Do not use unicode prefix names for long names
Add even(), odd() and shift() functions and operators "<<" and ">>"
Compile with kdelibs and Qt >= 3.1 (KDE)
Add glib-2.0 and libxml-2.0 to PKG_CHECK_MODULES (KDE)
Display prefix in object info (KDE)
Confirm overwriting result and plot image files (KDE)
Use KIO instead of wget for fetching exchange rates (KDE)
Close gnuplot and disable save button when no series defined (KDE)
Changes:
- Added variable "error_str", which is set to the last error message
when SILENT is defined.
- Improvement in giving reason when solving fails.
- The HTML docs were fixed.
Changes:
- Bug fix made to divide command.
- Increased the number of equation spaces to 100.
- Fixed a precision problem with the "list export" command.
- Added and implemented function return_result(equation_number) at the
end of most commands, to facilitate use as a library.
- Some more comments were added and "list.c" was cleaned up.
- Replaced most printf()s with a new function called error().
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
Changes:
- Added a few checks for NULL char pointers.
- Major change in memory allocation: equation spaces are now only
allocated as needed.
- Changed optimize command to accept an equation number range.
- Some minor code cleanups and commenting.
0.2603 Mon May 30, 2004
- Mod SaveParser : Apply a path from Eduardo J
adding Protect feature
(Thank you, Eduardo J for patch)
- Mod ParseExcel : Apply a path from C. Jon Larsen
adding GetContent
(Thank you, C. Jon Larsen)
Changes:
- Allow larger fractions.
- Doubled the default max expression size and memory requirements are
now 20 megabytes.
- Added ability to set the number of partitions when using the
nintegrate command.
- Some code and messages cleanup.
- Fixed bug in nintegrate command (wrong number of function parameters).
- Improved solve routine.
- Update to "primes/matho-around.c".
because it's a full path to bison. Force HAVE_YACC=yes to sidestep
the stupid extra check added by the gcalctool authors. This should
fix the build of gcalctool.
Commit approved during the deep freeze by <agc>.
Changes:
- Added singularity checking and enabled numerical integration.
- Fixed a bug in and documented numerical integration.
- Simplify command was improved.
- Startup displays more accurate memory usage info.
- Update to the Mathomatic man page (added description).
- Added NO_COLOR define (see README.txt).
- Added function get_range_eol().
- Doubled MAX_COMPARE_TERMS to 400.
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
changes:
1. The original plug_in and autoload system (see 5/Sep/04 below)
has been completely revamped to make a true "package" system.
2. The Makefile system for compiled yorick add-ons has completely
changed.
3. The string manipulation functions have been dramatically extended.
4. The yorick user manual and quick reference cards have been updated.
Changes:
- Yet another improvement to the simplify command. poly2_gcd() was fixed.
- Improved bounds checking for gcd().
- Pause command now takes an argument.
- Made derivative, extrema, and integrate commands work with non-equations.
- An important optimization was made to factor_times().
- Added and tested code for numerical integration. Currently disabled,
to enable define "NUMERICAL_INTEGRATE" in CFLAGS.
Changes:
- Use mkstemp() for temp file in edit command. Put temp file in "/tmp",
instead of current directory.
- Created my_strlcpy(), since Linux doesn't have strlcpy().
- Made everything declared static that should be.
- Prime Number Tools cleaned up and compiled with "-Wall".
- Made them all successfully compile with g++.
- A bug fix for HTML mode.
- Completely removed sensitivity command and simplified parsing code.
- Fixed minor bug in fraction format display routine.
Overview of changes in gcalctool 5.5.41
* Version for GNOME 2.10.0 (final) call for tarballs.
----
Overview of changes in gcalctool 5.5.40
* Version for GNOME 2.10.0 (rc1) call for tarballs.
----
Overview of changes in gcalctool 5.5.39
* Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator
precedence mode.
----
Overview of changes in gcalctool 5.5.38
* Changes to make the trigonometric code work with hyp and inv properly.
----
Overview of changes in gcalctool 5.5.37
* Left and Right shift operations weren't working correctly. Menu
name comparison in mb_proc() in gtk.c was incorrect.
----
Overview of changes in gcalctool 5.5.36
* The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
* Exch functionality was incorrect in Arithmetic Precedence mode.
----
Overview of changes in gcalctool 5.5.35
* Fixed bug 167124. One of the entries in the words[] array in
syntax_translation.c was accidentally commented out.
----
Overview of changes in gcalctool 5.5.34
* Fixed bug 166634. Call to create the About box was missing a
NULL terminator.
----
Overview of changes in gcalctool 5.5.33
* Adjusted all copyright messages to be 2005.
* Version for GNOME 2.10.0 (beta2) call for tarballs.
----
Overview of changes in gcalctool 5.5.32
* Fixed bug #165522. Made the status bar non-resizable.
----
Overview of changes in gcalctool 5.5.31
* Various code cleanups. It moves some declarations of static functions
to the corresponding .c files. It also cuts down the number of
included files, moving some includes to where they are needed from
calctool.h.
----
Overview of changes in gcalctool 5.5.30
* Adjusted the About dialog to use the latest GtkAbout widget.
----
Overview of changes in gcalctool 5.5.29
* Version for GNOME 2.10.0 (beta1) call for tarballs.
----
Overview of changes in gcalctool 5.5.28
* Fixed bug #162998. The "menu" buttons in gcalctool now responds
to the "clicked" event rather than the "button-press-event" to
allow gok, the on-screen keyboard to function properly.
* Fixed bug #159957. Input number in FIX mode now make mimimal changes
to (i.e append a single character) the display rather than completely
delete and insert it. The is helpful to assistive technologies like
gnopernicus.
----
Overview of changes in gcalctool 5.5.27
* Fixed bug #164184. Adjusted location of comments in syntax_translation.c
so that the L10N message translation software isn't confused.
----
Overview of changes in gcalctool 5.5.26
* Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.
----
Overview of changes in gcalctool 5.5.25
* Version for GNOME 2.9.4 call for tarballs.
----
Overview of changes in gcalctool 5.5.24
* Couldn't use the "#" key to select constants as this symbol was
a lower-case symbol on his keyboard.
* Powers that were a multiple of 30 (10 as well as 3) would not
display correctly, having a 4 digit significand. Further testing
showed that without the fix the following powers had a 4 digit
significand: 27,30, 57,60, 90, 96 (and every 3 from here on).
----
Overview of changes in gcalctool 5.5.23
* Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5
----
Overview of changes in gcalctool 5.5.22
* Fixed bug #155101. Made the gcalctool window resizable.
----
Overview of changes in gcalctool 5.5.21
* Version for GNOME 2.9.3 call for tarballs.
----
Overview of changes in gcalctool 5.5.20
* Fixed bug #160929. Removed the "Mode" word from each of the different
mode menu items in the gcalctool View menu.
----
Overview of changes in gcalctool 5.5.19
* Fixed bug #157701. gcalctool can now use real multiplication and division
symbols instead of "*" and "/".
----
Overview of changes in gcalctool 5.5.18
* Fixed bug #160088. Adjusted the titlebar text so that it doesn't include
the word "Mode" which was getting chopped when the calculator was in
Basic mode.
----
Overview of changes in gcalctool 5.5.17
* Fixed bug #157962. Added in a set of three colors for gcalctool that
will work with the default theme. To use them, the "gcalctoolrc" file
supplied with the source distribution needs to be moved to ~/.gcalctoolrc
----
Overview of changes in gcalctool 5.5.16
* Generated gcalctool tarball for the GNOME 2.9.2 release.
----
Overview of changes in gcalctool 5.5.15
* Adjusted the scroll_right() routine to only scroll right if the
horizontal scroll bar is visible.
----
Overview of changes in gcalctool 5.5.14
* Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the
-DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in
.../gcalctool/Makefile.am for now, to allow it to successfully build
against the latest GNOME/Gtk+.
* Slight adjustment to correct check the Advanced mode menu item when
the user had previously terminated gcalctool in that mode.
----
Overview of changes in gcalctool 5.5.13
* Changed the names of the gconf mode type key so that there is backward
compatibility.
* Reset the initial default mode to BASIC.
----
Overview of changes in gcalctool 5.5.12
* Fixed bug #157757. The horizontal scrollbar for the display area will
now only be visible when needed. It will also display the rightmost part
of the display as you are entering new input.
----
Overview of changes in gcalctool 5.5.11
* Added in a very basic mode for gcalctool. Rather than calling this a
"Light" mode, the existing "Basic" mode is now renamed to "Advanced"
and the new basic mode is called "Basic".
----
Overview of changes in gcalctool 5.5.10
* Fix for bug #157021. X^Y now works for -X with integer Y. -X with
non-integer Y will now display a descriptibe error in the status bar.
----
Overview of changes in gcalctool 5.5.9
* Generated gcalctool tarball for first GNOME 2.9 release.
----
Overview of changes in gcalctool 5.5.8
* Slight adjustment to bug #152301. The tooltip message had been tweaked to
"Show the About Gcalctool dialog".
----
Overview of changes in gcalctool 5.5.7
* Fixed bug #152301. Adjusted the tooltip message for Help->About... from
"Show about help" to "Show the about dialog", to make it more understandable.
----
Overview of changes in gcalctool 5.5.6
* Fixed bug #153726. Gcalctool will now build correctly when using the
-fno-common option for gcc (3.3.4).
----
Overview of changes in gcalctool 5.5.5
* Numerical answer localization and thousand separator support for
arithmetic precedence mode.
* If the accuracy was changed via one of the ten preset menu items in the
Acc menu, the tooltip wasn't getting correct updated with the new accuracy.
----
Overview of changes in gcalctool 5.5.4
* Further changes to the "Set Precision" popup (rfe #147803):
- "Significant places" not "Significant Places".
- Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the
current precision, and be in the same radio box group as the other menu
items. Check the appropriate menu entry.
- Adjust the Acc button tooltip to show the current accuracy too.
- When the user attempts to enter an invalid entry in the Set Precision
popup, an error message is shown in the main gcalctool status bar.
- the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).
* Fixed bug #152790. Most of the changes needed were already in CVS; there
was one compiler warning that still needed to be removed.
* Storing the display value to a memory register was not updating the memory
register window, if it was visible.
----
Overview of changes in gcalctool 5.5.3
* Added in functionality to set the number of significant places > 9.
There is a new menu item under the Acc menu called "Set Precision..."
that brings up a small popup allowing you to set precision between 0
and MAXACC significant places (where MAXACC is currently 30).
----
Overview of changes in gcalctool 5.5.2
* Fixed up numerous warnings generated by running lint on the gcalctool code.
Removed unused variables and functions. Declared routines statically where
possible.
----
Overview of changes in gcalctool 5.5.1
* Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.
----
Overview of changes in gcalctool 5.5.0
* Major new release of gcalctool. Incorporates an arithmetic operator
precedence mode (currently the default while it's been debugged). To get
the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
* The "(" and ")" buttons have moved from the scientific mode into the
Basic mode so that they are now available to users who need them but not
everything that the Scientific mode provides.
* There is a footer message area that provides feedback.
* The display area now has an horizontal scrollbar.
* Typing in the keyboard shortcuts for the various gcalctool buttons
autocompletes their entry into the display area.
* Tooltips show button's shortcut.
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any
other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as
well as being more generally correct for arbitrary user-defined
CFLAGS. Suggested by jlam.
For consistency across djbware in pkgsrc:
* In math/djbfft's and sysutils/daemontools's do-configure targets,
remove leading @ from ${ECHO} lines; from the former, also remove
unneeded single quotes from one such line.
* Rename net/publicfile's pre-build and sysutils/service-config's
post-patch targets to do-configure.
* In sysutils/checkpassword's do-configure target, reorder creation
of conf-cc, conf-ld, and conf-home.
All of the affected packages have been verified to compile.
XXX These packages probably have enough build goo in common to
XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
Changes since 11.7:
- Increased precision and optimization of code command.
- Prepared code for future improvement to integrate command.
- Integrate (a*constant^x) for x has been added.
- Allow differentiation and integration of -constant^x.
- Disabled power factoring of k^x*k^y, where k is a constant.
This fixes a small bug.
- Reduced stack usage by almost 2/3.
- Reduced stack usage another large amount to the smallest it can be.
- Laplace (a*constant^x) and (a/constant^x) for x has been added.
- Allow integration of (a/constant^x) for x.
- Moved all numeric GCD routines to "gcd.c".
- Improved limit command for "limit x inf".
- Halved the default equation size and doubled the number of equation
spaces to 40.
- Fixed bug that caused infinite loop for "2^(.5*n)" and incorrect answer
for "-1^(2*n)".
- Allow edit command to work with no equations defined.
- Allow typing "abort" or "quit" during pause command.
- They both abort the current operation.
- Removed usage displayed every time a command fails.
- Simplify command once again prefers 1/(constant^n) instead of (1/constant)^n.
- Added "set finance" option.
- Some improvement to simplification of constants.
- Improved "factor number" command. Made self-testing and allow
multiple integers.
- Strip trailing newlines from string returned by getstring().
- Re-enabled power factoring of k^x*k^y, where k is a constant.
- The bug it had caused just disappeared.
- This is because a lot of changes have been made.
- Some speed up in polynomial factoring made by ignoring anything that
is not a polynomial in any variable.
- Improved denominator rationalizer.
- Disabled power factoring of -1^x*-1^y. This time it is done right.
- Added new function debug_string(). It simplifies the debugging code.
- Simplified pf_sub() (the polynomial factoring subroutine).
- Fixed up Prime Number Tools man pages.
- Improved matho-twin.
- Added simplification of roots like 12^.5 to 2*(3^.5) in simplify command.
- Code cleanup.
- Improved the results of solving by not always factoring constants.
- Added semicolon (";") to end of each line when using "list export".
- Some improvement made to the simplify command.
- More tests added to test suite.
- Fixed bug in patch_root_div().
- Fixed infinity/nan bug in uf_repeat().