1 PSPP NEWS -- history of user-visible changes.
2 Copyright (C) 1996-2000, 2008-2015 Free Software Foundation, Inc.
3 See the end for copying conditions.
5 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
9 * The FREQUENCIES and CROSSTABS commands can now generate barcharts.
11 * The FACTOR command can now perform PROMAX rotations.
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.
18 * SYSFILE INFO can now read SPSS/PC+ system files and SPSS portable
21 * FREQUENCIES: A bug was fixed where an assertion failure occured
22 when an empty dataset was presented.
24 * The GRAPH command is now available. Initially it supports
25 scatterplots and histograms.
27 * The RND operator in expressions now supports additional operands
28 for rounding to values other than integers and to indicate a level
29 of rounding fuzz. The default rounding fuzz may now be controlled
30 and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively.
32 Changes from 0.8.3 to 0.8.4:
34 * Formatting of SYSFILE INFO output was made easier to read.
36 * Bug fixes, including the following notable ones:
38 - FREQUENCIES works properly for string variables. (This bug was
41 - CROSSTABS now correctly computes all of the measures that it
42 offers. Some measures have been removed because they were not
45 - The NPAR TESTS calculation of significance for the RUNS
46 subcommand has been corrected.
48 - Planned comparisons in ONEWAY ANOVA now correctly handle negative
51 - The COUNT command now correctly treats missing values as
54 - Conformance fixes to Open Document output format.
56 Changes from 0.8.2 to 0.8.3:
58 * Independent T-Tests displayed the standard error of the difference
59 and the confidence interval for the unequal variances case, where
60 the equal variances case should have been. This has been fixed.
62 * REGRESSION now recognises /STATISTICS=CI(x) which causes confidence
63 intervals for the coefficients to be printed.
65 * When DESCRIPTIVES calculates Z scores, it now omits cases filtered
66 by the current FILTER settings.
68 * PSPPIRE graphical user interface improvements:
70 - Dialog boxes with source variable lists can now choose the sort
71 order; right click and select from the popup menu.
73 - File|Open now allows an encoding to be selected for opening
76 - File|Display Data File Information|External File... now allows an
77 encoding to be selected.
79 - A problem with the Means dialog has been resolved (bug #41433).
81 - Several problems related to the input of spreadsheets have been
82 fixed (bug #41657, #41620
84 * System file related improvements:
86 - With ENCODING="DETECT", SYSFILE INFO can now help the user to
87 pick an encoding for reading a system file that does not identify
90 - SYSFILE INFO now accepts an ENCODING subcommand to specify the
91 character encoding of string data in the system file.
93 - Variable labels over 255 bytes long are now accepted without
94 truncation (bug #41863).
96 - System files that contain duplicate variable names may now be
97 read successfully (bug #41475).
99 Changes from 0.8.1 to 0.8.2:
101 * Charts are now rendered with colours from the Tango palette instead
102 of fully saturated primaries.
104 * Support for new system file variants:
106 - PSPP can now read and write ZCOMPRESSED system files, which
107 compress data much more effectively than older "compressed"
108 files. (The older format is still supported.)
110 - PSPP can now decrypt encrypted system files, using the new
111 pspp-convert utility. The encrypted system file format is
112 unacceptably insecure, so to discourage its use PSPP and PSPPIRE
113 do not directly read or write this format.
115 * Missing values for long string variables are now read from and
116 written to system files in an SPSS-compatible fashion.
118 (Earlier versions of PSPP that supported missing values for long
119 string variables wrote them to system files in an SPSS-incompatible
120 way. To fix the problem, read the system file with this version of
121 PSPP and then save a new copy of it.)
123 * pspp-convert, a new standalone utility for converting SPSS system
124 and portable files to other formats, is now included. The initial
125 version supports comma-separated value files as output format.
126 pspp-convert can also decrypt encrypted system files.
130 - zlib is now a required dependency. (Previously it was optional.)
132 Changes from 0.8.0 to 0.8.1:
138 * Changes to existing commands:
140 - CROSSTABS: The requirement that one expected count must be less than five
141 before Fishers Exact Test will be reported has been removed.
143 * PSPPIRE graphical user interface improvements:
145 - A new set of icons has been contributed.
147 - Syntax windows now parse syntax in "auto" mode, which in practice
148 should mean that both "batch" and "interactive" syntax now works,
149 instead of just "interactive" syntax.
151 - The variable pane of data windows now include a Role column.
155 - System files written by IBM SPSS 21 are now read without warnings.
157 - System files written by "VOXCO INTERVIEWER 4.3" are now read
160 - PSPPIRE should now more gracefully handle syntax files that contain
163 Changes from 0.6.2 to 0.8.0:
169 - DATAFILE ATTRIBUTES
176 - LOGISTIC REGRESSION
180 - PRESERVE and RESTORE
184 - SAVE TRANSLATE to CSV and tab-delimited files
186 - VARIABLE ATTRIBUTES
188 * Changes to existing commands:
190 - AUTORECODE has a new GROUP subcommand.
192 - CROSSTABS has been re-implemented to fix numerous bugs.
194 - EXAMINE: /MISSING=LISTWISE is now the default.
196 - DO REPEAT command has been reimplemented. Now, when DO REPEAT
197 contains an INCLUDE or INSERT command, substitutions are not
198 applied to the included file.
200 - FILE HANDLE has a new ENDS subcommand to select CR or CRLF new-lines.
202 - HOST has been updated to use more modern syntax.
204 - Most commands that work with data files now support a new
207 - MISSING VALUES can now assign missing values to long string
210 - ONEWAY: the POSTHOC subcommand is now implemented.
212 - The following new subcommands to NPAR TESTS have been implemented:
213 COCHRAN, FRIEDMAN, JONCKHEERE-TERPSTRA, KENDALL, KRUSKAL-WALLIS, MANN-WHITNEY,
214 MCNEMAR, SIGN, WILCOXON, and RUNS
216 - SET and SHOW no longer have ENDCMD, NULLINE, PROMPT, CPROMPT, and
217 DPROMPT subcommands. The defaults are now fixed values.
219 - SHOW now has a JOURNAL subcommand, to show the location of the
222 - VALUE LABELS can now assign value labels to long string
225 * Other language changes:
227 - The new DATASET commands replace the "scratch file" PSPP
228 extension, which is no longer supported.
230 - Strings may now include arbitrary Unicode code points specified
231 in hexadecimal, using the syntax U'hhhh'. For example, Unicode
232 code point U+1D11E, the musical G clef character, may be
233 expressed as U'1D11E'.
235 See the "Tokens" section in the PSPP manual for more information.
237 - In previous versions of PSPP, in a string expressed in
238 hexadecimal with X'hh' syntax, the hexadecimal digits expressed
239 bytes in the locale encoding. In this version of PSPP, X'hh'
240 syntax always expresses bytes in UTF-8 encoding.
242 See the "Tokens" section in the PSPP manual for more information.
244 * PSPPIRE graphical user interface improvements:
246 - Added support for non-ASCII characters in strings, labels and
249 - A "Split Window" function is available, which makes it easier to
250 see different parts of a large data file.
252 - Data files can now be opened by specifing their name as the first
253 argument. This means that on a properly configured desktop, double
254 clicking on an icon will open the file.
256 - Foreign formats, such as Gnumeric, OpenDocument and CSV can be imported
257 via using an "intelligent" application assistant dialog.
261 - The new "cairo" output driver supports output in PostScript, PDF,
262 and SVG formats. Its functionality is a superset of that of the
263 "postscript" driver, which has been removed. You must have Cairo
264 and Pango installed to build the "cairo" driver.
266 - Charts are now produced with Cairo and Pango, instead of libplot.
267 Without them, the new graphing features will not work. If you do
268 not have Cairo and Pango installed, you must run `configure' with
271 - The plain text output driver now properly supports multibyte UTF-8
272 characters, including double-width characters and combining
275 - Output to OpenDocument format is now supported.
277 - The HTML output is much improved.
279 * The "pspp" program has a new option --batch (or -b) that selects
280 "batch" syntax mode. In previous versions of PSPP this syntax mode
281 was the default. Now a new "auto" syntax mode is the default. In
282 "auto" mode, PSPP interprets most syntax files correctly regardless
283 of their intended syntax mode.
285 See the "Syntax Variants" section in the PSPP manual for more
288 * The "pspp" program has a new option --syntax-encoding that
289 specifies the encoding for syntax files listed on the command line,
290 as well as the default encoding for syntax files included with
291 INCLUDE or INSERT. The default is to accept the system locale
292 encoding, UTF-8, UTF-16, or UTF-32, automatically detecting which
293 one the system file uses.
295 See the documentation for the INSERT command in the PSPP manual for
298 * Text data files that PRINT and WRITE creates now use the system
299 native line ends by default (CRLF on Windows, LF only elsewhere).
300 Use the new ENDS subcommand on FILE HANDLE to override the default.
302 * A new Perl module allows Perl programs to read and write PSPP
305 * A tutorial chapter has been added to the user manual.
307 Changes from 0.6.1 to 0.6.2:
311 - Dutch, thanks to Harry Thijssen.
313 - Brazilian Portuguese, thanks to Michel Boaventura.
315 Thanks for translations are also due to the coordinators at
316 translationproject.org.
318 * Statistical bug fixes:
320 - REGRESSION: Report correct standard error of the estimate (bug
323 - T-TEST: Report correct significance of paired sample T-test in
324 the common case (bug #26936) and corner cases. Thanks to Mike
325 Griffiths and Matej Cepl for reporting these bugs.
327 * Build fixes and changes:
329 - Fix build with GTK+ 2.17.4 and later.
331 - Make running "make" after running "configure" with different
332 settings reliably rebuild version.c.
334 - Cygwin and MinGW build fixes.
336 - Fixes for building with recent gnulib.
338 - The Makefile now honors two new variables, PSPP_LDFLAGS and
339 PSPPIRE_LDFLAGS, that affect linking of the PSPP and PSPPIRE
340 binaries, respectively. This makes building easier for some
343 - Fixes for "configure --enable-relocatable" (bug #25508).
345 * Data file bug fixes and changes:
347 - Fix reading text data files that contain a mix of white space
348 and commas. Now "a ,b" is treated as two fields containing "a"
349 and "b"; previously it was treated as three, with an empty field
352 - Fix writing corrupted .sav files on Windows.
354 - Fix writing variable labels longer than 252 bytes to save files.
355 Thanks to Robert Westlund for reporting this bug.
357 - Fix writing corrupted .por files (bug #26034).
359 - Fix reading .por files whose initial lines are not padded out
360 with spaces as expected.
362 - PSPP will no longer issue warnings about some .sav file records
363 or values that it does not understand. These warnings were
364 harmless, but needlessly alarmed some users.
366 - Fix crash reading empty string fields from PostgreSQL databases.
368 * Bug fixes that affect PSPP and PSPPIRE:
370 - Users may now control precision of output statistics. Instead
371 of hard coding the width and decimals of output numbers, respect
372 the default format in most instances. Counts are now normally
373 displayed with the format of the weight variable, if any.
375 - Fix crash when an INSERT command specifies the name of a file
376 that does not exist (bug #24569).
378 - Fix crash when CROSSTABS specifies a long-string variable (bugs
381 - Fix crash drawing pie charts with many segments.
383 - Fix crash when NUMERIC specifies an invalid format.
385 * PSPPIRE bug fixes and changes:
387 - On Windows, write the output file to the user's home directory
388 instead of the current directory, to better match user
391 - Some data editor fixes.
395 - Fix typo in BINOMIAL section of user manual (bug #25892).
397 Changes from 0.6.0 to 0.6.1:
399 * Statistical bug fixes:
401 - Report correct standardized regression coefficients in linear
402 regression output (bug #23567).
404 * Bug fixes that affect PSPP and PSPPIRE:
406 - Avoid crash with pie charts (bug #24014).
408 - Don't append % to count totals (bug #24003).
410 - Don't crash on bad input (bug #24031).
412 - Don't crash if "end data." is not left aligned (bug #24115).
414 - Change default workspace value to 64 MB, to avoid unnecessary
415 disk accesses on modern machines.
419 - Add ".sav" or ".por" suffix to filename when saving with Save_As
422 - Make it possible to reopen the output window on Windows (bug
425 - A POSIX regular expression library is now included and used
426 automatically if the host does not have one or has one that is
429 * Build fixes and changes:
431 - Work around bug in GSL that prevented build with recent GCC
432 versions without manually adding -fgnu89-inline to CFLAGS.
434 - Also warn about missing prerequisites as we encounter them (bug
437 - Distribute necessary files to allow users working from the
438 distributed tarball to configure with --enable-gui-tools.
440 - Append $(EXEEXT_FOR_BUILD) to output file name when building
441 q2c, fixing build problems on Windows.
443 - GSL 1.8 or later is now required.
445 - Build errors with --enable-relocatable were fixed.
447 * The German translations were removed, since native German speakers
448 found them too poor to be useful.
450 Changes from 0.4.0 to 0.6.0:
452 * The PSPP license is now version 3 or later of the GNU General
453 Public License. Previously, it was version 2 or later.
455 * PSPP now has a graphical interface, called PSPPIRE. This
456 interface allows you to enter data and variable definitions
457 interactively. Commands may be executed in syntax form, or by
458 using the interactive dialog boxes available from the dropdown
461 * A few sample syntax files are now included in the `examples'
464 * Numerous major and minor bugs have been fixed.
468 * The INSTALL file now reflects the details of how to install
469 PSPP. It is a tailored version of the generic installation
470 instructions, instead of a verbatim copy.
472 * iconv, which is ordinarily installed as part of a Unix-like
473 system, is now required. If you don't have it already, you can
474 install GNU libiconv (http://www.gnu.org/software/libiconv/).
476 * libxml2 and zlib are new optional dependencies. They are
477 required to use PSPP's support for reading Gnumeric files.
479 Statistical procedure changes:
481 * REGRESSION is a new procedure for fitting linear models to data
482 via least-squares estimation.
484 * NPAR TESTS is a new procedure for non-parametric tests. In this
485 release, it supports binomial and chi-square tests.
487 * RANK is a new procedure to rank variables. It supports numerous
490 * FREQUENCIES can now output histograms and pie charts. These
491 features were present in earlier releases, but not documented.
493 User interface changes:
495 * In many situations where PSPP once terminated with a fatal
496 error, PSPP now recovers and continues execution.
498 * PSPP is now able to start up and run even if it cannot find its
501 * Journaling of interactive commands to a disk file is now
502 implemented. By default, journaling is enabled, to a file named
503 `pspp.jnl' in the current directory. SET JOURNAL may be used to
506 * The use of `+' between syntax file names on the command line to
507 prevent the dictionary from being cleared between their
508 executions is no longer supported. All syntax files are now
509 executed as if `+' had been specified.
511 * The -d/--define and -u/--undef command line options are no
512 longer supported. Instead, use /usr/bin/env or shell primitives
513 to define or clear environment variables before invoking PSPP.
515 * If a syntax file named named `rc' is found in a configuration
516 directory (such as $HOME/.pspp), it is executed before any
517 syntax file specified on the command line. The -r or
518 --no-statrc command line option may be used to disable this
523 * Output configuration options have changed. Please refer to the
524 manual for a full description of the available options.
526 In consequence, you will need to reinstall your "devices" file.
527 "make install" will do this for you.
529 * Most error messages are now written to PSPP output files by
530 default. SET ERROR can be used to disable this behavior.
532 * When invoked interactively, PSPP now by default produces output
533 on the terminal, piping it through the "more" program.
534 Previously, by default output was written only to file
535 pspp.list. On most terminals, the page length used for output
536 automatically adapts to the terminal size, even if the terminal
541 - This driver now supports charts in output. Charts are written
542 as separate files that the main output file refers to. By
543 default, charts are written in PNG format to files named
544 pspp-1.png, pspp-2.png, and so on.
546 - Configurations are provided that use VT100 (and xterm)
547 line-drawing characters in tables. The option "-o list-vt100"
548 requests use of this device for output to pspp.list.
552 - The default paper size is now determined using the PAPERSIZE
553 environment variable, or the LC_PAPER locale category on
554 systems that support it. If these are not set, the default is
555 now A4, instead of US letter. To make US letter the default,
556 set PAPERSIZE to "letter" in your environment.
558 - Font metrics are now read from AFM files, instead of
559 Groff-format metrics files. PostScript fonts can now be
562 In consequence, you will need to install an AFM file for each
563 font used in PostScript output. "make install" will install
564 AFM files for the standard PostScript fonts, including the
565 ones that the PostScript driver uses by default.
567 - Standard paper sizes no longer need to be specified through a
568 configuration file. The "papersize" configuration file is no
569 longer needed, or supported.
571 - The PostScript prologue is no longer obtained from the
572 "ps-prologue" configuration file. This configuration file is
573 no longer needed, or supported.
577 - The HTML prologue is no longer obtained from the
578 "html-prologue" configuration file. This configuration file
579 is no longer needed, or supported.
581 Command language changes:
583 * The following commands are new:
585 - GET DATA, which currently supports reading Gnumeric files and
586 text data files. It will be extended later to read other
587 types of foreign data.
589 - CD, to change the current directory.
591 - INSERT, to execute a syntax file.
593 - DELETE VARIABLES, to remove variables from the active file
596 - ADD DOCUMENT, to add text to active file documents.
598 - CLOSE FILE HANDLE (a PSPP extension; see below).
600 - XEXPORT, a PSPP extension that is a transformation equivalent
603 * The following functions for transformation expressions are new:
605 - DATEDIFF, for computing the difference of two dates.
607 - DATESUM, for advancing a date by a specified duration.
609 - VALUELABEL, to obtain the value label for a value.
611 * PSPP now supports very long string variables (over 255 bytes
614 * MATCH FILES now supports the FIRST and LAST subcommands.
616 * Previous versions of PSPP prohibited using commands to both read and
617 write a single file at the same time. Now, PSPP allows this, and
618 the new version of the file atomically replaces the old version.
620 * The following commands are no longer available. They will be
621 re-implemented in a later release:
623 - CLEAR TRANSFORMATIONS
629 * The PROCESS IF command, which was deprecated, has been removed.
630 You may replace any usage of it by SELECT IF following
631 TEMPORARY, which has the same effect.
633 * The output format for variables created by VECTOR may now be
634 specified as part of the VECTOR syntax.
636 "Scratch files", a new PSPP extension:
638 A scratch file, like a system file, consists of a dictionary and
639 any number of cases. Small scratch files are stored in memory;
640 one that grows too large is written to disk. By default, any file
641 handle whose name begins with # is assumed to refer to a scratch
644 Scratch files can be used just about anywhere a system or portable
645 file can be used. Also, portable files are now allowed in most
646 places that system files were allowed in previous PSPP version.
648 A new CLOSE FILE HANDLE command allows the storage associated with
649 scratch files to be freed. It also allows file handles to be
650 reassigned to new files.
652 For more information on scratch files, refer to the "File Handles"
653 section in the PSPP manual. For specifics of what commands now
654 allow what kinds of files to be specified, refer to the
655 documentation on those particular commands.
659 * Binary formats and IBM/360 formats, including ASCII/EBCDIC
660 translation, are now supported. Use FILE HANDLE to specify the
661 format of these files.
663 * Little-endian, big-endian, and VAX-endian formats are now
664 supported for integer binary formats when reading and writing
665 data files. The new RIB and WIB subcommands on the SET command
666 control endianness of integer data. The default is the host's
669 * IEEE 754, VAX, and IBM hexadecimal formats are now supported for
670 floating point binary formats when reading and writing data
671 files. The new RRB and WRB subcommands on the SET command
672 control the floating point format. The default is the host's
673 native floating point format.
675 * DATA LIST now supports the SKIP subcommand, to skip records at
676 the beginning of a file. For compatibility, DATA LIST now
677 treats N format as F format for FREE and LIST format input.
679 * The SAVE and XSAVE commands now support the UNSELECTED,
680 PERMISSIONS, NAMES, and MAP subcommands.
682 * The EXPORT command has been re-implemented to obtain better
683 results. Support for the UNSELECTED, DIGITS, and TYPE
684 subcommands has been added.
686 * For compatibility, PRINT now inserts a space at the beginning of
687 every output line, even lines that would otherwise be blank,
688 when OUTFILE is specified. (The behavior of WRITE is
691 * For compatibility, PRINT EJECT now inserts the digit `1' at the
692 beginning of each line that should begin a new page.
694 * For compatibility, WRITE now outputs the system-missing value as
695 a field filled with spaces. Binary formats are an exception.
696 (The behavior of PRINT is unchanged.)
700 * Input and output format descriptions have been rewritten. They
701 now precisely describe what is accepted on input and written on
704 * The descriptions of the PSPP system and portable file formats
705 have been extensively revised and improved.
707 For developers, the build system now requires Autoconf 2.60 and
710 Changes from 0.3.0 to 0.4.0:
712 Changes in build dependencies:
714 * The GNU Scientific Library (libgsl), version 1.6 or later, is
717 * libplot from GNU plotutils is optional. Without it, the new
718 graphing features will not work. If you do not have it
719 installed, you must run `configure' with --without-libplot.
721 * libgmp2 is no longer a dependency.
723 Newly implemented commands and statistical features:
725 * EXAMINE, including its graphing features.
727 * FREQUENCIES now supports percentiles.
735 * SORT CASES now sorts stably, that is, two cases with equal sort
736 criteria will be in the same relative order before and after the
739 * T-TEST (re-written).
741 * DATE and USE. These commands are parsed but otherwise ignored,
742 to enhance compatibility with certain command files that invoke
745 * VARIABLE WIDTH, VARIABLE ALIGNMENT, and VARIABLE LEVEL. These
746 currently have no effect on PSPP output, but their values are
747 written to and read from system files and thus may affect
748 third-party software.
750 * SET EPOCH implemented.
752 * DATA LIST FREE and DATA LIST LIST now support arbitrary field
755 * FILE HANDLE now supports custom tab widths.
757 Long variable names (and other identifiers) are now supported. Up
758 to the first 64 bytes of each identifier is significant. PSPP now
759 reads and writes system files compatible with SPSS version 12.
761 New --algorithm and --syntax command line options allow
762 SPSS-compatible or enhanced modes to be selected.
764 Support for transformation expressions has been rewritten and
765 significantly improved. Refer to the manual for details.
767 Calculation of moments (mean, standard deviation, kurtosis,
768 skewness) has been rewritten and should now be more accurate. In
769 --algorithm=enhanced mode moments may be more accurate than SPSS in
772 Numerous bugs have been fixed, too many to mention here. Many new
773 tests have been added, leading to the discovery and fixing of many
776 The ASCII output driver can now squeeze multiple blank lines into
779 Much of the code has been rewritten and refactored. It is now much
782 The FILE TYPE and REPEATING DATA commands have been disabled for
783 this release because their implementations were deemed too buggy to
784 be useful. They will be fixed and replaced in a future release.
786 New pspp-mode for Emacs (in pspp-mode.el).
788 Added rudimentary command-line completion for interactive input.
790 lib/julcal and lib/dcdflib are no longer used, so they have been
793 For developers, the build system now requires Autoconf 2.58 and
794 Automake 1.7. The included gettext has been updated to version
797 Some reports state that Texinfo 4.8, the latest version, may be
798 necessary to successfully format the documentation on some systems.
800 Version 0.3.0 changes since 0.2.3:
804 * Using alphanumeric variables in functions under AGGREGATE
807 * Under certain circumstances, the final case would be omitted
808 from the results of an AGGREGATE operation. Fixed.
810 * Undefined behavior was invoked by referencing a freed pointer
811 under certain circumstances. Fixed.
813 * A wrong record size was displayed when paging the active file to
816 * Not having enough temporary space for sorting caused a core
819 * Syntax errors in function descriptions on AGGREGATE caused core
822 * A null pointer was dereferenced, causing a core dump, when
823 PERCENTILES was specified on FREQUENCIES. This fixes the
824 problem, but PSPP still doesn't calculate percentiles.
826 * SORT always sorted in ascending order. Fixed.
828 * Some minor memory leaks in the expression parser were removed.
830 * Many assertions fixed for strict ANSI C compliance.
834 * SET ECHO ON now implemented, but turned off by default.
836 * PRINT specifier supported on END REPEAT.
840 * System libgmp2 library is used if installed instead of
841 unconditionally using the included libgmp2 subset.
843 * Extensive code cleanup, which continues.
845 * Added CORRELATIONS command parser, but not implemented.
847 Version 0.2.3 changes since 0.2.2:
851 * SPLIT FILE with a string variable caused a core dump. Fixed.
853 * Nested INCLUDEs didn't work. Fixed.
855 * The MATCH FILES procedure set the values of variables not present
856 to 0. It should have been SYSMIS. This is now fixed.
858 * The REMARK command was too aggressive about skipping lines. It
859 didn't like being the last command in a file.
861 * Comment parsing wasn't consistent with the rest of the code in its
862 idea of where one command ends and another starts. This meant
863 that sometimes commands would be mysteriously ignored. Thanks to
864 Dr. Dirk Melcher <BZN-mdksh@t-online.de> for reporting this bug.
866 * The TABLE subcommand on MATCH FILES worked only erratically at
867 best. This fixes it. Thanks to Dr. Dirk Melcher
868 <BZN-mdksh@t-online.de> for reporting this bug.
870 * VARIABLE LABELS rejected a slash before the first variable
871 specification, contradicting the documentation. Thanks to Walter
872 M. Gray <graywm@northernc.on.ca> for reporting this bug.
874 * Because of an incorrect optimization in memory allocation,
875 CROSSTABS sometimes segfaulted when asked to output multiple
876 tables. Thanks to Walter M. Gray <graywm@northernc.on.ca> for
879 * CROSSTABS didn't display value labels for column and row
880 variables. Thanks to Walter M. Gray <graywm@northernc.on.ca> for
883 * WRITE didn't write line ends. Fixed. Thanks to Dr. Dirk Melcher
884 <BZN-mdksh@t-online.de> for reporting this bug.
886 * The TABLE subcommand on MATCH FILES worked only erratically at
887 best. This fixes it. Thanks to Dr. Dirk Melcher
888 <BZN-mdksh@t-online.de> for reporting this bug.
890 * VARIABLE LABELS rejected a slash before the first variable
891 specification, contradicting the documentation. Thanks to Walter
892 M. Gray <graywm@northernc.on.ca> for reporting this bug.
894 * Because of an incorrect optimization in memory allocation,
895 CROSSTABS sometimes segfaulted when asked to output multiple
896 tables. Thanks to Walter M. Gray <graywm@northernc.on.ca> for
899 * CROSSTABS didn't display value labels for column and row
900 variables. Thanks to Walter M. Gray <graywm@northernc.on.ca> for
903 * WRITE didn't write line ends. Fixed. Thanks to Dr. Dirk Melcher
904 <BZN-mdksh@t-online.de> for reporting this bug.
906 * MATCH FILES corrupted memory and dumped core on some syntax
909 * MATCH FILES should set numeric values not available to the
910 system-missing value, not to 0. Thanks to Dr. Dirk Melcher
911 <BZN-mdksh@t-online.de> for reporting this bug.
913 * KEEP didn't work properly on the SAVE procedure. Fixed. Thanks
914 to Ralf Geschke <ralf@kuerbis.org> for reporting this bug.
918 * Some systems didn't like the way open_file was coded. Thanks to
919 Hankin <hankin@rogue.consultco.com> for pointing this out.
921 * The SAVE procedure didn't save long string variables properly.
922 Fixed by this patch. Thanks to Hankin
923 <hankin@rogue.consultco.com> for this patch.
925 * Minor documentation fixes for MATCH FILES.
927 Version 0.2.2 changes since 0.2.1:
931 * Fix behavior of PRINT SPACE for negative arguments.
933 * Fix reading some unusual system files.
935 * Fix LIST problems with very long variables. Thanks to Hankin
936 <hankin@dunno.com> for this bug report.
938 * Fix problems with some string format specifiers.
940 * Fix use of $CASENUM in expressions. Thanks to Dirk Melcher
941 <BZN-mdksh@t-online.de> for reporting this bug.
943 * Additional DATA LIST FREE and DATA LIST LIST fixes. Thanks to
944 Hankin <hankin@dunno.com> again on this one.
946 * Sometimes you may encounter a PSPP script that has to be
947 interpreted in interactive mode. Now you can use the -i flag to
950 * Warnings for egcs 1.1.1 cleaned up. (However you'll get lots of
951 `unused variable' warnings under gcc 2.7.2.3, fixing this will
956 * The files in gmp need the internationalization directory in
957 their include path. Thanks to OKUJI Yoshinori
958 <okuji@kuicr.kyoto-u.ac.jp> for pointing this out.
960 Version 0.2.1 changes since 0.2.0:
964 * Remember to include examples/ directory in distribution :-)
966 * Fixed gmp compile problems for some non-i386 architectures.
967 Thanks to Hans Olav Eggestad <olav@jordforsk.nlh.no> and others
970 * DATA LIST FREE and DATA LIST LIST parsing of input files is now
971 matches the documented behavior exactly, and error messages are
972 more helpful. Thanks to Mark H. Wood <mwood@IUPUI.Edu>.
974 Version 0.2.0 changes since 0.1.0:
976 Procedures now implemented:
977 * CROSSTABS. Please see documentation for caveats.
979 Transformations and utilities now implemented:
982 * CLEAR TRANSFORMATIONS
983 * DISPLAY (all subcommands).
994 Support for input and output through pipes: "|command" and
995 "command|" filenames; support for special filenames "-", "stdin",
998 New command-line features:
999 * New option --testing-mode: Invoke heuristics to assist testing.
1000 * New option --safer, -s: Don't allow certain unsafe operations.
1001 * New option --command=CMD, -c CMD: Perform literal command CMD.
1002 * rc file ~/.pspp/rc is executed before any other files.
1003 * Now multiple syntax files can be specified.
1005 Operator LAG is now implemented.
1007 Added missing FILE subcommand to REREAD.
1009 Table output manager completely rewritten.
1011 Device configuration file syntax changed. You will need to
1012 reinstall your `devices' file.
1014 New output driver for HTML.
1016 PostScript driver and prologue simplified.
1018 Many bugs fixed. General source-code cleanup.
1020 Added Texinfo documentation for:
1021 * PSPP system file format
1022 * PSPP portable file format
1023 * How to write input for q2c parser generator
1026 PSPP language is now fully documented. Please report any
1027 inaccuracies or omissions in the documentation.
1029 Changes for version 0.1.0:
1031 First public release. For changes from unreleased development
1032 versions, please see ONEWS.
1034 ----------------------------------------------------------------------
1035 Copyright information:
1037 Permission is granted to anyone to make or distribute verbatim
1038 copies of this document as received, in any medium, provided that
1039 the copyright notice and this permission notice are preserved, thus
1040 giving the recipient permission to redistribute in turn.
1042 Permission is granted to distribute modified versions of this
1043 document, or of portions of it, under the above conditions,
1044 provided also that they carry prominent notices stating who last
1048 version-control: never