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