pivot table procedure conceptually works
[pspp] / src / data /
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-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 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...
2013-06-22 John Darringtonvariable.c: Add _quiet versions of the var_set_ methods...
2013-06-13 Ben PfaffINPUT PROGRAM: Use a separate dataset for the input... 20130613010503/pspp 20130614010504/pspp 20130615010505/pspp 20130616010503/pspp
2013-05-26 Ben PfaffAvoid letting data fields overflow in output and GUI. 20130527010502/pspp
2013-05-21 Ben PfaffDELETE VARIABLES: Fix crash with FILTER. 20130521010504/pspp
2013-05-21 Ben PfaffFLIP: Fix use-after-free and double frees with temporar...
2013-05-14 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-13 John DarringtonAvoid compiler warning
2013-05-11 John DarringtonMade _xml_char_to_int less prone to crashing 20130511010510/pspp
2013-05-11 John DarringtonGnumeric Reader: Use symbolic value instead of literal...
2013-05-11 John DarringtonMade _xml_char_to_int less prone to crashing
2013-05-11 John DarringtonGnumeric Reader: Use symbolic value instead of literal...
2013-05-09 John DarringtonMerge branch 'master' into import-gui
2013-05-09 John DarringtonRevert "Work-around bug in GCC 4.4.5" 20130509093229/pspp 20130510010502/pspp
2013-05-09 John DarringtonFix stack corruption in ODS reader.
2013-05-09 John DarringtonFix stack corruption in ODS reader.
2013-05-09 John Darringtonods reader: Report cells which cannot be converted
2013-05-09 John DarringtonGnumeric reader: Report cells which cannot be converted
2013-05-09 John DarringtonSpreadsheetreader: new function create_cell_ref and...
2013-05-09 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-05-06 John DarringtonRemove unused variable assigned in expression.
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-28 John DarringtonODS reader: Make the destroy method safer.
2013-04-05 John DarringtonUpdate casereader.c from master
2013-04-05 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-01 John DarringtonFix compiler warning in gnumeric-reader.c 20130401030511/pspp 20130402030504/pspp 20130403030507/pspp
2013-04-01 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-01 John DarringtonWork-around bug in GCC 4.4.5
2013-03-31 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-31 Ben Pfaffods-reader: Fix GCC warning.
2013-03-31 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-31 John DarringtonFixed some memory allocation issues in the Gnumeric...
2013-03-31 John DarringtonFix bug reading empty sheets
2013-03-31 John DarringtonCommit remaining bits
2013-03-31 John Darringtonre-enable compiler bug workaroundä
2013-03-31 John DarringtonFixed some memory leaks
2013-03-30 John DarringtonAdded a second lot of state data
2013-03-30 John DarringtonMake the gnumeric reader behave the same as the odsreader
2013-03-30 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-30 John DarringtonFix memory allocation issues in ods-reader 20130331030503/pspp
2013-03-30 John DarringtonRename variable and add comment
next