projects
/
pspp
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
supply g_memdup2() for glib before 2.68.
[pspp]
/
src
/
2021-10-05
Ben Pfaff
segment: Fix 1-byte read past initialized data when...
tree
|
commitdiff
2021-10-03
John Darrington
Remove some unnecessary gettext macro definitions
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-26
John Darrington
Avoid numerical problems with missing weights on non...
tree
|
commitdiff
2021-09-25
John Darrington
Fix possible incorrect assertion when creating unique...
tree
|
commitdiff
2021-09-25
John Darrington
Remove unused module src/math/extrema
tree
|
commitdiff
2021-09-11
John Darrington
Options dialog: add checkbox for startup tips
tree
|
commitdiff
2021-09-06
Ben Pfaff
sys-file-encoding: Automatically generate the .c file...
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
sys-file-encoding: Put the buffer-read-only declaration...
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-29
John Darrington
Avoid GtkCritical on startup
tree
|
commitdiff
2021-08-28
John Darrington
Fix import of ods files with repeated column data.
tree
|
commitdiff
2021-08-28
John Darrington
Fix crash when double clicking on variable sheet cells...
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-24
Ben Pfaff
identifier: Make T_STOP always 0.
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
str: New function ss_swap().
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-07-05
Ben Pfaff
message: Get rid of 'shipped' member in struct message.
tree
|
commitdiff
2021-07-05
Ben Pfaff
stringi-set: New functions for not necessarily null...
tree
|
commitdiff
2021-07-05
Ben Pfaff
stringi-map: Add some support for non-null-terminated...
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
identifier: Remove TOKEN_N_TYPES from enum token_type.
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
psppire-output-view: Avoid doubling output when exporti...
tree
|
commitdiff
2021-05-01
Ben Pfaff
box-whisker: Use consistent array size for box_whisker_...
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
2021-05-01
John Darrington
src/data/format.c (fmt_affix_free): Fix memory leak
tree
|
commitdiff
2021-05-01
John Darrington
src/output/tex.c (post_process_tokens): Fix memory...
tree
|
commitdiff
2021-05-01
John Darrington
src/output/select.c (select_matches): Fix memory leak
tree
|
commitdiff
2021-05-01
John Darrington
src/output/spv/spv.c (spv_read): Remove unused variable
tree
|
commitdiff
2021-05-01
John Darrington
src/output/output-item.c (output_item_unref): Fix memor...
tree
|
commitdiff
2021-05-01
John Darrington
src/output/output-item.h (outpt_item_ref): Add WARN_UNU...
tree
|
commitdiff
2021-05-01
John Darrington
src/ouput/output-item.c (output_item_unshare): Use...
tree
|
commitdiff
2021-05-01
John Darrington
src/output/pivot-table.c (pivot_value_ex_destroy):...
tree
|
commitdiff
2021-04-18
Ben Pfaff
lexer: Fix typo in comment.
tree
|
commitdiff
2021-04-18
John Darrington
Output drivers: Remove assertions on OUTPUT_ITEM_GROUP
tree
|
commitdiff
2021-04-13
Ben Pfaff
Refactor SET and SHOW commands so it's harder to forget...
tree
|
commitdiff
2021-04-13
Ben Pfaff
settings: Add macro settings.
tree
|
commitdiff
2021-04-13
Ben Pfaff
settings: Use modern initializer style.
tree
|
commitdiff
2021-04-13
Ben Pfaff
segment: Allow '.' as separate token with a line, for...
tree
|
commitdiff
2021-04-13
Ben Pfaff
psppire-dialog-action-regression: Fix unused variable...
tree
|
commitdiff
2021-04-13
Ben Pfaff
segment: Improve segmentation when DEFINE command has...
tree
|
commitdiff
2021-04-10
John Darrington
Add w32 handler for "activate-link" signal
tree
|
commitdiff
2021-04-10
John Darrington
Remove unused module subcommand-list
tree
|
commitdiff
2021-04-10
John Darrington
src/ui/gui/var-display.c (missing_values_to_string...
tree
|
commitdiff
2021-04-10
John Darrington
src/ui/gui/psppire-output-view.c (psppire_output_view_n...
tree
|
commitdiff
2021-04-10
John Darrington
src/ui/gui/psppire-dict.c (psppire_dict_set_name):...
tree
|
commitdiff
2021-04-10
John Darrington
src/ui/gui/psppire-dialog-action-regression.c (generate...
tree
|
commitdiff
2021-04-10
John Darrington
src/ui/gui/psppire-data-store.c (psppire_data_store_get...
tree
|
commitdiff
2021-04-10
John Darrington
src/libpspp/float-format.c (extract_hex): Remove useles...
tree
|
commitdiff
2021-04-10
John Darrington
src/language/stats/crosstabs.c (display_risk): Avoid...
tree
|
commitdiff
2021-04-09
Ben Pfaff
command: DEFINE command is still unimplemented.
tree
|
commitdiff
2021-04-09
Ben Pfaff
lexer: Add support for DEFINE...!ENDDEFINE.
tree
|
commitdiff
2021-04-09
Ben Pfaff
lexer: Add support for macro punctuation.
tree
|
commitdiff
2021-04-09
Ben Pfaff
lexer: Add support for macro identifiers (that begin...
tree
|
commitdiff
2021-04-09
Ben Pfaff
segment: Fix segmentation of integer followed by "...
tree
|
commitdiff
2021-04-04
John Darrington
src/ui/gui/help-menu.c (open_windows_help): Reimplement
tree
|
commitdiff
2021-04-04
John Darrington
src/language/stats/glm.c: Fix compiler warnings
tree
|
commitdiff
2021-04-03
John Darrington
src/libpspp/message.c (prepare_diagnostic_information...
tree
|
commitdiff
2021-03-28
John Darrington
Output Window: Fix sensitivity of Save button. Also...
tree
|
commitdiff
next