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