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

[csmith-project/creduce] 381839: Add copy of `delta'.



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 381839fd48ba7828d00472a7c27f0c99d7ceec15
      https://github.com/csmith-project/creduce/commit/381839fd48ba7828d00472a7c27f0c99d7ceec15
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    A third_party/delta/Build.mk
    A third_party/delta/License.txt
    A third_party/delta/Makefile
    A third_party/delta/Readme
    A third_party/delta/Test.mk
    A third_party/delta/delta
    A third_party/delta/multidelta
    A third_party/delta/test0_delta/hello.c
    A third_party/delta/test0_delta/hello.test
    A third_party/delta/test0_delta/minimal_test.c.correct
    A third_party/delta/test1_multidelta/file1.end.txt
    A third_party/delta/test1_multidelta/file1.start.txt
    A third_party/delta/test1_multidelta/file2.end.txt
    A third_party/delta/test1_multidelta/file2.start.txt
    A third_party/delta/test1_multidelta/testit
    A third_party/delta/test1_multidelta/trivtest
    A third_party/delta/test2_multidelta/file1.end.txt
    A third_party/delta/test2_multidelta/file1.start.txt
    A third_party/delta/test2_multidelta/file2.end.txt
    A third_party/delta/test2_multidelta/file2.start.txt
    A third_party/delta/test2_multidelta/testit
    A third_party/delta/test2_multidelta/trivtest
    A third_party/delta/topformflat.lex
    A third_party/delta/www/index.html
    A third_party/delta/www/using_delta.html

  Log Message:
  -----------
  Add copy of `delta'.

"third_party/delta" a copy of the delta Subversion tree at r27, dated
2007-03-10.  I acquired this tree by running the following command:

  svn checkout http://delta.stage.tigris.org/svn/delta/trunk delta --username guest

See <http://delta.stage.tigris.org/> for more information about delta.

See file "third_party/delta/License.txt" for license details.


  Commit: 20dcb016049527afae532dc0035d77534b3b9212
      https://github.com/csmith-project/creduce/commit/20dcb016049527afae532dc0035d77534b3b9212
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M third_party/delta/Build.mk
    M third_party/delta/License.txt
    M third_party/delta/Makefile
    M third_party/delta/Readme
    M third_party/delta/Test.mk
    M third_party/delta/test0_delta/hello.c
    M third_party/delta/test0_delta/hello.test
    M third_party/delta/test0_delta/minimal_test.c.correct
    M third_party/delta/test1_multidelta/file1.end.txt
    M third_party/delta/test1_multidelta/file1.start.txt
    M third_party/delta/test1_multidelta/file2.end.txt
    M third_party/delta/test1_multidelta/file2.start.txt
    M third_party/delta/test2_multidelta/file1.end.txt
    M third_party/delta/test2_multidelta/file1.start.txt
    M third_party/delta/test2_multidelta/file2.end.txt
    M third_party/delta/test2_multidelta/file2.start.txt
    M third_party/delta/topformflat.lex
    M third_party/delta/www/using_delta.html

  Log Message:
  -----------
  Clear execute bit on non-executable files.


  Commit: 4b102dc82d9f52f49631ee83f6bfd5984c7101dd
      https://github.com/csmith-project/creduce/commit/4b102dc82d9f52f49631ee83f6bfd5984c7101dd
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M Makefile.am
    M Makefile.in
    M configure
    M configure.ac
    A third_party/Makefile.am
    A third_party/Makefile.in
    R third_party/delta/Makefile
    A third_party/delta/Makefile.am
    A third_party/delta/Makefile.in
    A third_party/delta/topformflat.l
    R third_party/delta/topformflat.lex

  Log Message:
  -----------
  Add `delta' directory to the Automake-based build.

`topformflat' is now compiled and installed in C-Reduce's libexec
directory, alongside C-Reduce's other internal tools.  We ignore the
other stuff that is part of the `delta' package.

This commit does *not* include changes to the CMake-based build process.
Contributions from CMake users would be welcome.


  Commit: 112dc51b11098b58de1f30e313884876190182e0
      https://github.com/csmith-project/creduce/commit/112dc51b11098b58de1f30e313884876190182e0
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M third_party/delta/topformflat.l

  Log Message:
  -----------
  Avoid compile-time warning.

Avoid warnings about the fact that `yyleng' is an unsigned long, whereas
`printf' expects the precision to be an int.


  Commit: e8ba84c4a0a3dd9292bae06e806d2436a160c521
      https://github.com/csmith-project/creduce/commit/e8ba84c4a0a3dd9292bae06e806d2436a160c521
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M INSTALL
    M Makefile.in
    M clang_delta/Makefile.in
    M clex/Makefile.in
    M configure
    M configure.ac
    M creduce/Makefile.am
    M creduce/Makefile.in
    M creduce/creduce_config.pm.in
    M creduce/pass_lines.pm
    M scripts/Makefile.in
    M tests/Makefile.in
    M third_party/Makefile.in
    M third_party/delta/Makefile.in

  Log Message:
  -----------
  Remove configure-time detection of `topformflat'.

