pspp
2021-06-27 Ben Pfaffimprove macro error messages dev6
2021-06-27 Ben Pfafftons of progress on macros
2021-06-27 Ben Pfafffixup for TITLE/SUBTITLE commit
2021-06-27 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 Pfaff!BREAK works
2021-06-27 Ben Pfafffix string lexer
2021-06-15 Ben PfaffMostly documentation update but some code clarification...
2021-06-13 Ben Pfaffsegment: Add support for segmenting "snippets".
2021-06-13 Ben Pfafflexer: Factor some token inspectors out into new token...
2021-06-13 Ben Pfaff!LET
2021-06-13 Ben Pfaffmore operator precedence
2021-06-13 Ben Pfafftest !NULL equality
2021-06-13 Ben Pfafflogical operator bug fixes
2021-06-13 Ben Pfaffmacro conditional expressions (no tests yet)
2021-06-12 Ben Pfaffdoc: Fix operator precedence chart.
2021-06-12 Ben PfaffMNEST
2021-06-12 Ben Pfaff!*
2021-06-11 Ben Pfaff!EVAL
2021-06-11 Ben Pfaff!UPCASE
2021-06-10 Ben PfaffImplemented all the functions except !EVAL and !UPCASE.
2021-06-10 Ben PfaffAdd test for !LENGTH.
2021-06-10 Ben Pfaffmacro: Implement uniformly in terms of character strings.
2021-06-04 Ben Pfaff!BLANKS and !CONCAT pass basic tests.
2021-06-01 Ben PfaffStart writing documentation.
2021-05-31 Ben Pfaffadd some keyword tests
2021-05-31 Ben PfaffKeyword arguments work.
2021-05-31 Ben PfaffBasic tests for macros and arguments pass.
2021-05-30 Ben PfaffSome basic macros and tests work.
2021-05-30 Ben PfaffWork on DEFINE command.
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
next