pspp
2 years agoimprove macro error messages dev6
Ben Pfaff [Sun, 27 Jun 2021 06:45:45 +0000 (23:45 -0700)]
improve macro error messages

2 years agotons of progress on macros
Ben Pfaff [Sat, 26 Jun 2021 21:55:29 +0000 (14:55 -0700)]
tons of progress on macros

2 years agofixup for TITLE/SUBTITLE commit
Ben Pfaff [Sat, 26 Jun 2021 21:55:10 +0000 (14:55 -0700)]
fixup for TITLE/SUBTITLE commit

2 years agostringi-set: New functions for not necessarily null terminated strings.
Ben Pfaff [Sat, 26 Jun 2021 21:54:37 +0000 (14:54 -0700)]
stringi-set: New functions for not necessarily null terminated strings.

2 years agoTITLE and SUBTITLE: Don't treat an unquoted argument as a quoted string.
Ben Pfaff [Sat, 26 Jun 2021 21:53:23 +0000 (14:53 -0700)]
TITLE and SUBTITLE: Don't treat an unquoted argument as a quoted string.

This will allow the argument to be processed through the macro processor.

2 years ago!BREAK works
Ben Pfaff [Fri, 18 Jun 2021 02:42:42 +0000 (19:42 -0700)]
!BREAK works

2 years agofix string lexer
Ben Pfaff [Sun, 27 Jun 2021 07:10:23 +0000 (00:10 -0700)]
fix string lexer

2 years agoMostly documentation update but some code clarification too.
Ben Pfaff [Tue, 15 Jun 2021 18:53:01 +0000 (11:53 -0700)]
Mostly documentation update but some code clarification too.

2 years agosegment: Add support for segmenting "snippets".
Ben Pfaff [Sun, 13 Jun 2021 20:01:30 +0000 (13:01 -0700)]
segment: Add support for segmenting "snippets".

Otherwise, segmenting a little bit of syntax like "-123" will produce
T_ENDCMD, T_POS_NUM.

2 years agolexer: Factor some token inspectors out into new token functions.
Ben Pfaff [Sun, 13 Jun 2021 17:33:09 +0000 (10:33 -0700)]
lexer: Factor some token inspectors out into new token functions.

2 years ago!LET
Ben Pfaff [Sun, 13 Jun 2021 16:31:30 +0000 (09:31 -0700)]
!LET

2 years agomore operator precedence
Ben Pfaff [Sun, 13 Jun 2021 03:46:15 +0000 (20:46 -0700)]
more operator precedence

2 years agotest !NULL equality
Ben Pfaff [Sun, 13 Jun 2021 03:42:44 +0000 (20:42 -0700)]
test !NULL equality

2 years agological operator bug fixes
Ben Pfaff [Sun, 13 Jun 2021 03:37:51 +0000 (20:37 -0700)]
logical operator bug fixes

2 years agomacro conditional expressions (no tests yet)
Ben Pfaff [Sun, 13 Jun 2021 01:25:32 +0000 (18:25 -0700)]
macro conditional expressions (no tests yet)

2 years agodoc: Fix operator precedence chart.
Ben Pfaff [Sat, 12 Jun 2021 21:39:20 +0000 (14:39 -0700)]
doc: Fix operator precedence chart.

Also, improve a few entries.

2 years agoMNEST
Ben Pfaff [Sat, 12 Jun 2021 19:15:33 +0000 (12:15 -0700)]
MNEST

2 years ago!*
Ben Pfaff [Sat, 12 Jun 2021 19:09:33 +0000 (12:09 -0700)]
!*

2 years ago!EVAL
Ben Pfaff [Fri, 11 Jun 2021 06:00:05 +0000 (23:00 -0700)]
!EVAL

2 years ago!UPCASE
Ben Pfaff [Fri, 11 Jun 2021 05:34:12 +0000 (22:34 -0700)]
!UPCASE

2 years agoImplemented all the functions except !EVAL and !UPCASE.
Ben Pfaff [Thu, 10 Jun 2021 06:23:28 +0000 (23:23 -0700)]
Implemented all the functions except !EVAL and !UPCASE.

2 years agoAdd test for !LENGTH.
Ben Pfaff [Thu, 10 Jun 2021 05:32:11 +0000 (22:32 -0700)]
Add test for !LENGTH.

2 years agomacro: Implement uniformly in terms of character strings.
Ben Pfaff [Thu, 10 Jun 2021 05:20:12 +0000 (22:20 -0700)]
macro: Implement uniformly in terms of character strings.

