make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 3.99.90-29-g40a49f2


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 3.99.90-29-g40a49f2
Date: Mon, 22 Jul 2013 06:23:54 +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  40a49f244da5b417af8bede84ac221cee2318d88 (commit)
       via  87ac68fe79a2e3b0d149135d40d8cbc5500024af (commit)
       via  72462ef1e181fc99837ba3077f9b5d192f16f6aa (commit)
      from  f80222c15b47d8926f6b430bc07c395d94f1dcc0 (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 40a49f244da5b417af8bede84ac221cee2318d88
Author: Paul Smith <address@hidden>
Date:   Mon Jul 22 02:19:13 2013 -0400

    [Bug #39310] Parse simple pattern prereqs for globbing.
    
    We tried to get some efficiency by avoiding a parse_file_seq() for simple
    pattern prerequisites, but this also means no wildcard expansion was
    happening, so add it back.  Add regression tests for wildcards in target and
    prerequisite lists.

commit 87ac68fe79a2e3b0d149135d40d8cbc5500024af
Author: Paul Smith <address@hidden>
Date:   Sun Jul 21 17:52:13 2013 -0400

    [Bug #39158] Source cleanups suggested by cppcheck utility.

commit 72462ef1e181fc99837ba3077f9b5d192f16f6aa
Author: Paul Smith <address@hidden>
Date:   Sun Jul 21 16:55:40 2013 -0400

    Safety cleanups: ensure OUTFD is -1 when closed.

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

Summary of changes:
 ChangeLog                        |   40 ++++++++++++++++++++++++++++++
 arscan.c                         |    7 ++---
 default.c                        |    5 +--
 dep.h                            |    2 +
 dir.c                            |   50 +++++++++++++++++--------------------
 expand.c                         |   10 +++----
 file.c                           |    5 ++-
 function.c                       |    5 ++-
 implicit.c                       |   23 +++++++++--------
 job.c                            |   45 ++++++++++++++++------------------
 main.c                           |    5 +--
 misc.c                           |    8 ++----
 read.c                           |    7 ++---
 remake.c                         |    1 -
 rule.c                           |    2 +-
 signame.c                        |    2 +-
 tests/ChangeLog                  |    5 ++++
 tests/scripts/features/rule_glob |   37 ++++++++++++++++++++++++++++
 vpath.c                          |   19 +++++++-------
 19 files changed, 174 insertions(+), 104 deletions(-)
 create mode 100644 tests/scripts/features/rule_glob


hooks/post-receive
-- 
make



reply via email to

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