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.0-41-gd03050


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.0-41-gd030506
Date: Fri, 05 Sep 2008 02:07:05 +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  d030506bfdce24f229ada8b5610d341a2a80e866 (commit)
       via  57250685f977998fbfcb495f53e61c64026fe43e (commit)
      from  b65cf0519aa1db140d30c878978f29b1e23c9cd0 (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 d030506bfdce24f229ada8b5610d341a2a80e866
Author: John Darrington <address@hidden(none)>
Date:   Fri Sep 5 10:06:40 2008 +0800

    Added some common glob patterns to .gitignore

commit 57250685f977998fbfcb495f53e61c64026fe43e
Author: John Darrington <address@hidden(none)>
Date:   Fri Sep 5 10:04:40 2008 +0800

    Oops.  Neglected to add new files.
    
    Actually I'm *sure* that I did do "git add" on all these,
    but for whatever reason git didn't check them in.
    Hopefully it's right this time.  One day I'll work out
    how to use git effectively.  One day ...

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

Summary of changes:
 .gitignore                                     |    6 +
 src/math/box-whisker.c                         |  139 +++++++++++++++++++++
 src/math/box-whisker.h                         |   65 ++++++++++
 src/math/extrema.c                             |  144 +++++++++++++++++++++
 src/math/{histogram.h => extrema.h}            |   42 +++++--
 src/math/np.c                                  |   94 ++++++++++++++
 src/math/{histogram.h => np.h}                 |   45 +++++--
 src/math/order-stats.c                         |  159 ++++++++++++++++++++++++
 src/math/{histogram.h => order-stats.h}        |   40 +++++--
 src/math/{histogram.h => statistic.h}          |   24 ++--
 src/math/trimmed-mean.c                        |   94 ++++++++++++++
 src/math/{histogram.h => trimmed-mean.h}       |   26 +++--
 src/math/tukey-hinges.c                        |  101 +++++++++++++++
 src/math/{histogram.h => tukey-hinges.h}       |   19 ++--
 tests/{test_template => bugs/examine-crash.sh} |   21 ++--
 15 files changed, 947 insertions(+), 72 deletions(-)
 create mode 100644 src/math/box-whisker.c
 create mode 100644 src/math/box-whisker.h
 create mode 100644 src/math/extrema.c
 copy src/math/{histogram.h => extrema.h} (54%)
 create mode 100644 src/math/np.c
 copy src/math/{histogram.h => np.h} (62%)
 create mode 100644 src/math/order-stats.c
 copy src/math/{histogram.h => order-stats.h} (54%)
 copy src/math/{histogram.h => statistic.h} (68%)
 create mode 100644 src/math/trimmed-mean.c
 copy src/math/{histogram.h => trimmed-mean.h} (67%)
 create mode 100644 src/math/tukey-hinges.c
 copy src/math/{histogram.h => tukey-hinges.h} (71%)
 copy tests/{test_template => bugs/examine-crash.sh} (82%)


hooks/post-receive
--
GNU PSPP




reply via email to

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