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