2 years ago!BLANKS and !CONCAT pass basic tests.
Ben Pfaff [Fri, 4 Jun 2021 06:23:33 +0000 (23:23 -0700)]
!BLANKS and !CONCAT pass basic tests.

2 years agoStart writing documentation.
Ben Pfaff [Tue, 1 Jun 2021 05:43:03 +0000 (22:43 -0700)]
Start writing documentation.

2 years agoadd some keyword tests
Ben Pfaff [Mon, 31 May 2021 06:17:42 +0000 (23:17 -0700)]
add some keyword tests

2 years agoKeyword arguments work.
Ben Pfaff [Mon, 31 May 2021 06:00:12 +0000 (23:00 -0700)]
Keyword arguments work.

2 years agoBasic tests for macros and arguments pass.
Ben Pfaff [Mon, 31 May 2021 01:08:21 +0000 (18:08 -0700)]
Basic tests for macros and arguments pass.

2 years agoSome basic macros and tests work.
Ben Pfaff [Sun, 30 May 2021 22:50:46 +0000 (15:50 -0700)]
Some basic macros and tests work.

2 years agoWork on DEFINE command.
Ben Pfaff [Tue, 23 Mar 2021 14:14:48 +0000 (07:14 -0700)]
Work on DEFINE command.

2 years agoidentifier: Remove TOKEN_N_TYPES from enum token_type.
Ben Pfaff [Sun, 30 May 2021 22:49:42 +0000 (15:49 -0700)]
identifier: Remove TOKEN_N_TYPES from enum token_type.

2 years agosegment: Refine treatment of start of macro body.
Ben Pfaff [Sun, 30 May 2021 20:31:39 +0000 (13:31 -0700)]
segment: Refine treatment of start of macro body.

Previously, if the first line of the macro body (the same line as the
closing parenthesis in the DEFINE) was blank, we reported it as a blank
line to the lexer.  The parser for DEFINE could check for that (by seeing
whether the first line of macro body was empty or all-spaces) but it seems
more elegant to do it in the segmenter.  This implements that.

2 years agosegment: Fix implementation of is_all_spaces().
Ben Pfaff [Sun, 30 May 2021 20:30:10 +0000 (13:30 -0700)]
segment: Fix implementation of is_all_spaces().

2 years agosegment: The body of DEFINE does not have to be on separate lines.
Ben Pfaff [Sun, 30 May 2021 20:00:24 +0000 (13:00 -0700)]
segment: The body of DEFINE does not have to be on separate lines.

Some examples of one-line DEFINE can be seen at:
https://www.spsstools.net/en/macros/macros-index/utilities/quote-string-on-the-fly/
such as:
DEFINE !client() ABC Inc !ENDDEFINE.

2 years agosegment-test: Make debugging easier for some kinds of test failures.
Ben Pfaff [Sun, 30 May 2021 19:49:45 +0000 (12:49 -0700)]
segment-test: Make debugging easier for some kinds of test failures.

2 years agotoken: Rename token_destroy() to token_uninit().
Ben Pfaff [Sun, 9 May 2021 22:01:34 +0000 (15:01 -0700)]
token: Rename token_destroy() to token_uninit().

This better fits the convention that "destroy" functions free the argument,
whereas "uninit" frees only the members of the argument structure.

3 years agolexer: Remove lex_syntax_mode in favor of segmenter_mode.
Ben Pfaff [Mon, 3 May 2021 00:13:27 +0000 (17:13 -0700)]
lexer: Remove lex_syntax_mode in favor of segmenter_mode.

These two enums have the same meaning and there was no benefit to having
both of them plus translation back and forth.

3 years agopo/hu.po: Update to lastest version from translation-project.org
John Darrington [Sun, 2 May 2021 08:29:07 +0000 (10:29 +0200)]
po/hu.po: Update to lastest version from translation-project.org

3 years agopsppire-output-view: Avoid doubling output when exporting or printing.
Ben Pfaff [Sat, 1 May 2021 23:39:15 +0000 (16:39 -0700)]
psppire-output-view: Avoid doubling output when exporting or printing.

Outputting a group outputs its contents, but the code here was also
separately outputing the contents, which effectively doubled it.  (PSPP
doesn't currently use nested groups but these would have led to additional
copies.)

This fixes the problem by only printing items that aren't nested inside
any group.

Bug #60464.
Thanks to John Darrington for reporting this bug.

