]> git.ipfire.org Git - thirdparty/make.git/shortlog
thirdparty/make.git
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...
2022-10-24  Paul SmithRelease GNU Make 4.3.92 4.3.92
2022-10-24  Paul Smith[SV 63260] Don't recurse forever if setup_tmpfile(...
2022-10-24  Paul Smith* src/output.c (_outputs): Don't use invalid output...
2022-10-24  Paul Smith* src/misc.c (get_tmpdir): Report errors if tmpdirs...
2022-10-23  Dmitry Goncharov* src/posixos.c (os_anontmp): If O_TMPFILE fails try...
2022-10-23  Paul Smith* src/rule.c (get_rule_defn): Don't use STRING_SIZE_TUP...
2022-10-23  Paul SmithProvide a maintainer-only debug method
2022-10-23  Paul Smith* configure.ac: Check that we can link with Guile
2022-10-23  Paul SmithSet PATH_MAX on systems without a default value
2022-10-23  Paul Smith[SV 63098] Enhance detection of missing peer also-make...
2022-10-23  Paul SmithCollect failure details when the regression tests fail
2022-10-23  Paul SmithEnhance tests to work on different systems
2022-10-22  Dmitry Goncharov[SV 63243] tests: Avoid SIGTERM racing with make error...
2022-10-22  Dmitry Goncharov[SV 63236] Fix getloadavg related error message on AIX
2022-10-22  Dmitry Goncharov[SV 63248] Ignore SIGPIPE
2022-10-18  Paul Smith* NEWS: Release GNU make 4.3.91 4.3.91
2022-10-18  Paul Smith* AUTHORS: Update the authors list.
2022-10-18  Paul Smith* NEWS: Use GNU Make instead of GNU make
2022-10-18  Paul SmithUpdate URLs to use https rather than http
2022-10-18  Paul SmithRework temp file handling to avoid GNU libc warnings
2022-10-18  Paul SmithAdd ISDIRSEP() helper macro and use it
2022-10-18  Paul SmithAdd preprocessor macros for different platforms
2022-10-18  Paul SmithCheck for recipe line count overflow before it overflows
2022-10-18  Paul SmithRemove template files to simplify distribution creation
2022-10-16  Juan M. GuerreroSupport building with DJGPP 2.05
2022-10-16  Paul Smith* src/job.c: [SV 63185] Include sys/loadavg.h if needed.
2022-10-16  Paul Smith[SV 63215] Remember the random seed for shuffle mode
2022-10-15  Paul SmithUse (void) rather than () in function declarations
2022-10-15  Paul Smith[SV 63157] Ensure temporary files are removed when...
2022-10-15  Paul Smith* src/posixos.c (job_root): Remember root jobserver...
2022-10-15  Paul SmithSet the proper type for variables set in signal handlers
2022-10-08  Dmitry Goncharov* tests/test_driver.pl (toplevel): [SV 63156] Keep...
2022-10-03  Paul SmithClean up some warnings on Windows builds
2022-10-03  Paul Smith* src/misc.c (make_lltoa): Use printf format macro...
next