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. v0.8.5-458-g958e7


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-458-g958e785
Date: Sun, 31 Jan 2016 20:31:08 +0000

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  958e78555714e9f1847513f9cc576fa2cd7a6769 (commit)
      from  5539849055ad928f536d192561cbbaab3b926180 (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 958e78555714e9f1847513f9cc576fa2cd7a6769
Author: Ben Pfaff <address@hidden>
Date:   Sun Jan 31 12:28:54 2016 -0800

    spreadsheet: Avoid sharing a dictionary between spreadsheet and client.
    
    Spreadsheet implementations keep a copy of the dictionary that they build
    to simplify reading cases.  Until now, they shared that dictionary, in a
    modifiable way, with their client.  This meant, however, that if the client
    modified the dictionary, it could screw up reading further cases from the
    spreadsheet.
    
    This commit fixes the problem by forcing clients to make their own copy of
    the dictionary if they want to modify it.
    
    Bug #44158.

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

Summary of changes:
 src/data/gnumeric-reader.c            |    9 +++++----
 src/data/ods-reader.c                 |    8 ++++----
 src/data/spreadsheet-reader.h         |    7 ++++---
 src/language/data-io/get-data.c       |   29 +++++++++--------------------
 src/ui/gui/psppire-import-assistant.c |    2 +-
 5 files changed, 23 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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