3 years agobox-whisker: Use consistent array size for box_whisker_hinges().
Ben Pfaff [Sat, 1 May 2021 22:54:18 +0000 (15:54 -0700)]
box-whisker: Use consistent array size for box_whisker_hinges().

The prototype said the 'hinges' parameter has 2 elements but the definition
said that it has 3.  This fixes the prototype.

This is harmless because the C standard says these are actually equivalent.

Reported by GCC 11.

3 years agoformat-parser: Fix inconsistent use of "char *" vs "char[NUMBER]".
Ben Pfaff [Sat, 1 May 2021 22:53:09 +0000 (15:53 -0700)]
format-parser: Fix inconsistent use of "char *" vs "char[NUMBER]".

These are equivalent according to the C standard in function prototypes,
but GCC 11 warns about using them inconsistently between a prototype and
a definition.  This commit avoids the warning.

3 years agosrc/language/utilities/host.c (run_command): Fix memory leak
John Darrington [Sat, 1 May 2021 12:08:27 +0000 (14:08 +0200)]
src/language/utilities/host.c (run_command): Fix memory leak

3 years agosrc/data/format.c (fmt_affix_free): Fix memory leak
John Darrington [Sat, 1 May 2021 11:55:35 +0000 (13:55 +0200)]
src/data/format.c (fmt_affix_free): Fix memory leak

3 years agosrc/output/tex.c (post_process_tokens): Fix memory leak
John Darrington [Sat, 1 May 2021 06:27:46 +0000 (08:27 +0200)]
src/output/tex.c (post_process_tokens): Fix memory leak

3 years agosrc/output/select.c (select_matches): Fix memory leak
John Darrington [Sat, 1 May 2021 05:45:09 +0000 (07:45 +0200)]
src/output/select.c (select_matches): Fix memory leak

3 years agosrc/output/spv/spv.c (spv_read): Remove unused variable
John Darrington [Sat, 1 May 2021 05:35:50 +0000 (07:35 +0200)]
src/output/spv/spv.c (spv_read): Remove unused variable

3 years agosrc/output/output-item.c (output_item_unref): Fix memory leak
John Darrington [Sat, 1 May 2021 05:31:34 +0000 (07:31 +0200)]
src/output/output-item.c (output_item_unref): Fix memory leak

3 years agosrc/output/output-item.h (outpt_item_ref): Add WARN_UNUSED_RESULT attribute
John Darrington [Sat, 1 May 2021 05:30:14 +0000 (07:30 +0200)]
src/output/output-item.h (outpt_item_ref): Add WARN_UNUSED_RESULT attribute

3 years agosrc/ouput/output-item.c (output_item_unshare): Use result of output_item_ref
John Darrington [Sat, 1 May 2021 05:29:24 +0000 (07:29 +0200)]
src/ouput/output-item.c (output_item_unshare): Use result of output_item_ref

3 years agosrc/output/pivot-table.c (pivot_value_ex_destroy): Fix memory leak
John Darrington [Sat, 1 May 2021 05:17:29 +0000 (07:17 +0200)]
src/output/pivot-table.c (pivot_value_ex_destroy): Fix memory leak

3 years agoWindows/automake.mk: Use more portable code
John Darrington [Sun, 18 Apr 2021 05:06:54 +0000 (07:06 +0200)]
Windows/automake.mk: Use more portable code

* Windows/automake.mk (environment_dir): Avoid GNU Make extensions
* Windows/automake.mk (libgcc_dir): Avoid GNU Make extensions

Suggested-by: Ben Praff <blp@gnu.org>
3 years agolexer: Fix typo in comment.
Ben Pfaff [Sun, 18 Apr 2021 19:54:18 +0000 (12:54 -0700)]
lexer: Fix typo in comment.

3 years agoOutput drivers: Remove assertions on OUTPUT_ITEM_GROUP
John Darrington [Sun, 18 Apr 2021 18:21:29 +0000 (20:21 +0200)]
Output drivers: Remove assertions on OUTPUT_ITEM_GROUP

This case was indeed not reached when run from the command line, but certainly
was when exporting from the output viewer.

3 years agoAdded rules to build nsis installers for w32
John Darrington [Sun, 18 Apr 2021 11:08:41 +0000 (13:08 +0200)]
Added rules to build nsis installers for w32

* Windows/AdvUninstLog.nsh: New file.
* Windows/MUI_EXTRAPAGES.nsh: New file.
* Windows/automake.mk: New file.
* Windows/pspp.nsi: New file.
* Makefile.am: include Windows/automake.mk.
* configure.ac: Add conditional for sizeof ptr.

