Release PSPP version 0.11.0.
[pspp] / src /
2017-08-12 Ben PfaffIgnore all files under src/ui/gui/icons except a few...
2017-07-30 Ben Pfafflinreg: Comment out unused function to avoid compiler...
2017-07-30 Ben Pfaffsys-file-reader: Ignore duplicate value labels written...
2017-07-29 Ben Pfaffsys-file-reader: Tolerate nominal case size of 0 withou...
2017-07-29 Ben Pfaffsys-file-reader: Accept document records with no docume...
2017-07-29 John DarringtonLinreg.c: Remove QR decomposition optimisation.
2017-07-29 John Darringtonlinreg.c: Fix typo
2017-07-10 Ben Pfaffzip-reader: Use xstrdup() instead of strdup().
2017-07-08 John DarringtonMove XML declarations to the start of .ui files.
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2017-07-04 Ben Pfaffsys-file-reader: Fix integer overflows in parse_long_st...
2017-07-04 Ben Pfaffsys-file-reader: Avoid null dereference skipping bad...
2017-06-19 John DarringtonFACTOR: Improve calculation of Kaiser-Meyer-Olkin and...
2017-06-18 John DarringtonFACTOR: Add Anti-image matrix output
2017-06-16 John DarringtonMATRIX DATA: Add /N subcommand
2017-06-15 John DarringtonAllow dialog boxes to be cancelled by hitting the Escap...
2017-06-02 John DarringtonUse a more reliable way of setting the initial state...
2017-06-02 John DarringtonFix bug where the Examine subdialogs appeared multiple...
2017-05-23 John DarringtonRemove duplicate accelerator from the one-way anova...
2017-05-20 John DarringtonK Independent Samples Dialog: Fix compiler warnings.
2017-05-16 John DarringtonRemove commented out code
2017-05-16 John DarringtonFix potential crash if matrix file variables are of...
2017-05-16 John DarringtonFix buffer overflow which could occur if the matrix...
2017-05-16 John DarringtonRemove unreachable code
2017-05-16 Ben Pfaffmatrix-reader: Use strcpy() on char arrays, in next_mat...
2017-05-16 Ben Pfafffactor: Fix return type of do_factor_by_matrix().
2017-05-15 John DarringtonNew Dialog: Non Parametric | K Indepdendent Samples
2017-05-15 John DarringtonPsppireValueEntry: Use a more reliable way to override...
2017-05-13 John DarringtonZip Reader: initialise error string earlier.
2017-05-12 John DarringtonFixed bug which caused a crash in GET DATA
2017-05-12 John DarringtonMEANS: Prevent parser from entering infinite loop.
2017-05-12 John Darringtonsrc/math/linreg.c: Don't calculate the intercept for...
2017-05-12 John Darringtonsrc/math/linreg.c: Encapsulate this object better.
2017-05-12 John DarringtonREGRESSION: Implement /ORIGIN subcommand.
2017-05-11 John DarringtonDESCRIPTIVES: Fix a bug where the parser could enter...
2017-05-11 John DarringtonFACTOR: Don't try to perform analysis if there are...
2017-05-11 John DarringtonFACTOR: Do not try to run an analysis if no matrix...
2017-05-11 John DarringtonFACTOR: Fix a crash when bad input was presented
2017-05-11 John DarringtonFACTOR: Make idata parameters const where they can be.
2017-05-11 John DarringtonDATA MATRIX: Avoid crash on invalid input
2017-05-10 John DarringtonFix memory leaks in FACTOR/MATRIX
2017-05-10 John DarringtonRemove unused variable
2017-05-10 John DarringtonFACTOR: Use consistent indexing when displaying matrices.
2017-05-10 John Darringtonmatrix reader: Fix bug which incorrectly read in matrix...
2017-05-10 John DarringtonMATRIX DATA: Allow non-symetric matrices if /FORMAT...
2017-05-10 John DarringtonMatrix reader, fix comment to reflect reality.
2017-05-09 John DarringtonMATRIX DATA: Cope with long variable names
2017-05-09 John DarringtonFACTOR: Allow an option '=' after MATRIX
2017-05-09 John DarringtonREGRESSION: Allow independent variables to be specified...
2017-05-04 John DarringtonFACTOR: Add printout of the covariance matrix and add...
2017-05-04 John DarringtonFACTOR: New subcommand: MATRIX IN
2017-05-04 John DarringtonNew function covariance_from_correlation
2017-05-04 John DarringtonNew module matrix-reader
2017-05-01 John DarringtonMATRIX DATA: Fix crash when duplicate variables are...
2017-05-01 John DarringtonMATRIX DATA: Handle multiple splits properly
2017-04-30 John DarringtonMATRIX DATA: Rewrite to canonical rowtype values
2017-04-26 John DarringtonAdded the MATRIX DATA procedure.
2017-04-26 John Darringtonparse_DATA_LIST_vars: Reduce scope of variable 'name2'
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2017-04-19 John DarringtonDo not allow value labels dialog to enter a label for...
2017-04-18 John DarringtonRemove inappropriate single selection-mode properties...
2017-04-16 John DarringtonDon't try to use TIOCGWINSZ if termios.h is not available.
2017-03-27 John DarringtonEdit|Options: Add fields to change behaviour of output...
2017-03-27 John DarringtonNew menu: Edit|Options
2017-03-24 John DarringtonHtml Driver: Fix bug when rendering small cells.
2017-03-24 John DarringtonTerminal interface: Remove support for the ncurses...
2017-03-15 John DarringtonMann Whitney: Remove unused variable
2017-03-07 John DarringtonFixed a bug in the Mann-Whitney test vs. missing=analysis.
2017-02-21 Friedrich BeckmannFREQUENCIES: fixed VARIANCE output - fixes bug #50366
2017-01-14 John Darringtonpsppire-import-assistant: Use maximised window instead...
2017-01-13 John DarringtonEnsure that help page manifest is not empty.
2016-12-03 Ben PfaffFix misleadingly indented statements.
2016-12-03 Ben Pfaffgui: Remove unused static variables.
2016-12-03 Ben Pfaffgui: Fix #includes for gtksourceview.
2016-11-07 pspp.freepost@ordi... compile without gnumeric and odf read support
2016-10-10 Friedrich Beckmannreversed CFLAGS, CPPFLAGS and LDFLAGS addition for...
2016-10-10 Friedrich Beckmannadded CFLAGS, CPPFLAGS and LDFLAGS for PSPP.C and q2c...
2016-09-16 Friedrich Beckmannhelp: added t-test reference to help page
2016-09-01 John DarringtonFix missing buttonbox in frequencies dialog
2016-09-01 John Darringtonpsppire-output-view: Avoid GtkWarnings
2016-08-23 John DarringtonPSQL READER: Use the REPEATABLE READ isolation level.
2016-08-20 John DarringtonFix bugs in frequencies dialog.
2016-08-18 John DarringtonRe-enable the relocation feature.
2016-08-15 John DarringtonDisable deprecation warnings for all sheet related...
2016-08-15 John DarringtonRemove call to gtk_style_context_add_provider_for_screen
2016-08-15 John DarringtonFont Selection: Use a local css_provider instead of...
2016-08-15 John DarringtonPrevent the font selection of comment dialog affecting...
2016-08-14 Ben PfaffVECTOR: Support creating string variables also.
2016-08-14 John DarringtonFix memory leak
2016-08-14 John DarringtonUse modern method of setting font, instead of deprecate...
2016-08-14 John DarringtonAdded "translate" url to pspp.appdata.xml
2016-08-14 John DarringtonFix compiler warning
2016-08-14 John DarringtonFix bug where the gui was unresponsive after starting...
2016-08-13 John DarringtonFix bug inadvertently introduced by previous commit
2016-08-13 John DarringtonNew option --no-unique
2016-08-13 John DarringtonAUTORECODE now optionally accepts / before INTO
2016-08-12 John DarringtonAdd markup to the option description strings
2016-08-12 John DarringtonFix GtkCriticals when --no-splash is given
2016-08-12 John DarringtonFix potential null pointer dereference
2016-08-11 John DarringtonFix possible null pointer dereference
next