format: Make fmt_number_style_init(), fmt_number_style_destroy() static.
[pspp] / src / language /
2010-08-24 John DarringtonOneway: Fixed most compiler warnings
2010-08-24 John DarringtonOneway: Fix problems with MISSING=ANALYSIS
2010-08-24 John DarringtonCategoricals: Use moments instead of keeping cc count...
2010-08-24 John Darringtononeway.c: Use the categoricals struct to calculate...
2010-08-24 John Darringtononeway: use new structures in the show_contrast_tests...
2010-08-24 John Darringtononeway: Fix descriptives for multiple variables
2010-08-24 John DarringtonAdd optional callback functions to categoricals.
2010-08-24 John DarringtonConstness
2010-08-24 John DarringtonOneway: Remove group_stats from the show_homogeniety...
2010-08-24 John DarringtonOneway: Remove group_values struct from show_contrast_...
2010-08-24 John DarringtonCovariance matrix interface change.
2010-08-24 John DarringtonOneway: Remove dict member from struct and add wv member
2010-08-24 John DarringtonOneway: Use covariance matrix and sweep operator
2010-08-24 John DarringtonOneway: Use lex_get_num instead of lex_parse_value.
2010-08-24 John DarringtonONEWAY: seperate the command specification from the...
2010-08-21 John DarringtonCanonicalise 2-tailed vs. 2-sided
2010-08-21 John DarringtonConsolidate printed strings
2010-08-21 John DarringtonCorrect grammar in printed string
2010-08-11 John Darringtoncorrelations: Fix memory leak 20100814040504/pspp 20100815040507/pspp 20100816040502/pspp 20100817040502/pspp 20100818040505/pspp 20100819040502/pspp
2010-08-09 Ben PfaffImplement SAVE TRANSLATE to comma- and tab-delimited...
2010-08-09 Ben PfaffSAVE: Fix UNSELECTED=RETAIN with a filter variable.
2010-08-09 Ben PfaffDATA LIST: Don't report an error for an empty final...
2010-08-09 Ben PfaffDATA LIST: Fix output column reporting for FREE and...
2010-08-09 Ben PfaffReplace S_I[RWX]{USR,GRP,OTH} macros by their values.
2010-08-09 Ben Pfaffi18n: Make a few strings more generic for translators.
2010-08-08 John DarringtonAggregate-dialog: Preselect summary function and variab... 20100809040503/pspp
2010-08-08 John DarringtonSET FORMAT: Flag an error if an invalid format is given.
2010-08-08 John DarringtonAggregate: Fixed bug when attempting to create duplicat... 20100808040502/pspp
2010-08-05 John DarringtonReplace oneway.q with a manually crafted oneway.c file 20100806040502/pspp
2010-07-31 John DarringtonFACTOR: prevent crash if the dataset is empty. 20100731040501/pspp
2010-07-30 Ben PfaffAGGREGATE: Add .h file to Makefile (fixing "make distch... 20100730040501/pspp
2010-07-30 Ben Pfafftemp-file: New functions for creating temporary files...
2010-07-29 John DarringtonAGGREGATE: Fixed a bug with MEDIAN vs. MODE=ADDVARIABLES
2010-07-28 John DarringtonAGGREGATE: New file aggregate.h containing the summary... 20100729040501/pspp
2010-07-26 John DarringtonAGGREGATE: Add MODE=ADDVARIABLES subcommand.
2010-07-24 John DarringtonFix memory leak in crosstabs 20100725040501/pspp
2010-07-24 John DarringtonAvoid unused function warning
2010-07-22 John DarringtonReplaced relibility.q with relibility.c 20100724040501/pspp
2010-07-19 John DarringtonDelete file "means.q" 20100720040501/pspp
2010-07-19 John DarringtonRemove unnecessary include directives of hash.h
2010-07-16 John DarringtonFix memory leak
2010-07-15 Jason H StoverDo not rely on user to specify all variables in VARIABL... 20100716040502/pspp
2010-07-04 John DarringtonFix memory leak in examine
2010-06-16 Ben Pfafflexer: Fix funny indentation. 20100616040508/pspp
2010-06-06 Ben PfaffDEBUG EVALUATE: Eliminate lexical corner case, rewrite... 20100607040503/pspp
2010-06-06 Ben Pfaffexpressions: Improve error message for bad quarter...
2010-06-06 Ben Pfaffexpressions: Improve error messages evaluating invalid...
2010-06-06 Ben Pfaffexpressions: Don't abbreviate "number" as "num" in...
2010-06-06 Ben Pfaffexpressions: Improve "type mismatch" error messages...
2010-06-06 Ben PfaffMOMENTS: Avoid lexical corner case in test case.
2010-05-29 Ben PfaffRemove 255-byte limit on the length of literal strings. 20100529040502/pspp
2010-05-27 John DarringtonBe more forgiving about ROC syntax
2010-05-27 John DarringtonFix crash on erroneous ROC input
2010-05-26 John DarringtonCreate the detrended np plot instead of a second normal one 20100527040507/pspp
2010-05-26 Ben PfaffFix get-data-txt-importcases.sh test on Mingw.
2010-05-24 John DarringtonFix compiler warnings
2010-05-21 John DarringtonRemoved src/math/coefficient.[ch] which are no longer...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-20 John DarringtonAdded proper convergence criteria for rotation phase
2010-05-20 John DarringtonPrint the rotated sums of squared loadings
2010-05-20 John DarringtonFirst working version with Factor Rotations
2010-05-19 John DarringtonFixed bug parsing binomial test.
2010-05-17 Jason H StoverRewrote to use new covariance functions.
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".
next