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


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 3.99.90
Date: Fri, 17 May 2013 06:47:27 +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  b16852a77f4d30a4956d096ebb7961ab8150fcb4 (commit)
       via  96cf67bd29957cfde6c5f15cfec7e370c6dbabe2 (commit)
       via  5370238316ee4284fe058a9c298a5734d2686678 (commit)
       via  398058a8738fc6a2f0051b236a907cb621aefabc (commit)
       via  b730fbc6b86d777e80856e997ddc56fc4a851769 (commit)
       via  c21c1455fdfc6e87d75941f48841c72903e1e0f4 (commit)
      from  58dae243526bd322ae6bec0c4394a117a5fe0171 (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 b16852a77f4d30a4956d096ebb7961ab8150fcb4
Author: Paul Smith <address@hidden>
Date:   Fri May 17 02:40:37 2013 -0400

    Update for GNU make release candidate 3.99.90.

commit 96cf67bd29957cfde6c5f15cfec7e370c6dbabe2
Author: Paul Smith <address@hidden>
Date:   Fri May 17 02:29:46 2013 -0400

    Update source file format: remove TABs, use GNU coding styles.

commit 5370238316ee4284fe058a9c298a5734d2686678
Author: Paul Smith <address@hidden>
Date:   Fri May 17 01:46:11 2013 -0400

    Update copyright for changes in 2013.

commit 398058a8738fc6a2f0051b236a907cb621aefabc
Author: Paul Smith <address@hidden>
Date:   Fri May 17 01:24:19 2013 -0400

    Use xcalloc() in hash.c to handle out of memory errors.

commit b730fbc6b86d777e80856e997ddc56fc4a851769
Author: Paul Smith <address@hidden>
Date:   Fri May 17 01:20:39 2013 -0400

    Remove the dlopen() pointer from struct filedef.
    
    This pointer is almost never needed, and it increases the size of the 
filedef
    struct for all files (of which there are a huge number for large builds).
    Instead keep a bit field marking whether the file is a loaded object and if 
so
    call a new function to unload it.  In load.c we keep a simple linked list of
    loaded objects (of which there will be very few typically) and their 
dlopen()
    pointers.

commit c21c1455fdfc6e87d75941f48841c72903e1e0f4
Author: Paul Smith <address@hidden>
Date:   Tue May 14 22:53:42 2013 -0400

    Add requirement for plugin_is_GPL_compatible symbol in loaded objects.

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

Summary of changes:
 AUTHORS                        |    2 +-
 ChangeLog                      |   35 +-
 Makefile.DOS.template          |    2 +-
 Makefile.am                    |    2 +-
 Makefile.ami                   |    2 +-
 NEWS                           |    6 +-
 NMakefile.template             |    2 +-
 README.Amiga                   |   14 +-
 README.DOS.template            |   14 +-
 README.OS2.template            |    2 +-
 README.W32.template            |  298 ++++----
 README.customs                 |    2 +-
 README.git                     |   16 +-
 README.template                |    2 +-
 SMakefile.template             |    2 +-
 TODO.private                   |    2 +-
 acinclude.m4                   |    2 +-
 amiga.c                        |   88 ++--
 amiga.h                        |    2 +-
 ar.c                           |   32 +-
 arscan.c                       |  580 ++++++++--------
 build.template                 |    2 +-
 commands.c                     |  143 ++--
 commands.h                     |    2 +-
 config.ami.template            |   24 +-
 config.h-vms.template          |   12 +-
 config.h.W32.template          |    8 +-
 config/ChangeLog               |    2 +-
 config/Makefile.am             |    2 +-
 config/dospaths.m4             |    2 +-
 configh.dos.template           |    2 +-
 configure.ac                   |    2 +-
 configure.bat                  |    2 +-
 debug.h                        |    2 +-
 default.c                      |    6 +-
 dep.h                          |   12 +-
 dir.c                          |  447 ++++++------
 doc/Makefile.am                |    2 +-
 doc/make.texi                  |   20 +
 dosbuild.bat                   |    2 +-
 expand.c                       |  246 +++---
 file.c                         |  203 +++---
 filedef.h                      |   75 +-
 function.c                     |  677 +++++++++---------
 getloadavg.c                   |    2 +-
 getopt.c                       |    2 +-
 getopt.h                       |    2 +-
 getopt1.c                      |    2 +-
 gettext.h                      |    2 +-
 gmk-default.scm                |    2 +-
 guile.c                        |    2 +-
 hash.c                         |    2 +-
 implicit.c                     |    6 +-
 job.c                          | 1605 ++++++++++++++++++++--------------------
 job.h                          |   59 +-
 load.c                         |  123 +++-
 main.c                         |  284 ++++----
 maintMakefile                  |    2 +-
 make.1                         |    2 +-
 makefile.com                   |    2 +-
 makefile.vms                   |    2 +-
 makeint.h                      |    6 +-
 misc.c                         |  168 +++---
 po/ChangeLog                   |    2 +-
 po/Makevars                    |    2 +-
 po/POTFILES.in                 |    2 +-
 read.c                         |   35 +-
 readme.vms                     |    2 +-
 remake.c                       |  622 ++++++++--------
 remote-cstms.c                 |   54 +-
 remote-stub.c                  |    2 +-
 rule.c                         |  198 +++---
 rule.h                         |   16 +-
 signame.c                      |   10 +-
 strcache.c                     |    8 +-
 subproc.bat                    |    2 +-
 tests/ChangeLog                |    7 +-
 tests/NEWS                     |    2 +-
 tests/README                   |    2 +-
 tests/mkshadow                 |    2 +-
 tests/run_make_tests.pl        |    2 +-
 tests/scripts/features/load    |    2 +
 tests/scripts/features/loadapi |    2 +
 tests/test_driver.pl           |   18 +-
 variable.c                     |  462 ++++++------
 variable.h                     |    2 +-
 version.c                      |    2 +-
 vmsdir.h                       |    2 +-
 vmsfunctions.c                 |    2 +-
 vmsify.c                       |    2 +-
 vmsjobs.c                      |    2 +-
 vpath.c                        |  198 +++---
 w32/Makefile.am                |    2 +-
 w32/compat/dirent.c            |    2 +-
 w32/include/dirent.h           |    2 +-
 w32/include/dlfcn.h            |   19 +-
 w32/include/pathstuff.h        |    2 +-
 w32/include/sub_proc.h         |    2 +-
 w32/include/w32err.h           |    2 +-
 w32/pathstuff.c                |    2 +-
 w32/subproc/NMakefile          |    2 +-
 w32/subproc/misc.c             |    2 +-
 w32/subproc/proc.h             |    2 +-
 w32/subproc/sub_proc.c         |    2 +-
 w32/subproc/w32err.c           |    2 +-
 105 files changed, 3573 insertions(+), 3411 deletions(-)
 mode change 100755 => 100644 tests/run_make_tests.pl


hooks/post-receive
-- 
make



reply via email to

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