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. v2.0.0-4-g928c1d7


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v2.0.0-4-g928c1d754
Date: Sat, 24 Feb 2024 13:54:55 -0500 (EST)

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  928c1d754cfab8997d7533c8cb26440334af31e1 (commit)
      from  5237751f056148020fc02cec406321d8cd092062 (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 928c1d754cfab8997d7533c8cb26440334af31e1
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Feb 24 10:50:02 2024 -0800

    CTABLES: Fix crash with single nesting level, no label, and moving labels.
    
    This fixes a crash for the following input:
    
    DATA LIST LIST NOTABLE /year (F4.0).
    BEGIN DATA
    2020
    2021
    2022
    2020
    2020
    END DATA.
    
    CTABLES
      /VLABELS VARIABLES=year DISPLAY=NONE
      /TABLE year [C]
      /CLABELS ROWLABELS=OPPOSITE.
    
    Thanks to Frans Houweling for reporting this bug and providing the test
    case.

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

Summary of changes:
 src/language/commands/ctables.c    |  10 ++-
 tests/language/commands/ctables.at | 173 +++++++++++++++++++++++++++++++++++++
 2 files changed, 182 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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