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