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-331-g00063


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-331-g000633b
Date: Thu, 29 Jan 2009 23:45:51 +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  000633bd0db563eaf5fa239c08dfcc7f241e7977 (commit)
       via  cd2a72711236a924ad05c6c1fff9055eaa0db64d (commit)
       via  e2862b56eb679a975a662d621896cdcc81b442a3 (commit)
       via  d75247c28e0dce9c21070e4ee14fdc6a2338fb77 (commit)
       via  0fc5ac957f04c06ab30b990600684d41c68fe1e5 (commit)
       via  7a5fb1b41208866a400578b9efa3830ff794f6dd (commit)
       via  240d882fc9f70461f84394388c29c309d1932c9f (commit)
       via  2cf7ac68ff3ab753be17381fa5d2c2ac27b7ff34 (commit)
       via  39e6db3000d93d76a8036ca319147096fe24d097 (commit)
       via  5e7e6c8417aee2b983d1725101bf66fe5fea2aaa (commit)
       via  b96c526de9a5b0ee767e058cefc42fae9e9b0dc5 (commit)
       via  16c87013538d6662f30870e9bf73462f726524f9 (commit)
       via  77612c9127e474daf7f06ba4dce7935b8eaf4052 (commit)
       via  00e095652fc0f36d39acf72992f4714cbac1ffb6 (commit)
       via  2e692c82d0143c21ab28d7741f07d65083e04271 (commit)
       via  8ec9e3a8a285f20c614d555185e4cffca3bea8ef (commit)
       via  a8a61c1dd90faf464a46ad11620c6e461f31bab1 (commit)
       via  a992bf1121d3e1eef76fd6184b95fe079bb91558 (commit)
       via  4ed307e3ae98c362d182bc5c8b2d79f4252ff1b8 (commit)
       via  09669b94dcfcb20c354f454f34c1445a260e2980 (commit)
       via  b8e182acade7dc6f008d79221f1274fa1e3003dc (commit)
       via  6ef31dd13db451889d03408cf07ed04d47000b06 (commit)
       via  aee574220dad196b9e5a872e3afe930275a79bfa (commit)
       via  e4f0ca7496fbdc377a211693df853245981c46b5 (commit)
       via  591e1f9d131470cdd92a2ea3f15d9ae53be36918 (commit)
       via  1145dad25fd785efd141a5258c32d2ff0e694c12 (commit)
       via  49ce384421d791119e04cbdb6bd4ae4ec30740f4 (commit)
       via  7da2b01528493bd9f84a706e71fafb9ae8797ab7 (commit)
       via  27a0c1b1d9dc57d2109d8accfccd8df1303d8c46 (commit)
       via  7006fb25e78f46e26dbabbfacf68b0297e4cd0ea (commit)
       via  66b1b93cf6ca53c86199e88e5972f3017c56314c (commit)
       via  8fde9420365b644c2339860bee6d552ce875ddce (commit)
      from  468d19460a8bc3fc9541cde13db5d88e02da71f2 (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 000633bd0db563eaf5fa239c08dfcc7f241e7977
Author: John Darrington <address@hidden>
Date:   Fri Jan 30 08:25:28 2009 +0900

    Updated NEWS

commit cd2a72711236a924ad05c6c1fff9055eaa0db64d
Author: John Darrington <address@hidden>
Date:   Fri Jan 30 08:23:29 2009 +0900

    Correct the directory of the perl module tarball target

commit e2862b56eb679a975a662d621896cdcc81b442a3
Author: John Darrington <address@hidden>
Date:   Fri Jan 30 08:01:28 2009 +0900

    Bump minor version number

commit d75247c28e0dce9c21070e4ee14fdc6a2338fb77
Merge: 468d19460a8bc3fc9541cde13db5d88e02da71f2 
0fc5ac957f04c06ab30b990600684d41c68fe1e5
Author: John Darrington <address@hidden>
Date:   Fri Jan 30 07:37:37 2009 +0900

    Merge branch 'savannah/perl-module'
    
    Conflicts:
    
        po/en_GB.po
        src/libpspp/automake.mk

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

Summary of changes:
 Makefile.am                    |    2 +
 NEWS                           |    5 +
 configure.ac                   |    2 +-
 COPYING => perl-module/COPYING |    0 
 perl-module/Changes            |   13 +
 perl-module/Examples.pod       |  146 ++
 perl-module/MANIFEST           |   13 +
 perl-module/Makefile.PL        |   52 +
 perl-module/PSPP.xs            |  702 ++++++
 perl-module/README             |   48 +
 perl-module/automake.mk        |   74 +
 perl-module/lib/PSPP.pm        |  543 +++++
 perl-module/ppport.h           | 4954 ++++++++++++++++++++++++++++++++++++++++
 perl-module/t/Pspp.t           |  619 +++++
 perl-module/typemap            |   53 +
 po/en_GB.po                    |    2 +-
 src/libpspp/automake.mk        |    6 +-
 src/libpspp/message.c          |    6 +-
 18 files changed, 7235 insertions(+), 5 deletions(-)
 copy COPYING => perl-module/COPYING (100%)
 create mode 100644 perl-module/Changes
 create mode 100644 perl-module/Examples.pod
 create mode 100644 perl-module/MANIFEST
 create mode 100644 perl-module/Makefile.PL
 create mode 100644 perl-module/PSPP.bs
 create mode 100644 perl-module/PSPP.xs
 create mode 100644 perl-module/README
 create mode 100644 perl-module/automake.mk
 create mode 100644 perl-module/lib/PSPP.pm
 create mode 100644 perl-module/ppport.h
 create mode 100644 perl-module/t/Pspp.t
 create mode 100644 perl-module/typemap


hooks/post-receive
--
GNU PSPP




reply via email to

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