2022-07-07 |
Ben Pfaff | areapct_sum |
tree | commitdiff |
2022-07-05 |
Ben Pfaff | update TODO |
tree | commitdiff |
2022-07-05 |
Ben Pfaff | )CILEVEL |
tree | commitdiff |
2022-07-05 |
Ben Pfaff | unweighted statistics |
tree | commitdiff |
2022-07-04 |
Ben Pfaff | pcompute string ranges |
tree | commitdiff |
2022-07-04 |
Ben Pfaff | PPROPERTIES FORMAT |
tree | commitdiff |
2022-07-03 |
Ben Pfaff | )LABEL[N]. untested, probably doesn't work. |
tree | commitdiff |
2022-07-03 |
Ben Pfaff | )TABLE, )DATE, )TIME |
tree | commitdiff |
2022-07-03 |
Ben Pfaff | string ranges |
tree | commitdiff |
2022-07-03 |
Ben Pfaff | strings and dates work |
tree | commitdiff |
2022-07-03 |
Ben Pfaff | SMISSING |
tree | commitdiff |
2022-07-03 |
Ben Pfaff | CTABLES fixes for totals. |
tree | commitdiff |
2022-06-30 |
Ben Pfaff | more missing value tests |
tree | commitdiff |
2022-06-29 |
Ben Pfaff | CTABLES missing values start to make some minimal amoun... |
tree | commitdiff |
2022-06-25 |
Ben Pfaff | work on missing value handling |
tree | commitdiff |
2022-06-25 |
Ben Pfaff | Revert "CTABLES work on distinguishing scale variables... |
tree | commitdiff |
2022-06-25 |
Ben Pfaff | CTABLES work on distinguishing scale variables in summaries |
tree | commitdiff |
2022-06-25 |
Ben Pfaff | CTABLES comments |
tree | commitdiff |
2022-06-25 |
Ben Pfaff | CTABLES weird special formats |
tree | commitdiff |
2022-06-25 |
Ben Pfaff | CTABLES: implement some simple features |
tree | commitdiff |
2022-06-25 |
Ben Pfaff | VLABELS |
tree | commitdiff |
2022-06-25 |
Ben Pfaff | doc first draft is done |
tree | commitdiff |
2022-06-25 |
Ben Pfaff | work on CTABLES |
tree | commitdiff |
2022-06-25 |
Ben Pfaff | DESCRIPTIVES: Fix bad error message. |
tree | commitdiff |
2022-06-18 |
Ben Pfaff | Implement SET LEADZERO. |
tree | commitdiff |
2022-06-03 |
Ben Pfaff | line-reader: Avoid undefined behavior in printf utility... |
tree | commitdiff |
2022-06-01 |
Ben Pfaff | tests: Add test for doubled parentheses. |
tree | commitdiff |
2022-05-30 |
Ben Pfaff | perl-module: Remove test for memory usage. |
tree | commitdiff |
2022-04-06 |
Ben Pfaff | MATRIX: Correct error message. |
tree | commitdiff |
2022-04-05 |
Ben Pfaff | CROSSTABS: Fix computation of adjusted standardized... |
tree | commitdiff |
2022-04-03 |
Yuri Chornoivan | Yuri Chornoivan contributed some typo fixes |
tree | commitdiff |
2022-03-13 |
Ben Pfaff | tests: Update testsuite results to accomodate new Gnulib. |
tree | commitdiff |
2022-03-13 |
Ben Pfaff | Update to newest gnulib. |
tree | commitdiff |
2022-03-13 |
Ben Pfaff | expressions: Fix value of $TIME variable and add a... |
tree | commitdiff |
2022-01-01 |
Ben Pfaff | FREQUENCIES: Fix percentiles and median calculation... |
tree | commitdiff |
2022-01-01 |
John Darrington | Fixed misleading results in the Kruskal-Wallis test |
tree | commitdiff |
2021-12-31 |
Ben Pfaff | Replace more uses of 'cnt' by 'n'. |
tree | commitdiff |
2021-12-26 |
Ben Pfaff | expressions: Major work to improve error messages. |
tree | commitdiff |
2021-12-16 |
Ben Pfaff | Convert all Perl build tools to Python and remove Perl... |
tree | commitdiff |
2021-12-16 |
Ben Pfaff | num-out-cmp.pl: Remove unused script. |
tree | commitdiff |
2021-12-16 |
Ben Pfaff | MATRIX: Update EVAL test to avoid failure on i386. |
tree | commitdiff |
2021-12-16 |
Ben Pfaff | perl-module: Skip memory test if Address Sanitizer... |
tree | commitdiff |
2021-12-16 |
Ben Pfaff | Fix build requirements by correctly noting that Python... |
tree | commitdiff |
2021-12-11 |
Ben Pfaff | Clean up how transformations work. |
tree | commitdiff |
2021-12-09 |
Ben Pfaff | treewide: Replace <name>_cnt by n_<name>s and <name... |
tree | commitdiff |
2021-12-09 |
Ben Pfaff | Implement the MATRIX command. |
tree | commitdiff |
2021-12-09 |
Ben Pfaff | message: Introduce underlining for error message regions. |
tree | commitdiff |
2021-12-06 |
Ben Pfaff | lexer: Add tokens for '{', '}', ':', ';' for use in... |
tree | commitdiff |
2021-12-06 |
Ben Pfaff | MATRIX DATA: Add test for factors and splits together. |
tree | commitdiff |
2021-10-09 |
Ben Pfaff | pivot-table-test: Fix memory leak when table is not... |
tree | commitdiff |
2021-10-05 |
Ben Pfaff | segment: Fix 1-byte read past initialized data when... |
tree | commitdiff |
2021-10-02 |
John Darrington | More ASAN_OPTIONS |
tree | commitdiff |
2021-10-02 |
John Darrington | Ignore sanitizer ODR warnings, during testing with... |
tree | commitdiff |
2021-09-27 |
Ben Pfaff | Implement the MCONVERT command. |
tree | commitdiff |
2021-09-03 |
Ben Pfaff | MATRIX DATA: Fully implement. |
tree | commitdiff |
2021-09-02 |
Ben Pfaff | DEFINE: Properly support redefining a macro. |
tree | commitdiff |
2021-09-01 |
Ben Pfaff | macro: Fix crash for !QUOTE of a quoted string. |
tree | commitdiff |
2021-08-28 |
John Darrington | TeX tests: Use the shell instead of wc to test for... |
tree | commitdiff |
2021-08-28 |
John Darrington | Fix import of ods files with repeated column data. |
tree | commitdiff |
2021-08-26 |
Ben Pfaff | DEFINE: Only expand macro functions when the name is... |
tree | commitdiff |
2021-07-24 |
John Darrington | Tolerate pathnames with spaces |
tree | commitdiff |
2021-07-24 |
Ben Pfaff | macro: Continue expanding macro even in face of errors... |
tree | commitdiff |
2021-07-24 |
Ben Pfaff | macro: Allow positional arguments to be empty. |
tree | commitdiff |
2021-07-23 |
Ben Pfaff | macro: Allow macro A to use its arguments as part of... |
tree | commitdiff |
2021-07-22 |
Ben Pfaff | Turn !* into a single token, for macro expansion purposes. |
tree | commitdiff |
2021-07-20 |
Ben Pfaff | DEFINE: Equals sign is optional for both positional... |
tree | commitdiff |
2021-07-20 |
Ben Pfaff | macro: Properly parse !ENCLOSE keyword arguments. |
tree | commitdiff |
2021-07-20 |
Ben Pfaff | DEFINE: Don't use PSPP_CHECK_MACRO_EXPANSION macro... |
tree | commitdiff |
2021-07-20 |
Ben Pfaff | DEFINE: Allow !DEFAULT to follow the argument type... |
tree | commitdiff |
2021-07-18 |
Ben Pfaff | lexer: Change the pipeline to allow more flexible use... |
tree | commitdiff |
2021-07-18 |
Ben Pfaff | segment: Make negative numbers into single segments. |
tree | commitdiff |
2021-07-05 |
Ben Pfaff | DEFINE: New command. |
tree | commitdiff |
2021-07-05 |
Ben Pfaff | segment: Ignore !ENDDEFINE in /*comments*/ and "strings". |
tree | commitdiff |
2021-07-05 |
Ben Pfaff | segment: Distinguish snippets from full files. |
tree | commitdiff |
2021-07-05 |
Ben Pfaff | message: Break message location out into a separate... |
tree | commitdiff |
2021-07-05 |
Ben Pfaff | stringi-map: Add some support for non-null-terminated... |
tree | commitdiff |
2021-06-27 |
Ben Pfaff | TITLE and SUBTITLE: Don't treat an unquoted argument... |
tree | commitdiff |
2021-05-30 |
Ben Pfaff | segment: Refine treatment of start of macro body. |
tree | commitdiff |
2021-05-30 |
Ben Pfaff | segment: The body of DEFINE does not have to be on... |
tree | commitdiff |
2021-05-30 |
Ben Pfaff | segment-test: Make debugging easier for some kinds... |
tree | commitdiff |
2021-05-09 |
Ben Pfaff | token: Rename token_destroy() to token_uninit(). |
tree | commitdiff |
2021-05-03 |
Ben Pfaff | lexer: Remove lex_syntax_mode in favor of segmenter_mode. |
tree | commitdiff |
2021-04-13 |
Ben Pfaff | settings: Add macro settings. |
tree | commitdiff |
2021-04-13 |
Ben Pfaff | segment: Allow '.' as separate token with a line, for... |
tree | commitdiff |
2021-04-13 |
Ben Pfaff | segment: Improve segmentation when DEFINE command has... |
tree | commitdiff |
2021-04-10 |
John Darrington | tests/automake.mk: Fix building of test runners |
tree | commitdiff |
2021-04-09 |
Ben Pfaff | lexer: Add support for DEFINE...!ENDDEFINE. |
tree | commitdiff |
2021-04-09 |
Ben Pfaff | lexer: Add support for macro punctuation. |
tree | commitdiff |
2021-04-09 |
Ben Pfaff | lexer: Add support for macro identifiers (that begin... |
tree | commitdiff |
2021-04-09 |
Ben Pfaff | segment: Fix segmentation of integer followed by "... |
tree | commitdiff |
2021-03-23 |
Ben Pfaff | segment: Properly handle DO REPEAT in batch mode. |
tree | commitdiff |
2021-03-22 |
Ben Pfaff | lexer: New function lex_force_int_range(). |
tree | commitdiff |
2021-03-21 |
Ben Pfaff | CROSSTABS: Reimplement parser without q2c. |
tree | commitdiff |
2021-03-09 |
Ben Pfaff | pivot-table: Reduce size of struct pivot_value from... |
tree | commitdiff |
2021-03-09 |
Ben Pfaff | pivot-table: Reduce size of struct pivot_value from... |
tree | commitdiff |
2021-03-07 |
Ben Pfaff | DELETE VARIABLES: Fix crash when deleting and adding... |
tree | commitdiff |
2021-03-07 |
Ben Pfaff | Improve error message for creating a new string var... |
tree | commitdiff |
2021-03-07 |
Ben Pfaff | tests: Ignore .pspprc in a different way, to fix runnin... |
tree | commitdiff |
2021-01-25 |
Ben Pfaff | output: Make groups contain their subitems, and get... |
tree | commitdiff |
2021-01-25 |
Ben Pfaff | zip-reader: Make the zip_reader reference counted. |
tree | commitdiff |
next |