3 years agoAdded a script to assist building for w32
John Darrington [Sun, 18 Apr 2021 06:38:48 +0000 (08:38 +0200)]
Added a script to assist building for w32

* Windows/README: New file.
* Windows/build-dependencies: New file.

3 years agoRefactor SET and SHOW commands so it's harder to forget implementing SHOW.
Ben Pfaff [Tue, 13 Apr 2021 20:43:05 +0000 (13:43 -0700)]
Refactor SET and SHOW commands so it's harder to forget implementing SHOW.

3 years agosettings: Add macro settings.
Ben Pfaff [Tue, 13 Apr 2021 19:17:01 +0000 (12:17 -0700)]
settings: Add macro settings.

3 years agosettings: Use modern initializer style.
Ben Pfaff [Tue, 13 Apr 2021 18:56:49 +0000 (11:56 -0700)]
settings: Use modern initializer style.

3 years agosegment: Allow '.' as separate token with a line, for macros.
Ben Pfaff [Tue, 13 Apr 2021 17:35:02 +0000 (10:35 -0700)]
segment: Allow '.' as separate token with a line, for macros.

The description of macros just says that ^ and \ can't be used as macro
delimiters, so . is probably OK.

3 years agopsppire-dialog-action-regression: Fix unused variable warning.
Ben Pfaff [Tue, 13 Apr 2021 17:01:58 +0000 (10:01 -0700)]
psppire-dialog-action-regression: Fix unused variable warning.

GCC said that 'ok' was unused because it's declared in the 'for' loop.

3 years agosegment: Improve segmentation when DEFINE command has early terminator.
Ben Pfaff [Tue, 13 Apr 2021 16:58:46 +0000 (09:58 -0700)]
segment: Improve segmentation when DEFINE command has early terminator.

The DEFINE command should not have a command terminator before the final
!ENDDEFINE.  When it does, that ends the whole thing early.  The segmenter
didn't handle this well, instead treating everything up to !ENDDEFINE as
part of the command.  That's probably not the best way because it makes
for confusing error messages.  This improves the behavior.

3 years agodoc/automake: Use correct syntax for configuring native build
John Darrington [Sat, 10 Apr 2021 07:05:31 +0000 (09:05 +0200)]
doc/automake: Use correct syntax for configuring native build

3 years agoAdd w32 handler for "activate-link" signal
John Darrington [Sat, 10 Apr 2021 07:03:18 +0000 (09:03 +0200)]
Add w32 handler for "activate-link" signal

The default activate-link handler for GtkAboutDialog does not seem to work on
w32.  So this change implements a special one.

src/ui/gui/help-menu.c (about-new): Add signal handler

3 years agoRemove unused module subcommand-list
John Darrington [Sat, 10 Apr 2021 06:31:48 +0000 (08:31 +0200)]
Remove unused module subcommand-list

3 years agotests/automake.mk: Fix building of test runners
John Darrington [Sat, 10 Apr 2021 06:24:47 +0000 (08:24 +0200)]
tests/automake.mk: Fix building of test runners

For certain architectures, the order of libraries is important.  Dependent
libraries must appear before the libraries which depend upon them.

3 years agosrc/ui/gui/var-display.c (missing_values_to_string): Reduce scope of local variable.
John Darrington [Sat, 10 Apr 2021 06:10:08 +0000 (08:10 +0200)]
src/ui/gui/var-display.c (missing_values_to_string): Reduce scope of local variable.

3 years agosrc/ui/gui/psppire-output-view.c (psppire_output_view_new): Reduce scope of local...
John Darrington [Sat, 10 Apr 2021 06:09:09 +0000 (08:09 +0200)]
src/ui/gui/psppire-output-view.c (psppire_output_view_new): Reduce scope of local variables.

3 years agosrc/ui/gui/psppire-dict.c (psppire_dict_set_name): Reduce scope of local variable.
John Darrington [Sat, 10 Apr 2021 06:08:15 +0000 (08:08 +0200)]
src/ui/gui/psppire-dict.c (psppire_dict_set_name): Reduce scope of local variable.

3 years agosrc/ui/gui/psppire-dialog-action-regression.c (generate_syntax): Reduce scope of...
John Darrington [Sat, 10 Apr 2021 06:06:41 +0000 (08:06 +0200)]
src/ui/gui/psppire-dialog-action-regression.c (generate_syntax): Reduce scope of local variables.

