pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, refs/heads/charset, updated. v0.6.


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, refs/heads/charset, updated. v0.6.1-509-gd6ede2e
Date: Wed, 01 Apr 2009 02:23: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, refs/heads/charset has been updated
       via  d6ede2e8f16079edae2e308583f8af4f7e9daddd (commit)
       via  b106c9452e2682e7923dc43028cf0e4b353e5443 (commit)
       via  be89f5708c5ab602642d3d297f84e9f32931a2f2 (commit)
       via  4fcc4128123c6f7b80d40adbeea58ae56b9be55c (commit)
       via  5282b76bcbd0501c1227b36e4d451f340388eca5 (commit)
       via  032ac72de5fd6041c0568263d8d376a2a2bed6fd (commit)
       via  1288f8123ea04686150b79b9e6a5d5d78c420353 (commit)
       via  9e9fc05c2f9be73f053d9c669827c73ea1dc394c (commit)
       via  2e5d12fff7df644a94734280ce2c2afa6c67c057 (commit)
       via  f500d6df5351c40c4758673372c95c653e1fdc01 (commit)
       via  0aebb03b1f9c3a4a0dd99b715f13dc044540a0bd (commit)
      from  4a0d56089edc9b7a007da65bd31deb4ad9e3106e (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 d6ede2e8f16079edae2e308583f8af4f7e9daddd
Merge: b106c9452e2682e7923dc43028cf0e4b353e5443 
4fcc4128123c6f7b80d40adbeea58ae56b9be55c
Author: John Darrington <address@hidden>
Date:   Wed Apr 1 09:58:49 2009 +0800

    Merge commit 'origin/master' into charset

commit b106c9452e2682e7923dc43028cf0e4b353e5443
Author: John Darrington <address@hidden>
Date:   Wed Apr 1 09:56:49 2009 +0800

    Implemented the SET LOCALE='...' command.
    
    Allow the user to set the default character encoding.

commit be89f5708c5ab602642d3d297f84e9f32931a2f2
Author: John Darrington <address@hidden>
Date:   Wed Apr 1 08:43:07 2009 +0800

    Refactor locale initialisation.
    
    Created a common i18n_init function that both
    the GUI and terminal can use, instead of each
    doing it their own way.

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

Summary of changes:
 doc/utilities.texi                                 |   35 ++++++++-
 src/data/settings.c                                |    4 +-
 src/language/lexer/lexer.c                         |    9 +-
 src/language/stats/examine.q                       |    4 +-
 src/language/stats/wilcoxon.c                      |    1 +
 src/language/utilities/set.q                       |   44 ++++++++++
 src/libpspp/i18n.c                                 |   86 +++++++++++++++++++-
 src/libpspp/i18n.h                                 |   11 +++-
 src/math/covariance-matrix.c                       |   85 ++++++++++++++-----
 src/math/covariance-matrix.h                       |    1 +
 src/math/design-matrix.c                           |   10 +++
 src/math/design-matrix.h                           |    2 +
 src/ui/gui/automake.mk                             |    3 +-
 src/ui/gui/main.c                                  |    2 +
 src/ui/gui/psppire.c                               |   63 +++++++++++++--
 src/ui/terminal/automake.mk                        |    3 +-
 src/ui/terminal/main.c                             |   20 +----
 tests/automake.mk                                  |   13 ++--
 tests/bugs/{examine-crash.sh => examine-crash2.sh} |   17 ++--
 19 files changed, 337 insertions(+), 76 deletions(-)
 copy tests/bugs/{examine-crash.sh => examine-crash2.sh} (84%)


hooks/post-receive
--
GNU PSPP




reply via email to

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