projects
/
pspp
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add support for reading and writing SPV files.
[pspp]
/
src
/
language
/
2019-02-10
Ben Pfaff
Add support for reading and writing SPV files.
spv3
tree
|
commitdiff
2019-02-10
Ben Pfaff
output: Move text_item and group_item usage closer...
tree
|
commitdiff
2019-01-19
Dave Trollope
Improve MDD writer support.
tree
|
commitdiff
2019-01-13
Ben Pfaff
Fix numerous memory leaks.
tree
|
commitdiff
2019-01-02
Ben Pfaff
matrix-data: Only use as many bytes as necessary to...
tree
|
commitdiff
2019-01-02
Ben Pfaff
t-test-paired: Fix format specifiers.
tree
|
commitdiff
2019-01-02
Ben Pfaff
regression: Make sure dep_subscript is really initialized.
tree
|
commitdiff
2019-01-02
Ben Pfaff
chisquare: Fix format specifier in chisquare_execute().
tree
|
commitdiff
2019-01-01
Ben Pfaff
output: Introduce pivot tables.
tree
|
commitdiff
2019-01-01
Ben Pfaff
output: New page-setup-item.
tree
|
commitdiff
2018-12-25
Ben Pfaff
output: Introduce group_item in place of TEXT_ITEM_COMM...
tree
|
commitdiff
2018-12-25
Ben Pfaff
text-item: Merge "title" and "subtitle" items into...
tree
|
commitdiff
2018-12-25
Ben Pfaff
CROSSTABS: Make treatment of crosstab variables and...
tree
|
commitdiff
2018-12-25
Ben Pfaff
CROSSTABS: Rename pivot_table to crosstabulation.
tree
|
commitdiff
2018-12-25
Ben Pfaff
message: Refactor initializations for struct msg throug...
tree
|
commitdiff
2018-12-25
Ben Pfaff
variable: Make property function return untranslated...
tree
|
commitdiff
2018-12-25
Ben Pfaff
missing-values: New function mv_to_string().
tree
|
commitdiff
2018-12-25
Ben Pfaff
bt, abt: Add initialization and iteration macros.
tree
|
commitdiff
2018-12-25
Ben Pfaff
dictionary: New function dict_get_weight_format().
tree
|
commitdiff
2018-12-25
Ben Pfaff
table: Get rid of TAL_GAP.
tree
|
commitdiff
2018-12-23
Ben Pfaff
categoricals: Remove 'dep_excl' parameter.
tree
|
commitdiff
2018-12-03
Ben Pfaff
SYSFILE INFO: Get rid of nested tables.
tree
|
commitdiff
2018-11-26
Ben Pfaff
segment: Fix behavior when #! line is not new-line...
tree
|
commitdiff
2018-11-26
Ben Pfaff
FREQUENCIES: Avoid buffer overrun when there is no...
tree
|
commitdiff
2018-11-26
Ben Pfaff
ONEWAY: Fix use of stack-allocated variable outside...
tree
|
commitdiff
2018-10-06
Ben Pfaff
lexer: Fix details of journaling.
tree
|
commitdiff
2018-10-01
John Darrington
Reference count struct dictionary.
tree
|
commitdiff
2018-09-29
Ben Pfaff
lexer: Fix buffer overread in journaling when source...
tree
|
commitdiff
2018-09-24
Ben Pfaff
variable-parser: Fix null deref on error path in parse_...
tree
|
commitdiff
2018-09-24
Ben Pfaff
lexer: Add support for embedded \0 bytes and missing...
tree
|
commitdiff
2018-09-24
Ben Pfaff
DO REPEAT: Avoid relying on null terminators.
tree
|
commitdiff
2018-09-24
Ben Pfaff
command-name: Avoid read past end of input buffer in...
tree
|
commitdiff
2018-09-23
John Darrington
MATRIX DATA: Fix memory leaks
tree
|
commitdiff
2018-04-30
Ben Pfaff
New command SAVE DATA COLLECTION.
tree
|
commitdiff
2018-02-21
Ben Pfaff
SAVE TRANSLATE: Allow variable names with space, etc...
tree
|
commitdiff
2018-02-21
Ben Pfaff
lexer: Fix implementation of lex_force_string_or_id().
tree
|
commitdiff
2017-09-24
Ben Pfaff
Avoid unfounded warnings from GCC 7.2.
tree
|
commitdiff
2017-09-23
Ben Pfaff
SORT VARIABLES: Improve stability of sort.
tree
|
commitdiff
2017-09-23
Ben Pfaff
scan: Add cast to silence Clang warning about convertin...
tree
|
commitdiff
2017-09-23
Ben Pfaff
PRINT: Remove unused function.
tree
|
commitdiff
2017-08-31
John Darrington
Merge remote-tracking branch 'origin/master' into sheet
tree
|
commitdiff
2017-08-20
Stefan Weil
Fix some typos (found by codespell)
tree
|
commitdiff
2017-08-03
John Darrington
Merge remote-tracking branch 'origin/master' into sheet
tree
|
commitdiff
2017-07-05
John Darrington
Add copyright and licence notices to files which lack...
tree
|
commitdiff
2017-06-19
John Darrington
FACTOR: Improve calculation of Kaiser-Meyer-Olkin and...
tree
|
commitdiff
2017-06-18
John Darrington
FACTOR: Add Anti-image matrix output
tree
|
commitdiff
2017-06-16
John Darrington
MATRIX DATA: Add /N subcommand
tree
|
commitdiff
2017-05-18
John Darrington
Merge remote-tracking branch 'origin/master' into sheet
tree
|
commitdiff
2017-05-16
John Darrington
Remove commented out code
tree
|
commitdiff
2017-05-16
John Darrington
Fix potential crash if matrix file variables are of...
tree
|
commitdiff
2017-05-16
John Darrington
Fix buffer overflow which could occur if the matrix...
tree
|
commitdiff
2017-05-16
John Darrington
Remove unreachable code
tree
|
commitdiff
2017-05-16
Ben Pfaff
matrix-reader: Use strcpy() on char arrays, in next_mat...
tree
|
commitdiff
2017-05-16
Ben Pfaff
factor: Fix return type of do_factor_by_matrix().
tree
|
commitdiff
2017-05-12
John Darrington
Fixed bug which caused a crash in GET DATA
tree
|
commitdiff
2017-05-12
John Darrington
MEANS: Prevent parser from entering infinite loop.
tree
|
commitdiff
2017-05-12
John Darrington
src/math/linreg.c: Encapsulate this object better.
tree
|
commitdiff
2017-05-12
John Darrington
REGRESSION: Implement /ORIGIN subcommand.
tree
|
commitdiff
2017-05-11
John Darrington
DESCRIPTIVES: Fix a bug where the parser could enter...
tree
|
commitdiff
2017-05-11
John Darrington
FACTOR: Don't try to perform analysis if there are...
tree
|
commitdiff
2017-05-11
John Darrington
FACTOR: Do not try to run an analysis if no matrix...
tree
|
commitdiff
2017-05-11
John Darrington
FACTOR: Fix a crash when bad input was presented
tree
|
commitdiff
2017-05-11
John Darrington
FACTOR: Make idata parameters const where they can be.
tree
|
commitdiff
2017-05-11
John Darrington
DATA MATRIX: Avoid crash on invalid input
tree
|
commitdiff
2017-05-10
John Darrington
Fix memory leaks in FACTOR/MATRIX
tree
|
commitdiff
2017-05-10
John Darrington
Remove unused variable
tree
|
commitdiff
2017-05-10
John Darrington
FACTOR: Use consistent indexing when displaying matrices.
tree
|
commitdiff
2017-05-10
John Darrington
matrix reader: Fix bug which incorrectly read in matrix...
tree
|
commitdiff
2017-05-10
John Darrington
MATRIX DATA: Allow non-symetric matrices if /FORMAT...
tree
|
commitdiff
2017-05-10
John Darrington
Matrix reader, fix comment to reflect reality.
tree
|
commitdiff
2017-05-09
John Darrington
MATRIX DATA: Cope with long variable names
tree
|
commitdiff
2017-05-09
John Darrington
FACTOR: Allow an option '=' after MATRIX
tree
|
commitdiff
2017-05-09
John Darrington
REGRESSION: Allow independent variables to be specified...
tree
|
commitdiff
2017-05-04
John Darrington
FACTOR: Add printout of the covariance matrix and add...
tree
|
commitdiff
2017-05-04
John Darrington
FACTOR: New subcommand: MATRIX IN
tree
|
commitdiff
2017-05-04
John Darrington
New module matrix-reader
tree
|
commitdiff
2017-05-01
John Darrington
MATRIX DATA: Fix crash when duplicate variables are...
tree
|
commitdiff
2017-05-01
John Darrington
MATRIX DATA: Handle multiple splits properly
tree
|
commitdiff
2017-04-30
John Darrington
MATRIX DATA: Rewrite to canonical rowtype values
tree
|
commitdiff
2017-04-26
John Darrington
Added the MATRIX DATA procedure.
tree
|
commitdiff
2017-04-26
John Darrington
parse_DATA_LIST_vars: Reduce scope of variable 'name2'
tree
|
commitdiff
2017-04-22
John Darrington
Merge remote-tracking branch 'origin/master' into sheet
tree
|
commitdiff
2017-04-22
John Darrington
Whitespace changes only: Remove trailing whitespace
tree
|
commitdiff
2017-03-28
John Darrington
Merge remote-tracking branch 'origin/master' into sheet
tree
|
commitdiff
2017-03-15
John Darrington
Mann Whitney: Remove unused variable
tree
|
commitdiff
2017-03-07
John Darrington
Fixed a bug in the Mann-Whitney test vs. missing=analysis.
tree
|
commitdiff
2017-02-21
Friedrich Beckmann
FREQUENCIES: fixed VARIANCE output - fixes bug #50366
tree
|
commitdiff
2016-12-03
Ben Pfaff
Fix misleadingly indented statements.
tree
|
commitdiff
2016-11-07
pspp.freepost@ordi...
compile without gnumeric and odf read support
tree
|
commitdiff
2016-10-10
Friedrich Beckmann
reversed CFLAGS, CPPFLAGS and LDFLAGS addition for...
tree
|
commitdiff
2016-10-10
Friedrich Beckmann
added CFLAGS, CPPFLAGS and LDFLAGS for PSPP.C and q2c...
tree
|
commitdiff
2016-08-15
John Darrington
Merge remote-tracking branch 'origin/master' into sheet
tree
|
commitdiff
2016-08-14
Ben Pfaff
VECTOR: Support creating string variables also.
tree
|
commitdiff
2016-08-13
John Darrington
Merge remote-tracking branch 'origin/master' into sheet
tree
|
commitdiff
2016-08-13
John Darrington
AUTORECODE now optionally accepts / before INTO
tree
|
commitdiff
2016-08-12
John Darrington
Merge remote-tracking branch 'origin/master' into sheet
tree
|
commitdiff
2016-08-11
John Darrington
Fix possible null pointer dereference.
tree
|
commitdiff
2016-08-06
John Darrington
Merge remote-tracking branch 'origin/master' into sheet
tree
|
commitdiff
2016-08-06
John Darrington
Remove deprecated objects GtkAction and GtkUIManager
tree
|
commitdiff
2016-07-31
John Darrington
Fix memory leak when T-TEST failed to parse
tree
|
commitdiff
next