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.6.1-72-g65190c


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-72-g65190c8
Date: Sat, 08 Nov 2008 03:53:47 +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  65190c89174ad703a008c89bfc70154dff12def0 (commit)
       via  5ffc5c43833cf832b9552104f3142d4c6c4b4823 (commit)
       via  fe76b9c2c49a0dd33aad5dfe3f03a056e6f96c21 (commit)
      from  93cf6259300c4ddeef1df6e40b3958bb9e6802f5 (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 65190c89174ad703a008c89bfc70154dff12def0
Merge: 5ffc5c43833cf832b9552104f3142d4c6c4b4823 
93cf6259300c4ddeef1df6e40b3958bb9e6802f5
Author: John Darrington <address@hidden>
Date:   Sat Nov 8 12:50:39 2008 +0900

    Merge branch 'master' of ssh://address@hidden/srv/git/pspp

commit 5ffc5c43833cf832b9552104f3142d4c6c4b4823
Author: John Darrington <address@hidden>
Date:   Sat Nov 8 12:49:58 2008 +0900

    Updated British translations.

commit fe76b9c2c49a0dd33aad5dfe3f03a056e6f96c21
Author: John Darrington <address@hidden>
Date:   Sat Nov 8 12:44:56 2008 +0900

    Rewrote the command line parser using argp.
    
    Reimplemented the command line parser using argp.
    Removed some unimplemented options and added the ability
    for the gui to open system or portable files whose names
    are specified on the command line.

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

Summary of changes:
 Smake                                              |    1 +
 doc/invoking.texi                                  |   37 +-
 po/en_GB.po                                        |  952 ++++++++++++--------
 src/ui/automake.mk                                 |    8 +-
 src/ui/command-line.c                              |  166 ++++
 src/ui/{gui/psppire-var-ptr.h => command-line.h}   |   32 +-
 src/ui/gui/main.c                                  |  134 ++--
 src/ui/gui/psppire.c                               |   81 ++-
 src/ui/gui/psppire.h                               |    7 +-
 src/ui/source-init-opts.c                          |  136 +++
 ...ext-data-import-dialog.h => source-init-opts.h} |    8 +-
 src/ui/terminal/automake.mk                        |    7 +-
 src/ui/terminal/command-line.c                     |  274 ------
 src/ui/terminal/command-line.h                     |   26 -
 src/ui/terminal/main.c                             |   84 ++-
 src/ui/terminal/terminal-opts.c                    |  198 ++++
 .../terminal-opts.h}                               |   12 +-
 17 files changed, 1317 insertions(+), 846 deletions(-)
 create mode 100644 src/ui/command-line.c
 copy src/ui/{gui/psppire-var-ptr.h => command-line.h} (50%)
 create mode 100644 src/ui/source-init-opts.c
 copy src/ui/{gui/text-data-import-dialog.h => source-init-opts.h} (83%)
 delete mode 100644 src/ui/terminal/command-line.c
 delete mode 100644 src/ui/terminal/command-line.h
 create mode 100644 src/ui/terminal/terminal-opts.c
 copy src/ui/{gui/crosstabs-dialog.h => terminal/terminal-opts.h} (82%)


hooks/post-receive
--
GNU PSPP




reply via email to

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