Now we distribute our own copy of `topformflat', and we install and use
our own copy.


  Commit: 5605bcdfda871200b2b810a69590448b3db4499e
      https://github.com/csmith-project/creduce/commit/5605bcdfda871200b2b810a69590448b3db4499e
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M Makefile.am
    M Makefile.in
    M configure
    M configure.ac
    M creduce/pass_lines.pm
    A delta/Build.mk
    A delta/License.txt
    A delta/Makefile.am
    A delta/Makefile.in
    A delta/Readme
    A delta/Test.mk
    A delta/delta
    A delta/multidelta
    A delta/test0_delta/hello.c
    A delta/test0_delta/hello.test
    A delta/test0_delta/minimal_test.c.correct
    A delta/test1_multidelta/file1.end.txt
    A delta/test1_multidelta/file1.start.txt
    A delta/test1_multidelta/file2.end.txt
    A delta/test1_multidelta/file2.start.txt
    A delta/test1_multidelta/testit
    A delta/test1_multidelta/trivtest
    A delta/test2_multidelta/file1.end.txt
    A delta/test2_multidelta/file1.start.txt
    A delta/test2_multidelta/file2.end.txt
    A delta/test2_multidelta/file2.start.txt
    A delta/test2_multidelta/testit
    A delta/test2_multidelta/trivtest
    A delta/topformflat.l
    A delta/www/index.html
    A delta/www/using_delta.html
    R third_party/Makefile.am
    R third_party/Makefile.in
    R third_party/delta/Build.mk
    R third_party/delta/License.txt
    R third_party/delta/Makefile.am
    R third_party/delta/Makefile.in
    R third_party/delta/Readme
    R third_party/delta/Test.mk
    R third_party/delta/delta
    R third_party/delta/multidelta
    R third_party/delta/test0_delta/hello.c
    R third_party/delta/test0_delta/hello.test
    R third_party/delta/test0_delta/minimal_test.c.correct
    R third_party/delta/test1_multidelta/file1.end.txt
    R third_party/delta/test1_multidelta/file1.start.txt
    R third_party/delta/test1_multidelta/file2.end.txt
    R third_party/delta/test1_multidelta/file2.start.txt
    R third_party/delta/test1_multidelta/testit
    R third_party/delta/test1_multidelta/trivtest
    R third_party/delta/test2_multidelta/file1.end.txt
    R third_party/delta/test2_multidelta/file1.start.txt
    R third_party/delta/test2_multidelta/file2.end.txt
    R third_party/delta/test2_multidelta/file2.start.txt
    R third_party/delta/test2_multidelta/testit
    R third_party/delta/test2_multidelta/trivtest
    R third_party/delta/topformflat.l
    R third_party/delta/www/index.html
    R third_party/delta/www/using_delta.html

  Log Message:
  -----------
  Move "third_party/delta" to "delta".


  Commit: 19bd25b8400efe7fdae4288487b815185a87682a
      https://github.com/csmith-project/creduce/commit/19bd25b8400efe7fdae4288487b815185a87682a
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M INSTALL
    M Makefile.am
    M Makefile.in
    M clang_delta/Makefile.in
    M clex/Makefile.in
    M configure
    M configure.ac
    M creduce/Makefile.am
    M creduce/Makefile.in
    M creduce/creduce_config.pm.in
    M creduce/pass_lines.pm
    A delta/Build.mk
    A delta/License.txt
    A delta/Makefile.am
    A delta/Makefile.in
    A delta/Readme
    A delta/Test.mk
    A delta/delta
    A delta/multidelta
    A delta/test0_delta/hello.c
    A delta/test0_delta/hello.test
    A delta/test0_delta/minimal_test.c.correct
    A delta/test1_multidelta/file1.end.txt
    A delta/test1_multidelta/file1.start.txt
    A delta/test1_multidelta/file2.end.txt
    A delta/test1_multidelta/file2.start.txt
    A delta/test1_multidelta/testit
    A delta/test1_multidelta/trivtest
    A delta/test2_multidelta/file1.end.txt
    A delta/test2_multidelta/file1.start.txt
    A delta/test2_multidelta/file2.end.txt
    A delta/test2_multidelta/file2.start.txt
    A delta/test2_multidelta/testit
    A delta/test2_multidelta/trivtest
    A delta/topformflat.l
    A delta/www/index.html
    A delta/www/using_delta.html
    M scripts/Makefile.in
    M tests/Makefile.in

  Log Message:
  -----------
  Merge work that adds local copy of `delta'.


Compare: https://github.com/csmith-project/creduce/compare/85bca17fa0bb...19bd25b8400e