CROSSTABS: Eliminate redundant data copying.
[pspp-builds.git] / src / language / stats / crosstabs.q
2011-02-19 Ben PfaffCROSSTABS: Eliminate redundant data copying.
2010-11-20 Ben Pfafflexer: Change the functions for retrieving token strings.
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-10-26 Ben PfaffCROSSTABS: Handle case where all cases in a crosstabula...
2010-10-25 John DarringtonCROSSTABS: (Re)implemented the format=DVALUE option.
2010-10-16 John DarringtonInclude hash-functions.h instead of hash.h
2010-10-03 John DarringtonConsolidate translatable strings
2010-09-24 Ben PfaffMake translation easier.
2010-08-21 John DarringtonCanonicalise 2-tailed vs. 2-sided
2010-07-24 John DarringtonFix memory leak in crosstabs
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-03 Ben PfaffCROSSTABS: Merge functions into cmd_crosstabs().
2010-04-12 Ben Pfaffvariable: Introduce and use new function var_get_encodi...
2010-03-17 Ben Pfaffvalue: New function value_clone().
2010-03-09 Ben PfaffCROSSTABS: Make 3-way crosstabulation work reasonably.
2010-03-06 Ben PfaffCROSSTABS: Initialize hash tables for every split,...
2010-02-08 Ben PfaffMerge "output" into "master"
2010-01-17 Ben PfaffRewrite PSPP output engine. fc11-i386-build74 fc11-x64-build71 sid-i386-build141
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output fc11-i386-build61 fc11-x64-build58 lenny-x64-build82 sid-i386-build128
2009-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-10-24 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
2009-09-24 John DarringtonMerge commit 'origin/stable' build40
2009-09-15 Ben PfaffMerge commit 'origin/stable' into stable
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-06 Ben Pfaffoutput: Always use helper functions to access struct...
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-18 John DarringtonUse data_out_pool in crosstabs.q
2009-07-17 Ben Pfaff"Sig." is an abbreviation, "Exact" is not.
2009-07-16 Ben PfaffSeparate table functions that format their arguments...
2009-07-08 Ben PfaffCROSSTABS: Handle long string variables without crashin...
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-06-22 Ben Pfaffcrosstabs: Fix free of bad pointer and use-after-free...
2009-06-15 Ben Pfaffoutput: Make table dimension functions work in arbitrar...
2009-06-12 Ben PfaffGet rid of most global variables in outputting tables.
2009-06-07 Ben Pfaffcrosstabs: Fix chi-square display and add regression...
2009-06-07 Ben Pfaffcrosstab: Remove struct that was defined but never...
2009-06-07 Ben Pfaffcrosstabs: Remove write-only variable.
2009-06-07 Ben Pfaffcrosstabs: Fix segfault when chi-square was requested.
2009-06-07 Ben Pfaffcrosstabs: Trim unsightly spaces from titles in output.
2009-06-07 Ben Pfaffcrosstabs: Fix memory leaks.
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-09 Ben PfaffUse Bob Jenkins lookup3 hash instead of FNV.
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonAllow users to set the precision of output statistics.
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-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-16 Ben PfaffFix crash in tabulating long-string variables in CROSSTABS.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-20 John DarringtonUsed pow2(x) instead of x * x where appropriate.
2008-09-14 John DarringtonDon't append % to count totals.
2008-03-17 Ben PfaffFix bug #22037.
2007-12-08 Ben PfaffPatch #6302.
2007-10-12 Ben Pfaffmalloca-instead-of-local_alloc.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-09-22 John DarringtonCorrected various typos in error messages.
2007-09-13 Ben Pfaff(postcalc): Free sorted_tab and the structures that...
2007-09-05 Ben Pfaff(cmd_crosstabs): Free xtab and the structures that...
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-03-19 Ben Pfaff(static var write): Rename write_style to avoid
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-10-29 John DarringtonMade array.h const correct, and dealt with the conseque...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-22 John DarringtonMore constness/namespace policing
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-10-14 John DarringtonChanged a lot of ints to bools.
2006-09-23 John DarringtonChanged int to bool in dict_get_weight and sort_active_...
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-05 Ben PfaffFix bug #11612, "q2c documentation does not agree with...
2006-06-28 Ben PfaffAdd aux data parameter to q2c parse_<command>() and...
2006-06-27 Ben PfaffMove var_set and variable parsing declarations into...
2006-06-09 Ben PfaffReform string library.
2006-05-06 Ben PfaffContinue reforming procedure execution. In this phase...
next