Fixed bug importing ODS files.
[pspp] / NEWS
1 PSPP NEWS -- history of user-visible changes.
2 Copyright (C) 1996-2000, 2008-2014 Free Software Foundation, Inc.
3 See the end for copying conditions.
4
5 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
6  
7 Changes since 0.8.2:
8
9  * REGRESSION now recognises /STATISTICS=CI(x) which causes confidence
10    intervals for the coefficients to be printed.
11
12  * PSPPIRE graphical user interface improvements:
13
14    - File|Open now allows an encoding to be selected for opening
15      system files.
16
17    - File|Display Data File Information|External File... now allows an
18      encoding to be selected.
19
20    - A problem with the Means dialog has been resolved (bug #41433).
21
22    - Several problems related to the input of spreadsheets have been
23      fixed (bug #41657, #41620
24
25  * System file related improvements:
26
27    - With ENCODING="DETECT", SYSFILE INFO can now help the user to
28      pick an encoding for reading a system file that does not identify
29      its own encoding
30
31    - SYSFILE INFO now accepts an ENCODING subcommand to specify the
32      character encoding of string data in the system file.
33
34    - System files that contain duplicate variable names may now be
35      read successfully (bug #41475).
36
37 Changes from 0.8.1 to 0.8.2:
38
39  * Charts are now rendered with colours from the Tango palette instead
40    of fully saturated primaries.
41
42  * Support for new system file variants:
43
44    - PSPP can now read and write ZCOMPRESSED system files, which
45      compress data much more effectively than older "compressed"
46      files.  (The older format is still supported.)
47
48    - PSPP can now decrypt encrypted system files, using the new
49      pspp-convert utility.  The encrypted system file format is
50      unacceptably insecure, so to discourage its use PSPP and PSPPIRE
51      do not directly read or write this format.
52
53  * Missing values for long string variables are now read from and
54    written to system files in an SPSS-compatible fashion.
55
56    (Earlier versions of PSPP that supported missing values for long
57    string variables wrote them to system files in an SPSS-incompatible
58    way.  To fix the problem, read the system file with this version of
59    PSPP and then save a new copy of it.)
60
61  * pspp-convert, a new standalone utility for converting SPSS system
62    and portable files to other formats, is now included.  The initial
63    version supports comma-separated value files as output format.
64    pspp-convert can also decrypt encrypted system files.
65
66  * Build changes:
67
68    - zlib is now a required dependency.  (Previously it was optional.)
69
70 Changes from 0.8.0 to 0.8.1:
71
72  * New commands:
73
74    - VARIABLE ROLE.
75
76  * Changes to existing commands:
77
78    - CROSSTABS: The requirement that one expected count must be less than five
79         before Fishers Exact Test will be reported has been removed.
80
81  * PSPPIRE graphical user interface improvements:
82
83    - A new set of icons has been contributed.
84
85    - Syntax windows now parse syntax in "auto" mode, which in practice
86      should mean that both "batch" and "interactive" syntax now works,
87      instead of just "interactive" syntax.
88
89    - The variable pane of data windows now include a Role column.
90
91  * Notable bug fixes:
92
93    - System files written by IBM SPSS 21 are now read without warnings.
94
95    - System files written by "VOXCO INTERVIEWER 4.3" are now read
96      without warnings.
97
98    - PSPPIRE should now more gracefully handle syntax files that contain
99      errors.
100
101 Changes from 0.6.2 to 0.8.0:
102
103  * New commands:
104
105    - ADD FILES
106    - CORRELATIONS
107    - DATAFILE ATTRIBUTES
108    - DATASET ACTIVATE
109    - DATASET CLOSE
110    - DATASET COPY
111    - DATASET DECLARE
112    - DATASET DISPLAY
113    - DATASET NAME
114    - LOGISTIC REGRESSION
115    - MATCH FILES
116    - MEANS
117    - MRSETS
118    - PRESERVE and RESTORE
119    - QUICK CLUSTER
120    - RELIABILITY
121    - ROC
122    - SAVE TRANSLATE to CSV and tab-delimited files
123    - UPDATE
124    - VARIABLE ATTRIBUTES
125
126  * Changes to existing commands:
127
128    - AUTORECODE has a new GROUP subcommand.
129
130    - CROSSTABS has been re-implemented to fix numerous bugs.
131
132    - EXAMINE: /MISSING=LISTWISE is now the default.
133
134    - DO REPEAT command has been reimplemented.  Now, when DO REPEAT
135      contains an INCLUDE or INSERT command, substitutions are not
136      applied to the included file.
137   
138    - FILE HANDLE has a new ENDS subcommand to select CR or CRLF new-lines.
139
140    - HOST has been updated to use more modern syntax.
141
142    - Most commands that work with data files now support a new
143      ENCODING subcommand.
144
145    - MISSING VALUES can now assign missing values to long string
146      variables.
147
148    - ONEWAY: the POSTHOC subcommand is now implemented.
149
150    - The following new subcommands to NPAR TESTS have been implemented:
151      COCHRAN, FRIEDMAN, JONCKHEERE-TERPSTRA, KENDALL, KRUSKAL-WALLIS, MANN-WHITNEY, 
152      MCNEMAR, SIGN, WILCOXON, and RUNS
153
154    - SET and SHOW no longer have ENDCMD, NULLINE, PROMPT, CPROMPT, and
155      DPROMPT subcommands.  The defaults are now fixed values.
156
157    - SHOW now has a JOURNAL subcommand, to show the location of the
158      journal file.
159
160    - VALUE LABELS can now assign value labels to long string
161      variables.
162
163  * Other language changes:
164
165    - The new DATASET commands replace the "scratch file" PSPP
166      extension, which is no longer supported.
167
168    - Strings may now include arbitrary Unicode code points specified
169      in hexadecimal, using the syntax U'hhhh'.  For example, Unicode
170      code point U+1D11E, the musical G clef character, may be
171      expressed as U'1D11E'.
172
173      See the "Tokens" section in the PSPP manual for more information.
174
175    - In previous versions of PSPP, in a string expressed in
176      hexadecimal with X'hh' syntax, the hexadecimal digits expressed
177      bytes in the locale encoding.  In this version of PSPP, X'hh'
178      syntax always expresses bytes in UTF-8 encoding.
179
180      See the "Tokens" section in the PSPP manual for more information.
181
182  * PSPPIRE graphical user interface improvements:
183
184    - Added support for non-ASCII characters in strings, labels and
185      variable names.
186
187    - A "Split Window" function is available, which makes it easier to
188      see different parts of a large data file.
189
190    - Data files can now be opened by specifing their name as the first
191      argument.  This means that on a properly configured desktop, double
192      clicking on an icon will open the file.
193
194    - Foreign formats, such as Gnumeric, OpenDocument and CSV can be imported
195      via using an "intelligent" application assistant dialog.
196
197  * Output changes:
198
199    - The new "cairo" output driver supports output in PostScript, PDF,
200      and SVG formats.  Its functionality is a superset of that of the
201      "postscript" driver, which has been removed.  You must have Cairo
202      and Pango installed to build the "cairo" driver.
203
204    - Charts are now produced with Cairo and Pango, instead of libplot.
205      Without them, the new graphing features will not work.  If you do
206      not have Cairo and Pango installed, you must run `configure' with
207      --without-cairo.
208
209    - The plain text output driver now properly supports multibyte UTF-8
210      characters, including double-width characters and combining
211      accents.
212
213    - Output to OpenDocument format is now supported.
214
215    - The HTML output is much improved.
216
217  * The "pspp" program has a new option --batch (or -b) that selects
218    "batch" syntax mode.  In previous versions of PSPP this syntax mode
219    was the default.  Now a new "auto" syntax mode is the default.  In
220    "auto" mode, PSPP interprets most syntax files correctly regardless
221    of their intended syntax mode.
222
223    See the "Syntax Variants" section in the PSPP manual for more
224    information.
225
226  * The "pspp" program has a new option --syntax-encoding that
227    specifies the encoding for syntax files listed on the command line,
228    as well as the default encoding for syntax files included with
229    INCLUDE or INSERT.  The default is to accept the system locale
230    encoding, UTF-8, UTF-16, or UTF-32, automatically detecting which
231    one the system file uses.
232
233    See the documentation for the INSERT command in the PSPP manual for
234    more information.
235
236  * Text data files that PRINT and WRITE creates now use the system
237    native line ends by default (CRLF on Windows, LF only elsewhere).
238    Use the new ENDS subcommand on FILE HANDLE to override the default.
239
240  * A new Perl module allows Perl programs to read and write PSPP
241    system files.
242
243  * A tutorial chapter has been added to the user manual.
244 \f
245 Changes from 0.6.1 to 0.6.2:
246
247   * New translations:
248
249     - Dutch, thanks to Harry Thijssen.
250
251     - Brazilian Portuguese, thanks to Michel Boaventura.
252
253     Thanks for translations are also due to the coordinators at
254     translationproject.org.
255
256   * Statistical bug fixes:
257
258     - REGRESSION: Report correct standard error of the estimate (bug
259       #25677).
260
261     - T-TEST: Report correct significance of paired sample T-test in
262       the common case (bug #26936) and corner cases.  Thanks to Mike
263       Griffiths and Matej Cepl for reporting these bugs.
264
265   * Build fixes and changes:
266
267     - Fix build with GTK+ 2.17.4 and later.
268
269     - Make running "make" after running "configure" with different
270       settings reliably rebuild version.c.
271
272     - Cygwin and MinGW build fixes.
273
274     - Fixes for building with recent gnulib.
275
276     - The Makefile now honors two new variables, PSPP_LDFLAGS and
277       PSPPIRE_LDFLAGS, that affect linking of the PSPP and PSPPIRE
278       binaries, respectively.  This makes building easier for some
279       packagers.
280
281     - Fixes for "configure --enable-relocatable" (bug #25508).
282
283   * Data file bug fixes and changes:
284
285     - Fix reading text data files that contain a mix of white space
286       and commas.  Now "a ,b" is treated as two fields containing "a"
287       and "b"; previously it was treated as three, with an empty field
288       in the middle.
289
290     - Fix writing corrupted .sav files on Windows.
291
292     - Fix writing variable labels longer than 252 bytes to save files.
293       Thanks to Robert Westlund for reporting this bug.
294
295     - Fix writing corrupted .por files (bug #26034).
296
297     - Fix reading .por files whose initial lines are not padded out
298       with spaces as expected.
299
300     - PSPP will no longer issue warnings about some .sav file records
301       or values that it does not understand.  These warnings were
302       harmless, but needlessly alarmed some users.
303
304     - Fix crash reading empty string fields from PostgreSQL databases.
305
306   * Bug fixes that affect PSPP and PSPPIRE:
307
308     - Users may now control precision of output statistics.  Instead
309       of hard coding the width and decimals of output numbers, respect
310       the default format in most instances.  Counts are now normally
311       displayed with the format of the weight variable, if any.
312
313     - Fix crash when an INSERT command specifies the name of a file
314       that does not exist (bug #24569).
315
316     - Fix crash when CROSSTABS specifies a long-string variable (bugs
317       #24557 and #26131).
318
319     - Fix crash drawing pie charts with many segments.
320
321     - Fix crash when NUMERIC specifies an invalid format.
322
323   * PSPPIRE bug fixes and changes:
324
325     - On Windows, write the output file to the user's home directory
326       instead of the current directory, to better match user
327       expectations.
328
329     - Some data editor fixes.
330
331   * Documentation:
332
333     - Fix typo in BINOMIAL section of user manual (bug #25892).
334
335 Changes from 0.6.0 to 0.6.1:
336
337   * Statistical bug fixes:
338
339     - Report correct standardized regression coefficients in linear
340       regression output (bug #23567).
341
342   * Bug fixes that affect PSPP and PSPPIRE:
343
344     - Avoid crash with pie charts (bug #24014).
345
346     - Don't append % to count totals (bug #24003).
347
348     - Don't crash on bad input (bug #24031).
349
350     - Don't crash if "end data." is not left aligned (bug #24115).
351
352     - Change default workspace value to 64 MB, to avoid unnecessary
353       disk accesses on modern machines.
354
355   * PSPPIRE bug fixes:
356
357     - Add ".sav" or ".por" suffix to filename when saving with Save_As
358       (bug #23137).
359
360     - Make it possible to reopen the output window on Windows (bug
361       #24033).
362
363     - A POSIX regular expression library is now included and used
364       automatically if the host does not have one or has one that is
365       inadequate.
366
367   * Build fixes and changes:
368
369     - Work around bug in GSL that prevented build with recent GCC
370       versions without manually adding -fgnu89-inline to CFLAGS.
371
372     - Also warn about missing prerequisites as we encounter them (bug
373       #24445).
374
375     - Distribute necessary files to allow users working from the
376       distributed tarball to configure with --enable-gui-tools.
377
378     - Append $(EXEEXT_FOR_BUILD) to output file name when building
379       q2c, fixing build problems on Windows.
380
381     - GSL 1.8 or later is now required.
382
383     - Build errors with --enable-relocatable were fixed.
384
385   * The German translations were removed, since native German speakers
386     found them too poor to be useful.
387
388 Changes from 0.4.0 to 0.6.0:
389
390   * The PSPP license is now version 3 or later of the GNU General
391     Public License.  Previously, it was version 2 or later.
392
393   * PSPP now has a graphical interface, called PSPPIRE.  This
394     interface allows you to enter data and variable definitions
395     interactively.  Commands may be executed in syntax form, or by
396     using the interactive dialog boxes available from the dropdown
397     menus.
398
399   * A few sample syntax files are now included in the `examples'
400     directory.
401
402   * Numerous major and minor bugs have been fixed.
403
404   Build changes:
405
406     * The INSTALL file now reflects the details of how to install
407       PSPP.  It is a tailored version of the generic installation
408       instructions, instead of a verbatim copy.
409
410     * iconv, which is ordinarily installed as part of a Unix-like
411       system, is now required.  If you don't have it already, you can
412       install GNU libiconv (http://www.gnu.org/software/libiconv/).
413
414     * libxml2 and zlib are new optional dependencies.  They are
415       required to use PSPP's support for reading Gnumeric files.
416
417   Statistical procedure changes:
418
419     * REGRESSION is a new procedure for fitting linear models to data
420       via least-squares estimation.
421
422     * NPAR TESTS is a new procedure for non-parametric tests.  In this
423       release, it supports binomial and chi-square tests.
424
425     * RANK is a new procedure to rank variables.  It supports numerous
426       forms of ranking.
427
428     * FREQUENCIES can now output histograms and pie charts.  These
429       features were present in earlier releases, but not documented.
430
431   User interface changes:
432
433     * In many situations where PSPP once terminated with a fatal
434       error, PSPP now recovers and continues execution.
435
436     * PSPP is now able to start up and run even if it cannot find its
437       configuration files.
438
439     * Journaling of interactive commands to a disk file is now
440       implemented.  By default, journaling is enabled, to a file named
441       `pspp.jnl' in the current directory.  SET JOURNAL may be used to
442       control journaling.
443
444     * The use of `+' between syntax file names on the command line to
445       prevent the dictionary from being cleared between their
446       executions is no longer supported.  All syntax files are now
447       executed as if `+' had been specified.
448
449     * The -d/--define and -u/--undef command line options are no
450       longer supported.  Instead, use /usr/bin/env or shell primitives
451       to define or clear environment variables before invoking PSPP.
452
453     * If a syntax file named named `rc' is found in a configuration
454       directory (such as $HOME/.pspp), it is executed before any
455       syntax file specified on the command line.  The -r or
456       --no-statrc command line option may be used to disable this
457       behavior.
458
459   Output changes:
460
461     * Output configuration options have changed.  Please refer to the
462       manual for a full description of the available options.
463
464       In consequence, you will need to reinstall your "devices" file.
465       "make install" will do this for you.
466
467     * Most error messages are now written to PSPP output files by
468       default.  SET ERROR can be used to disable this behavior.
469
470     * When invoked interactively, PSPP now by default produces output
471       on the terminal, piping it through the "more" program.
472       Previously, by default output was written only to file
473       pspp.list.  On most terminals, the page length used for output
474       automatically adapts to the terminal size, even if the terminal
475       is resized.
476
477     * ASCII driver:
478
479       - This driver now supports charts in output.  Charts are written
480         as separate files that the main output file refers to.  By
481         default, charts are written in PNG format to files named
482         pspp-1.png, pspp-2.png, and so on.
483
484       - Configurations are provided that use VT100 (and xterm)
485         line-drawing characters in tables.  The option "-o list-vt100"
486         requests use of this device for output to pspp.list.
487
488     * PostScript driver:
489
490       - The default paper size is now determined using the PAPERSIZE
491         environment variable, or the LC_PAPER locale category on
492         systems that support it.  If these are not set, the default is
493         now A4, instead of US letter.  To make US letter the default,
494         set PAPERSIZE to "letter" in your environment.
495
496       - Font metrics are now read from AFM files, instead of
497         Groff-format metrics files.  PostScript fonts can now be
498         embedded in output.
499
500         In consequence, you will need to install an AFM file for each
501         font used in PostScript output.  "make install" will install
502         AFM files for the standard PostScript fonts, including the
503         ones that the PostScript driver uses by default.
504
505       - Standard paper sizes no longer need to be specified through a
506         configuration file.  The "papersize" configuration file is no
507         longer needed, or supported.
508
509       - The PostScript prologue is no longer obtained from the
510         "ps-prologue" configuration file.  This configuration file is
511         no longer needed, or supported.
512
513     * HTML driver:
514
515       - The HTML prologue is no longer obtained from the
516         "html-prologue" configuration file.  This configuration file
517         is no longer needed, or supported.
518
519   Command language changes:
520
521     * The following commands are new:
522
523       - GET DATA, which currently supports reading Gnumeric files and
524         text data files.  It will be extended later to read other
525         types of foreign data.
526
527       - CD, to change the current directory.
528
529       - INSERT, to execute a syntax file.
530
531       - DELETE VARIABLES, to remove variables from the active file
532         dictionary.
533
534       - ADD DOCUMENT, to add text to active file documents.
535
536       - CLOSE FILE HANDLE (a PSPP extension; see below).
537
538       - XEXPORT, a PSPP extension that is a transformation equivalent
539         to EXPORT.
540
541     * The following functions for transformation expressions are new:
542
543       - DATEDIFF, for computing the difference of two dates.
544
545       - DATESUM, for advancing a date by a specified duration.
546
547       - VALUELABEL, to obtain the value label for a value.
548
549     * PSPP now supports very long string variables (over 255 bytes
550       long).
551
552     * MATCH FILES now supports the FIRST and LAST subcommands.
553
554     * Previous versions of PSPP prohibited using commands to both read and
555       write a single file at the same time.  Now, PSPP allows this, and
556       the new version of the file atomically replaces the old version.
557
558     * The following commands are no longer available.  They will be
559       re-implemented in a later release:
560
561       - CLEAR TRANSFORMATIONS
562
563       - MATRIX DATA
564
565       - REPEATING DATA
566
567     * The PROCESS IF command, which was deprecated, has been removed.
568       You may replace any usage of it by SELECT IF following
569       TEMPORARY, which has the same effect.
570
571     * The output format for variables created by VECTOR may now be
572       specified as part of the VECTOR syntax.
573
574   "Scratch files", a new PSPP extension:
575
576     A scratch file, like a system file, consists of a dictionary and
577     any number of cases.  Small scratch files are stored in memory;
578     one that grows too large is written to disk.  By default, any file
579     handle whose name begins with # is assumed to refer to a scratch
580     file.
581
582     Scratch files can be used just about anywhere a system or portable
583     file can be used.  Also, portable files are now allowed in most
584     places that system files were allowed in previous PSPP version.
585
586     A new CLOSE FILE HANDLE command allows the storage associated with
587     scratch files to be freed.  It also allows file handles to be
588     reassigned to new files.
589
590     For more information on scratch files, refer to the "File Handles"
591     section in the PSPP manual.  For specifics of what commands now
592     allow what kinds of files to be specified, refer to the
593     documentation on those particular commands.
594
595   Data access changes:
596
597     * Binary formats and IBM/360 formats, including ASCII/EBCDIC
598       translation, are now supported.  Use FILE HANDLE to specify the
599       format of these files.
600
601     * Little-endian, big-endian, and VAX-endian formats are now
602       supported for integer binary formats when reading and writing
603       data files.  The new RIB and WIB subcommands on the SET command
604       control endianness of integer data.  The default is the host's
605       native endianness.
606
607     * IEEE 754, VAX, and IBM hexadecimal formats are now supported for
608       floating point binary formats when reading and writing data
609       files.  The new RRB and WRB subcommands on the SET command
610       control the floating point format.  The default is the host's
611       native floating point format.
612
613     * DATA LIST now supports the SKIP subcommand, to skip records at
614       the beginning of a file.  For compatibility, DATA LIST now
615       treats N format as F format for FREE and LIST format input.
616
617     * The SAVE and XSAVE commands now support the UNSELECTED,
618       PERMISSIONS, NAMES, and MAP subcommands.
619
620     * The EXPORT command has been re-implemented to obtain better
621       results.  Support for the UNSELECTED, DIGITS, and TYPE
622       subcommands has been added.
623
624     * For compatibility, PRINT now inserts a space at the beginning of
625       every output line, even lines that would otherwise be blank,
626       when OUTFILE is specified.  (The behavior of WRITE is
627       unchanged.)
628
629     * For compatibility, PRINT EJECT now inserts the digit `1' at the
630       beginning of each line that should begin a new page.
631
632     * For compatibility, WRITE now outputs the system-missing value as
633       a field filled with spaces.  Binary formats are an exception.
634       (The behavior of PRINT is unchanged.)
635
636   Documentation:
637
638     * Input and output format descriptions have been rewritten.  They
639       now precisely describe what is accepted on input and written on
640       output.
641
642     * The descriptions of the PSPP system and portable file formats
643       have been extensively revised and improved.
644
645   For developers, the build system now requires Autoconf 2.60 and
646   Automake 1.10.
647 \f
648 Changes from 0.3.0 to 0.4.0:
649
650   Changes in build dependencies:
651
652     * The GNU Scientific Library (libgsl), version 1.6 or later, is
653       now required.
654
655     * libplot from GNU plotutils is optional.  Without it, the new
656       graphing features will not work.  If you do not have it
657       installed, you must run `configure' with --without-libplot.
658
659     * libgmp2 is no longer a dependency.
660
661   Newly implemented commands and statistical features:
662
663     * EXAMINE, including its graphing features.
664
665     * FREQUENCIES now supports percentiles.
666
667     * ONEWAY.
668
669     * PERMISSIONS.
670
671     * SHOW.
672
673     * SORT CASES now sorts stably, that is, two cases with equal sort
674       criteria will be in the same relative order before and after the
675       sort.
676
677     * T-TEST (re-written).
678
679     * DATE and USE.  These commands are parsed but otherwise ignored,
680       to enhance compatibility with certain command files that invoke
681       them unnecessarily.
682
683     * VARIABLE WIDTH, VARIABLE ALIGNMENT, and VARIABLE LEVEL.  These
684       currently have no effect on PSPP output, but their values are
685       written to and read from system files and thus may affect
686       third-party software.
687
688     * SET EPOCH implemented.
689
690     * DATA LIST FREE and DATA LIST LIST now support arbitrary field
691       delimiters.
692
693     * FILE HANDLE now supports custom tab widths.
694
695   Long variable names (and other identifiers) are now supported.  Up
696   to the first 64 bytes of each identifier is significant.  PSPP now
697   reads and writes system files compatible with SPSS version 12.
698
699   New --algorithm and --syntax command line options allow
700   SPSS-compatible or enhanced modes to be selected.
701
702   Support for transformation expressions has been rewritten and
703   significantly improved.  Refer to the manual for details.
704
705   Calculation of moments (mean, standard deviation, kurtosis,
706   skewness) has been rewritten and should now be more accurate.  In
707   --algorithm=enhanced mode moments may be more accurate than SPSS in
708   some cases.
709
710   Numerous bugs have been fixed, too many to mention here.  Many new
711   tests have been added, leading to the discovery and fixing of many
712   of these bugs.
713
714   The ASCII output driver can now squeeze multiple blank lines into
715   single blank lines.
716
717   Much of the code has been rewritten and refactored.  It is now much
718   cleaner.
719
720   The FILE TYPE and REPEATING DATA commands have been disabled for
721   this release because their implementations were deemed too buggy to
722   be useful.  They will be fixed and replaced in a future release.
723
724   New pspp-mode for Emacs (in pspp-mode.el).
725
726   Added rudimentary command-line completion for interactive input.
727
728   lib/julcal and lib/dcdflib are no longer used, so they have been
729   removed.
730
731   For developers, the build system now requires Autoconf 2.58 and
732   Automake 1.7.  The included gettext has been updated to version
733   0.12.1.
734
735   Some reports state that Texinfo 4.8, the latest version, may be
736   necessary to successfully format the documentation on some systems.
737
738 Version 0.3.0 changes since 0.2.3:
739
740   Bugs fixed:
741
742     * Using alphanumeric variables in functions under AGGREGATE
743       segfaulted.  Fixed.
744
745     * Under certain circumstances, the final case would be omitted
746       from the results of an AGGREGATE operation.  Fixed.
747
748     * Undefined behavior was invoked by referencing a freed pointer
749       under certain circumstances.  Fixed.
750
751     * A wrong record size was displayed when paging the active file to
752       disk.  Fixed.
753
754     * Not having enough temporary space for sorting caused a core
755       dump.  Fixed.
756
757     * Syntax errors in function descriptions on AGGREGATE caused core
758       dumps.  Fixed.
759
760     * A null pointer was dereferenced, causing a core dump, when
761       PERCENTILES was specified on FREQUENCIES.  This fixes the
762       problem, but PSPP still doesn't calculate percentiles.
763
764     * SORT always sorted in ascending order.  Fixed.
765
766     * Some minor memory leaks in the expression parser were removed.
767
768     * Many assertions fixed for strict ANSI C compliance.
769
770   New features:
771
772     * SET ECHO ON now implemented, but turned off by default.
773
774     * PRINT specifier supported on END REPEAT.
775
776   Other:
777
778     * System libgmp2 library is used if installed instead of
779       unconditionally using the included libgmp2 subset.
780
781     * Extensive code cleanup, which continues.
782
783     * Added CORRELATIONS command parser, but not implemented.
784
785 Version 0.2.3 changes since 0.2.2:
786
787   Bugs fixed:
788
789     * SPLIT FILE with a string variable caused a core dump.  Fixed.
790
791     * Nested INCLUDEs didn't work.  Fixed.
792
793     * The MATCH FILES procedure set the values of variables not present
794       to 0.  It should have been SYSMIS.  This is now fixed.
795
796     * The REMARK command was too aggressive about skipping lines.  It
797       didn't like being the last command in a file.
798
799     * Comment parsing wasn't consistent with the rest of the code in its
800       idea of where one command ends and another starts.  This meant
801       that sometimes commands would be mysteriously ignored.  Thanks to
802       Dr. Dirk Melcher <BZN-mdksh@t-online.de> for reporting this bug.
803
804     * The TABLE subcommand on MATCH FILES worked only erratically at
805       best.  This fixes it.  Thanks to Dr. Dirk Melcher
806       <BZN-mdksh@t-online.de> for reporting this bug.
807
808     * VARIABLE LABELS rejected a slash before the first variable
809       specification, contradicting the documentation.  Thanks to Walter
810       M. Gray <graywm@northernc.on.ca> for reporting this bug.
811
812     * Because of an incorrect optimization in memory allocation,
813       CROSSTABS sometimes segfaulted when asked to output multiple
814       tables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
815       reporting this bug.
816
817     * CROSSTABS didn't display value labels for column and row
818       variables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
819       reporting this bug.
820
821     * WRITE didn't write line ends.  Fixed.  Thanks to Dr. Dirk Melcher
822       <BZN-mdksh@t-online.de> for reporting this bug.
823
824     * The TABLE subcommand on MATCH FILES worked only erratically at
825       best.  This fixes it.  Thanks to Dr. Dirk Melcher
826       <BZN-mdksh@t-online.de> for reporting this bug.
827
828     * VARIABLE LABELS rejected a slash before the first variable
829       specification, contradicting the documentation.  Thanks to Walter
830       M. Gray <graywm@northernc.on.ca> for reporting this bug.
831
832     * Because of an incorrect optimization in memory allocation,
833       CROSSTABS sometimes segfaulted when asked to output multiple
834       tables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
835       reporting this bug.
836
837     * CROSSTABS didn't display value labels for column and row
838       variables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
839       reporting this bug.
840
841     * WRITE didn't write line ends.  Fixed.  Thanks to Dr. Dirk Melcher
842       <BZN-mdksh@t-online.de> for reporting this bug.
843
844     * MATCH FILES corrupted memory and dumped core on some syntax
845       errors.  Fixed.
846
847     * MATCH FILES should set numeric values not available to the
848       system-missing value, not to 0.  Thanks to Dr. Dirk Melcher
849       <BZN-mdksh@t-online.de> for reporting this bug.
850
851     * KEEP didn't work properly on the SAVE procedure.  Fixed.  Thanks
852       to Ralf Geschke <ralf@kuerbis.org> for reporting this bug.
853
854     * Memory leak fix.
855
856     * Some systems didn't like the way open_file was coded.  Thanks to
857       Hankin <hankin@rogue.consultco.com> for pointing this out.
858
859     * The SAVE procedure didn't save long string variables properly.
860       Fixed by this patch.  Thanks to Hankin
861       <hankin@rogue.consultco.com> for this patch.
862
863     * Minor documentation fixes for MATCH FILES.
864
865 Version 0.2.2 changes since 0.2.1:
866
867   Bugs fixed:
868
869     * Fix behavior of PRINT SPACE for negative arguments.
870
871     * Fix reading some unusual system files.
872
873     * Fix LIST problems with very long variables.  Thanks to Hankin
874       <hankin@dunno.com> for this bug report.
875
876     * Fix problems with some string format specifiers.
877
878     * Fix use of $CASENUM in expressions.  Thanks to Dirk Melcher
879       <BZN-mdksh@t-online.de> for reporting this bug.
880
881     * Additional DATA LIST FREE and DATA LIST LIST fixes.  Thanks to
882       Hankin <hankin@dunno.com> again on this one.
883
884     * Sometimes you may encounter a PSPP script that has to be
885       interpreted in interactive mode.  Now you can use the -i flag to
886       do this.
887
888     * Warnings for egcs 1.1.1 cleaned up.  (However you'll get lots of
889       `unused variable' warnings under gcc 2.7.2.3, fixing this will
890       take more effort.)
891
892     * Tests fixed.
893
894     * The files in gmp need the internationalization directory in
895       their include path.  Thanks to OKUJI Yoshinori
896       <okuji@kuicr.kyoto-u.ac.jp> for pointing this out.
897
898 Version 0.2.1 changes since 0.2.0:
899
900   Bugs fixed:
901
902     * Remember to include examples/ directory in distribution :-)
903
904     * Fixed gmp compile problems for some non-i386 architectures.
905       Thanks to Hans Olav Eggestad <olav@jordforsk.nlh.no> and others
906       for reporting this.
907
908     * DATA LIST FREE and DATA LIST LIST parsing of input files is now
909       matches the documented behavior exactly, and error messages are
910       more helpful.  Thanks to Mark H. Wood <mwood@IUPUI.Edu>.
911
912 Version 0.2.0 changes since 0.1.0:
913
914   Procedures now implemented:
915     * CROSSTABS.  Please see documentation for caveats.
916
917   Transformations and utilities now implemented:
918     * AGGREGATE
919     * APPLY DICTIONARY
920     * CLEAR TRANSFORMATIONS
921     * DISPLAY (all subcommands).
922     * ERASE
923     * FLIP
924     * EXPORT
925     * HOST
926     * IMPORT
927     * MATCH FILES
928     * MATRIX DATA
929     * NEW FILE
930     * REPEATING DATA
931
932   Support for input and output through pipes: "|command" and
933   "command|" filenames; support for special filenames "-", "stdin",
934   "stdout", "stderr".
935
936   New command-line features:
937     * New option --testing-mode: Invoke heuristics to assist testing.
938     * New option --safer, -s: Don't allow certain unsafe operations.
939     * New option --command=CMD, -c CMD: Perform literal command CMD.
940     * rc file ~/.pspp/rc is executed before any other files.
941     * Now multiple syntax files can be specified.
942
943   Operator LAG is now implemented.
944
945   Added missing FILE subcommand to REREAD.
946
947   Table output manager completely rewritten.
948
949   Device configuration file syntax changed.  You will need to
950   reinstall your `devices' file.
951
952   New output driver for HTML.
953
954   PostScript driver and prologue simplified.
955
956   Many bugs fixed.  General source-code cleanup.
957
958   Added Texinfo documentation for:
959     * PSPP system file format
960     * PSPP portable file format
961     * How to write input for q2c parser generator
962     * HTML driver
963
964   PSPP language is now fully documented.  Please report any
965   inaccuracies or omissions in the documentation.
966
967 Changes for version 0.1.0:
968
969   First public release.  For changes from unreleased development
970   versions, please see ONEWS.
971 \f
972 ----------------------------------------------------------------------
973 Copyright information:
974
975    Permission is granted to anyone to make or distribute verbatim
976    copies of this document as received, in any medium, provided that
977    the copyright notice and this permission notice are preserved, thus
978    giving the recipient permission to redistribute in turn.
979
980    Permission is granted to distribute modified versions of this
981    document, or of portions of it, under the above conditions,
982    provided also that they carry prominent notices stating who last
983    changed them.
984 \f
985 Local variables:
986 version-control: never
987 mode: indented-text
988 end: