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-19-gcc85b92


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 3.99.90-19-gcc85b92
Date: Sat, 22 Jun 2013 04:22: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  cc85b927cdc1a4dad3217842215903a45044fc43 (commit)
       via  bee4d93a591f7f729717f6079f7d62ef555d9887 (commit)
       via  353fcfdb30c96f14c550656f068b6d2c4ad88a86 (commit)
       via  d4043519f7f200ea5012094f11e157b8fc512642 (commit)
       via  ef11217de78bdd4f5431830572aa90f0a5417368 (commit)
       via  e8f5d322cf720f65a1d24c1219bcedef8af9e6ec (commit)
      from  dc922e3f4c442255ba8deb84c9300aa7e3a6108c (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 cc85b927cdc1a4dad3217842215903a45044fc43
Author: Paul Smith <address@hidden>
Date:   Sat Jun 22 00:22:08 2013 -0400

    Create a character map to use for locating stop-points in strings.
    
    In various places we were passing flags and characters to compare, then
    using complex conditionals to see where to stop in string searches.
    Performance numbers reveal that we were spending as much as 23% of our
    processing time in these functions, most of it in the comparison lines.
    Instead create a character map and use a single bitwise comparison to
    determine if this is any one of the stop characters.

commit bee4d93a591f7f729717f6079f7d62ef555d9887
Author: Paul Smith <address@hidden>
Date:   Fri Jun 21 23:59:38 2013 -0400

    Disable database verification unless debug enabled.
    
    The database verification can take a long time.  Only enable it if debug 
mode
    is enabled.  If MAKE_MAINTAINER_MODE is set, it's also enabled by default.

commit 353fcfdb30c96f14c550656f068b6d2c4ad88a86
Author: Paul Smith <address@hidden>
Date:   Fri Jun 21 21:57:35 2013 -0400

    Add job.h to POTFILES as it now has a translation.

commit d4043519f7f200ea5012094f11e157b8fc512642
Author: Paul Smith <address@hidden>
Date:   Mon May 27 13:52:15 2013 -0400

    Cleanups.

commit ef11217de78bdd4f5431830572aa90f0a5417368
Author: Paul Smith <address@hidden>
Date:   Mon May 27 13:52:08 2013 -0400

    Create a new variable MAKE_HOST providing the host architecture.

commit e8f5d322cf720f65a1d24c1219bcedef8af9e6ec
Author: Paul Smith <address@hidden>
Date:   Mon May 27 13:01:48 2013 -0400

    Porting to VMS, from Hartmut Becker.

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

Summary of changes:
 ChangeLog      |   61 ++++++++++++++++++++++
 NEWS           |    4 ++
 README.git     |    2 +-
 default.c      |    2 +-
 dep.h          |   15 +++---
 dir.c          |    9 ++--
 file.c         |    6 +-
 function.c     |   56 +++++++-------------
 implicit.c     |    2 +-
 job.c          |    2 +-
 job.h          |    4 ++
 load.c         |    7 +--
 main.c         |  156 +++++++++++++++++++++++++++++++++++++-------------------
 makefile.com   |    2 +-
 makefile.vms   |   69 +++++++++++++------------
 makeint.h      |   34 ++++++++++++-
 misc.c         |   32 +-----------
 po/POTFILES.in |    1 +
 read.c         |   98 ++++++++++++++---------------------
 rule.c         |    2 +-
 variable.c     |    3 +-
 vmsjobs.c      |    4 +-
 22 files changed, 330 insertions(+), 241 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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