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