pspp-dev
[Top][All Lists]
Advanced

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

[PATCH 00/13] second batch of psppsheet changes


From: Ben Pfaff
Subject: [PATCH 00/13] second batch of psppsheet changes
Date: Mon, 16 Apr 2012 20:52:06 -0700

Here's another batch of changes that prepare for my work on the
GUI data and variable sheets.  Many of these changes simply fix
minor bugs and style issues and do little improvements to
infrastructure.

Feedback welcomed.  I'll give this a few days or until I hear back
on reviews.

Thanks,

Ben.

Ben Pfaff (13):
  psppire-dict: g_return_if_fail for idx in
    psppire_dict_get_variable().
  gui: Use canonical names for signals.
  gui: Add undocumented --measure-startup option.
  gui: Call g_thread_init() earlier.
  format: New functions fmt_change_width(), fmt_change_decimals().
  format: Introduce a new type "enum fmt_use".
  format: Fix typo in comment.
  helper: New function value_to_text__().
  value-labels: New function val_labs_find_value().
  abt: Drop child parameters from 'reaugment' function.
  abt: New function abt_is_empty().
  range-set: Rename "insert" function "set1", "delete" to "set0".
  range-set: New macro RANGE_SET_FOR_EACH to make iteration easier.

 src/data/datasheet.c                    |   13 +--
 src/data/format.c                       |  157 ++++++++++++++++++------------
 src/data/format.h                       |   24 ++++--
 src/data/value-labels.c                 |   31 ++++++-
 src/data/value-labels.h                 |    4 +-
 src/language/data-io/data-list.c        |    4 +-
 src/language/data-io/placement-parser.c |   27 +++---
 src/language/data-io/placement-parser.h |    7 +-
 src/language/data-io/print.c            |    4 +-
 src/libpspp/abt.c                       |   10 +-
 src/libpspp/abt.h                       |   43 +++++----
 src/libpspp/range-set.c                 |    8 +-
 src/libpspp/range-set.h                 |   21 +++--
 src/libpspp/sparse-xarray.c             |   18 ++--
 src/libpspp/tower.c                     |   32 +++----
 src/ui/gui/helper.c                     |   21 ++++-
 src/ui/gui/helper.h                     |    2 +
 src/ui/gui/main.c                       |   37 +++++++-
 src/ui/gui/psppire-dict.c               |   12 +--
 tests/libpspp/abt-test.c                |   16 ++--
 tests/libpspp/range-set-test.c          |   15 ++--
 21 files changed, 312 insertions(+), 194 deletions(-)

-- 
1.7.2.5




reply via email to

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