pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-53-g373132


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-53-g373132c
Date: Sun, 27 Sep 2020 06:43:34 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  373132ca89b003b116d69a987a43f3f9cceae33a (commit)
       via  08abf9ab6a87c0698a79b288858f9714f8d0f3bf (commit)
       via  8ce80361a582f88b22449b2d277873f7770155a0 (commit)
       via  9269baf297568f63c2e7a184c73e1c8720b9b319 (commit)
       via  85788df03d1dfadf954f5f5cd60f7e2468974329 (commit)
      from  3990e1c55ccb6b246aff730309ae8efeaf7562da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 373132ca89b003b116d69a987a43f3f9cceae33a
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Sep 5 05:08:12 2020 +0200

    Psppire: On irrecoverable error display fatal error dialog

commit 08abf9ab6a87c0698a79b288858f9714f8d0f3bf
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Sep 5 05:08:12 2020 +0200

    Avoid calling stdio function calls from within signal handler.
    
    fprintf &c is unsafe in a signal handler, because it is non-reentrant.
    This change therefore uses write, and prepares the message to be
    printed outside of the handler.

commit 8ce80361a582f88b22449b2d277873f7770155a0
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sun Sep 27 11:29:15 2020 +0200

    psppire.xml: Replace placeholder strings, add missing widgets and sort

commit 9269baf297568f63c2e7a184c73e1c8720b9b319
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Sep 26 08:37:46 2020 +0200

    PspppireKeypad: Add tooltips to buttons

commit 85788df03d1dfadf954f5f5cd60f7e2468974329
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Sep 26 22:48:03 2020 +0200

    acinclude.m4: Remove one oxymoron and one tautology

-----------------------------------------------------------------------

Summary of changes:
 acinclude.m4                |   4 +-
 src/libpspp/message.c       |  79 +++++++++++++++++++++++++++-------
 src/libpspp/message.h       |   2 +
 src/ui/gui/main.c           |  79 +++++++++++++++++++++++++++++++++-
 src/ui/gui/psppire-keypad.c | 100 +++++++++++++++++++++-----------------------
 src/ui/gui/psppire.xml      |  27 ++++++++----
 src/ui/gui/widgets.c        |   9 ++++
 src/ui/terminal/main.c      |   3 ++
 8 files changed, 224 insertions(+), 79 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]