2022-01-02 |
Ben Pfaff | subtables work |
commit | commitdiff | tree | snapshot |
2022-01-02 |
Ben Pfaff | CTABLES: Support setting the title, caption, ... |
commit | commitdiff | tree | snapshot |
2022-01-02 |
Ben Pfaff | pivot-table: New functions for setting captions, etc. |
commit | commitdiff | tree | snapshot |
2022-01-02 |
Ben Pfaff | scale variables work more sanely |
commit | commitdiff | tree | snapshot |
2022-01-02 |
Ben Pfaff | summaries work |
commit | commitdiff | tree | snapshot |
2022-01-02 |
Ben Pfaff | data filled in |
commit | commitdiff | tree | snapshot |
2022-01-02 |
Ben Pfaff | axes marked properly |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | toward better summaries |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | dimensions work, except for sumamries |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | output-item: Fix memory leak in output_item_dump(). |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | work |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | track axes |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | some summary functions work |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | give CTABLES its own freq structure |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | vlabels works a little |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | all but last category |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | Skipping missing values. |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | CTABLES basics work |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | freqtabs are per-table |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | sort the frequency tables |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | now builds frequency tables |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | figure out frequency table structure |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | more work |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | more validation |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | start validating |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | work on CTABLES |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | lexer: New functions for parsing real numbers in specif... |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | format-parser: Improve comment. |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | FREQUENCIES: Fix percentiles and median calculation... |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | FREQUENCIES: Remove unused pool. |
commit | commitdiff | tree | snapshot |
2022-01-01 |
Ben Pfaff | FREQUENCIES: Remove unused struct members. |
commit | commitdiff | tree | snapshot |
2022-01-01 |
John Darrington | Fixed misleading results in the Kruskal-Wallis test |
commit | commitdiff | tree | snapshot |
2021-12-31 |
Ben Pfaff | Replace more uses of 'cnt' by 'n'. |
commit | commitdiff | tree | snapshot |
2021-12-31 |
Friedrich Beckmann | windows cross build: Add example build instructions... |
commit | commitdiff | tree | snapshot |
2021-12-31 |
Ben Pfaff | moments: Spell out "variance" ("var" is easily confused... |
commit | commitdiff | tree | snapshot |
2021-12-30 |
Ben Pfaff | Change how checking for missing values works. |
commit | commitdiff | tree | snapshot |
2021-12-26 |
Ben Pfaff | expressions: Major work to improve error messages. |
commit | commitdiff | tree | snapshot |
2021-12-26 |
Ben Pfaff | expressions: Fix built sources. |
commit | commitdiff | tree | snapshot |
2021-12-19 |
Ben Pfaff | expressions: Simplify type declarations for nodes. |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Ben Pfaff | Convert all Perl build tools to Python and remove Perl... |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Ben Pfaff | num-out-cmp.pl: Remove unused script. |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Ben Pfaff | MATRIX: Update EVAL test to avoid failure on i386. |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Ben Pfaff | matrix: Avoid gsl_linalg_LU_invx() because it was new... |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Ben Pfaff | perl-module: Skip memory test if Address Sanitizer... |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Ben Pfaff | perl-module: Fix build errors and ignore warnings. |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Ben Pfaff | configure: Check for Perl modules needed to build PSPP... |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Ben Pfaff | expressions: Rewrite code generator in Python. |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Ben Pfaff | Fix build requirements by correctly noting that Python... |
commit | commitdiff | tree | snapshot |
2021-12-11 |
Ben Pfaff | Clean up how transformations work. |
commit | commitdiff | tree | snapshot |
2021-12-09 |
Ben Pfaff | treewide: Replace <name>_cnt by n_<name>s and <name... |
commit | commitdiff | tree | snapshot |
2021-12-09 |
Ben Pfaff | Implement the MATRIX command. |
commit | commitdiff | tree | snapshot |
2021-12-09 |
Ben Pfaff | message: Introduce underlining for error message regions. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | message: Intern file names in msg_location to make... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | lexer: Allow for negative lookahead within a command. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | lexer: Drop 'line_pos' from lex_token and lex_source. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | lexer: Keep entire source file in memory. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | pivot-table: New function pivot_value_new_variable__(). |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | u8-line: Add definition of an initializer. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | string-array: New functions for comparing string arrays. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | variable-parser: New functions for parsing syntax witho... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | expressions: Simplify function name parsing. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | distributions: New module for probability distribution... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | data-writer: New function dfm_put_record_utf8(). |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | lexer: Add tokens for '{', '}', ':', ';' for use in... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | file-handle-def: New function fh_equal(). |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | lexer: Factor out functions for counting columns. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | lexer: New lex_at_phrase(), lex_get_n() functions. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | lexer: Issue error message in forgotten case in lex_for... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | lexer: Be consistent across 32/64 bit in lex_force_int_... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | doc: Typo fixes, wording and formatting improvements. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | segment: Add comment about zero-length segments. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | format: Make fmt_check() easier to translate. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | any-writer: Add comment. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | driver: New function output_log_nocopy(). |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | MATRIX DATA: Add test for factors and splits together. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
Ben Pfaff | expressions: Fix definitions of IDF.T1G and IDF.T2G. |
commit | commitdiff | tree | snapshot |
2021-10-09 |
Ben Pfaff | dataset: Fix memory leak destroying a dataset that... |
commit | commitdiff | tree | snapshot |
2021-10-09 |
Ben Pfaff | pivot-table-test: Fix memory leak when table is not... |
commit | commitdiff | tree | snapshot |
2021-10-09 |
Ben Pfaff | lexer: Fix memory leak merging tokens only some of... |
commit | commitdiff | tree | snapshot |
2021-10-09 |
Ben Pfaff | macro: Fix memory leaks in error cases parsing function... |
commit | commitdiff | tree | snapshot |
2021-10-09 |
Ben Pfaff | lexer: Fix memory leak when macro expands as empty. |
commit | commitdiff | tree | snapshot |
2021-10-09 |
Ben Pfaff | macro: Fix memory leak expanding !DO loop over list. |
commit | commitdiff | tree | snapshot |
2021-10-09 |
Ben Pfaff | macro: Fix memory leak with keyword "enclose" arguments. |
commit | commitdiff | tree | snapshot |
2021-10-09 |
Ben Pfaff | segment: Fix read past end of buffer when input ends... |
commit | commitdiff | tree | snapshot |
2021-10-06 |
Ben Pfaff | expressions: Parse multiple sets of parentheses for... |
commit | commitdiff | tree | snapshot |
2021-10-06 |
Ben Pfaff | DATA LIST: Fix assertion when RECORDS given twice with... |
commit | commitdiff | tree | snapshot |
2021-10-05 |
Ben Pfaff | dictionary: Allow dict_set_documents() argument to... |
commit | commitdiff | tree | snapshot |
2021-10-05 |
Ben Pfaff | encoding-guesser: Avoid reading uninitialized data... |
commit | commitdiff | tree | snapshot |
2021-10-05 |
Ben Pfaff | segment: Fix 1-byte read past initialized data when... |
commit | commitdiff | tree | snapshot |
2021-10-03 |
John Darrington | Remove some unnecessary gettext macro definitions |
commit | commitdiff | tree | snapshot |
2021-10-02 |
John Darrington | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2021-10-02 |
John Darrington | Fix memory leak in tokenize_string_segment |
commit | commitdiff | tree | snapshot |
2021-10-02 |
John Darrington | Fix memory leak in MCONVERT |
commit | commitdiff | tree | snapshot |
2021-10-02 |
John Darrington | Fix memory leak upon failure to create matrix reader |
commit | commitdiff | tree | snapshot |
2021-10-02 |
John Darrington | More ASAN_OPTIONS |
commit | commitdiff | tree | snapshot |
2021-10-02 |
John Darrington | Use XCALLOC / XZALLOC macros where reasonable |
commit | commitdiff | tree | snapshot |
2021-10-02 |
John Darrington | Fix possible segfault when running RANK with bad syntax |
commit | commitdiff | tree | snapshot |
2021-10-02 |
John Darrington | Replace numerous instances of xzalloc with XZALLOC |
commit | commitdiff | tree | snapshot |
2021-10-02 |
John Darrington | Matrix readers - fix memory leaks |
commit | commitdiff | tree | snapshot |
2021-10-02 |
John Darrington | Ignore sanitizer ODR warnings, during testing with... |
commit | commitdiff | tree | snapshot |
next |