make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 4.0-49-ge44d6a1


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.0-49-ge44d6a1
Date: Mon, 07 Jul 2014 06:52:09 +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 "make".

The branch, master has been updated
       via  e44d6a12bbc6dd62ecf463fd98c031e5f79f4e9b (commit)
       via  423c3955d97dc84986be08ed0074d8eb58c624ef (commit)
       via  ac67346d0fb5e5ea359d34c2c9215bd1892455f3 (commit)
       via  e364498113e145b5ac424325e3903cc2287d7e7f (commit)
      from  85047eb9044d4b72d50e6620c505c675d55ab98b (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 e44d6a12bbc6dd62ecf463fd98c031e5f79f4e9b
Author: John Malmberg <address@hidden>
Date:   Tue Apr 1 19:31:57 2014 -0500

    Update the regression test harness to support VMS.
    
    * config_flags_pm.com, test_make.com: set up and run the regression
    test environment on VMS.
    * tests/run_make_tests.pl [VMS]: Use an alternate rmdir()
    implementation on VMS.
    (run_make_with_options) [VMS]: Provide VMS-specific quoting and shell
    invocations.
    (set_more_defaults) [VMS]: Set default values when running on VMS.
    * tests/test_driver.pl (vms_get_process_logicals) [VMS]: Retrieve the
    proper values from %ENV on VMS.
    (resetENV) [VMS]: Use it.
    (toplevel) [VMS]: Fix a bug with opendir() on some logical_devices.
    (compare_output) [VMS]: Convert VMS test output to a "standard" format.
    (_run_command) [VMS]: Handle signals and exit codes the VMS way.
    (remove_directory_tree_inner) [VMS]: Unlink all versions of the file.

commit 423c3955d97dc84986be08ed0074d8eb58c624ef
Author: Paul Smith <address@hidden>
Date:   Fri Apr 25 17:38:08 2014 -0400

    * various: Assume ISO C89-compliant free() implementation.

commit ac67346d0fb5e5ea359d34c2c9215bd1892455f3
Author: Paul Smith <address@hidden>
Date:   Fri Apr 25 17:10:47 2014 -0400

    * maintMakefile, various: Improve constification of the codebase.

commit e364498113e145b5ac424325e3903cc2287d7e7f
Author: Paul Smith <address@hidden>
Date:   Tue Apr 8 18:25:27 2014 -0400

    [SV 41983] Support omitting the text argument to $(file ...)
    
    Reported by Tim Murphy <address@hidden>
    * function.c (func_file): Only write TEXT if it is not NULL.
    * NEWS, doc/make.texi: Document the new feature
    * tests/scripts/functions/file: Verify that the no-text version of
      $(file ...) works and doesn't add a newline.

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

Summary of changes:
 NEWS                         |   26 +++--
 config_flags_pm.com          |   53 ++++++++
 default.c                    |   10 +-
 dir.c                        |    9 +--
 doc/make.texi                |   11 +-
 expand.c                     |    4 +-
 function.c                   |    8 +-
 job.c                        |  216 +++++++++++++++++-----------------
 main.c                       |  132 ++++++++++-----------
 maintMakefile                |    2 +-
 makeint.h                    |    2 +-
 read.c                       |   36 ++----
 remake.c                     |    4 +-
 rule.c                       |    7 +-
 rule.h                       |    2 +-
 test_make.com                |  271 ++++++++++++++++++++++++++++++++++++++++++
 tests/run_make_tests.pl      |   74 ++++++++++--
 tests/scripts/functions/file |   17 +++
 tests/test_driver.pl         |  266 ++++++++++++++++++++++++++++++++++++++---
 variable.c                   |   48 +++-----
 variable.h                   |    4 +-
 version.c                    |    4 +-
 w32/subproc/sub_proc.c       |   10 +-
 23 files changed, 906 insertions(+), 310 deletions(-)
 create mode 100755 config_flags_pm.com
 create mode 100755 test_make.com


hooks/post-receive
-- 
make



reply via email to

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