projects
/
pspp
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
pspp
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
2021-09-27
Ben Pfaff
Implement the MCONVERT command.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-26
Ben Pfaff
lexer: Fix use-after-free error in lex_source_get_looka...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-26
John Darrington
Avoid numerical problems with missing weights on non...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-25
John Darrington
Fix possible incorrect assertion when creating unique...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-25
John Darrington
Remove unused module src/math/extrema
commit
|
commitdiff
|
tree
|
snapshot
2021-09-11
John Darrington
Options dialog: add checkbox for startup tips
commit
|
commitdiff
|
tree
|
snapshot
2021-09-06
Ben Pfaff
sys-file-encoding: Automatically generate the .c file...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-05
John Darrington
Windows/build-dependencies: Add -fstack-protector flags
commit
|
commitdiff
|
tree
|
snapshot
2021-09-05
John Darrington
Windows/build-dependencies: Use correct logical OR...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-05
John Darrington
Windows/build-dependencies: New flag --no-clean
commit
|
commitdiff
|
tree
|
snapshot
2021-09-04
John Darrington
Add some missing #include directives
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Ben Pfaff
MATRIX DATA: Fully implement.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Ben Pfaff
case: Introduce new functions for numbers and substring...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Ben Pfaff
sys-file-encoding: Put the buffer-read-only declaration...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Ben Pfaff
Remove unneeded Emacs declarations that say that a...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-02
Ben Pfaff
DEFINE: Properly support redefining a macro.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-01
Ben Pfaff
macro: Fix crash for !QUOTE of a quoted string.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-29
John Darrington
Avoid GtkCritical on startup
commit
|
commitdiff
|
tree
|
snapshot
2021-08-28
John Darrington
TeX tests: Use the shell instead of wc to test for...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-28
John Darrington
Fix import of ods files with repeated column data.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-28
John Darrington
Fix crash when double clicking on variable sheet cells...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-26
Ben Pfaff
DEFINE: Only expand macro functions when the name is...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-24
John Darrington
Tolerate pathnames with spaces
commit
|
commitdiff
|
tree
|
snapshot
2021-07-24
Ben Pfaff
macro: Continue expanding macro even in face of errors...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-24
Ben Pfaff
macro: Allow positional arguments to be empty.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-24
Ben Pfaff
macro: Make ARG_CHAREND and ARG_ENCLOSE more uniform...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-24
Ben Pfaff
identifier: Make T_STOP always 0.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-23
Ben Pfaff
macro: Allow macro A to use its arguments as part of...
commit
|
commitdiff
|
tree
|
snapshot
next