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.2.0-480-gcf039


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-480-gcf03991
Date: Sat, 4 Jul 2020 05:18:10 -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  cf039918a493868e3b777575b2bc504c3adbb9d5 (commit)
       via  a0bb3b1110007a52e2a15801e31c7f546621d111 (commit)
       via  afb3e3afa5ee6bc26d118e20e277eb03ddc6fac5 (commit)
       via  8309c10f073fed312bcfbfe4d08dbb790e1fbf8c (commit)
       via  8b069a8dd30582d725034ba78922d919b242236a (commit)
       via  431c5e299fa07934c3fcf01cf32ad9a95506ed37 (commit)
      from  f4c63cb4df45ed66a05bbdffa4a0760f9b5c883b (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 cf039918a493868e3b777575b2bc504c3adbb9d5
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 11:15:04 2020 +0200

    Mitigate bug #48050
    
    This bug caused an assertion failure in src/data/datasheet.c  The change 
here
    traps the faulty condition earlier and raises a G_CRITICAL rather than an
    assertion.

commit a0bb3b1110007a52e2a15801e31c7f546621d111
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 11:11:47 2020 +0200

    Fix memory leak displaying string values in the data sheet

commit afb3e3afa5ee6bc26d118e20e277eb03ddc6fac5
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 11:11:47 2020 +0200

    Value variant: Don't over allocate string values

commit 8309c10f073fed312bcfbfe4d08dbb790e1fbf8c
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 11:11:47 2020 +0200

    pspp-mode.el: Make all keywords case insensitive

commit 8b069a8dd30582d725034ba78922d919b242236a
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 10:42:22 2020 +0200

    pspp-mode.el: Make indentation closer to what lisp people like.

commit 431c5e299fa07934c3fcf01cf32ad9a95506ed37
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 10:42:22 2020 +0200

    Add finalize methods to some classes which don't have them.
    
    These may not be strictly necessary, but can make tracking
    for leaks easier by placing a diagnostic in the method.

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

Summary of changes:
 pspp-mode.el                     | 1081 ++++++++++++++++++--------------------
 src/ui/gui/psppire-data-editor.c |    8 +
 src/ui/gui/psppire-data-sheet.c  |    8 +
 src/ui/gui/psppire-data-store.c  |    2 +
 src/ui/gui/value-variant.c       |   22 +-
 5 files changed, 546 insertions(+), 575 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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