projects
/
pspp
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
no leaks?
[pspp]
/
src
/
language
/
2022-08-04
Ben Pfaff
no leaks?
tree
|
commitdiff
2022-08-04
Ben Pfaff
leaks
tree
|
commitdiff
2022-08-04
Ben Pfaff
work on memory leaks
tree
|
commitdiff
2022-08-04
Ben Pfaff
work on memory leaks
tree
|
commitdiff
2022-08-04
Ben Pfaff
ctables fixes
tree
|
commitdiff
2022-08-02
Ben Pfaff
string ranges work
tree
|
commitdiff
2022-08-02
Ben Pfaff
CTABLES strings work
tree
|
commitdiff
2022-08-02
Ben Pfaff
FREQUENCIES: Fix use-after-free error.
tree
|
commitdiff
2022-08-01
Ben Pfaff
Bug fixes.
tree
|
commitdiff
2022-08-01
Ben Pfaff
lexer: Fix negative 'n0' and 'n1' in lex_source_contain...
tree
|
commitdiff
2022-08-01
Ben Pfaff
lexer: Support more options in lex_error_expecting_array().
tree
|
commitdiff
2022-07-30
Ben Pfaff
start writing tests
tree
|
commitdiff
2022-07-29
Ben Pfaff
work
tree
|
commitdiff
2022-07-29
Ben Pfaff
work
tree
|
commitdiff
2022-07-29
Ben Pfaff
work on CTABLES
tree
|
commitdiff
2022-07-29
Ben Pfaff
Automatically infer variables' measurement level from...
tree
|
commitdiff
2022-07-08
Ben Pfaff
SPLIT FILE: Add LAYERED vs. SEPARATE distinction to...
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-01
Ben Pfaff
lexer: New function lex_ofs_representation().
tree
|
commitdiff
2022-06-01
Ben Pfaff
subcase: Rename subcase_destroy() to subcase_uninit().
tree
|
commitdiff
2022-06-01
Ben Pfaff
pivot-table: New functions for setting captions, etc.
tree
|
commitdiff
2022-05-28
Ben Pfaff
gui: For text data import, use the same parser for...
tree
|
commitdiff
2022-05-28
Ben Pfaff
data-parser: Make data parser not require a dictionary.
tree
|
commitdiff
2022-05-21
Ben Pfaff
New command SHOW SYSTEM to easily print information...
tree
|
commitdiff
2022-04-10
Ben Pfaff
expressions: Convert SYSMIS into int as INT_MIN during...
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
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
next