Add documentation for SPV file format.
[pspp] / src / data /
2016-01-03 Ben Pfaffsys-file-reader: Disallow system and scratch long varia...
2015-12-26 John DarringtonRewrite Import Dialog.
2015-11-29 John DarringtonFix build issue on Gnewsense mips64
2015-11-21 John DarringtonMake fn_open and fn_close take a struct file_handle...
2015-11-20 John DarringtonRemove unnecessary #include directives
2015-11-15 John Darringtonfh_get_identity: Move to static scope
2015-11-13 John Darringtonfh_get_identity: Remove incorrect statement from comment.
2015-11-11 John DarringtonMove fn_identity from file-name.c to file-handle-def.c
2015-11-06 John DarringtonAvoid possible overflow in fn_identity.
2015-11-03 John DarringtonFix crash on w32
2015-10-28 John DarringtonUse a better method of identifying files on w32
2015-10-27 John DarringtonRemove unused functions fn_dir_name fn_getenv and fn_ge...
2015-10-24 John DarringtonRemove unused function fn_is_special
2015-10-23 John DarringtonRemove obsolete prototype
2015-10-23 John DarringtonRemove unused function
2015-10-22 John DarringtonAvoid "definition without prototype" warnings
2015-10-22 John Darringtoncaseproto_ref: Append compiler directive WARN_UNUSED_RESULT
2015-10-21 John Darringtonmake-file.c: Behave better under windows operating...
2015-10-20 John DarringtonChange pattern of tmpfiles from <name>.tmpXXXXXX to...
2015-10-18 John DarringtonGnumeric Reader: Fix memory leak
2015-10-09 John Darringtonstruct file_handle: Add new member file_name_encoding...
2015-10-09 John DarringtonEnsure all lex_readers have the encoding parameter
2015-10-09 John Darringtonreplace_file_start: remove parameter TMP_FILE
2015-10-09 John Darringtonreplace_file_start: Now takes a file handle instead...
2015-09-26 Ben Pfaffpspp-convert: Support decrypting encrypted SPSS syntax...
2015-09-16 John DarringtonFix memory leak in ODS reader
2015-09-15 John DarringtonRef count struct spreadsheet
2015-09-12 Ben Pfaffany-reader: Add some comments on interface and implemen...
2015-09-12 Ben Pfaffpc+-file-reader: Fix handling of short files.
2015-08-02 Ben Pfaffsys-file-reader: Add PSPP version to messages that...
2015-07-25 Ben Pfaffsys-file-reader: Change some errors to warnings.
2015-07-25 Ben Pfaffsys-file-reader: Avoid hanging forever if a system...
2015-07-25 Ben Pfaffdictionary: Make dict_delete_var() much faster in commo...
2015-06-20 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2015-06-16 John DarringtonRemove redundant prototype from src/data/variable.h...
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2015-03-07 Ben Pfaffexpressions: Add support for 2- and 3-operand RND function.
2015-01-17 John DarringtonFix logic error in previous commit
2015-01-16 John Darringtonreplace_file_start: On error, ensure that the appropria...
2014-11-29 Ben PfaffAdd support for weighting variables in SPSS/PC+ system...
2014-11-29 Ben PfaffAdd support for reading SPSS/PC+ system files.
2014-09-13 Ben Pfaffstr: Make str_format_26adic() able to use lowercase.
2014-05-25 Ben Pfaffvariable: Report only changes in width that actually...
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2014-03-19 Ben Pfaffsys-file-reader: Raise maximum number of bytes in varia...
2014-03-16 Ben Pfaffcsv-file-writer: Write all line breaks in system-specif...
2014-03-16 Ben PfaffAllow variable labels longer than 255 bytes.
2014-03-09 Ben Pfaffsys-file-reader: Fix bad printf format specifiers.
2014-02-22 John DarringtonFixed bug importing ODS files.
2014-02-21 John DarringtonReplace syntactical keywords in error/warning messages... 20140222030507/pspp
2014-02-18 Ben Pfaffdata-out: Avoid excessive spaces in data_out_stretchy... 20140219030512/pspp
2014-02-18 Ben PfaffFix printf() format specifiers.
2014-02-18 Ben Pfaffsys-file-reader: Fix confusion of types between size_t...
2014-02-17 John DarringtonFix memory fault reading ODS file.
2014-02-16 Ben PfaffMake SYSFILE INFO able to analyze valid encodings for...
2014-02-16 Ben Pfaffsys-file-reader: Break multiple response set decoding... 20140216030518/pspp
2014-02-16 Ben Pfaffsys-file-reader: Break reading a system file into two...
2014-02-16 Ben Pfaffsys-file-reader: Get rid of longjmp().
2014-02-16 Ben Pfaffpspp-dump-sav: More gracefully handle empty multiple...
2014-02-16 Ben Pfaffsys-file-reader: Handle multiple response sets with...
2014-02-16 Ben Pfaffsys-file-reader: Ignore string weighting variable inste...
2014-02-08 Ben PfaffRemove old changelogs from tree. 20140209030510/pspp 20140210030519/pspp
2014-02-08 Ben Pfaffsys-file-reader: Successfully read files with duplicate...
2013-12-24 John Darringtonsrc/data/sys-file-encryption.c (encrypted_sys_file_open... 20131225030517/pspp 20131226030512/pspp
2013-12-22 Ben Pfaffpspp-convert: Add support for decrypting encrypted... 20131222030520/pspp
2013-12-15 John Darringtonsrc/data/any-reader.c (any_reader_may_open): Return... 20131216030506/pspp 20131217030518/pspp 20131218030515/pspp
2013-10-26 Ben PfaffMerge master into gtk3. 20131026032545/pspp 20131027032559/pspp 20131028032549/pspp 20131030030824/pspp 20131031032414/pspp 20131101032516/pspp 20131102032602/pspp 20131103032703/pspp 20131104032617/pspp 20131105032650/pspp 20131106032624/pspp 20131107032703/pspp 20131108032720/pspp 20131110032717/pspp 20131111032724/pspp 20131112032726/pspp 20131113032746/pspp 20131114032755/pspp 20131115032755/pspp 20131116032752/pspp
2013-10-25 John DarringtonCorrected logical errors in tests for error conditions.
2013-10-23 Ben Pfaffcsv-file-writer: Use comma as default delimiter.
2013-10-23 Ben PfaffImplement ZLIB compressed system file reader and writer.
2013-10-23 Ben Pfaffsys-file-writer: Simplify use of put_cmp_number(),...
2013-10-23 Ben Pfaffsys-file-writer: Simplify compressed data buffering.
2013-10-23 Ben Pfaffpor-file-writer: Rename 'fv' member to 'case_index'.
2013-09-30 Ben Pfaffvariable: Complete renaming of ROLE_OUTPUT to ROLE_TARGET. 20130930030504/pspp
2013-09-30 Ben Pfaffsys-file-reader: Add support for long string missing...
2013-09-30 Ben Pfaffmissing-values: Make mv_add_str() easier to use.
2013-09-28 Ben Pfaffvariable: Only notify variable width change if it reall...
2013-09-27 John DarringtonUse correct argument order for pool_nmalloc.
2013-09-25 John DarringtonUse the msg function to report errors wherever possible.
2013-09-20 Ben Pfaffsys-file-reader: Add support for record 7, subtype 10. 20130920030502/pspp
2013-09-04 John DarringtonChange instances of GNM_SUPPORT to GNM_READ_SUPPORT
2013-09-04 Ben Pfaffspreadsheet-reader: Avoid 'unused variable' warnings.
2013-09-03 John DarringtonDont try to build in gnumeric/odf reader if the librari...
2013-08-27 Ben PfaffVARIABLE ROLE: Use correct system file representation.
2013-08-26 Ben PfaffVARIABLE ROLE: New command. 20130826030511/pspp
2013-08-03 Ben Pfaffsys-file-reader: Accept measurement value of zero witho... 20130804030502/pspp
2013-08-03 Ben Pfaffsys-file-reader: Ignore subtype 24 written by SPSS 21.
2013-08-03 Ben Pfaffsys-file-reader: Handle SPSS 21 change in representatio...
2013-08-03 Ben Pfaffsys-file-reader: Improve diagnostics for unexpected...
2013-06-27 Ben Pfaffsession: Fix two memory leaks.
2013-06-25 Ben Pfaffdatasheet: Avoid reading a given row more than necessar... 20130625010510/pspp 20130626010503/pspp
2013-06-24 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2013-06-24 John Darringtonvariable.c: New function var_set_width_and_formats
2013-06-23 John Darringtonvariable.c: (var_set_width) traits other than width...
2013-06-23 John DarringtonSplit VAR_TRAIT_FORMAT into PRINT and WRITE variants
2013-06-22 John DarringtonFix constness of datasheet_resize_column arguments
2013-06-22 John Darringtondictionary.c: Remove the var_resized and var_display_wi...
2013-06-22 John DarringtonAdded the WHAT and OLDVAR parameters to the var_changed...
2013-06-22 John Darringtondictionary.c: Added a oldvar parameter to the var_chang...
2013-06-22 John Darringtondictionary.c: Added a WHAT argument to dict_var_changed...
next