projects
/
pspp
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Skipping missing values.
[pspp]
/
src
/
language
/
2022-04-02
Ben Pfaff
Skipping missing values.
tree
|
commitdiff
2022-04-02
Ben Pfaff
CTABLES basics work
tree
|
commitdiff
2022-04-02
Ben Pfaff
freqtabs are per-table
tree
|
commitdiff
2022-04-02
Ben Pfaff
sort the frequency tables
tree
|
commitdiff
2022-04-02
Ben Pfaff
now builds frequency tables
tree
|
commitdiff
2022-04-02
Ben Pfaff
figure out frequency table structure
tree
|
commitdiff
2022-04-02
Ben Pfaff
more work
tree
|
commitdiff
2022-04-02
Ben Pfaff
more validation
tree
|
commitdiff
2022-04-02
Ben Pfaff
start validating
tree
|
commitdiff
2022-04-02
Ben Pfaff
work on CTABLES
tree
|
commitdiff
2022-03-13
Ben Pfaff
expressions: Fix value of $TIME variable and add a...
tree
|
commitdiff
2022-01-01
Ben Pfaff
lexer: New functions for parsing real numbers in specif...
tree
|
commitdiff
2022-01-01
Ben Pfaff
format-parser: Improve comment.
tree
|
commitdiff
2022-01-01
Ben Pfaff
FREQUENCIES: Fix percentiles and median calculation...
tree
|
commitdiff
2022-01-01
Ben Pfaff
FREQUENCIES: Remove unused pool.
tree
|
commitdiff
2022-01-01
Ben Pfaff
FREQUENCIES: Remove unused struct members.
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-30
Ben Pfaff
Change how checking for missing values works.
tree
|
commitdiff
2021-12-26
Ben Pfaff
expressions: Major work to improve error messages.
tree
|
commitdiff
2021-12-26
Ben Pfaff
expressions: Fix built sources.
tree
|
commitdiff
2021-12-19
Ben Pfaff
expressions: Simplify type declarations for nodes.
tree
|
commitdiff
2021-12-16
Ben Pfaff
matrix: Avoid gsl_linalg_LU_invx() because it was new...
tree
|
commitdiff
2021-12-16
Ben Pfaff
expressions: Rewrite code generator in 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
message: Intern file names in msg_location to make...
tree
|
commitdiff
2021-12-06
Ben Pfaff
lexer: Allow for negative lookahead within a command.
tree
|
commitdiff
2021-12-06
Ben Pfaff
lexer: Drop 'line_pos' from lex_token and lex_source.
tree
|
commitdiff
2021-12-06
Ben Pfaff
lexer: Keep entire source file in memory.
tree
|
commitdiff
2021-12-06
Ben Pfaff
variable-parser: New functions for parsing syntax witho...
tree
|
commitdiff
2021-12-06
Ben Pfaff
expressions: Simplify function name parsing.
tree
|
commitdiff
2021-12-06
Ben Pfaff
distributions: New module for probability distribution...
tree
|
commitdiff
2021-12-06
Ben Pfaff
data-writer: New function dfm_put_record_utf8().
tree
|
commitdiff
2021-12-06
Ben Pfaff
lexer: Add tokens for '{', '}', ':', ';' for use in...
tree
|
commitdiff
2021-12-06
Ben Pfaff
lexer: Factor out functions for counting columns.
tree
|
commitdiff
2021-12-06
Ben Pfaff
lexer: New lex_at_phrase(), lex_get_n() functions.
tree
|
commitdiff
2021-12-06
Ben Pfaff
lexer: Issue error message in forgotten case in lex_for...
tree
|
commitdiff
2021-12-06
Ben Pfaff
lexer: Be consistent across 32/64 bit in lex_force_int_...
tree
|
commitdiff
2021-12-06
Ben Pfaff
segment: Add comment about zero-length segments.
tree
|
commitdiff
2021-12-06
Ben Pfaff
driver: New function output_log_nocopy().
tree
|
commitdiff
2021-12-06
Ben Pfaff
expressions: Fix definitions of IDF.T1G and IDF.T2G.
tree
|
commitdiff
2021-10-09
Ben Pfaff
lexer: Fix memory leak merging tokens only some of...
tree
|
commitdiff
2021-10-09
Ben Pfaff
macro: Fix memory leaks in error cases parsing function...
tree
|
commitdiff
2021-10-09
Ben Pfaff
lexer: Fix memory leak when macro expands as empty.
tree
|
commitdiff
2021-10-09
Ben Pfaff
macro: Fix memory leak expanding !DO loop over list.
tree
|
commitdiff
2021-10-09
Ben Pfaff
macro: Fix memory leak with keyword "enclose" arguments.
tree
|
commitdiff
2021-10-09
Ben Pfaff
segment: Fix read past end of buffer when input ends...
tree
|
commitdiff
2021-10-06
Ben Pfaff
expressions: Parse multiple sets of parentheses for...
tree
|
commitdiff
2021-10-06
Ben Pfaff
DATA LIST: Fix assertion when RECORDS given twice with...
tree
|
commitdiff
2021-10-05
Ben Pfaff
segment: Fix 1-byte read past initialized data when...
tree
|
commitdiff
2021-10-02
John Darrington
Fix compiler warning
tree
|
commitdiff
2021-10-02
John Darrington
Fix memory leak in tokenize_string_segment
tree
|
commitdiff
2021-10-02
John Darrington
Fix memory leak in MCONVERT
tree
|
commitdiff
2021-10-02
John Darrington
Fix memory leak upon failure to create matrix reader
tree
|
commitdiff
2021-10-02
John Darrington
Use XCALLOC / XZALLOC macros where reasonable
tree
|
commitdiff
2021-10-02
John Darrington
Fix possible segfault when running RANK with bad syntax
tree
|
commitdiff
2021-10-02
John Darrington
Replace numerous instances of xzalloc with XZALLOC
tree
|
commitdiff
2021-10-02
John Darrington
Matrix readers - fix memory leaks
tree
|
commitdiff
2021-09-27
Ben Pfaff
Implement the MCONVERT command.
tree
|
commitdiff
2021-09-26
Ben Pfaff
lexer: Fix use-after-free error in lex_source_get_looka...
tree
|
commitdiff
2021-09-04
John Darrington
Add some missing #include directives
tree
|
commitdiff
2021-09-03
Ben Pfaff
MATRIX DATA: Fully implement.
tree
|
commitdiff
2021-09-03
Ben Pfaff
case: Introduce new functions for numbers and substring...
tree
|
commitdiff
2021-09-03
Ben Pfaff
Remove unneeded Emacs declarations that say that a...
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-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-24
Ben Pfaff
macro: Make ARG_CHAREND and ARG_ENCLOSE more uniform...
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: 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-04
John Darrington
Fix broken build due to missing braces
tree
|
commitdiff
2021-07-05
Ben Pfaff
DEFINE: New command.
tree
|
commitdiff
2021-07-05
Ben Pfaff
lexer: Move lex_ellipsize() into string module, as...
tree
|
commitdiff
2021-07-05
Ben Pfaff
token: Update functional interface and add token_copy...
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
lexer: Factor out scan error messages into new function.
tree
|
commitdiff
2021-07-05
Ben Pfaff
message: Make msg_emit() take full ownership of its...
tree
|
commitdiff
2021-07-05
Ben Pfaff
message: Break message location out into a separate...
tree
|
commitdiff
2021-06-27
Ben Pfaff
TITLE and SUBTITLE: Don't treat an unquoted argument...
tree
|
commitdiff
2021-06-27
Ben Pfaff
lexer: New function lex_next_representation().
tree
|
commitdiff
2021-06-27
Ben Pfaff
lexer: Factor some token inspectors out into new token...
tree
|
commitdiff
2021-05-30
Ben Pfaff
segment: Refine treatment of start of macro body.
tree
|
commitdiff
2021-05-30
Ben Pfaff
segment: Fix implementation of is_all_spaces().
tree
|
commitdiff
2021-05-30
Ben Pfaff
segment: The body of DEFINE does not have to be on...
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-05-01
Ben Pfaff
format-parser: Fix inconsistent use of "char *" vs...
tree
|
commitdiff
2021-05-01
John Darrington
src/language/utilities/host.c (run_command): Fix memory...
tree
|
commitdiff
next