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