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-pre1-35-g2


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v2.0.0-pre1-35-g2ba8dc295
Date: Sat, 3 Jun 2023 13:10: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  2ba8dc2955f8a4bcad4a265fd3354f4fd8f74564 (commit)
      from  fa6bce3e7815c9f4e97497626af9e4ce9bceab5c (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 2ba8dc2955f8a4bcad4a265fd3354f4fd8f74564
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Jun 3 10:02:28 2023 -0700

    spreadsheet-reader: Merge duplicate code with libpspp/str.h.
    
    The tree had two functions for 26-adic spreadsheet number formatting.  This
    eliminates the duplication and moves the corresponding parsing function
    into str.h as well.

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

Summary of changes:
 src/data/dictionary.c                   |   6 +-
 src/data/short-names.c                  |   2 +-
 src/data/spreadsheet-reader.c           | 132 ++++----------------------------
 src/data/spreadsheet-reader.h           |   2 -
 src/libpspp/str.c                       |  57 +++++++++++++-
 src/libpspp/str.h                       |  13 +++-
 src/output/pivot-table.c                |   2 +-
 src/ui/gui/psppire-import-spreadsheet.c |  21 ++---
 tests/libpspp/str-test.c                |   2 +-
 tests/libpspp/stringi-map-test.c        |   5 +-
 tests/libpspp/stringi-set-test.c        |   5 +-
 11 files changed, 103 insertions(+), 144 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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