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.7.9-438-gd5040


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-438-gd50402a
Date: Sun, 23 Dec 2012 16:41:15 +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  d50402a72ca10ec20c202d5600cb5a362d08d0ce (commit)
       via  94d35ef3399039d11540e824f056193020c0b7fd (commit)
       via  7fbadad9d6d9cad8805cafdd9ea157e753029ea0 (commit)
       via  b54cf7b8d3259f5de57a2e0ca53fa2e2c5185abf (commit)
      from  acd6e0df2ed6fe05be3065dc84a0a17dd4ee73f9 (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 d50402a72ca10ec20c202d5600cb5a362d08d0ce
Author: John Darrington <address@hidden>
Date:   Sun Dec 23 17:05:40 2012 +0100

    Logistic Regression GUI: make locale independent.
    
    The syntax generator for the logistic regression dialog generated commas 
instead of dots
    under some locales.  This change fixes that.

commit 94d35ef3399039d11540e824f056193020c0b7fd
Author: John Darrington <address@hidden>
Date:   Sun Dec 23 17:01:30 2012 +0100

    syntax-gen.c (syntax_gen_pspp_valist): Add new %g directive

commit 7fbadad9d6d9cad8805cafdd9ea157e753029ea0
Author: John Darrington <address@hidden>
Date:   Sun Dec 23 12:49:06 2012 +0100

    psppire-var-view.c: New function psppire_var_view_append_names_str

commit b54cf7b8d3259f5de57a2e0ca53fa2e2c5185abf
Author: John Darrington <address@hidden>
Date:   Sat Dec 22 17:40:09 2012 +0100

    str.c: New functions ds_put_c_vformat and ds_put_c_format
    
    Added a new printf-like functions which are locale independent.
    Added this new function, and changed syntax_gen_pspp_valist to use it.
    Rationale: syntax generation should never be locale dependent.

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

Summary of changes:
 src/libpspp/str.c                           |   48 ++++++++++++++++++++++++---
 src/libpspp/str.h                           |    6 +++
 src/ui/gui/psppire-dialog-action-logistic.c |   29 ++++++++--------
 src/ui/gui/psppire-var-view.c               |   31 +++++++++++++++++
 src/ui/gui/psppire-var-view.h               |    2 +
 src/ui/syntax-gen.c                         |   18 +++++-----
 6 files changed, 106 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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