summaryrefslogtreecommitdiff
path: root/math/pspp
AgeCommit message (Collapse)AuthorFilesLines
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-04-16This pkg wants termcap, not curses.mycroft3-13/+22
Also, make sure to run autoconf so that configure really does look for libedit.
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-14Update pspp to 0.3.0rh8-119/+168
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.
2000-01-10be consistent on which version to wildcardhubertf1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-13 * Use libedit's readline wrapper instead of readline when possible.jlam10-8/+214
* Update readline dependency.
1999-07-09Add package patch checksum files.agc1-0/+4
1999-07-06 * Update ncurses dependency.jlam1-3/+3
XXX Should really change this to use libedit's readline API since pspp XXX only uses the history functions.
1999-04-23Mirror Makefile.in changes in Makefile.am, in case automake is run.mycroft1-0/+13
1999-03-15update pspp to 0.2.3rh2-5/+11
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1998-12-28Move "gettext" package from "misc" to "devel" category.tron1-2/+2
1998-12-23Depend on "gettext-0.10.35".tron1-2/+2
1998-10-26Initial import of pspp-0.2.0, a program for statistical analysis of sampledfrueauf6-0/+83
data, provided in pr 6361 by Rene Hexel with some refining by me.