pkgsrc/math/pspp/patches/patch-ag
rh aa2cd82643 Update pspp to 0.3.0
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-14 14:01:58 +00:00

12 lines
402 B
Text

$NetBSD: patch-ag,v 1.2 2000/01/14 14:01:59 rh Exp $
--- lib/misc/getdelim.c.orig Fri Mar 12 18:21:55 1999
+++ lib/misc/getdelim.c Fri Jan 14 13:57:39 2000
@@ -21,7 +21,6 @@
#include <assert.h>
#include <stddef.h>
#include <stdio.h>
-#include "common.h"
/* Reads a DELIMITER-separated field of any length from file STREAM.
*LINEPTR is a malloc'd string of size N; if *LINEPTR is NULL, it is