make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 4.4-38-gccbaf386


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.4-38-gccbaf386
Date: Sun, 1 Jan 2023 17:13:50 -0500 (EST)

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  ccbaf3861de8a8e8f5bd5b544e860736f04e2eec (commit)
       via  c4fbfe8b5e817c48a8560a7c8582dae9922168ea (commit)
       via  e7ce3a655e3e125a92e1c95f483675770be7f3bc (commit)
       via  c580ebae8df0b1235b9287a59b9a3ab8c2bf9dfe (commit)
       via  56d297814145d1a2ed9d2ab0e120759d47778c24 (commit)
      from  c91b269f66126ae88cec99c25c39816be97aeaa0 (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 ccbaf3861de8a8e8f5bd5b544e860736f04e2eec
Author: Paul Smith <psmith@gnu.org>
Date:   Sun Jan 1 09:44:59 2023 -0500

    Don't free uninitialized hash_table
    
    * src/dir.c (clear_directory_contents): We use ht_vec to mark when
    we have initialized the hash_table: don't free if it's NULL.
    (everywhere): Use NULL instead of 0 when working with pointers.

commit c4fbfe8b5e817c48a8560a7c8582dae9922168ea
Author: Paul Smith <psmith@gnu.org>
Date:   Sun Jan 1 09:55:24 2023 -0500

    * maintMakefile: Add missing quote

commit e7ce3a655e3e125a92e1c95f483675770be7f3bc
Author: Paul Smith <psmith@gnu.org>
Date:   Sun Jan 1 16:25:39 2023 -0500

    Convert references from "GNU make" to "GNU Make"

commit c580ebae8df0b1235b9287a59b9a3ab8c2bf9dfe
Author: Paul Smith <psmith@gnu.org>
Date:   Sun Jan 1 16:08:35 2023 -0500

    Update to the latest gnulib stable branch
    
    * bootstrap.conf: Request the latest gnulib stable branch.
    * README.git: Recommend the argument form of autogen/autopull.
    * bootstrap: Import the latest version of bootstrap.
    * bootstrap-funclib.sh: Ditto.
    * autogen.sh: Ditto.
    * autopull.sh: Ditto.

commit 56d297814145d1a2ed9d2ab0e120759d47778c24
Author: Paul Smith <psmith@gnu.org>
Date:   Sun Jan 1 10:04:37 2023 -0500

    Update the copyright year on all files

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

Summary of changes:
 AUTHORS                               |   2 +-
 Basic.mk.template                     |   6 +-
 Makefile.am                           |   2 +-
 NEWS                                  | 110 +++---
 README.Amiga                          |   2 +-
 README.DOS                            |   2 +-
 README.OS2                            |   2 +-
 README.W32                            |   2 +-
 README.customs                        |   2 +-
 README.git                            |   6 +-
 README.in                             |   2 +-
 TODO.private                          |   2 +-
 autogen.sh                            | 451 +--------------------
 autopull.sh                           | 240 +-----------
 bootstrap                             |  48 ++-
 bootstrap-funclib.sh                  | 719 +++++++++++++++++++++++++++++++++-
 bootstrap.bat                         |   4 +-
 bootstrap.conf                        |   4 +-
 build.cfg.in                          |   2 +-
 build.sh                              |   2 +-
 build_w32.bat                         |   2 +-
 builddos.bat                          |   2 +-
 configure.ac                          |  10 +-
 doc/Makefile.am                       |   2 +-
 doc/make.1                            |   6 +-
 doc/make.texi                         |  16 +-
 gl/m4/acinclude.m4                    |  34 +-
 gl/m4/dospaths.m4                     |   2 +-
 gl/m4/getloadavg.m4                   |   6 +-
 gl/modules/make-glob                  |   2 +-
 gl/modules/make-macros                |   2 +-
 maintMakefile                         |  12 +-
 makefile.com                          |   2 +-
 mk/Amiga.mk                           |   4 +-
 mk/Posix.mk.in                        |   4 +-
 mk/VMS.mk                             |   4 +-
 mk/Windows32.mk                       |   4 +-
 mk/msdosdjgpp.mk                      |   4 +-
 po/POTFILES.in                        |   2 +-
 scripts/copyright-update              |   6 +-
 src/amiga.c                           |   2 +-
 src/amiga.h                           |   2 +-
 src/ar.c                              |   2 +-
 src/arscan.c                          |   2 +-
 src/commands.c                        |   2 +-
 src/commands.h                        |   2 +-
 src/config.ami                        |   4 +-
 src/config.h-vms                      |   4 +-
 src/config.h.W32                      |   6 +-
 src/configh.dos                       |   2 +-
 src/debug.h                           |   2 +-
 src/default.c                         |   2 +-
 src/dep.h                             |   2 +-
 src/dir.c                             |  84 ++--
 src/expand.c                          |   2 +-
 src/file.c                            |   2 +-
 src/filedef.h                         |   2 +-
 src/function.c                        |   2 +-
 src/getopt.c                          |   2 +-
 src/getopt.h                          |   2 +-
 src/getopt1.c                         |   2 +-
 src/gettext.h                         |   2 +-
 src/gmk-default.scm                   |   8 +-
 src/gnumake.h                         |  10 +-
 src/guile.c                           |  18 +-
 src/implicit.c                        |   2 +-
 src/job.c                             |   2 +-
 src/job.h                             |   2 +-
 src/load.c                            |   2 +-
 src/loadapi.c                         |   2 +-
 src/main.c                            |   6 +-
 src/makeint.h                         |   2 +-
 src/misc.c                            |   4 +-
 src/mkconfig.h.in                     |   2 +-
 src/os.h                              |   2 +-
 src/output.c                          |   6 +-
 src/output.h                          |   4 +-
 src/posixos.c                         |   2 +-
 src/read.c                            |   2 +-
 src/remake.c                          |   2 +-
 src/remote-cstms.c                    |   2 +-
 src/remote-stub.c                     |   2 +-
 src/rule.c                            |   4 +-
 src/rule.h                            |   2 +-
 src/shuffle.c                         |   2 +-
 src/signame.c                         |   2 +-
 src/strcache.c                        |   4 +-
 src/variable.c                        |   4 +-
 src/variable.h                        |   2 +-
 src/version.c                         |   4 +-
 src/vms_exit.c                        |   4 +-
 src/vms_export_symbol.c               |   2 +-
 src/vms_progname.c                    |   2 +-
 src/vmsdir.h                          |   2 +-
 src/vmsfunctions.c                    |   2 +-
 src/vmsify.c                          |   2 +-
 src/vmsjobs.c                         |   4 +-
 src/vpath.c                           |   2 +-
 src/w32/compat/dirent.c               |   2 +-
 src/w32/compat/posixfcn.c             |   2 +-
 src/w32/include/dirent.h              |   2 +-
 src/w32/include/dlfcn.h               |   2 +-
 src/w32/include/pathstuff.h           |   2 +-
 src/w32/include/sub_proc.h            |   2 +-
 src/w32/include/w32err.h              |   2 +-
 src/w32/pathstuff.c                   |   2 +-
 src/w32/subproc/misc.c                |   2 +-
 src/w32/subproc/proc.h                |   2 +-
 src/w32/subproc/sub_proc.c            |   2 +-
 src/w32/subproc/w32err.c              |   2 +-
 src/w32/w32os.c                       |   2 +-
 tests/NEWS                            |  10 +-
 tests/README                          |   2 +-
 tests/config_flags_pm.com             |   2 +-
 tests/mkshadow                        |   2 +-
 tests/run_make_tests.bat              |   2 +-
 tests/run_make_tests.com              |   4 +-
 tests/run_make_tests.pl               |   8 +-
 tests/scripts/features/archives       |   4 +-
 tests/scripts/features/conditionals   |   4 +-
 tests/scripts/features/export         |   2 +-
 tests/scripts/features/include        |   2 +-
 tests/scripts/features/reinvoke       |   2 +-
 tests/scripts/functions/eval          |   2 +-
 tests/scripts/functions/value         |   2 +-
 tests/scripts/options/dash-C          |   2 +-
 tests/scripts/options/print-directory |   2 +-
 tests/scripts/targets/POSIX           |   2 +-
 tests/scripts/variables/SHELL         |   2 +-
 tests/scripts/variables/special       |   2 +-
 tests/scripts/vms/library             |   2 +-
 tests/test_driver.pl                  |   2 +-
 132 files changed, 1051 insertions(+), 1033 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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