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