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-30-gf5f5adb


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.0-30-gf5f5adb
Date: Sun, 24 Nov 2013 09:09:36 +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  f5f5adb62cd8ea3d96e79b86f9e6fe8ada397b45 (commit)
       via  865d90bb1e4500ad2147d85877fd496552fdbbf5 (commit)
       via  30b25acc4ece3755314402954f2cb9abce348c3e (commit)
       via  f8905059c3caba75fcbf6481ae6cc2b2eefdd67f (commit)
       via  12a3104c3d0cbb0e2a0c3e0eed6fe4793d7d2629 (commit)
      from  7b485daffb3808403ef81e71ce33014e0af785a0 (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 f5f5adb62cd8ea3d96e79b86f9e6fe8ada397b45
Author: Paul Smith <address@hidden>
Date:   Sun Nov 24 04:08:30 2013 -0500

    * features/loadapi (test_expand): Allocate memory for the nul byte.

commit 865d90bb1e4500ad2147d85877fd496552fdbbf5
Author: Paul Smith <address@hidden>
Date:   Sun Nov 24 04:03:19 2013 -0500

    * load.c (load_file): Reset the name length minus the symbol.

commit 30b25acc4ece3755314402954f2cb9abce348c3e
Author: Paul Smith <address@hidden>
Date:   Sun Nov 24 03:45:38 2013 -0500

    * read.c (unescape_char): Use memmove() for overlapping memory.

commit f8905059c3caba75fcbf6481ae6cc2b2eefdd67f
Author: Paul Smith <address@hidden>
Date:   Sun Nov 24 03:45:02 2013 -0500

    Fix memory leak during environment option decoding.
    
    * main.c (decode_switches): Always make a copy of option arguments.
    (decode_env_switches): Use a stack buffer to convert environment
    switches for parsing.

commit 12a3104c3d0cbb0e2a0c3e0eed6fe4793d7d2629
Author: Paul Smith <address@hidden>
Date:   Sun Nov 24 03:21:40 2013 -0500

    [SV 40226] Add a new type of switch: single-string options
    
    * main.c (struct command_switch): Change the "string" types to "strlist"
    and make "string" be a single-valued string instead.
    (output_sync_option, jobserver_fds, sync_mutex): Change to string type.
    (decode_output_sync_flags): Handle single strings instead of lists.
    (prepare_mutex_handle_string): Ditto.
    (main): Ditto.
    (clean_jobserver): Ditto.
    (init_switches): Handle the new type.
    (decode_switches): Ditto.
    (define_makeflags): Ditto.

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

Summary of changes:
 load.c                         |    1 +
 main.c                         |  141 +++++++++++++++++-----------------------
 read.c                         |    4 +-
 tests/scripts/features/loadapi |    2 +-
 4 files changed, 64 insertions(+), 84 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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