3 years agosrc/ui/gui/psppire-data-store.c (psppire_data_store_get_reader): Reduce scope of...
John Darrington [Sat, 10 Apr 2021 06:04:39 +0000 (08:04 +0200)]
src/ui/gui/psppire-data-store.c (psppire_data_store_get_reader): Reduce scope of local variable.

3 years agosrc/libpspp/float-format.c (extract_hex): Remove useless assignment.
John Darrington [Sat, 10 Apr 2021 06:03:26 +0000 (08:03 +0200)]
src/libpspp/float-format.c (extract_hex): Remove useless assignment.

Found by cppcheck.

3 years agosrc/language/stats/crosstabs.c (display_risk): Avoid warning found by cppcheck
John Darrington [Sat, 10 Apr 2021 06:00:55 +0000 (08:00 +0200)]
src/language/stats/crosstabs.c (display_risk): Avoid warning found by cppcheck

3 years agocommand: DEFINE command is still unimplemented.
Ben Pfaff [Fri, 9 Apr 2021 18:24:44 +0000 (11:24 -0700)]
command: DEFINE command is still unimplemented.

Commit ed109bf49821 ("lexer: Add support for macro punctuation.")
mistakenly changed this.

3 years agolexer: Add support for DEFINE...!ENDDEFINE.
Ben Pfaff [Fri, 9 Apr 2021 17:53:33 +0000 (10:53 -0700)]
lexer: Add support for DEFINE...!ENDDEFINE.

This doesn't support the command itself, just the lexical analysis needed
for it.

3 years agolexer: Add support for macro punctuation.
Ben Pfaff [Mon, 22 Mar 2021 06:06:14 +0000 (23:06 -0700)]
lexer: Add support for macro punctuation.

These punctuation symbols can be used to delimit macro arguments, even
though they aren't allowed anywhere else in the language.

3 years agolexer: Add support for macro identifiers (that begin with '!').
Ben Pfaff [Sun, 21 Mar 2021 21:58:09 +0000 (14:58 -0700)]
lexer: Add support for macro identifiers (that begin with '!').

3 years agosegment: Fix segmentation of integer followed by "." at end of file.
Ben Pfaff [Fri, 9 Apr 2021 17:32:18 +0000 (10:32 -0700)]
segment: Fix segmentation of integer followed by "." at end of file.

Previously this was segmented as a single number containing a trailing dot,
but it should be an integer followed by end-of-command.

3 years agoMention Harry Thijssen in THANKS
John Darrington [Sun, 4 Apr 2021 18:08:42 +0000 (20:08 +0200)]
Mention Harry Thijssen in THANKS

3 years agosrc/ui/gui/help-menu.c (open_windows_help): Reimplement
John Darrington [Sat, 3 Apr 2021 07:42:37 +0000 (09:42 +0200)]
src/ui/gui/help-menu.c (open_windows_help): Reimplement

This change reimplements the function open_windows_help, because:

1.  It didn't seem to work reliably.

2.  It seems overly complicated.

3.  It relied upon a binary called "wscript.exe" which according to
    a brief web search, many windows users consider a security hole
    and routinely remove it.

3 years agosrc/language/stats/glm.c: Fix compiler warnings
John Darrington [Sun, 4 Apr 2021 16:38:22 +0000 (18:38 +0200)]
src/language/stats/glm.c: Fix compiler warnings

3 years agosrc/libpspp/message.c (prepare_diagnostic_information): Relocate locale_dir
John Darrington [Sat, 3 Apr 2021 12:32:56 +0000 (14:32 +0200)]
src/libpspp/message.c (prepare_diagnostic_information): Relocate locale_dir

3 years agoOutput Window: Fix sensitivity of Save button. Also add option for png and svg files.
John Darrington [Sun, 28 Mar 2021 16:39:44 +0000 (18:39 +0200)]
Output Window: Fix sensitivity of Save button. Also add option for png and svg files.

src/ui/gui/psppire-output-window.c (on_combo_change): Simplify logic and use
 correct limit for number of filename extentions.

3 years agosrc/ui/gui/automake.mk [src_ui_gui_psppire_CFLAGS]: Compile for a GUI under w32
John Darrington [Sun, 28 Mar 2021 09:17:16 +0000 (11:17 +0200)]
src/ui/gui/automake.mk [src_ui_gui_psppire_CFLAGS]: Compile for a GUI under w32

3 years agosrc/ui/gui/psppire.c: Fold long line
John Darrington [Sun, 28 Mar 2021 09:15:33 +0000 (11:15 +0200)]
src/ui/gui/psppire.c: Fold long line

