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. v2.0.1-30-ged62bb


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v2.0.1-30-ged62bb1ef
Date: Mon, 19 Aug 2024 18:09:25 -0400 (EDT)

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  ed62bb1efc2de0a0185b6d838e1bb9ec7cce57ba (commit)
       via  d3f95dbf786181d7af5d2ade37ad2f69e60ea1dd (commit)
      from  b5b48a5bb17704e432d5f75bbb2c0ffad72aef8e (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 ed62bb1efc2de0a0185b6d838e1bb9ec7cce57ba
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri May 3 08:54:13 2024 -0700

    Add fuzzer regression tests.

commit d3f95dbf786181d7af5d2ade37ad2f69e60ea1dd
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Mon Aug 19 15:08:01 2024 -0700

    doc: Document FILTER on REGRESSION.
    
    Thanks to Andreas Hammer for the suggestion.

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

Summary of changes:
 doc/regression.texi         |   5 ++--
 tests/automake.mk           |  47 ++++++++++++++++++++++++++++-
 tests/fuzz/2024-03-29/poc1  | Bin 0 -> 157 bytes
 tests/fuzz/2024-03-29/poc10 | Bin 0 -> 525 bytes
 tests/fuzz/2024-03-29/poc11 | Bin 0 -> 669 bytes
 tests/fuzz/2024-03-29/poc12 | Bin 0 -> 651 bytes
 tests/fuzz/2024-03-29/poc13 | Bin 0 -> 701 bytes
 tests/fuzz/2024-03-29/poc14 | Bin 0 -> 527 bytes
 tests/fuzz/2024-03-29/poc15 | Bin 0 -> 504 bytes
 tests/fuzz/2024-03-29/poc16 | Bin 0 -> 243 bytes
 tests/fuzz/2024-03-29/poc17 | Bin 0 -> 4023 bytes
 tests/fuzz/2024-03-29/poc18 | Bin 0 -> 759 bytes
 tests/fuzz/2024-03-29/poc19 | Bin 0 -> 2316 bytes
 tests/fuzz/2024-03-29/poc2  | Bin 0 -> 748 bytes
 tests/fuzz/2024-03-29/poc20 | Bin 0 -> 708 bytes
 tests/fuzz/2024-03-29/poc21 | Bin 0 -> 504 bytes
 tests/fuzz/2024-03-29/poc22 | Bin 0 -> 409 bytes
 tests/fuzz/2024-03-29/poc23 | Bin 0 -> 1683 bytes
 tests/fuzz/2024-03-29/poc24 | Bin 0 -> 727 bytes
 tests/fuzz/2024-03-29/poc25 | Bin 0 -> 521 bytes
 tests/fuzz/2024-03-29/poc26 | Bin 0 -> 1156 bytes
 tests/fuzz/2024-03-29/poc27 | Bin 0 -> 902 bytes
 tests/fuzz/2024-03-29/poc28 | Bin 0 -> 430 bytes
 tests/fuzz/2024-03-29/poc29 | Bin 0 -> 714 bytes
 tests/fuzz/2024-03-29/poc3  | Bin 0 -> 1057 bytes
 tests/fuzz/2024-03-29/poc30 | Bin 0 -> 584 bytes
 tests/fuzz/2024-03-29/poc31 | Bin 0 -> 961 bytes
 tests/fuzz/2024-03-29/poc32 | Bin 0 -> 1827 bytes
 tests/fuzz/2024-03-29/poc33 | Bin 0 -> 1025 bytes
 tests/fuzz/2024-03-29/poc34 | Bin 0 -> 789 bytes
 tests/fuzz/2024-03-29/poc35 | Bin 0 -> 628 bytes
 tests/fuzz/2024-03-29/poc36 | Bin 0 -> 312 bytes
 tests/fuzz/2024-03-29/poc37 | Bin 0 -> 848 bytes
 tests/fuzz/2024-03-29/poc38 | Bin 0 -> 1080 bytes
 tests/fuzz/2024-03-29/poc39 | Bin 0 -> 1038 bytes
 tests/fuzz/2024-03-29/poc4  | Bin 0 -> 691 bytes
 tests/fuzz/2024-03-29/poc40 | Bin 0 -> 1194 bytes
 tests/fuzz/2024-03-29/poc41 | Bin 0 -> 3352 bytes
 tests/fuzz/2024-03-29/poc42 | Bin 0 -> 2329 bytes
 tests/fuzz/2024-03-29/poc43 | Bin 0 -> 1987 bytes
 tests/fuzz/2024-03-29/poc44 | Bin 0 -> 14500 bytes
 tests/fuzz/2024-03-29/poc5  | Bin 0 -> 1140 bytes
 tests/fuzz/2024-03-29/poc6  | Bin 0 -> 550 bytes
 tests/fuzz/2024-03-29/poc7  | Bin 0 -> 1160 bytes
 tests/fuzz/2024-03-29/poc8  | Bin 0 -> 561 bytes
 tests/fuzz/2024-03-29/poc9  | Bin 0 -> 660 bytes
 tests/fuzz/fuzz.at          |  71 ++++++++++++++++++++++++++++++++++++++++++++
 47 files changed, 120 insertions(+), 3 deletions(-)
 create mode 100644 tests/fuzz/2024-03-29/poc1
 create mode 100644 tests/fuzz/2024-03-29/poc10
 create mode 100644 tests/fuzz/2024-03-29/poc11
 create mode 100644 tests/fuzz/2024-03-29/poc12
 create mode 100644 tests/fuzz/2024-03-29/poc13
 create mode 100644 tests/fuzz/2024-03-29/poc14
 create mode 100644 tests/fuzz/2024-03-29/poc15
 create mode 100644 tests/fuzz/2024-03-29/poc16
 create mode 100644 tests/fuzz/2024-03-29/poc17
 create mode 100644 tests/fuzz/2024-03-29/poc18
 create mode 100644 tests/fuzz/2024-03-29/poc19
 create mode 100644 tests/fuzz/2024-03-29/poc2
 create mode 100644 tests/fuzz/2024-03-29/poc20
 create mode 100644 tests/fuzz/2024-03-29/poc21
 create mode 100644 tests/fuzz/2024-03-29/poc22
 create mode 100644 tests/fuzz/2024-03-29/poc23
 create mode 100644 tests/fuzz/2024-03-29/poc24
 create mode 100644 tests/fuzz/2024-03-29/poc25
 create mode 100644 tests/fuzz/2024-03-29/poc26
 create mode 100644 tests/fuzz/2024-03-29/poc27
 create mode 100644 tests/fuzz/2024-03-29/poc28
 create mode 100644 tests/fuzz/2024-03-29/poc29
 create mode 100644 tests/fuzz/2024-03-29/poc3
 create mode 100644 tests/fuzz/2024-03-29/poc30
 create mode 100644 tests/fuzz/2024-03-29/poc31
 create mode 100644 tests/fuzz/2024-03-29/poc32
 create mode 100644 tests/fuzz/2024-03-29/poc33
 create mode 100644 tests/fuzz/2024-03-29/poc34
 create mode 100644 tests/fuzz/2024-03-29/poc35
 create mode 100644 tests/fuzz/2024-03-29/poc36
 create mode 100644 tests/fuzz/2024-03-29/poc37
 create mode 100644 tests/fuzz/2024-03-29/poc38
 create mode 100644 tests/fuzz/2024-03-29/poc39
 create mode 100644 tests/fuzz/2024-03-29/poc4
 create mode 100644 tests/fuzz/2024-03-29/poc40
 create mode 100644 tests/fuzz/2024-03-29/poc41
 create mode 100644 tests/fuzz/2024-03-29/poc42
 create mode 100644 tests/fuzz/2024-03-29/poc43
 create mode 100644 tests/fuzz/2024-03-29/poc44
 create mode 100644 tests/fuzz/2024-03-29/poc5
 create mode 100644 tests/fuzz/2024-03-29/poc6
 create mode 100644 tests/fuzz/2024-03-29/poc7
 create mode 100644 tests/fuzz/2024-03-29/poc8
 create mode 100644 tests/fuzz/2024-03-29/poc9
 create mode 100644 tests/fuzz/fuzz.at


hooks/post-receive
-- 
GNU PSPP



reply via email to

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