pspp
2020-07-04 John Darringtonlib/ptukey.c: Use the standard macro INFINITY from...
2020-07-04 John DarringtonChange all instances of "help_page" to "help-page".
2020-07-04 John DarringtonConditional Compilation per GCS 3.5
2020-07-04 John DarringtonConform to GNU nomenclature.
2020-07-04 John DarringtonFix memory leak introduced in commit e2039bc0694b89d260...
2020-07-04 John DarringtonFollow-up to bugfix #58664
2020-07-04 John DarringtonFix bug #58664
2020-06-28 Friedrich Beckmanntrim.c: avoid zero size xnrealloc memory allocation
2020-06-28 Friedrich Beckmanndesktop: open a file via xdg-open without additional...
2020-06-27 John DarringtonFix bug #54784 (again).
2020-06-27 John DarringtonIntroduce reference counting for variables.
2020-06-27 John Darringtonpsppire-output-view.c (psppire_output_view_destroy...
2020-06-27 John Darringtondictionary.c: Don't emit callbacks when the dictionary...
2020-06-27 John Darringtondata_parser: Keep a reference to the dictionary
2020-06-27 John DarringtonRevert "Fixed a use after free error when manipulating...
2020-06-27 Friedrich Beckmanntypo in title - Lable -> Label
2020-06-27 Friedrich Beckmannswitched to portable control key <Primary> for acceller...
2020-06-27 John DarringtonRevert "Fix crash in gui, when T-TEST or ONEWAY while...
2020-06-27 John DarringtonImprove behaviour when importing trivial csv files.
2020-06-27 John DarringtonAdd a test for bug #58598
2020-06-27 John Darringtonsrc/dictionary.c: Move dict_ref next to dict_unref
2020-06-27 John DarringtonPsppireDataWindow: Fix use after free error
2020-06-27 John DarringtonPSPPIRE: Fix memory leaks in dialogs
2020-06-27 John DarringtonPSPPIRE: fix leaks of GtkAccelGroup
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-27 John Darringtonsrc/ui/gui/windows-menu.c (repopulate_windows_menu...
2020-06-27 John DarringtonFix memory leak in src/output/table.c
2020-06-27 John DarringtonPSPPIRE: Fix memory leaks when creating windows
2020-06-27 John DarringtonPSPPIRE: Fix crash when cleaning after bad text import.
2020-06-27 John DarringtonPSPPIRE: Avoid memory leaks from popup memnus
2020-06-27 John DarringtonGUI: Fix memory leak on startup
2020-06-26 Friedrich Beckmannpsppire-import: fixed bug with short csv file import
2020-06-26 Friedrich Beckmannpspp-mode.el: update elpa autoload comment
2020-06-26 Friedrich Beckmannde.po: Fixed wrong translation
2020-06-26 Friedrich Beckmannadded title to variable sheet dialogs
2020-06-26 Friedrich Beckmannhelp: added help page info to variable sheet dialogs
2020-06-25 Friedrich Beckmannhelp: removed yelp support
2020-06-25 Friedrich Beckmannautomake.mk - added 96x96 size
2020-06-25 Friedrich Beckmannartwork: categories icons moved according to new strategy
2020-06-25 Friedrich Beckmannartwork: actions icons according to new strategy
2020-06-25 Friedrich Beckmannartwork: apps - pspp.svg - removed all but scalable...
2020-06-25 Friedrich Beckmannicons: create scaled bitmaps from one svg source
2020-06-21 Friedrich Beckmanngui: added help in recode.ui subdialog
2020-06-21 Friedrich Beckmannmetainfo.xml - modified after validation
2020-06-21 Friedrich Beckmanndesktop: add mimetypes application/x-spss-sps and appli...
2020-06-21 Friedrich Beckmanndesktop: reversed mimetype to application/x-spss-sps
2020-06-21 John DarringtonFixed some calls to xcalloc where the quantity and...
2020-06-21 John Darringtonrecode dialog: set "old and new values" sentivitity...
2020-06-20 Ben Pfaffmatrix-reader: Fix possibly-zero second argument to...
2020-06-20 Ben Pfaffbuild-aux: Ignore more files.
2020-06-20 Ben Pfaffsys-file-reader: Tolerate duplicate document records.
2020-06-20 Ben Pfaffsys-file-reader: Tolerate invalid variable names.
2020-06-20 Ben Pfaffsys-file-reader: Accept bad variable indexes, with...
2020-06-20 Ben Pfaffgui: Fix compatibility with older gettext.
2020-06-20 John DarringtonAllow /RENAME target to use the TO keyword.
2020-06-20 Friedrich Beckmannmain.c: set "register-session" property for gtk_application
2020-06-20 Friedrich Beckmanndesktop file: added Keywords and removed Education...
2020-06-20 Friedrich Beckmannmetainfo.xml: changed id to org.fsf.pspp, added more...
2020-06-20 Friedrich Beckmanndesktop: changed translations to msgfmt and xgettext
2020-06-20 John DarringtonAdd a test for bug #58591
2020-06-20 John Darringtonpsppire-dict.c: Avoid compiler warning
2020-06-20 John DarringtonAvoid negative overflow when the text output driver...
2020-06-20 John Darringtonlibpspp/str.c (ds_splice_uninit): Add assertion
2020-06-20 John DarringtonFixed a use after free error when manipulating datasets.
2020-06-20 John Darringtonspv.c: Avoid warnings about uninitialised variables
2020-06-20 John Darringtonfind-dialog.c: Replace exp10 with our own integer version
2020-06-20 John DarringtonRevert "exp10 replaced with pow when exp10 is not avail...
2020-06-20 John DarringtonFix buffer overflow in lex_ellipsize__
2020-06-20 John DarringtonFix crash when parsing a badly formatted variable string.
2020-06-20 John DarringtonFix buffer overflow in linear regression.
2020-06-20 John DarringtonFix crash when cleaning up after parsing bad MODIFY...
2020-06-20 John DarringtonDon't crash when parsing bad MATRIX DATA commands.
2020-06-20 John DarringtonFix use after free error in vector command.
2020-06-20 John DarringtonDon't ref or unref the inline file handle.
2020-06-20 John DarringtonUpdate spread-sheet-widget to version 0.4
2020-06-14 John Darringtonfile-handle-def.h (fh_ref): Add WARN_UNUSED_RESULT...
2020-06-14 John DarringtonFix broken build when ./configure --without-gui is...
2020-06-14 John DarringtonPSPPIRE: Add feature to search for text in the syntax...
2020-06-18 Friedrich Beckmannexp10 replaced with pow when exp10 is not available
2020-06-14 John DarringtonReplace use of deprecated GTimeVal with GDateTime
2020-06-14 John DarringtonRemove trailing whitespace at end of lines
2020-06-14 John Darringtonsrc/libpspp/message.h (msg_error): Add printf_format...
2020-06-14 John DarringtonGUI: Find dialog: Compare only to the decimal places...
2020-06-14 Friedrich Beckmannhelp: added help_page property at various ui files
2020-06-14 Friedrich Beckmanndoc: fixed references for DESCRIPTIVES, T-TEST, RELIABI...
2020-06-14 Friedrich Beckmanndoc: added prepdoc.sh script for simple working on...
2020-06-10 Ben Pfafftests: Fix misspelling in test name.
2020-06-07 John DarringtonWhitespace changes only.
2020-06-07 John DarringtonUpdate recommended gnulib commit
2020-06-07 John DarringtonFix crash when using the find function.
2020-06-07 Friedrich Beckmannfixed wrong goto case after opening .sav file
2020-06-07 Friedrich Beckmannfixed goto case dialog
2020-06-06 Friedrich Beckmannfixed variable type change during text import bug ...
2020-05-31 John DarringtonRemove #include "gl/dosname.h"
2020-06-05 Friedrich Beckmannavoid crash by drag-n-drop in variable dialog #58457
2020-06-05 Friedrich Beckmannimprove deletion of consecutive variables #55357
2020-05-31 John Darringtonpsppire: Deal properly with inverted variable selections.
2020-05-31 Friedrich Beckmanninsert variables in var view (#55357)
2020-05-03 John DarringtonCorrect syntax when generating code for autorecode...
2020-05-07 Friedrich BeckmannMakefile.am - added check for debian package directory
next