make-alpha
[Top][All Lists]
Advanced

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

[SCM] make annotated tag, 4.1, created. 4.1


From: Paul D. Smith
Subject: [SCM] make annotated tag, 4.1, created. 4.1
Date: Sun, 05 Oct 2014 16:23:35 +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 annotated tag, 4.1 has been created
        at  47466ced38994e7ef384888790bef33bf8fc96ea (tag)
   tagging  a66bf2d736f4e7a09f8528b5a06a7125688d6a2d (commit)
  replaces  4.0
 tagged by  Paul Smith
        on  Sun Oct 5 12:22:28 2014 -0400

- Log -----------------------------------------------------------------
GNU Make release 4.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlQxcEQACgkQlrBHFWM4ttQEcQCfQcWvME+pD+WZqBgxExzTH7f+
/HcAoMCWiqacRDTKPVdfQ4yppYvzkwL6
=Y9Zj
-----END PGP SIGNATURE-----

Alan Hourihane (1):
      * configure.ac: [SV 40790] Fix load autoconf variables.

Bernhard Reutner-Fischer (1):
      * configure.ac: Fix spacing in helptext of customs

Christian Boos (2):
      Fix initialization of stringlist variables for jobserver_fds and 
sync_mutex.
      Fix SV bug #40227 with respect to stack size set for the MSVC build.

Daniel Richard G (1):
      * load.c: [SV 40515] Define RTLD_GLOBAL if not set.

Eli Zaretskii (13):
      Fix the MSVC build on MS-Windows.
      Fix MinGW64 problem with non-compliant vsnprintf.
      Fix Savannah bug 40241 with Unixy file names as commands to MSYS shell.
      Fix Savannah bug #31150 with failures due to setting window title.
      Fix the MS-Windows build: now guile.c must always be compiled in.
      [SV 42695] Fix compilation error on MS-Windows.
      Fix compilation on MS-Windows.
      Fix regression with "makefile" not being found on MS-Windows.
      Change the order of "makefile" and "Makefile" to match the manual.
      Support MAKE_TERMOUT and MAKE_TERMERR on MS-Windows.
      Treat redirection of standard handles on Windows as it is done on Unix.
      Avoid compilation warnings.
      Fix Cygwin compilation error.

Fredrik Fornwall (1):
      * arscan.c [ANDROID]: Android has no ar.h but supports archives.

Gerte Hoogewerf (1):
      Fix MS Visual Studio NET2003 build.

Gisle Vanem (3):
      Improve error reporting in the Windows port when env size is too large.
      * makeint.h (ftruncate): Define also for __WATCOMC__.
      Fix last commit.

Hartmut Becker (11):
      Enhance/fix VMS build environment
      * config_flags_pm.com, [RENAMED test_make.com] run_make_tests.com:
      Enhance/fix VMS multi-line support.
      Enhance/fix VMS exit code handling.
      Enhance/fix VMS setting of program name, MAKE/MAKE_COMMAND variables
      Enhance/fix VMS ONESHELL implementation and command execution
      * main.c [VMS]: Say that parallel jobs (-j) are not supported on VMS
      Fix VMS automatic variable expansion
      Enhance VMS exporting make environment variables.
      Fix and enhance VMS library support.
      * job.c: fix make action continuation lines.

Jacques Germishuys (1):
      NMakefile.template ($(OUTDIR)/posixfcn.obj): Fix a typo.

John Malmberg (1):
      Update the regression test harness to support VMS.

Jonny Grant (1):
      Fix defalt_makefiles[] for MS-Windows.

Paul Smith (43):
      Set up for the next release.
      Convert to auto-generated ChangeLog files.
      Add support for updating the GNU make web pages.
      [SV 40139] Modify "missing separator" for better translation
      * GNUMAKEFLAGS: Remove -O so it passes in NO_OUTPUT_SYNC mode.
      * read.c (eval): Avoid GCC warning to add braces.
      * NEWS: Fix version so we can build a distfile.
      * maintMakefile: Accept variable overrides from the environment.
      [SV 40254] Modify build.sh to work properly with Guile support.
      * maintMakefile (checkcfg.%): Add testing of build.sh
      [SV 40240] Use configure info to build load test shared libs
      * README.git: Add some missing release steps.
      * read.c (record_files): [SV 33034] Change fatal() to error()
      * glob.c (glob) [SV 18123]: Cherry-pick glibc fix
      * makeint.h (STOP_SET): [SV 40371] Cast to unsigned char.
      [SV 40361] Don't use vsnprintf(), which is an ISO C99 function.
      [SV 40226] Add a new type of switch: single-string options
      Fix memory leak during environment option decoding.
      * read.c (unescape_char): Use memmove() for overlapping memory.
      * load.c (load_file): Reset the name length minus the symbol.
      * features/loadapi (test_expand): Allocate memory for the nul byte.
      * main.c (decode_env_switches): Ensure we have enough space.
      * w32/*: Remove TABs from the source code.
      * main.c (die): Close output_context AND make_sync.
      * commands.c: [SV 40789] Remove unneeded header dlfcn.h
      * job.c (set_child_handler_action_flags): [SV 41341]
      * configure.ac: Fixup for newer autoconf/automake
      * Rename MAP_PATHSEP to MAP_DIRSEP.
      [SV 42249] Propagate correct rule status results.
      [SV 41983] Support omitting the text argument to $(file ...)
      * maintMakefile, various: Improve constification of the codebase.
      * various: Assume ISO C89-compliant free() implementation.
      * read.c (eval): [SV 41677] Correct test for TAB vs. 8 spaces.
      * configure.ac, maintMakefile, w32/Makefile.am: Fix autotools issues.
      * doc/make.texi: Clarify implicit rule lookup of phony targets
      * tests/config-flags.pm.in, tests/scripts/features/archives: [SV 43046]
      * main.c (main): Set MAKE_TTYOUT and MAKE_TTYERR.
      * main.c, NEWS, doc/make.text: Rename MAKE_TTY* to MAKE_TERM*
      * loadapi.c (gmk_eval): [SV 43221] Preserve var buff content for eval.
      * loadapi.c (gmk_eval): Use C90 syntax.
      * tests/scripts/features/load: Avoid unused variable warnings.
      Update Copyright statements for 2014.
      GNU Make release 4.1.

Pavel Fedin (2):
      Fix .LIBPATTERNS for MS-Windows builds.
      Allow the EMX build to use output_sync.

Piotr Jaroszynski (1):
      * output.c (pump_from_tmp): [SV 42378] Flush the output file regularly.

Ray Donnelly (1):
      * output.c: Ensure space for final nul byte in fmtbuf.

Stephan T. Lavavej (1):
      Solve some Windows build issues.

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


hooks/post-receive
-- 
make



reply via email to

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