]> git.ipfire.org Git - thirdparty/make.git/shortlog
thirdparty/make.git
2023-04-02  Paul Smithtests: Run each file in a separate directory
2023-04-02  Paul Smith* tests/scripts/targets/WAIT: Add whitespace to avoid...
2023-04-02  Dmitry Goncharov[SV 63856] Fix pruning of double-colon rules
2023-04-02  Dmitry Goncharov[SV 63856] Implement .WAIT on the command line
2023-04-02  Paul Smith[SV 63981] Don't warn on explicit -j1
2023-04-02  Paul Smith* NEWS: Mention the new .WARNINGS variable
2023-04-02  Paul Smith* doc/make.texi: Clean up function and variable references
2023-04-02  Paul SmithAdjust output strings to be aligned
2023-04-02  Paul SmithAdd support for .WARNINGS special variable
2023-04-01  Paul SmithAdd new warnings invalid-var and invalid-ref
2023-04-01  Paul SmithIntroduce a --warn command line option
2023-04-01  Paul SmithClean up memory leak warnings from ASAN and Valgrind
2023-04-01  Paul SmithCreate helper functions for pushing file contexts
2023-04-01  Paul SmithAdd functions to directly expand variables by name
2023-03-26  Paul SmithClean up expand.c
2023-03-26  Paul Smith* src/expand.c (swap_variable_buffer): Swap two variabl...
2023-03-26  Paul SmithEnsure variable_buffer is always nul-terminated
2023-03-25  Paul Smith[SV 63867] Don't use --sort to generate error report...
2023-02-26  Paul SmithDirectly handle $\ line endings
2023-02-26  Paul Smith* src/main.c (define_makefiles): Simplify by using...
2023-01-16  Paul SmithClean up some preprocessor operations
2023-01-16  Paul SmithUse MK_OS_OS2 macro instead of __EMX__
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...
next