summaryrefslogtreecommitdiff
path: root/math/pspp/patches
AgeCommit message (Collapse)AuthorFilesLines
2004-03-08Bl3ify and use gmp from devel/gmp not the supplied and older one. Thisseb3-148/+308
fix build with gcc3. Note that the somewhat aging gmp autoconf test had been removed wholesale. Bump PKGREVISION.
2003-07-29Do not override CFLAGS while building the package, so that optimizations arejmmv3-8/+38
not lost. Fixes PR pkg/20696 by tls@. While here, fix a build failure.
2002-12-24Make this package install its configuration files under the examples treejmmv2-0/+26
and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR. Bump PKGREVISION to 1.
2002-10-02get rid of autoconf dependency by patching configuredillo1-0/+215
2002-06-28On 1.6 and above, <readline/history.h> needs <stdio.h> to be includedagc1-0/+12
specifically - do so.
2002-03-07Fix obvious bug in call to tmsg compiler was complaining about.jmc1-0/+13
2000-04-16This pkg wants termcap, not curses.mycroft1-4/+14
Also, make sure to run autoconf so that configure really does look for libedit.
2000-01-14Update pspp to 0.3.0rh5-105/+159
Version 0.3.0 changes since 0.2.3: Bugs fixed: * Using alphanumeric variables in functions under AGGREGATE segfaulted. Fixed. * Under certain circumstances, the final case would be omitted from the results of an AGGREGATE operation. Fixed. * Undefined behavior was invoked by referencing a freed pointer under certain circumstances. Fixed. * A wrong record size was displayed when paging the active file to disk. Fixed. * Not having enough temporary space for sorting caused a core dump. Fixed. * Syntax errors in function descriptions on AGGREGATE caused core dumps. Fixed. * A null pointer was dereferenced, causing a core dump, when PERCENTILES was specified on FREQUENCIES. This fixes the problem, but PSPP still doesn't calculate percentiles. * SORT always sorted in ascending order. Fixed. * Some minor memory leaks in the expression parser were removed. * Many assertions fixed for strict ANSI C compliance. New features: * SET ECHO ON now implemented, but turned off by default. * PRINT specifier supported on END REPEAT. Other: * System libgmp2 library is used if installed instead of unconditionally using the included libgmp2 subset. * Extensive code cleanup, which continues. * Added CORRELATIONS command parser, but not implemented.
1999-07-13 * Use libedit's readline wrapper instead of readline when possible.jlam8-3/+194
* Update readline dependency.
1999-04-23Mirror Makefile.in changes in Makefile.am, in case automake is run.mycroft1-0/+13
1998-10-26Initial import of pspp-0.2.0, a program for statistical analysis of sampledfrueauf1-0/+13
data, provided in pr 6361 by Rene Hexel with some refining by me.