]> git.ipfire.org Git - thirdparty/make.git/shortlog
thirdparty/make.git
2023-01-16  Paul SmithUse MK_OS_DOS macro instead of __MSDOS__
2023-01-15  Paul SmithRename WINDOWS32 macro to MK_OS_W32
2023-01-15  Paul SmithRename VMS macro to MK_OS_VMS
2023-01-15  Paul SmithRemove support for AmigaOS
2023-02-26  Paul Smith* README.git: Clarify some release steps
2023-02-26  Paul Smith* NEWS: Update for the next release
2023-02-26  Paul SmithGNU Make release 4.4.1 4.4.1
2023-02-26  Paul Smith* tests/scripts/options/dash-l: Simplify the test via...
2023-02-22  Paul Smith* README.W32: Add Windows 11
2023-02-22  Paul SmithUse a recursive environment if any command needs it
2023-02-21  Dmitry Goncharov* src/main.c (main): Install suffix rules near pattern...
2023-02-21  Paul Smith* Makefile.am: Add mkconfig.h to the test error file
2023-02-20  Dmitry Goncharov[SV 63821] Don't set up default suffix rules if makefil...
2023-02-20  Paul Smith* tests/scripts/misc/general4: Only test empty PATH...
2023-02-19  Paul Smith* gl/modules/make-glob: Avoid glibc glob if bug #866...
2023-02-19  Paul Smith* tests/scripts/features/include [AIX]: Set explicit...
2023-02-19  Paul Smith* tests/scripts/features/archives: Set CC properly
2023-02-19  Paul SmithPrerelease GNU Make 4.4.0.91 4.4.0.91
2023-02-19  Paul Smith* src/makeint.h [CYGWIN]: Use pipe mode for the jobserver
2023-02-19  Paul SmithDon't block for child exit if other commands have completed
2023-02-19  Paul SmithClean up depth handling in debug output
2023-02-19  Paul Smith* src/makeint.h (WIN32_LEAN_AND_MEAN) [Windows]: Don...
2023-02-19  KO Myung-Hun* src/misc.c (ttyname) [OS/2]: Add an implementation...
2023-02-19  Paul SmithAllow jobserver style to be forced to "pipe"
2023-02-05  Paul Smith[SV 63668] Use autoconf to detect the default C++ compiler
2023-02-05  Paul Smith* doc/make.texi: Fix typo (reported by <mao492479407...
2023-02-04  Paul Smith* tests/scripts/variables/MAKEFLAGS: Fix some Perl...
2023-01-28  Dmitry Goncharov* doc/make.texi: [SV 63689] Fix typos in examples
2023-01-28  Paul Smith* src/job.c: Switch from bit operators to flags macros
2023-01-28  Paul Smith[SV 63667] In .POSIX, use shell flags -c when ignoring...
2023-01-28  Dmitry Goncharov* tests/scripts/features/archives: [SV 63688] Quote...
2023-01-28  Paul Smith* README.in: Mention README.z/OS
2023-01-15  Paul Smith* tests/test_driver.pl: Convert z/OS answers for regex...
2023-01-15  Paul Smith* tests/scripts/features/archives: Use the configured...
2023-01-15  Paul Smith* configure.ac: Delay setting HAVE_GUILE until we're...
2023-01-14  Paul SmithPrerelease GNU Make 4.4.0.90 4.4.0.90
2023-01-12  Paul Smith* tests/scripts/features/reinvoke: Warn about closing...
2023-01-11  Eli Zaretskii[SV 63638] Fix processing PATH on MS-Windows
2023-01-08  Paul SmithUpdate support for OS/2
2023-01-08  Paul Smith[SV 17448] Ignore whitespace around $(file ...) names
2023-01-08  Paul Smith[SV 61218] Ensure MAKEFLAGS is expanded even with -e
2023-01-08  Paul Smith[SV 62654] Support GNU Make on z/OS
2023-01-08  Paul SmithCreate src/mkcustom.h which is included by config.h
2023-01-08  Paul SmithInclude <strings.h> globally
2023-01-08  Paul Smith* gl/lib/glob.c: Don't try to support _LIBC, don't...
2023-01-03  Paul Smith[SV 63609] Avoid buffer overrun in --warn-undefined...
2023-01-03  Paul Smith[SV 14927] Allow parallel builds for archives
2023-01-03  Paul Smith[SV 61463] Don't export inherited private variables
2023-01-03  Paul SmithUpdate ancient glob/fnmatch implementations
2023-01-02  Paul Smith* doc/make.texi (Special Targets): Fix minor typo
2023-01-01  Paul SmithDon't free uninitialized hash_table
2023-01-01  Paul Smith* maintMakefile: Add missing quote
2023-01-01  Paul SmithConvert references from "GNU make" to "GNU Make"
2023-01-01  Paul SmithUpdate to the latest gnulib stable branch
2023-01-01  Paul SmithUpdate the copyright year on all files
2022-12-31  Paul SmithApply spelling fixes discovered by Codespell
2022-12-31  Paul SmithAvoid using false(1) in regression tests
2022-12-26  Paul SmithMake bootstrap.bat more portable
2022-12-24  Paul Smith* NEWS: Add a section for the next release
2022-12-24  Paul Smith[SV 63439, SV 63452] Don't warn on undefined internal...
2022-12-24  Paul Smith[SV 63552] Change directories before constructing inclu...
2022-12-20  Paul Smithtests [WINDOWS32]: Support Strawberry Perl on Windows
2022-12-20  Paul Smith* tests/test_driver.pl: Remember if something failed...
2022-12-19  Paul Smith[WINDOWS32] Remove CRNL from FormatMessage() result...
2022-12-19  Dmitry Goncharov[SV 63537] Document and test flippable switches
2022-12-19  Dmitry Goncharov[SV 63537] Pass enabled-by-default switches to submake
2022-12-19  Dmitry Goncharov[SV 63537] Remember the origin of command line options
2022-12-19  Dmitry Goncharov[SV 63537] Fix setting -w in makefiles
2022-12-19  Dmitry Goncharov[SV 63484] Force included makefiles to be explicit
2022-12-19  Paul Smith[SV 63516] [DOS] Support include files with drivespecs
2022-12-18  Paul Smith* src/job.c (new_job): [SV 63510] Trace phony prerequis...
2022-12-18  Paul Smith* configure.ac: Update for a new release
2022-11-28  Dmitry Goncharov[SV 63417] Ensure global .NOTINTERMEDIATE disables...
2022-11-28  Paul Smith* doc/make.texi: Use $(firstword) rather than $(word 1,)
2022-11-28  Dmitry Goncharov[SV 63347] Always add command line variable assignments...
2022-11-16  Paul Smith* src/main.c (main): [SV 63373] Don't use macros with...
2022-11-15  Paul SmithAdd specific hints for errors due to invalid conditionals
2022-11-13  Dmitry Goncharov[SV 63333] Be more lenient when failing to create tempo...
2022-11-13  Paul SmithKeep going if we can't connect to the jobserver
2022-11-13  Paul Smith* src/dir.c (dir_contents_file_exists_p): Show dir...
2022-11-13  Paul Smith* src/main.c (main): [SV 63307] Handle SIGPIPE as a...
2022-11-13  Paul Smith[SV 63315] tests: Simplify TERM signaling
2022-11-13  Paul Smith[SV 63315] Allocate function names when defining functions
2022-11-13  Paul Smithtests: Don't convert \ to / when checking regex's
2022-11-13  Justine Tunney* src/hash.c (jhash_string): Help the compiler optimize...
2022-11-12  Paul Smith* src/config.h.W32 [TCC]: Only redefine strtoll if...
2022-11-09  Eli Zaretskii* src/config.h.W32: Fix last change.
2022-11-05  Eli ZaretskiiFix build with Tiny C
2022-10-31  Paul SmithRelease GNU Make 4.4 4.4
2022-10-31  Paul Smith* README.git: Update and clarify release operations
2022-10-31  Paul SmithFix issues found by ASAN and Coverity
2022-10-29  Paul SmithAvoid C99 constructs
2022-10-29  Paul Smith* build.sh: Allow a "keep-going" mode during builds
2022-10-29  Paul Smithtests: Avoid the use of File::Temp->newdir()
2022-10-29  Paul Smith* src/posixos.c (os_anontmp): [SV 63287] Only fail...
2022-10-28  Paul Smith[SV 62174] Force locale to be "C" before retrieving...
2022-10-27  Paul Smith* src/job.c: [SV 63185] Don't use ifdef with HAVE_DECL_...
2022-10-25  Paul Smith* tests/scripts/features/exec: Don't test with C shells
2022-10-25  Paul SmithIncrease the test framework timeout from 5s to 60s
2022-10-25  Paul Smith* Makefile.am (check-regression): Add a random suffix...
next