projects
/
pspp
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
work on CTABLES
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
2021-04-09
Ben Pfaff
lexer: Add support for macro identifiers (that begin...
commit
|
commitdiff
|
tree
2021-04-09
Ben Pfaff
segment: Fix segmentation of integer followed by "...
commit
|
commitdiff
|
tree
2021-03-23
Ben Pfaff
segment: Properly handle DO REPEAT in batch mode.
commit
|
commitdiff
|
tree
2021-03-22
Ben Pfaff
lexer: New function lex_force_int_range().
commit
|
commitdiff
|
tree
2021-03-21
Ben Pfaff
doc: Update documentation for SET command to match...
commit
|
commitdiff
|
tree
2021-03-21
Ben Pfaff
q2c: Remove, since it is no longer used.
commit
|
commitdiff
|
tree
2021-03-21
Ben Pfaff
SET: Reimplement parser without q2c.
commit
|
commitdiff
|
tree
2021-03-21
Ben Pfaff
CROSSTABS: Reimplement parser without q2c.
commit
|
commitdiff
|
tree
2021-03-11
Ben Pfaff
gui: Include line number in error messages generated...
commit
|
commitdiff
|
tree
2021-03-11
Ben Pfaff
gui: Label unnamed syntax windows as "Untitled" in...
commit
|
commitdiff
|
tree
2021-03-11
Ben Pfaff
Add syntax mode radio button to syntax editor window.
commit
|
commitdiff
|
tree
2021-03-09
Ben Pfaff
pivot-table: Reduce size of struct pivot_value from...
commit
|
commitdiff
|
tree
2021-03-09
Ben Pfaff
pivot-table: Reduce size of struct pivot_value from...
commit
|
commitdiff
|
tree
2021-03-08
Ben Pfaff
format: Reduce size of struct fmt_spec from 6 bytes...
commit
|
commitdiff
|
tree
2021-03-08
Ben Pfaff
format: Reduce size of struct fmt_spec from 12 bytes...
commit
|
commitdiff
|
tree
2021-03-07
Ben Pfaff
DELETE VARIABLES: Fix crash when deleting and adding...
commit
|
commitdiff
|
tree
2021-03-07
Ben Pfaff
Improve error message for creating a new string var...
commit
|
commitdiff
|
tree
2021-03-07
Ben Pfaff
tests: Ignore .pspprc in a different way, to fix running...
commit
|
commitdiff
|
tree
2021-02-21
Ben Pfaff
ascii: Always include <sys/ioctl.h> if we're calling...
commit
|
commitdiff
|
tree
2021-02-15
Ben Pfaff
psppire-output-view: Remove more dead code.
commit
|
commitdiff
|
tree
2021-02-15
Ben Pfaff
psppire-output-view: Fix display of groups.
commit
|
commitdiff
|
tree
2021-02-15
Ben Pfaff
psppire-output-view: Remove dead code.
commit
|
commitdiff
|
tree
2021-02-07
Ben Pfaff
spv-light-decoder: Use unsigned int, not int, for ...
commit
|
commitdiff
|
tree
2021-02-07
Ben Pfaff
spv-writer: Avoid obsolete function asctime().
commit
|
commitdiff
|
tree
2021-02-07
Ben Pfaff
spvbin-helpers: Properly handle parsing strings with...
commit
|
commitdiff
|
tree
2021-02-07
Ben Pfaff
spv-light-decoder: Fix check for valid decimal point...
commit
|
commitdiff
|
tree
2021-01-25
Ben Pfaff
spv: Add support for page breaks.
commit
|
commitdiff
|
tree
2021-01-25
Ben Pfaff
spv: Remove code that was just #if 0'd out before.
commit
|
commitdiff
|
tree
2021-01-25
Ben Pfaff
output: Replace OUTPUT_ITEM_PAGE_SETUP by a new driver...
commit
|
commitdiff
|
tree
next