pspp
2021-07-05 Ben Pfaffimprove functino parsing dev9
2021-07-04 Ben Pfaffwork on macro function parsing
2021-07-04 Ben PfaffGet rid of struct parse_macro_function_ctx.
2021-07-04 Ben PfaffMove stack into macro_expander.
2021-07-04 Ben PfaffGet rid of expr_context.
2021-07-04 Ben PfaffMove break_ into macro_expander.
2021-07-04 Ben Pfaffmacro: Move nesting_countdown into macro_expander.
2021-07-04 Ben PfaffMove 'vars' from arguments into macro_expander.
2021-07-04 Ben Pfaffstringi-map: Add some support for non-null-terminated...
2021-07-04 Ben PfaffMove 'expand' into macro_expander.
2021-07-04 Ben PfaffDrop macro set from most function arguments.
2021-07-04 Ben Pfaffmacro: Separate macro_expander from macro_call.
2021-07-04 Ben PfaffRename macro_expander to macro_call.
2021-07-04 Ben PfaffMove segmenter_mode inside macro_expander.
2021-07-04 Ben PfaffDEFINE
2021-07-04 Ben Pfafflexer: Move lex_ellipsize() into string module, as...
2021-07-04 Ben Pfafftoken: Update functional interface and add token_copy...
2021-07-04 Ben Pfaffsegment: Ignore !ENDDEFINE in /*comments*/ and "strings".
2021-07-04 Ben Pfaffsegment: Distinguish snippets from full files.
2021-07-04 Ben Pfafflexer: Factor out scan error messages into new function.
2021-07-04 Ben Pfaffmessage: Make msg_emit() take full ownership of its...
2021-07-04 Ben Pfaffmessage: Break message location out into a separate...
2021-07-04 Ben Pfaffmessage: Get rid of 'shipped' member in struct message.
2021-07-04 Ben Pfaffstringi-set: New functions for not necessarily null...
2021-06-27 Ben PfaffTITLE and SUBTITLE: Don't treat an unquoted argument...
2021-06-27 Ben Pfafflexer: New function lex_next_representation().
2021-06-27 Ben Pfafflexer: Factor some token inspectors out into new token...
2021-06-27 Ben Pfaffdoc: Fix operator precedence chart.
2021-05-30 Ben Pfaffidentifier: Remove TOKEN_N_TYPES from enum token_type.
2021-05-30 Ben Pfaffsegment: Refine treatment of start of macro body.
2021-05-30 Ben Pfaffsegment: Fix implementation of is_all_spaces().
2021-05-30 Ben Pfaffsegment: The body of DEFINE does not have to be on...
2021-05-30 Ben Pfaffsegment-test: Make debugging easier for some kinds...
2021-05-09 Ben Pfafftoken: Rename token_destroy() to token_uninit().
2021-05-03 Ben Pfafflexer: Remove lex_syntax_mode in favor of segmenter_mode.
2021-05-02 John Darringtonpo/hu.po: Update to lastest version from translation...
2021-05-01 Ben Pfaffpsppire-output-view: Avoid doubling output when exporti...
2021-05-01 Ben Pfaffbox-whisker: Use consistent array size for box_whisker_...
2021-05-01 Ben Pfaffformat-parser: Fix inconsistent use of "char *" vs...
2021-05-01 John Darringtonsrc/language/utilities/host.c (run_command): Fix memory...
2021-05-01 John Darringtonsrc/data/format.c (fmt_affix_free): Fix memory leak
2021-05-01 John Darringtonsrc/output/tex.c (post_process_tokens): Fix memory...
2021-05-01 John Darringtonsrc/output/select.c (select_matches): Fix memory leak
2021-05-01 John Darringtonsrc/output/spv/spv.c (spv_read): Remove unused variable
2021-05-01 John Darringtonsrc/output/output-item.c (output_item_unref): Fix memor...
2021-05-01 John Darringtonsrc/output/output-item.h (outpt_item_ref): Add WARN_UNU...
2021-05-01 John Darringtonsrc/ouput/output-item.c (output_item_unshare): Use...
2021-05-01 John Darringtonsrc/output/pivot-table.c (pivot_value_ex_destroy):...
2021-04-18 John DarringtonWindows/automake.mk: Use more portable code
2021-04-18 Ben Pfafflexer: Fix typo in comment.
2021-04-18 John DarringtonOutput drivers: Remove assertions on OUTPUT_ITEM_GROUP
2021-04-18 John DarringtonAdded rules to build nsis installers for w32
2021-04-18 John DarringtonAdded a script to assist building for w32
2021-04-13 Ben PfaffRefactor SET and SHOW commands so it's harder to forget...
2021-04-13 Ben Pfaffsettings: Add macro settings.
2021-04-13 Ben Pfaffsettings: Use modern initializer style.
2021-04-13 Ben Pfaffsegment: Allow '.' as separate token with a line, for...
2021-04-13 Ben Pfaffpsppire-dialog-action-regression: Fix unused variable...
2021-04-13 Ben Pfaffsegment: Improve segmentation when DEFINE command has...
2021-04-10 John Darringtondoc/automake: Use correct syntax for configuring native...
2021-04-10 John DarringtonAdd w32 handler for "activate-link" signal
2021-04-10 John DarringtonRemove unused module subcommand-list
2021-04-10 John Darringtontests/automake.mk: Fix building of test runners
2021-04-10 John Darringtonsrc/ui/gui/var-display.c (missing_values_to_string...
2021-04-10 John Darringtonsrc/ui/gui/psppire-output-view.c (psppire_output_view_n...
2021-04-10 John Darringtonsrc/ui/gui/psppire-dict.c (psppire_dict_set_name):...
2021-04-10 John Darringtonsrc/ui/gui/psppire-dialog-action-regression.c (generate...
2021-04-10 John Darringtonsrc/ui/gui/psppire-data-store.c (psppire_data_store_get...
2021-04-10 John Darringtonsrc/libpspp/float-format.c (extract_hex): Remove useles...
2021-04-10 John Darringtonsrc/language/stats/crosstabs.c (display_risk): Avoid...
2021-04-09 Ben Pfaffcommand: DEFINE command is still unimplemented.
2021-04-09 Ben Pfafflexer: Add support for DEFINE...!ENDDEFINE.
2021-04-09 Ben Pfafflexer: Add support for macro punctuation.
2021-04-09 Ben Pfafflexer: Add support for macro identifiers (that begin...
2021-04-09 Ben Pfaffsegment: Fix segmentation of integer followed by "...
2021-04-04 John DarringtonMention Harry Thijssen in THANKS
2021-04-04 John Darringtonsrc/ui/gui/help-menu.c (open_windows_help): Reimplement
2021-04-04 John Darringtonsrc/language/stats/glm.c: Fix compiler warnings
2021-04-03 John Darringtonsrc/libpspp/message.c (prepare_diagnostic_information...
2021-03-28 John DarringtonOutput Window: Fix sensitivity of Save button. Also...
2021-03-28 John Darringtonsrc/ui/gui/automake.mk [src_ui_gui_psppire_CFLAGS]...
2021-03-28 John Darringtonsrc/ui/gui/psppire.c: Fold long line
2021-03-27 John Darringtonsrc/ui/gui/psppire-dialog-action-runs.c (generate_synta...
2021-03-27 John Darringtonsrc/ui/gui/find-dialog.c (ip -> case_iterator): Rename.
2021-03-27 John Darringtonsrc/ui/gui/psppire.c (struct icon_size): Remove --...
2021-03-27 John Darringtonsrc/ui/gui/helper.c (clone_list_store): Remove unused...
2021-03-27 John DarringtonBump micro version to 1.5.3
2021-03-27 John DarringtonGenerate cosmetics for windows hosts.
2021-03-23 Ben Pfaffsegment: Properly handle DO REPEAT in batch mode.
2021-03-22 Ben Pfafflexer: New function lex_force_int_range().
2021-03-21 John DarringtonFix bug where attempting to rendering an empty bar...
2021-03-21 Ben Pfaffdoc: Update documentation for SET command to match...
2021-03-21 Ben Pfaffq2c: Remove, since it is no longer used.
2021-03-21 Ben PfaffSET: Reimplement parser without q2c.
2021-03-21 Ben PfaffCROSSTABS: Reimplement parser without q2c.
2021-03-14 John DarringtonAvoid useless warnings on stderr.
2021-03-14 John Darringtonsrc/ui/gui/main.c: Add a startup tip for Windows
2021-03-14 John Darringtonpsppire-import-spreadsheet.c: Fix typo
2021-03-14 John Darringtonsrc/output/spv/automake.mk: Add some explicit dependenc...
2021-03-14 John Darringtonsrc/language/expressions/automake.mk: Fix build issues...
next