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