Add support for reading and writing SPV files.
[pspp] / src /
2018-12-23 Ben Pfaffcategoricals: Get rid of 'df_prod' array.
2018-12-23 Ben Pfaffcategoricals: Drop 'n_vals' member from struct variable...
2018-12-23 Ben Pfaffcategoricals: Add array of variable_nodes to reduce...
2018-12-23 Ben Pfaffcategoricals: Avoid setting value_node indexes multiple...
2018-12-23 Ben Pfaffcategoricals: Give "reverse" members more descriptive...
2018-12-23 Ben Pfaffcategoricals: Remove unused function categoricals_get_n...
2018-12-23 Ben Pfaffcategoricals: Don't warn on hash collisions.
2018-12-23 Ben Pfaffcategoricals: Improve comments.
2018-12-23 Ben Pfaffcategoricals: Remove 'dep_excl' parameter.
2018-12-23 Ben Pfaffinteraction: Better document and update code to modern...
2018-12-03 Ben Pfaffoutput: Remove support for nested tables.
2018-12-03 Ben PfaffSYSFILE INFO: Get rid of nested tables.
2018-11-26 Ben Pfaffsegment: Fix behavior when #! line is not new-line...
2018-11-26 Ben Pfaffascii: Fix assertion in ascii_output_table_item().
2018-11-26 Ben Pfaffascii: Update min_breaks along with width and length.
2018-11-26 Ben Pfaffrender: Use "long long" instead of "double" for arithmetic.
2018-11-26 Ben PfaffFREQUENCIES: Avoid buffer overrun when there is no...
2018-11-26 Ben PfaffONEWAY: Fix use of stack-allocated variable outside...
2018-11-26 Ben Pfaffrender: Fix pathological case where column minimum...
2018-11-26 Ben Pfaffdata-out: Clarify the meaning of the 'encoding' parameter.
2018-11-26 Ben Pfaffpsppire: Fix multiple definitions of align_enum_type...
2018-11-16 Friedrich Beckmannfixed setting the font size via css syntax - Closes...
2018-11-12 Friedrich Beckmannchanged install directory for pspp.appdata.xml to metainfo
2018-11-06 Ben PfaffAdd support for MTIME and YMDHMS.
2018-10-14 Ben Pfaffhash-functions: Avoid signed integer overflow.
2018-10-14 John DarringtonFix possible null pointer dereference in linreg_predict.
2018-10-14 John DarringtonPsppireSpreadSheetModel: Remove useless check and subst...
2018-10-14 John DarringtonPspppireImportAssistant: New function textfile_create_r...
2018-10-06 Ben Pfafflexer: Fix details of journaling.
2018-10-01 John DarringtonReference count struct dictionary.
2018-09-29 Ben Pfafflexer: Fix buffer overread in journaling when source...
2018-09-29 John Darringtonpsppire-import-assistant.c (psppire_import_assistant_ge...
2018-09-29 John Darringtonsrc/data/mdd-writer.c: Avoid compiler warning
2018-09-29 John Darringtonvalue-variant.c: Avoid read from beyond end of buffer...
2018-09-26 Ben Pfaffsys-file-reader: Tolerate missing MRSETS label source...
2018-09-24 Ben Pfaffvariable-parser: Fix null deref on error path in parse_...
2018-09-24 Ben Pfafflexer: Add support for embedded \0 bytes and missing...
2018-09-24 Ben PfaffDO REPEAT: Avoid relying on null terminators.
2018-09-24 Ben Pfaffcommand-name: Avoid read past end of input buffer in...
2018-09-23 John DarringtonMATRIX DATA: Fix memory leaks
2018-09-23 Ben Pfaffsys-file-reader: Fix null deref on bad $@Role attribute.
2018-07-06 John DarringtonODS reader: Deal with case where /READNAMES vs. non...
2018-07-05 John DarringtonChange signature of sheet syntax generator function.
2018-07-05 John DarringtonImport Assistant: Disallow editing of the data sheet...
2018-07-05 John DarringtonGui Import Assistant: Populate the assistant when impor...
2018-07-04 John DarringtonWhitespace changes only
2018-07-04 John DarringtonUpdate comments.
2018-07-04 John DarringtonImport Assistant: Fix minor memory leak.
2018-07-04 John DarringtonFix crash when attempting to add a new variable in...
2018-06-03 Friedrich Beckmanngui: fixed crash when entering data for user defined...
2018-04-30 Ben PfaffNew command SAVE DATA COLLECTION.
2018-04-30 Ben PfaffMake libxml2 a required build dependency.
2018-02-21 Ben PfaffSAVE TRANSLATE: Allow variable names with space, etc...
2018-02-21 Ben Pfafflexer: Fix implementation of lex_force_string_or_id().
2017-11-27 Friedrich Beckmannk-means dialog - number of clusters gtkentry field...
2017-11-24 John Darringtonpsppire_data_window: Don't crash when trying to delete...
2017-11-24 John Darringtonpsppire_data_editor: Don't crash when trying to insert...
2017-11-15 John DarringtonFrequencies Piecharts (gui): Emit 'NOMISSING' when...
2017-10-10 John DarringtonFix compiler warning
2017-10-10 John DarringtonAvoid compiler warnings when building without readline
2017-10-05 John DarringtonProvide wrapper for gtk_menu_popup_at_pointer.
2017-09-29 John DarringtonRename myreversefunc -> psppire_data_store_string_to_value
2017-09-27 John DarringtonPsppireVariableSheet: Do not immediately display dialog...
2017-09-27 John DarringtonFix inappropriate comments in headers
2017-09-24 John Darringtonmarshaller-list: Remove unused marshallers
2017-09-24 John DarringtonSet the variable display width instead of adding an...
2017-09-24 Ben Pfaffpsppire-window: Avoid writing null pointer constant...
2017-09-24 Ben Pfaffpsppire-delimited-text: Clear entire 'cache_starts...
2017-09-24 Ben PfaffAvoid unfounded warnings from GCC 7.2.
2017-09-24 Ben Pfaffdata-in: Fix parsing time delimiters in parse_date().
2017-09-23 Ben PfaffSORT VARIABLES: Improve stability of sort.
2017-09-23 Ben Pfaffscan: Add cast to silence Clang warning about convertin...
2017-09-23 Ben Pfaffpsppire-output-view: Use correct enumeration type in...
2017-09-23 Ben Pfaffcairo-chart: Make it clear that fabs() of integer value...
2017-09-23 Ben PfaffPRINT: Remove unused function.
2017-09-23 Ben Pfaffpc+-file-reader, sys-file-reader: Fix misuses of zero...
2017-09-23 Ben Pfafffloat-format: Remove unused functions.
2017-09-23 Ben Pfaffcompiler: Fix test for "optimize" attribute.
2017-09-22 John DarringtonPsppireDataStore (myreversefunc): Insert variables...
2017-09-18 John Darringtonuint -> guint
2017-09-17 Friedrich Beckmannchanged abs to labs function to avoid warning
2017-09-17 Friedrich Beckmannremoved duplicate const declaration
2017-09-16 John DarringtonDisable drag and drop on sheet axes for which there...
2017-09-14 John DarringtonSet the "editable" properties of the sheets to TRUE
2017-09-13 John DarringtonFix some compiler warnings
2017-09-13 John DarringtonPsppireImportAssistant.c: Remove unused function
2017-09-12 John DarringtonPsppireDataSheet.c: Indicate filtered out cases in...
2017-09-10 John DarringtonMerge remote-tracking branch 'origin/sheet'
2017-09-10 John Darringtonsrc/output/cairo.c (xr_chart_renderer): Set the chart...
2017-09-10 John Darringtonsrc/output/cairo.c (xr_chart_render): New variable...
2017-09-10 Ben Pfaffpspp.appdata.xml: Update and upgrade.
2017-09-06 John DarringtonFocus the sheet when the user hits enter in the datum...
2017-09-06 John DarringtonPsppireValueEntry: New signal - edit-done
2017-09-06 John DarringtonWhitespace changes
2017-09-06 John DarringtonPsppireDataEditor: focus the datum entry widget when...
2017-09-05 John DarringtonEmit the "items-changed" signal upon data_store_set_value
2017-09-05 John DarringtonFix memory leak
2017-09-04 John DarringtonSet the cell value when the reference entry changes
2017-09-04 John DarringtonWhitespace changes only
2017-09-04 John DarringtonMake the default view the variable view instead of...
next