work on pivot table and FREQUENCIES usage
[pspp] / src / language /
2010-05-03 Ben Pfaffwork on pivot table and FREQUENCIES usage pivot-table
2010-05-03 Ben PfaffCROSSTABS: make sort-based crosstabs work
2010-05-03 Ben PfaffFREQUENCIES: Refactor frequency counting with sorting...
2010-05-03 Ben PfaffCROSSTABS: Merge functions into cmd_crosstabs(). 20100503040521/pspp 20100504040524/pspp 20100505040503/pspp
2010-05-03 Ben PfaffFREQUENCIES: Refactor and simplify percentiles calculat...
2010-05-02 Ben PfaffUse ftello() and fseeko() instead of ftell() and fseek... 20100502040503/pspp
2010-05-02 Ben PfaffImplement MRSETS command. 20100501191104/pspp
2010-04-13 Ben PfaffAUTORECODE: Eliminate use of old hash table implementation.
2010-04-13 Ben PfaffAUTORECODE: Use "union value" instead of custom "union...
2010-04-13 Ben PfaffAUTORECODE: Fix indentation.
2010-04-13 Ben Pfaffvariable-parser: Implement PV_NO_DUPLICATE.
2010-04-13 Ben Pfaffvariable-parser: Eliminate use of old hash table data...
2010-04-12 Ben PfaffMake "internal variables" part of a dictionary.
2010-04-12 Ben Pfaffvariable: Introduce and use new function var_get_encodi...
2010-03-26 Ben Pfaffdict: Make dict_clone_var(), dict_clone_var_assert...
2010-03-20 Ben PfaffFREQUENCIES: Simplify code for sorting the frequency... 20100320040502/pspp 20100321040506/pspp
2010-03-19 Ben PfaffFREQUENCIES: Get rid of final (non-const) file-scope... 20100319040503/pspp
2010-03-19 Ben PfaffFREQUENCIES: Move file-scope variables for charts into...
2010-03-19 Ben PfaffFREQUENCIES: Move file-scope variables for stats into...
2010-03-19 Ben PfaffFREQUENCIES: Move file-scope variables for percentiles...
2010-03-18 Ben PfaffFREQUENCIES: Move file-scope variable syntax_pool into...
2010-03-18 Ben PfaffFREQUENCIES: Eliminate file-scope variables n_variables... 20100318040503/pspp
2010-03-18 Ben PfaffFREQUENCIES: Get rid of unused data_pool.
2010-03-18 Ben PfaffFREQUENCIES: Capitalize names of enums.
2010-03-17 Ben PfaffFREQUENCIES: Use newer hmap library instead of older... 20100317040506/pspp
2010-03-17 Ben Pfaffvalue: New function value_clone().
2010-03-14 Ben PfaffFREQUENCIES: Modernize syntax and improve chart support.
2010-03-13 Ben PfaffFREQUENCIES: Use Freedman-Diaconis formula to choose...
2010-03-13 Ben PfaffFREQUENCIES: Add ability to calculating percentiles...
2010-03-10 Ben PfaffFREQUENCIES: Choose number of bins for histogram based...
2010-03-09 Ben PfaffCROSSTABS: Make 3-way crosstabulation work reasonably. 20100309040527/pspp
2010-03-06 Ben PfaffCROSSTABS: Initialize hash tables for every split,...
2010-02-20 Ben PfaffNPAR TESTS: Avoid segfault in do_summary_box() if descr...
2010-02-20 Ben Pfaffq2c: Mark functions that do not return NO_RETURN. 20100220040512/pspp
2010-02-20 Ben Pfaffq2c: Fix format string errors.
2010-02-20 Ben PfaffFix format string errors.
2010-02-20 Ben PfaffFREQUENCIES: Fix corner case for histogram calculation.
2010-02-20 Ben PfaffMISSING VALUES: Fix free of indeterminate pointer.
2010-02-15 Ben PfaffFACTOR: Avoid freeing indeterminate pointer.
2010-02-13 Ben PfaffRELIABILITY: Consistently capitalize "N of Items".
2010-02-12 Ben PfaffFACTOR: Mark translatable string as not a printf format...
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-07 Ben Pfaffoutput: Make errors, warnings, and notes into a new...
2010-02-07 Ben PfaffGreatly simplify PSPP configuration.
2010-02-06 Ben Pfaffverbose-msg: Remove.
2010-02-06 Ben Pfaffmessage: Give MSG_ values for categories and severities...
2010-01-18 Ben Pfaffmessage: Make msg_dup() copy and msg_destroy() free...
2010-01-17 Ben PfaffRewrite PSPP output engine.
2010-01-17 Ben PfaffLIST: Remove WEIGHT subcommand.
2010-01-16 Ben PfaffDistribute some files that were forgotten.
2009-12-28 John DarringtonFACTOR: Check that the number of factors does not excee...
2009-12-28 John DarringtonAdd optional / to AGGREGATE OUTPUT subcommand.
2009-12-27 John DarringtonFACTOR: Ensure a non-zero number of factors.
2009-12-27 John DarringtonAdded a menu entry and dialog box for the FACTOR command.
2009-12-25 John DarringtonFACTOR: Added "Scree Plots"
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-24 John DarringtonFACTOR: Implemented the /PRINT=CORRELATIONS SIG DETERMI...
2009-12-23 John DarringtonFACTOR: Remove diagnostic messages
2009-12-23 John DarringtonFirst attempt at FACTOR command
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-12-16 John DarringtonFix bug in ROC parsing long string variables
2009-12-15 Ben PfaffRename src/output/charts/box-whisker.[ch] to src/output...
2009-11-08 John DarringtonUse significance_of_correlation function in t-test.
2009-11-08 John DarringtonNew module src/math/correlation
2009-10-24 Ben PfaffMerge "master" into "output".
2009-10-11 Ben PfaffDrop double suffixes from makefiles to improve POSIX...
2009-10-10 Ben PfaffDeclare Makefile suffixes, to be a little closer to...
2009-10-06 Jason H StoverNew function check_interactions to specify all possible...
2009-10-04 John DarringtonRemove duplicate entry from command.def
2009-10-04 John DarringtonCORRELATIONS: Fix bug parsing /STATISTICS=ALL
2009-10-04 John DarringtonCORRELATIONS: Added support for /STATISTICS=XPROD
2009-10-04 John DarringtonCORRELATIONS: Added support for the STATISTICS subcommand
2009-10-03 John DarringtonFirst working version of CORRELATIONS.
2009-10-03 John DarringtonInitial framework for CORRELATIONS command
2009-09-28 John DarringtonCorrect printf conversion specifiers for size_t types.
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-09-16 Ben PfaffFREQUENCIES: Make frequency table headings easier to...
2009-09-15 Ben PfaffMerge commit 'origin/stable' into stable
2009-09-12 John DarringtonCanonicalise some printed strings, to make translators...
2009-09-04 Ben PfaffT-TEST: Also fix the case where the correlation is...
2009-09-04 Ben PfaffT-TEST: Avoid NaN in paired-sample correlation signific...
2009-09-02 Jason StoverNew functions glm_custom_design and parse_interactions.
2009-08-11 Ben PfaffEXAMINE: Fix null pointer dereference introduced in...
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-11 Ben PfaffDelete tab_raw function and tab_alloc macro.
2009-08-11 Ben PfaffDelete tab_create()'s unused third parameter.
2009-08-11 Ben PfaffSeparate table functions that format their arguments...
2009-08-09 Ben PfaffAdd CONST_CAST macro, for casting away "const" more...
2009-08-09 Ben PfaffAdd UP_CAST macro, for safer casting from contained...
2009-08-06 Ben PfaffEliminate casts that can be replaced by uses of the...
2009-08-06 Ben Pfaffoutput: Always use helper functions to access struct...
2009-08-05 Ben Pfaffoutput: Remove write-only "col_group' member from struc...
2009-07-23 John DarringtonFix warnings in flip command.
2009-07-23 John DarringtonRemove reference to roc.h which doesn't exist.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonFix merge problems
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-22 Ben Pfaffoutput: Make building without libplot possible again.
2009-07-20 John DarringtonRemove double semicolons.
next