fbuf: New data structure for buffered file I/O.
[pspp] / src /
2017-05-22 John DarringtonImport Assistant: Remove unused prototypes
2017-05-22 John DarringtonImport Assistant: Allow separators to be unicode characters
2017-05-22 John DarringtonImport Assistant: Fix generation of variable names
2017-05-21 John DarringtonRemove psppire-empty-list-store which is now unused
2017-05-21 John DarringtonImport Assistant: Remove struct column which is now...
2017-05-21 John DarringtonRemove some unused code
2017-05-20 John DarringtonK Independent Samples Dialog: Fix compiler warnings.
2017-05-20 John DarringtonImport assistant: Re-enable automatic inference of...
2017-05-20 John DarringtonImport Assistant: Fix generation of /DELIMITERS subcommand
2017-05-20 John DarringtonRemove some unused code
2017-05-20 John DarringtonImport Assistant: Re-add the format guesser feature
2017-05-19 John DarringtonImportAssistant: Set the GtkPaned slider to half way
2017-05-19 John DarringtonImportAssistant: make division between var and data...
2017-05-19 John Darringtonconstness
2017-05-19 John DarringtonRemove some unused variables
2017-05-19 John DarringtonPsppireImportAssistant: Remove the "transient-for"...
2017-05-19 John DarringtonAdd a callback when variables change
2017-05-18 John DarringtonPopulate the data sheet in the import assistant
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-16 Ben Pfafffactor: Fix return type of do_factor_by_matrix().
2017-05-15 John DarringtonNew Dialog: Non Parametric | K Indepdendent Samples
2017-05-15 John DarringtonPsppireValueEntry: Use a more reliable way to override...
2017-05-13 John DarringtonZip Reader: initialise error string earlier.
2017-05-12 John DarringtonFixed bug which caused a crash in GET DATA
2017-05-12 John DarringtonMEANS: Prevent parser from entering infinite loop.
2017-05-12 John Darringtonsrc/math/linreg.c: Don't calculate the intercept for...
2017-05-12 John Darringtonsrc/math/linreg.c: Encapsulate this object better.
2017-05-12 John DarringtonREGRESSION: Implement /ORIGIN subcommand.
2017-05-11 John DarringtonDESCRIPTIVES: Fix a bug where the parser could enter...
2017-05-11 John DarringtonFACTOR: Don't try to perform analysis if there are...
2017-05-11 John DarringtonFACTOR: Do not try to run an analysis if no matrix...
2017-05-11 John DarringtonFACTOR: Fix a crash when bad input was presented
2017-05-11 John DarringtonFACTOR: Make idata parameters const where they can be.
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 DarringtonRemove unused variable
2017-05-10 John DarringtonFACTOR: Use consistent indexing when displaying matrices.
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-09 John DarringtonFACTOR: Allow an option '=' after MATRIX
2017-05-09 John DarringtonREGRESSION: Allow independent variables to be specified...
2017-05-08 John DarringtonCope with new location of upstream files
2017-05-08 John DarringtonEnable reordering of variables by drag and drop
2017-05-07 John Darrington(Re)enable the pasting of the importer syntax
2017-05-07 John DarringtonPsppireImportAssistant: Clear the dictionary before...
2017-05-07 John DarringtonPsppireDataEditor: Automatically set the dictionary...
2017-05-07 John DarringtonPsppireImportAssistant: Set the variables of the varsheet
2017-05-07 John DarringtonPsppireDelimitedText: Declare psppire_delimited_text_ne...
2017-05-07 John DarringtonPsppireDelimitedText: reset all cache starts
2017-05-06 John DarringtonPsppireDelimitedText: Remove a useless member variable
2017-05-06 John DarringtonAdd an (empty) datasheet to the import assistant
2017-05-06 John DarringtonAdd (empty) variable sheet for import assistant
2017-05-05 John DarringtonInitialise parent class in sheets
2017-05-05 John DarringtonNew module: psppire_data_sheet.c
2017-05-05 John DarringtonNew module: psppire_variable_sheet.c
2017-05-04 John DarringtonFACTOR: Add printout of the covariance matrix and add...
2017-05-04 John DarringtonFACTOR: New subcommand: MATRIX IN
2017-05-04 John DarringtonNew function covariance_from_correlation
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-26 John Darringtonparse_DATA_LIST_vars: Reduce scope of variable 'name2'
2017-04-23 John DarringtonWhitespace changes only. Remove trailing whitespace.
2017-04-23 John DarringtonImport Assistant: Re-enable the setting of header titles
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonNew objects PsppireTextFile and PsppireDelimitedText.
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-04-19 John DarringtonDon't crash when attempting to enter data in a column...
2017-04-19 John DarringtonMake warning message a little more severe.
2017-04-19 John DarringtonUpdate the datum entry when the selection changes
2017-04-19 John DarringtonPsppireDataEditor: unref objects on dispose
2017-04-19 John DarringtonEnable setting of variable type from var sheet
2017-04-19 John DarringtonVar type dialog: Add a return value
2017-04-19 John DarringtonPass the top level window to dialog creation functions
2017-04-19 John DarringtonEnable changing of missing values from the variable...
2017-04-19 John DarringtonMake missing-value-dialog return a status
2017-04-18 John DarringtonRemove inappropriate single selection-mode properties...
2017-04-17 John DarringtonRemove unused variable
2017-04-17 John DarringtonEnable the value_labels popup dialog
2017-04-16 John DarringtonDon't try to use TIOCGWINSZ if termios.h is not available.
2017-04-16 John DarringtonEnable changing of width and decimals from var sheet
2017-04-14 John DarringtonRemove diagnostic message
2017-04-09 John DarringtonMake the split window menuitem apply to the var sheet...
2017-04-08 John DarringtonVariable Sheet: Display 'None' for value labels if...
2017-04-07 John Darringtonchange_var_property: Make parameter const
2017-04-07 John DarringtonRemove reduntant #include
2017-04-07 John DarringtonChange the signature of myreversefunc to return bool
2017-04-07 John DarringtonMove paste related code from PsppireDataWindow to Psppi...
2017-04-07 John DarringtonDon't update the cell entry ref if there is no active...
2017-04-06 John DarringtonUse g_object_set rather than obsolete setter function
next