fbuf: New data structure for buffered file I/O.
[pspp] / src / data /
2018-02-12 Ben Pfafffbuf: New data structure for buffered file I/O. fbuf
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 Pfaffpc+-file-reader, sys-file-reader: Fix misuses of zero...
2017-09-17 Friedrich Beckmannchanged abs to labs function to avoid warning
2017-09-10 John DarringtonMerge remote-tracking branch 'origin/sheet'
2017-08-31 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-08-27 Ben Pfaffsys-file-reader: Avoid assert-fail for duplicate attrib...
2017-08-27 Ben Pfaffsys-file-reader: Better handle duplicate names without...
2017-08-27 Ben Pfaffsys-file-reader: Fully verify multiple response set...
2017-08-27 Ben Pfaffdata-out: Pass correct width to value_str() in output_A...
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
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-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-02 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-22 John Darringtoncase.c: variable_matches_case -> assert_variable_matche...
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
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-03-28 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-11-07 pspp.freepost@ordi... compile without gnumeric and odf read support
2016-08-23 John DarringtonPSQL READER: Use the REPEATABLE READ isolation level.
2016-08-15 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-14 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-13 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-12 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-12 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-09 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-07 John DarringtonMerge branch 'master' into sheet
2016-08-06 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-06 John DarringtonFix buffer overrun in sys-file-reader.c(text_match)
2016-07-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-06-23 John DarringtonFixed typo in comment
2016-06-22 John DarringtonAvoid link error when compiling without libxml2 installed
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-03-27 John DarringtonFixed bug in EXAMINE where the parametric calculation...
2016-03-20 John DarringtonPrevent link error when cross compiling with mingw
2016-03-20 John Darringtonspreadsheet-reader.c: Do not export local symbols
2016-03-20 Ben PfaffImplement new command SORT VARIABLES.
2016-03-17 John DarringtonLocalise values of comboboxes in var sheet
2016-03-14 John DarringtonDefine the measurement, alignment and role enums in...
2016-02-21 Ben Pfaffpc+-file-reader: Fix memory leak.
2016-02-20 Ben Pfaffsys-file-reader: Read system files with multiple subtyp...
2016-02-03 John DarringtonFix memory leak when writing compressed sav files
2016-01-31 Ben Pfaffspreadsheet: Avoid sharing a dictionary between spreads...
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.
next