refactor
[pspp] / src / language / stats /
2022-08-14 Ben Pfaffrefactor
2022-08-14 Ben Pfaffreractor
2022-08-14 Ben Pfaffrefacotring
2022-08-14 Ben Pfaffrefactoring
2022-08-14 Ben Pfaffrefactoring
2022-08-14 Ben Pfaffrefactoring
2022-08-14 Ben Pfaffrafactoring
2022-08-14 Ben Pfaffrefacotring
2022-08-14 Ben Pfaffrefactoring
2022-08-14 Ben Pfaffrefactoring
2022-08-14 Ben Pfaffrefactoring
2022-08-14 Ben Pfaffstart making code cleaner
2022-08-14 Ben PfaffCOLLABELS=LAYER works too
2022-08-13 Ben PfaffROWLABELS=LAYER works
2022-08-13 Ben Pfaffprogress on ROWLABELS=LAYER
2022-08-13 Ben PfaffCOLLABELS=OPPSITE works now too
2022-08-13 Ben PfaffROWLABELS=OPPOSITE is correct
2022-08-13 Ben PfaffSUBTABLE works (I'm suspicous about ROW though)
2022-08-13 Ben PfaffTABLEID, ROWID, COLID, LAYERROWID, LAYERCOLID are OK...
2022-08-13 Ben Pfaffsimplify function specifications in CTABLES
2022-08-12 Ben PfaffCTABLES split file
2022-08-12 Ben Pfaffdates
2022-08-12 Ben Pfaffintersecting pcomputes
2022-08-12 Ben Pfafftest )LABEL[n]
2022-08-10 Ben PfaffCTABLES fix DISPLAY=NONE for scale variable names
2022-08-10 Ben PfaffRevert "work on crash"
2022-08-10 Ben Pfaffwork on crash
2022-08-08 Ben PfaffTest individual-cell summary functions for scale varaibles.
2022-08-07 Ben PfaffLayered split file for FREQUENCIES works.
2022-08-07 Ben PfaffCTABLES
2022-08-07 Ben PfaffAutomatically infer variables' measurement level from...
2022-08-07 Ben PfaffFREQUENCIES: Fix memory leak with percentiles and split...
2022-08-07 Ben PfaffFREQUENCIES: Fix use-after-free error.
2022-07-08 Ben PfaffSPLIT FILE: Add LAYERED vs. SEPARATE distinction to...
2022-06-25 Ben PfaffDESCRIPTIVES: Fix bad error message.
2022-06-01 Ben Pfafflexer: New function lex_ofs_representation().
2022-06-01 Ben Pfaffsubcase: Rename subcase_destroy() to subcase_uninit().
2022-06-01 Ben Pfaffpivot-table: New functions for setting captions, etc.
2022-04-06 Ben PfaffMATRIX: Correct error message.
2022-04-05 Ben PfaffCROSSTABS: Fix computation of adjusted standardized...
2022-04-03 Yuri ChornoivanYuri Chornoivan contributed some typo fixes
2022-01-01 Ben Pfafflexer: New functions for parsing real numbers in specif...
2022-01-01 Ben PfaffFREQUENCIES: Fix percentiles and median calculation...
2022-01-01 Ben PfaffFREQUENCIES: Remove unused pool.
2022-01-01 Ben PfaffFREQUENCIES: Remove unused struct members.
2022-01-01 John DarringtonFixed misleading results in the Kruskal-Wallis test
2021-12-31 Ben PfaffReplace more uses of 'cnt' by 'n'.
2021-12-30 Ben PfaffChange how checking for missing values works.
2021-12-16 Ben Pfaffmatrix: Avoid gsl_linalg_LU_invx() because it was new...
2021-12-11 Ben PfaffClean up how transformations work.
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-12-09 Ben PfaffImplement the MATRIX command.
2021-10-02 John DarringtonFix compiler warning
2021-10-02 John DarringtonUse XCALLOC / XZALLOC macros where reasonable
2021-10-02 John DarringtonFix possible segfault when running RANK with bad syntax
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-09-27 Ben PfaffImplement the MCONVERT command.
2021-09-04 John DarringtonAdd some missing #include directives
2021-09-03 Ben PfaffMATRIX DATA: Fully implement.
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2021-09-03 Ben PfaffRemove unneeded Emacs declarations that say that a...
2021-07-24 John DarringtonTolerate pathnames with spaces
2021-04-10 John Darringtonsrc/language/stats/crosstabs.c (display_risk): Avoid...
2021-04-04 John Darringtonsrc/language/stats/glm.c: Fix compiler warnings
2021-03-22 Ben Pfafflexer: New function lex_force_int_range().
2021-03-21 John DarringtonFix bug where attempting to rendering an empty bar...
2021-03-21 Ben PfaffCROSSTABS: Reimplement parser without q2c.
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 6 bytes...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 12 bytes...
2021-02-07 John Darringtonsrc/language/stats/autorecode.c (cmd_autorecode): Remov...
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2021-01-11 Ben Pfaffstr: Add function xstrdup_if_nonnull() and introduce...
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2021-01-01 Ben Pfaffoutput-item: Make label a part of every output_item.
2021-01-01 Ben Pfaffpivot-table: Don't allow data cells for nonexistent...
2020-12-21 Ben PfaffMEANS: Remove one more assignment to omit_empty missed...
2020-12-21 Ben Pfaffpivot-table: Change the default format to omit empty...
2020-10-31 John DarringtonFix oneway bug and add a test
2020-10-30 Ben Pfaffoutput: Break struct pivot_table_look out of struct...
2020-09-19 John DarringtonExamine Spreadlevel: Allow power to be non-integer
2020-08-17 Friedrich Beckmannlimit the number of variables in barchart from crosstab...
2020-08-17 Friedrich Beckmannfactor.c: added translation hint
2020-08-16 John DarringtonFixed some errors in format and orthography of printed...
2020-08-16 jdarringtonsrc/language/stats/chart-category.h: Add #include directive
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-20 John DarringtonFix buffer overflow in linear regression.
2020-06-07 John DarringtonWhitespace changes only.
2020-04-26 John DarringtonFix crash when bad autorecode /blank is encountered.
2020-02-09 John DarringtonFix bug #57731.
2020-02-02 John DarringtonFix bug #57722.
2019-12-29 Ben Pfaffpivot-table: Initialize subtype, command_id for pivot...
2019-12-29 Ben Pfaffpivot-table: Add reference counts.
2019-11-28 John DarringtonRemove #include <assert.h> from files which don't need it
2019-11-27 John DarringtonDelete trailing whitespace at line endings.
2019-10-11 Ben Pfaffoutput: Move text_item and group_item usage closer...
2019-10-05 Ben PfaffAUTORECODE: Implement PRINT subcommand.
2019-09-02 Ben PfaffAUTORECODE: Use minimum width output format for new...
2019-09-02 Ben PfaffAUTORECODE: Style update.
2019-09-02 Ben PfaffAUTORECODE: Properly handle variable labels.
2019-09-02 Ben PfaffAUTORECODE: Properly handle value labels.
next