pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, data-encoding, updated. v0.6.1-698


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, data-encoding, updated. v0.6.1-698-g2b77d62
Date: Sat, 18 Jul 2009 10:59:48 +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, data-encoding has been updated
       via  2b77d6273ba47af3020a827d48d0ff3330d76ba5 (commit)
       via  19ed451d5175afc83d391c13eb58654c94310fa9 (commit)
       via  89306c3c6b335e23a09bc2c3442d8b08e60cb328 (commit)
       via  1dde249bcf2bbdb0ecc5bc972a62c45f2a1623df (commit)
       via  573b7c2cdd49d29bcc35e407bb52cb28199973c1 (commit)
      from  073997e65ce756a77a7db90cc23fb7f501bdd087 (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 2b77d6273ba47af3020a827d48d0ff3330d76ba5
Author: John Darrington <address@hidden>
Date:   Sat Jul 18 12:38:02 2009 +0200

    Add comment explaining the meaning of encoding to data_out

commit 19ed451d5175afc83d391c13eb58654c94310fa9
Author: John Darrington <address@hidden>
Date:   Sat Jul 18 12:34:30 2009 +0200

    The length of the string is now not always the
    same as the format width.
    
    Thanks to Ben Pfaff for pointing this out.

commit 89306c3c6b335e23a09bc2c3442d8b08e60cb328
Author: John Darrington <address@hidden>
Date:   Sat Jul 18 12:29:35 2009 +0200

    Improve code to trim leading spaces from numeric output.
    
    Ben Pfaff pointed out that the code to chomp the results
    of formated doubles was no longer correct. This change
    fixes that.

commit 1dde249bcf2bbdb0ecc5bc972a62c45f2a1623df
Author: John Darrington <address@hidden>
Date:   Sat Jul 18 12:08:04 2009 +0200

    Use data_out_pool in crosstabs.q
    
    We were erroneously allocating a buffer before
    the size of the contents were known.  Using
    data_out_pool avoids this problem.  Thanks to
    Ben Pfaff for pointing this out.

commit 573b7c2cdd49d29bcc35e407bb52cb28199973c1
Author: John Darrington <address@hidden>
Date:   Sat Jul 18 11:32:46 2009 +0200

    Before recoding a variable's name, check that it
    doesn't clash with an existing one.
    
    Thanks to Ben Pfaff for pointing out this potential
    problem.

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

Summary of changes:
 src/data/data-out.c              |   12 ++++++++----
 src/data/sys-file-reader.c       |   13 +++++++++++--
 src/language/stats/crosstabs.q   |   16 ++++------------
 src/output/table.c               |   17 +++++------------
 src/ui/gui/psppire-data-editor.c |    5 +++--
 5 files changed, 31 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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