Change how checking for missing values works.
[pspp] / src / math / interaction.c
2021-12-30 Ben PfaffChange how checking for missing values works.
2020-06-07 John DarringtonWhitespace changes only.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-23 Ben Pfaffinteraction: Better document and update code to modern...
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2012-03-03 John Darringtoninteraction.c: interaction_dump: don't crash on empty... 20120304030503/pspp 20120305030502/pspp 20120306030503/pspp 20120307030505/pspp 20120308030501/pspp 20120309030503/pspp 20120310030505/pspp
2012-01-14 John DarringtonCategoricals cleanup: New structure 'payload' which...
2011-12-10 John DarringtonAdded a function to clone an interaction.
2011-10-05 John DarringtonAdded a base parameter to the interaction_case_hash...
2011-10-05 John DarringtonFix crash on parseing invalid GLM syntax
2011-09-27 John DarringtonMove interaction subset predicates out of glm.c into... 20110927030508/pspp 20110928030501/pspp
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-26 John Darringtonglm.c: new function design_full to create default inter...
2011-07-26 John DarringtonCategoricals: Replace single value by a case, so that...
2011-07-26 John DarringtonChange interaction functions to use cases rather than...
2011-07-26 John DarringtonGLM: Rewrite interactions module and update glm.c to...
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-05-21 John DarringtonRevert "Removed src/math/interaction.[ch] which has...
2010-05-21 John DarringtonRemoved src/math/interaction.[ch] which has been supers... 20100521040508/pspp
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-04-12 Ben PfaffMake "internal variables" part of a dictionary.
2010-04-08 Ben PfaffGet rid of unnecessary uses of var_get_dict_index(). 20100408040503/pspp 20100409040510/pspp 20100410040506/pspp 20100411040529/pspp
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-03 Jason StoverCruft removal
2009-07-30 John DarringtonUse u8_cpy instead of memcpy.
2009-07-29 Jason StoverMerged changes from branch interaction-review
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-18 John DarringtonAvoid compiler warning
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-12 Jason StoverRemove write-only variable from interaction_case_data.
2009-07-07 John DarringtonChange union value type to contain uint8_t types instea...
2009-06-16 Jason H StoverRenamed interaction_variable_get_var to interaction_get...
2009-06-15 Ben PfaffAllow variables created by var_create_internal to have...
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-05-04 Jason H StoverRemove call to var_set_width
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-29 John DarringtonMerge branch 'savannah/perl-module'
2009-01-28 Jason H Stoverinteraction.c: Introduced interaction_variable and...
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-12 Jason H StoverRewrote interaction.[ch]
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-04 John DarringtonCreated a new stock item for Reset buttons.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-08 John DarringtonAdded missing #include
2007-05-31 Jason StoverInitial version of interaction