]> git.ipfire.org Git - thirdparty/make.git/shortlog
thirdparty/make.git
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...
2022-10-03  Paul Smith* src/arscan.c (ar_scan): Avoid sign comparison warnings
2022-10-03  Paul EggertSupport systems with 32-bit long and 64-bit time_t
2022-10-03  Paul SmithAdd support for intmax_t
2022-10-03  Paul Smith* NEWS: Deprecate Xenix
2022-10-02  Paul Smith[SV 63098] Temporarily revert the change to pattern...
2022-10-02  Paul Smith* doc/make.texi (Prerequisite Types): [SV 58056] Clarif...
2022-10-02  Paul Smith* src/filedef.h (is_ordinary_mtime): Check for "ordinar...
2022-10-02  Paul Smith* src/remake.c (update_file_1): Return valid enum eleme...
2022-10-02  Paul Smith* NEWS: Announce deprecation of OS/2 and AmigaOS ports
2022-10-02  Paul Smith* src/main.c (main): Add debug output for jobserver...
2022-10-02  Andreas Schwab[SV 63111] Ensure output-sync is cleaned on re-exec...
2022-10-01  Paul Smith* src/function.c: Change int to uint to align with...
2022-10-01  Dmitry Goncharov* doc/make.texi (Loaded Object API): [SV 63126] Fix...
2022-10-01  Paul SmithImplement a simple xorshift 32bit random number generator
next