Fix memory leak introduced in commit e2039bc0694b89d26065899d9ed20f9bb42426f4
[pspp] / src / language / data-io /
2020-07-04 John DarringtonFix memory leak introduced in commit e2039bc0694b89d260...
2020-06-28 Friedrich Beckmanntrim.c: avoid zero size xnrealloc memory allocation
2020-06-27 John Darringtondata_parser: Keep a reference to the dictionary
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-20 Ben Pfaffmatrix-reader: Fix possibly-zero second argument to...
2020-06-20 John DarringtonAllow /RENAME target to use the TO keyword.
2020-06-20 John DarringtonDon't crash when parsing bad MATRIX DATA commands.
2020-06-07 John DarringtonWhitespace changes only.
2020-02-09 John DarringtonFix order of arguments in error message
2020-01-10 Ben PfaffLIST: Fix case numbering.
2019-12-30 Ben Pfaffpspp-convert: Add options for selecting variables and...
2019-12-29 Ben Pfafftable: Move tab.h into table.h and rename tab_*() to...
2019-12-29 Ben Pfaffpivot-table: Initialize subtype, command_id for pivot...
2019-12-15 John DarringtonRemove unused #include directives
2019-11-27 John DarringtonDelete trailing whitespace at line endings.
2019-10-11 Ben Pfaffoutput: Move text_item and group_item usage closer...
2019-08-18 John Darrington/RENAME subcommand: Allow quoted strings in destination...
2019-07-22 Ben Pfaffvalue: Get rid of value_str(), value_str_rw(), value_num().
2019-07-07 Ben Pfafflexer: Make lex_error_expecting() easier to use.
2019-07-03 John DarringtonRemove UNUSED attributes where they were inappropriate.
2019-05-23 John DarringtonMatrix reader: Remove reliance on hash functions.
2019-05-23 John DarringtonMatrix Data: Identify splits explicitly instead of...
2019-05-06 John DarringtonSpelling: nonnegative -> non-negative
2019-04-14 John DarringtonFix crash in lexer due to integer overflow.
2019-01-19 Dave TrollopeImprove MDD writer support.
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-02 Ben Pfaffmatrix-data: Only use as many bytes as necessary to...
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-25 Ben Pfaffmessage: Refactor initializations for struct msg throug...
2018-10-01 John DarringtonReference count struct dictionary.
2018-09-23 John DarringtonMATRIX DATA: Fix memory leaks
2018-04-30 Ben PfaffNew command SAVE DATA COLLECTION.
2018-02-21 Ben PfaffSAVE TRANSLATE: Allow variable names with space, etc...
2017-09-23 Ben PfaffPRINT: Remove unused function.
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2017-06-16 John DarringtonMATRIX DATA: Add /N subcommand
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-16 John DarringtonRemove commented out code
2017-05-16 John DarringtonFix potential crash if matrix file variables are of...
2017-05-16 John DarringtonFix buffer overflow which could occur if the matrix...
2017-05-16 John DarringtonRemove unreachable code
2017-05-16 Ben Pfaffmatrix-reader: Use strcpy() on char arrays, in next_mat...
2017-05-12 John DarringtonFixed bug which caused a crash in GET DATA
2017-05-11 John DarringtonFACTOR: Fix a crash when bad input was presented
2017-05-11 John DarringtonDATA MATRIX: Avoid crash on invalid input
2017-05-10 John DarringtonFix memory leaks in FACTOR/MATRIX
2017-05-10 John Darringtonmatrix reader: Fix bug which incorrectly read in matrix...
2017-05-10 John DarringtonMATRIX DATA: Allow non-symetric matrices if /FORMAT...
2017-05-10 John DarringtonMatrix reader, fix comment to reflect reality.
2017-05-09 John DarringtonMATRIX DATA: Cope with long variable names
2017-05-04 John DarringtonNew module matrix-reader
2017-05-01 John DarringtonMATRIX DATA: Fix crash when duplicate variables are...
2017-05-01 John DarringtonMATRIX DATA: Handle multiple splits properly
2017-04-30 John DarringtonMATRIX DATA: Rewrite to canonical rowtype values
2017-04-26 John DarringtonAdded the MATRIX DATA procedure.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
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-07-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-06-22 John DarringtonAvoid link error when compiling without libxml2 installed
2016-04-21 John DarringtonFix bug in syntax parser of GET DATA /TYPE=TXT
2016-04-11 Ben PfaffFILE HANDLE: Get rid of use of q2c preprocessor.
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-04-01 John DarringtonCheck the return value of various calls to lex_force_match.
2016-03-25 John DarringtonFix crash in DATA LIST when RECORDS and/or SKIP is...
2016-03-25 John DarringtonFix crash in LIST when no valid variables exist.
2016-03-24 John DarringtonFix crash when running GET DATA with incomplete command.
2016-03-01 John DarringtonDATA LIST: Do not treat the comma as a field separator...
2016-02-21 Ben PfaffFix several cases where lex_integer() or lex_number...
2016-01-31 Ben Pfaffspreadsheet: Avoid sharing a dictionary between spreads...
2016-01-15 Ben PfaffSAVE TRANSLATE: Improve error message.
2016-01-15 Ben PfaffLIST: Improve wording of error messages.
2016-01-03 Ben PfaffGET DATA /TYPE=TXT: Remove obsolete IMPORTCASES subcommand.
2016-01-03 Ben PfaffLIST: Allow a subset of the CASES settings to be specified.
2015-11-21 John DarringtonMake fn_open and fn_close take a struct file_handle...
2015-10-25 John Darringtondfm_writer_error: Correct comment
2015-10-18 John DarringtonProvide stubs for spreadsheet functions when no spreads...
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-15 John DarringtonRef count struct spreadsheet
2015-09-12 John DarringtonFix dereference to reallocated pointer in data-parser...
2015-07-25 Ben Pfaffsys-file-reader: Avoid hanging forever if a system...
2015-07-21 Ben PfaffGET DATA/TYPE=TXT: Remove ESCAPE subcommand and make...
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-11-29 Ben PfaffAdd support for reading SPSS/PC+ system files.
2014-09-16 Ben Pfaffoutput: Add support for captions.
2014-03-16 Ben PfaffAllow variable labels longer than 255 bytes.
2014-02-22 John DarringtonReplace syntactical keywords in error/warning messages...
2014-02-21 John DarringtonReplace syntactical keywords in error/warning messages... 20140222030507/pspp
2014-02-08 Ben PfaffRemove old changelogs from tree. 20140209030510/pspp 20140210030519/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-23 Ben PfaffImplement ZLIB compressed system file reader and writer.
2013-09-03 John DarringtonDont try to build in gnumeric/odf reader if the librari...
2013-09-02 Ben Pfaffdata-parser: A hard delimiter at end of line is not... 20130903030505/pspp
2013-08-16 Ben Pfafflexer: Rename LEX_ERROR_INTERACTIVE to LEX_ERROR_TERMIN... 20130816030502/pspp
2013-06-24 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2013-06-13 Ben PfaffINPUT PROGRAM: Use a separate dataset for the input... 20130613010503/pspp 20130614010504/pspp 20130615010505/pspp 20130616010503/pspp
next