projects
/
pspp
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
pspp
2021-10-02
John Darrington
Ignore sanitizer ODR warnings, during testing with...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-27
Ben Pfaff
Implement the MCONVERT command.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-26
Ben Pfaff
lexer: Fix use-after-free error in lex_source_get_looka...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-26
John Darrington
Avoid numerical problems with missing weights on non...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-25
John Darrington
Fix possible incorrect assertion when creating unique...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-25
John Darrington
Remove unused module src/math/extrema
commit
|
commitdiff
|
tree
|
snapshot
2021-09-11
John Darrington
Options dialog: add checkbox for startup tips
commit
|
commitdiff
|
tree
|
snapshot
2021-09-06
Ben Pfaff
sys-file-encoding: Automatically generate the .c file...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-05
John Darrington
Windows/build-dependencies: Add -fstack-protector flags
commit
|
commitdiff
|
tree
|
snapshot
2021-09-05
John Darrington
Windows/build-dependencies: Use correct logical OR...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-05
John Darrington
Windows/build-dependencies: New flag --no-clean
commit
|
commitdiff
|
tree
|
snapshot
2021-09-04
John Darrington
Add some missing #include directives
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Ben Pfaff
MATRIX DATA: Fully implement.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Ben Pfaff
case: Introduce new functions for numbers and substring...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Ben Pfaff
sys-file-encoding: Put the buffer-read-only declaration...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-03
Ben Pfaff
Remove unneeded Emacs declarations that say that a...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-02
Ben Pfaff
DEFINE: Properly support redefining a macro.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-01
Ben Pfaff
macro: Fix crash for !QUOTE of a quoted string.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-29
John Darrington
Avoid GtkCritical on startup
commit
|
commitdiff
|
tree
|
snapshot
2021-08-28
John Darrington
TeX tests: Use the shell instead of wc to test for...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-28
John Darrington
Fix import of ods files with repeated column data.
commit
|
commitdiff
|
tree
|
snapshot
2021-08-28
John Darrington
Fix crash when double clicking on variable sheet cells...
commit
|
commitdiff
|
tree
|
snapshot
2021-08-26
Ben Pfaff
DEFINE: Only expand macro functions when the name is...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-24
John Darrington
Tolerate pathnames with spaces
commit
|
commitdiff
|
tree
|
snapshot
2021-07-24
Ben Pfaff
macro: Continue expanding macro even in face of errors...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-24
Ben Pfaff
macro: Allow positional arguments to be empty.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-24
Ben Pfaff
macro: Make ARG_CHAREND and ARG_ENCLOSE more uniform...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-24
Ben Pfaff
identifier: Make T_STOP always 0.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-23
Ben Pfaff
macro: Allow macro A to use its arguments as part of...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Ben Pfaff
Turn !* into a single token, for macro expansion purposes.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-20
Ben Pfaff
DEFINE: Equals sign is optional for both positional...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-20
Ben Pfaff
macro: Properly parse !ENCLOSE keyword arguments.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-20
Ben Pfaff
DEFINE: Don't use PSPP_CHECK_MACRO_EXPANSION macro...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-20
Ben Pfaff
DEFINE: Allow !DEFAULT to follow the argument type...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-18
Ben Pfaff
lexer: Change the pipeline to allow more flexible use...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-18
Ben Pfaff
str: New function ss_swap().
commit
|
commitdiff
|
tree
|
snapshot
2021-07-18
Ben Pfaff
segment: Make negative numbers into single segments.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Ben Pfaff
configure: Enable GCC warnings to report use of C2x...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-04
John Darrington
Fix broken build due to missing braces
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Ben Pfaff
DEFINE: New command.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Ben Pfaff
lexer: Move lex_ellipsize() into string module, as...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Ben Pfaff
token: Update functional interface and add token_copy...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Ben Pfaff
segment: Ignore !ENDDEFINE in /*comments*/ and "strings".
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Ben Pfaff
segment: Distinguish snippets from full files.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Ben Pfaff
lexer: Factor out scan error messages into new function.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Ben Pfaff
message: Make msg_emit() take full ownership of its...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Ben Pfaff
message: Break message location out into a separate...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Ben Pfaff
message: Get rid of 'shipped' member in struct message.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Ben Pfaff
stringi-set: New functions for not necessarily null...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Ben Pfaff
stringi-map: Add some support for non-null-terminated...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-27
Ben Pfaff
TITLE and SUBTITLE: Don't treat an unquoted argument...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-27
Ben Pfaff
lexer: New function lex_next_representation().
commit
|
commitdiff
|
tree
|
snapshot
2021-06-27
Ben Pfaff
lexer: Factor some token inspectors out into new token...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-27
Ben Pfaff
doc: Fix operator precedence chart.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-30
Ben Pfaff
identifier: Remove TOKEN_N_TYPES from enum token_type.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-30
Ben Pfaff
segment: Refine treatment of start of macro body.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-30
Ben Pfaff
segment: Fix implementation of is_all_spaces().
commit
|
commitdiff
|
tree
|
snapshot
2021-05-30
Ben Pfaff
segment: The body of DEFINE does not have to be on...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-30
Ben Pfaff
segment-test: Make debugging easier for some kinds...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-09
Ben Pfaff
token: Rename token_destroy() to token_uninit().
commit
|
commitdiff
|
tree
|
snapshot
2021-05-03
Ben Pfaff
lexer: Remove lex_syntax_mode in favor of segmenter_mode.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-02
John Darrington
po/hu.po: Update to lastest version from translation...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-01
Ben Pfaff
psppire-output-view: Avoid doubling output when exporti...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-01
Ben Pfaff
box-whisker: Use consistent array size for box_whisker_...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-01
Ben Pfaff
format-parser: Fix inconsistent use of "char *" vs...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-01
John Darrington
src/language/utilities/host.c (run_command): Fix memory...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-01
John Darrington
src/data/format.c (fmt_affix_free): Fix memory leak
commit
|
commitdiff
|
tree
|
snapshot
2021-05-01
John Darrington
src/output/tex.c (post_process_tokens): Fix memory...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-01
John Darrington
src/output/select.c (select_matches): Fix memory leak
commit
|
commitdiff
|
tree
|
snapshot
2021-05-01
John Darrington
src/output/spv/spv.c (spv_read): Remove unused variable
commit
|
commitdiff
|
tree
|
snapshot
2021-05-01
John Darrington
src/output/output-item.c (output_item_unref): Fix memor...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-01
John Darrington
src/output/output-item.h (outpt_item_ref): Add WARN_UNU...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-01
John Darrington
src/ouput/output-item.c (output_item_unshare): Use...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-01
John Darrington
src/output/pivot-table.c (pivot_value_ex_destroy):...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
John Darrington
Windows/automake.mk: Use more portable code
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
Ben Pfaff
lexer: Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
John Darrington
Output drivers: Remove assertions on OUTPUT_ITEM_GROUP
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
John Darrington
Added rules to build nsis installers for w32
commit
|
commitdiff
|
tree
|
snapshot
2021-04-18
John Darrington
Added a script to assist building for w32
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
Ben Pfaff
Refactor SET and SHOW commands so it's harder to forget...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
Ben Pfaff
settings: Add macro settings.
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
Ben Pfaff
settings: Use modern initializer style.
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
Ben Pfaff
segment: Allow '.' as separate token with a line, for...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
Ben Pfaff
psppire-dialog-action-regression: Fix unused variable...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
Ben Pfaff
segment: Improve segmentation when DEFINE command has...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-10
John Darrington
doc/automake: Use correct syntax for configuring native...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-10
John Darrington
Add w32 handler for "activate-link" signal
commit
|
commitdiff
|
tree
|
snapshot
2021-04-10
John Darrington
Remove unused module subcommand-list
commit
|
commitdiff
|
tree
|
snapshot
2021-04-10
John Darrington
tests/automake.mk: Fix building of test runners
commit
|
commitdiff
|
tree
|
snapshot
2021-04-10
John Darrington
src/ui/gui/var-display.c (missing_values_to_string...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-10
John Darrington
src/ui/gui/psppire-output-view.c (psppire_output_view_n...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-10
John Darrington
src/ui/gui/psppire-dict.c (psppire_dict_set_name):...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-10
John Darrington
src/ui/gui/psppire-dialog-action-regression.c (generate...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-10
John Darrington
src/ui/gui/psppire-data-store.c (psppire_data_store_get...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-10
John Darrington
src/libpspp/float-format.c (extract_hex): Remove useles...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-10
John Darrington
src/language/stats/crosstabs.c (display_risk): Avoid...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-09
Ben Pfaff
command: DEFINE command is still unimplemented.
commit
|
commitdiff
|
tree
|
snapshot
2021-04-09
Ben Pfaff
lexer: Add support for DEFINE...!ENDDEFINE.
commit
|
commitdiff
|
tree
|
snapshot
2021-04-09
Ben Pfaff
lexer: Add support for macro punctuation.
commit
|
commitdiff
|
tree
|
snapshot
2021-04-09
Ben Pfaff
lexer: Add support for macro identifiers (that begin...
commit
|
commitdiff
|
tree
|
snapshot
next