projects
/
pspp
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Bug fixes.
2021-12-11
Ben Pfaff
Clean up how transformations work.
commit
|
commitdiff
|
tree
2021-12-09
Ben Pfaff
treewide: Replace <name>_cnt by n_<name>s and <name...
commit
|
commitdiff
|
tree
2021-12-09
Ben Pfaff
Implement the MATRIX command.
commit
|
commitdiff
|
tree
2021-12-09
Ben Pfaff
message: Introduce underlining for error message regions.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
message: Intern file names in msg_location to make...
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
lexer: Allow for negative lookahead within a command.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
lexer: Drop 'line_pos' from lex_token and lex_source.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
lexer: Keep entire source file in memory.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
pivot-table: New function pivot_value_new_variable__().
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
u8-line: Add definition of an initializer.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
string-array: New functions for comparing string arrays.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
variable-parser: New functions for parsing syntax without...
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
expressions: Simplify function name parsing.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
distributions: New module for probability distribution...
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
data-writer: New function dfm_put_record_utf8().
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
lexer: Add tokens for '{', '}', ':', ';' for use in...
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
file-handle-def: New function fh_equal().
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
lexer: Factor out functions for counting columns.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
lexer: New lex_at_phrase(), lex_get_n() functions.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
lexer: Issue error message in forgotten case in lex_force_in...
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
lexer: Be consistent across 32/64 bit in lex_force_int_range().
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
doc: Typo fixes, wording and formatting improvements.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
segment: Add comment about zero-length segments.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
format: Make fmt_check() easier to translate.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
any-writer: Add comment.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
driver: New function output_log_nocopy().
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
MATRIX DATA: Add test for factors and splits together.
commit
|
commitdiff
|
tree
2021-12-06
Ben Pfaff
expressions: Fix definitions of IDF.T1G and IDF.T2G.
commit
|
commitdiff
|
tree
2021-10-09
Ben Pfaff
dataset: Fix memory leak destroying a dataset that...
commit
|
commitdiff
|
tree
2021-10-09
Ben Pfaff
pivot-table-test: Fix memory leak when table is not...
commit
|
commitdiff
|
tree
2021-10-09
Ben Pfaff
lexer: Fix memory leak merging tokens only some of...
commit
|
commitdiff
|
tree
2021-10-09
Ben Pfaff
macro: Fix memory leaks in error cases parsing function...
commit
|
commitdiff
|
tree
2021-10-09
Ben Pfaff
lexer: Fix memory leak when macro expands as empty.
commit
|
commitdiff
|
tree
2021-10-09
Ben Pfaff
macro: Fix memory leak expanding !DO loop over list.
commit
|
commitdiff
|
tree
2021-10-09
Ben Pfaff
macro: Fix memory leak with keyword "enclose" arguments.
commit
|
commitdiff
|
tree
2021-10-09
Ben Pfaff
segment: Fix read past end of buffer when input ends...
commit
|
commitdiff
|
tree
2021-10-06
Ben Pfaff
expressions: Parse multiple sets of parentheses for...
commit
|
commitdiff
|
tree
2021-10-06
Ben Pfaff
DATA LIST: Fix assertion when RECORDS given twice with...
commit
|
commitdiff
|
tree
2021-10-05
Ben Pfaff
dictionary: Allow dict_set_documents() argument to...
commit
|
commitdiff
|
tree
2021-10-05
Ben Pfaff
encoding-guesser: Avoid reading uninitialized data...
commit
|
commitdiff
|
tree
2021-10-05
Ben Pfaff
segment: Fix 1-byte read past initialized data when...
commit
|
commitdiff
|
tree
2021-09-27
Ben Pfaff
Implement the MCONVERT command.
commit
|
commitdiff
|
tree
2021-09-26
Ben Pfaff
lexer: Fix use-after-free error in lex_source_get_lookahead().
commit
|
commitdiff
|
tree
2021-09-06
Ben Pfaff
sys-file-encoding: Automatically generate the .c file...
commit
|
commitdiff
|
tree
2021-09-03
Ben Pfaff
MATRIX DATA: Fully implement.
commit
|
commitdiff
|
tree
2021-09-03
Ben Pfaff
case: Introduce new functions for numbers and substrings...
commit
|
commitdiff
|
tree
2021-09-03
Ben Pfaff
sys-file-encoding: Put the buffer-read-only declaration...
commit
|
commitdiff
|
tree
2021-09-03
Ben Pfaff
Remove unneeded Emacs declarations that say that a...
commit
|
commitdiff
|
tree
2021-09-02
Ben Pfaff
DEFINE: Properly support redefining a macro.
commit
|
commitdiff
|
tree
2021-09-01
Ben Pfaff
macro: Fix crash for !QUOTE of a quoted string.
commit
|
commitdiff
|
tree
2021-08-26
Ben Pfaff
DEFINE: Only expand macro functions when the name is...
commit
|
commitdiff
|
tree
2021-07-24
Ben Pfaff
macro: Continue expanding macro even in face of errors...
commit
|
commitdiff
|
tree
2021-07-24
Ben Pfaff
macro: Allow positional arguments to be empty.
commit
|
commitdiff
|
tree
2021-07-24
Ben Pfaff
macro: Make ARG_CHAREND and ARG_ENCLOSE more uniform...
commit
|
commitdiff
|
tree
2021-07-24
Ben Pfaff
identifier: Make T_STOP always 0.
commit
|
commitdiff
|
tree
2021-07-23
Ben Pfaff
macro: Allow macro A to use its arguments as part of...
commit
|
commitdiff
|
tree
2021-07-22
Ben Pfaff
Turn !* into a single token, for macro expansion purposes.
commit
|
commitdiff
|
tree
2021-07-20
Ben Pfaff
DEFINE: Equals sign is optional for both positional...
commit
|
commitdiff
|
tree
2021-07-20
Ben Pfaff
macro: Properly parse !ENCLOSE keyword arguments.
commit
|
commitdiff
|
tree
2021-07-20
Ben Pfaff
DEFINE: Don't use PSPP_CHECK_MACRO_EXPANSION macro...
commit
|
commitdiff
|
tree
2021-07-20
Ben Pfaff
DEFINE: Allow !DEFAULT to follow the argument type...
commit
|
commitdiff
|
tree
2021-07-18
Ben Pfaff
lexer: Change the pipeline to allow more flexible use...
commit
|
commitdiff
|
tree
2021-07-18
Ben Pfaff
str: New function ss_swap().
commit
|
commitdiff
|
tree
2021-07-18
Ben Pfaff
segment: Make negative numbers into single segments.
commit
|
commitdiff
|
tree
2021-07-05
Ben Pfaff
configure: Enable GCC warnings to report use of C2x...
commit
|
commitdiff
|
tree
2021-07-05
Ben Pfaff
DEFINE: New command.
commit
|
commitdiff
|
tree
2021-07-05
Ben Pfaff
lexer: Move lex_ellipsize() into string module, as...
commit
|
commitdiff
|
tree
2021-07-05
Ben Pfaff
token: Update functional interface and add token_copy...
commit
|
commitdiff
|
tree
2021-07-05
Ben Pfaff
segment: Ignore !ENDDEFINE in /*comments*/ and "strings".
commit
|
commitdiff
|
tree
2021-07-05
Ben Pfaff
segment: Distinguish snippets from full files.
commit
|
commitdiff
|
tree
2021-07-05
Ben Pfaff
lexer: Factor out scan error messages into new function.
commit
|
commitdiff
|
tree
2021-07-05
Ben Pfaff
message: Make msg_emit() take full ownership of its...
commit
|
commitdiff
|
tree
2021-07-05
Ben Pfaff
message: Break message location out into a separate...
commit
|
commitdiff
|
tree
2021-07-05
Ben Pfaff
message: Get rid of 'shipped' member in struct message.
commit
|
commitdiff
|
tree
2021-07-05
Ben Pfaff
stringi-set: New functions for not necessarily null...
commit
|
commitdiff
|
tree
2021-07-05
Ben Pfaff
stringi-map: Add some support for non-null-terminated...
commit
|
commitdiff
|
tree
2021-06-27
Ben Pfaff
TITLE and SUBTITLE: Don't treat an unquoted argument...
commit
|
commitdiff
|
tree
2021-06-27
Ben Pfaff
lexer: New function lex_next_representation().
commit
|
commitdiff
|
tree
2021-06-27
Ben Pfaff
lexer: Factor some token inspectors out into new token...
commit
|
commitdiff
|
tree
2021-06-27
Ben Pfaff
doc: Fix operator precedence chart.
commit
|
commitdiff
|
tree
2021-05-30
Ben Pfaff
identifier: Remove TOKEN_N_TYPES from enum token_type.
commit
|
commitdiff
|
tree
2021-05-30
Ben Pfaff
segment: Refine treatment of start of macro body.
commit
|
commitdiff
|
tree
2021-05-30
Ben Pfaff
segment: Fix implementation of is_all_spaces().
commit
|
commitdiff
|
tree
2021-05-30
Ben Pfaff
segment: The body of DEFINE does not have to be on...
commit
|
commitdiff
|
tree
2021-05-30
Ben Pfaff
segment-test: Make debugging easier for some kinds...
commit
|
commitdiff
|
tree
2021-05-09
Ben Pfaff
token: Rename token_destroy() to token_uninit().
commit
|
commitdiff
|
tree
2021-05-03
Ben Pfaff
lexer: Remove lex_syntax_mode in favor of segmenter_mode.
commit
|
commitdiff
|
tree
2021-05-01
Ben Pfaff
psppire-output-view: Avoid doubling output when exporting...
commit
|
commitdiff
|
tree
2021-05-01
Ben Pfaff
box-whisker: Use consistent array size for box_whisker_hinges().
commit
|
commitdiff
|
tree
2021-05-01
Ben Pfaff
format-parser: Fix inconsistent use of "char *" vs...
commit
|
commitdiff
|
tree
2021-04-18
Ben Pfaff
lexer: Fix typo in comment.
commit
|
commitdiff
|
tree
2021-04-13
Ben Pfaff
Refactor SET and SHOW commands so it's harder to forget...
commit
|
commitdiff
|
tree
2021-04-13
Ben Pfaff
settings: Add macro settings.
commit
|
commitdiff
|
tree
2021-04-13
Ben Pfaff
settings: Use modern initializer style.
commit
|
commitdiff
|
tree
2021-04-13
Ben Pfaff
segment: Allow '.' as separate token with a line, for...
commit
|
commitdiff
|
tree
2021-04-13
Ben Pfaff
psppire-dialog-action-regression: Fix unused variable...
commit
|
commitdiff
|
tree
2021-04-13
Ben Pfaff
segment: Improve segmentation when DEFINE command has...
commit
|
commitdiff
|
tree
2021-04-09
Ben Pfaff
command: DEFINE command is still unimplemented.
commit
|
commitdiff
|
tree
2021-04-09
Ben Pfaff
lexer: Add support for DEFINE...!ENDDEFINE.
commit
|
commitdiff
|
tree
2021-04-09
Ben Pfaff
lexer: Add support for macro punctuation.
commit
|
commitdiff
|
tree
next