3 years agosrc/ui/gui/psppire-dialog-action-runs.c (generate_syntax): Rename 'text' to 'str'
John Darrington [Sat, 27 Mar 2021 18:08:26 +0000 (19:08 +0100)]
src/ui/gui/psppire-dialog-action-runs.c (generate_syntax): Rename 'text' to 'str'

3 years agosrc/ui/gui/find-dialog.c (ip -> case_iterator): Rename.
John Darrington [Sat, 27 Mar 2021 17:59:18 +0000 (18:59 +0100)]
src/ui/gui/find-dialog.c (ip -> case_iterator): Rename.

3 years agosrc/ui/gui/psppire.c (struct icon_size): Remove --- unused
John Darrington [Sat, 27 Mar 2021 17:54:05 +0000 (18:54 +0100)]
src/ui/gui/psppire.c (struct icon_size): Remove --- unused

3 years agosrc/ui/gui/helper.c (clone_list_store): Remove unused variable
John Darrington [Sat, 27 Mar 2021 17:53:12 +0000 (18:53 +0100)]
src/ui/gui/helper.c (clone_list_store): Remove unused variable

3 years agoBump micro version to 1.5.3
John Darrington [Sat, 27 Mar 2021 10:33:18 +0000 (11:33 +0100)]
Bump micro version to 1.5.3

3 years agoGenerate cosmetics for windows hosts.
John Darrington [Sat, 27 Mar 2021 09:26:08 +0000 (10:26 +0100)]
Generate cosmetics for windows hosts.

On w32 hosts, generate the resource file and link it to the psppire
executable.  Also generate the pspp.ico which is associated with the
executable.

3 years agosegment: Properly handle DO REPEAT in batch mode.
Ben Pfaff [Tue, 23 Mar 2021 14:14:35 +0000 (07:14 -0700)]
segment: Properly handle DO REPEAT in batch mode.

In batch mode, a line that begins with a non-blank starts a new command,
but the segmenter didn't properly support this.  Without this commit,
the following wasn't properly handled:

DO REPEAT #x=1
ECHO 'hi'
END REPEAT

This commit also adds a test against regression, which also checks that
a blank line to separate DO REPEAT from the repeated syntax works (it
did before too, but there was no test).

3 years agolexer: New function lex_force_int_range().
Ben Pfaff [Mon, 22 Mar 2021 19:50:23 +0000 (12:50 -0700)]
lexer: New function lex_force_int_range().

This simplifies parsing code that needs an integer in a particular range.

3 years agoFix bug where attempting to rendering an empty bar chart would crash
John Darrington [Sun, 21 Mar 2021 21:19:25 +0000 (22:19 +0100)]
Fix bug where attempting to rendering an empty bar chart would crash

3 years agodoc: Update documentation for SET command to match recent code changes.
Ben Pfaff [Sun, 21 Mar 2021 19:48:01 +0000 (12:48 -0700)]
doc: Update documentation for SET command to match recent code changes.

3 years agoq2c: Remove, since it is no longer used.
Ben Pfaff [Sun, 21 Mar 2021 19:03:52 +0000 (12:03 -0700)]
q2c: Remove, since it is no longer used.

This was the only tool that needed the build system's C compiler, so also
remove the parts of the build system that supported that.

3 years agoSET: Reimplement parser without q2c.
Ben Pfaff [Sun, 21 Mar 2021 18:59:30 +0000 (11:59 -0700)]
SET: Reimplement parser without q2c.

3 years agoCROSSTABS: Reimplement parser without q2c.
Ben Pfaff [Wed, 17 Mar 2021 17:50:28 +0000 (10:50 -0700)]
CROSSTABS: Reimplement parser without q2c.

3 years agoAvoid useless warnings on stderr.
John Darrington [Sun, 14 Mar 2021 18:39:30 +0000 (19:39 +0100)]
Avoid useless warnings on stderr.

src/libpspp/i18n.c (create_iconv): New argument 'warn'

3 years agosrc/ui/gui/main.c: Add a startup tip for Windows
John Darrington [Sun, 14 Mar 2021 15:33:31 +0000 (16:33 +0100)]
src/ui/gui/main.c: Add a startup tip for Windows

3 years agopsppire-import-spreadsheet.c: Fix typo
John Darrington [Sun, 14 Mar 2021 21:42:47 +0000 (22:42 +0100)]
psppire-import-spreadsheet.c: Fix typo