EXAMINE: Extend test for empty dataset and fix bug.
[pspp] / src / language / stats / examine.c
2016-01-13 John DarringtonEXAMINE: Extend test for empty dataset and fix bug.
2016-01-11 John DarringtonFixed some bugs related to empty parentheses
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2013-05-26 John DarringtonFixed memory leak in examine command
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-24 John DarringtonFixed crash with EXAMINE vs. SPLIT
2013-04-07 John DarringtonRename some identifiers for consistency
2013-03-13 Ben PfaffMerge 'master' into 'psppsheet'.
2013-02-13 John DarringtonExamine vs. Boxplots: Avoid labels overlapping one... 20130214030508/pspp 20130215030508/pspp 20130216030504/pspp
2013-01-06 Ben PfaffMerge 'master' into 'psppsheet'. 20130107032118/pspp 20130108102621/pspp 20130109032153/pspp 20130110031120/pspp 20130110084546/pspp 20130111032139/pspp 20130111091005/pspp 20130112032108/pspp 20130113032104/pspp 20130114032646/pspp 20130115032143/pspp 20130116032122/pspp 20130117032107/pspp 20130118032127/pspp 20130119032130/pspp 20130120032138/pspp 20130121032753/pspp 20130122032130/pspp 20130123032123/pspp 20130124032128/pspp 20130125032106/pspp 20130126032059/pspp 20130127032105/pspp 20130128032115/pspp 20130129032053/pspp 20130130032109/pspp 20130131032120/pspp 20130201032127/pspp 20130202032121/pspp 20130203032041/pspp
2013-01-01 John DarringtonFix bug #37984 - EXAMINE extremes vs. fractional weights.
2012-11-12 Ben PfaffMerge 'master' into 'psppsheet'. 20121113032021/pspp 20121114032001/pspp 20121115031953/pspp 20121116032036/pspp 20121117032022/pspp 20121118032021/pspp 20121119031957/pspp 20121120031954/pspp 20121121031958/pspp 20121122032007/pspp 20121123032005/pspp 20121124032004/pspp 20121125032007/pspp 20121126032010/pspp 20121127031956/pspp 20121128032039/pspp 20121129032043/pspp 20121130032031/pspp
2012-10-28 John DarringtonMove function parse_design_interaction into variable...
2012-09-30 Ben PfaffMerge 'master' into 'psppsheet'.
2012-09-26 Ben PfaffEXAMINE: Avoid useless call to casereader_count_cases().
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-12 John DarringtonFix memory leaks in ONEWAY command
2012-08-04 John Darringtoncategoricals.c (struct payload): Rename destroy to...
2012-08-03 John DarringtonMake categoricals own its interactions
2012-05-09 John DarringtonHISTOGRAMS: Fix bin width problems on large numbers... 20120510030503/pspp 20120511030508/pspp 20120512030503/pspp 20120513030508/pspp 20120514030504/pspp
2012-04-09 John DarringtonEXAMINE: Implement MISSING=REPORT option
2012-04-09 John Darringtoncategoricals.c: Distinguish between missing values...
2012-03-31 John DarringtonExamine: Added the /PLOT=SPREADLEVEL option
2012-03-31 John Darringtonexamine.c: Fix a seg fault which caused a crash when... 20120331030503/pspp
2012-03-26 John DarringtonExamine: Print extreme values using the print format...
2012-03-25 John DarringtonFix a crashes where histograms of a single datum were...
2012-03-24 John DarringtonFixed yet another problem caused by use of abs where...
2012-03-22 John DarringtonEXAMINE: Allow the /ID subcommand to take a non-numeric...
2012-03-20 John Darringtonhistogram.c: histogram_create now takes bin width inste...
2012-03-18 John DarringtonFix compiler warnings 20120318030502/pspp
2012-03-18 John DarringtonWhitespace changes only
2012-03-18 John Darringtonexamine.c: Rename xxx0 and xxx1 to something more sensible
2012-03-17 John DarringtonFix memory leaks in the new EXAMINE implementation.
2012-03-16 John DarringtonEXAMINE: Complete re-implementation 20120317030502/pspp