]> git.ipfire.org Git - thirdparty/make.git/shortlog
thirdparty/make.git
2022-09-10  Paul SmithEnhance the make.texi formatting
2022-09-10  Paul SmithClean up maintMakefile
2022-09-10  Paul Smith[SV 63037] Fix tests for newer OS / compiler
2022-09-10  Paul Smith[SV 63040] shell: Fall back to the callers environment
2022-09-08  Paul Smith[SV 63016] Don't fail exporting to $(shell ...)
2022-09-08  Paul SmithEnsure debug output ends in newline
2022-09-08  Paul SmithSanitize tar file ownership, mode, and order
2022-09-08  Paul Smithbootstrap: Update to the latest gnulib bootstrap model
2022-08-31  Paul SmithFix tests for MacOS and Windows
2022-08-31  Paul Smith[SV 62840] Don't change IO buffering before printing...
2022-08-30  Paul SmithRework output sync to lock a temp file on POSIX
2022-08-30  Paul SmithAdd get_tmpfd() and allow anonymous temp files
2022-08-29  Paul Smithtest_driver: check for leftover temp files after each...
2022-08-23  Dmitry Goncharov[SV 62908] Don't free fifo_name twice during error...
2022-08-23  Paul SmithFix bootstrap.bat for bootstrapping on Windows
2022-08-14  Paul Smith* doc/make.texi (Variables/Recursion): [SV 56446] Clari...
2022-08-07  Paul Smith* doc/make.texi (Goals): [SV 51306] Improve MAKECMDGOAL...
2022-08-07  Dmitry Goncharov* doc/make.texi (Remaking Makefiles): [SV 61623] Add...
2022-08-03  Paul Smith* doc/make.texi (Chained Rules): [SV 61957] Clarify...
2022-08-03  Paul Smith[SV 62496] Fix example of testing MAKEFLAGS
2022-08-03  Paul SmithSupport implementing the jobserver using named pipes
2022-08-03  Paul SmithEnhance get_tmpfile() and add get_tmppath()
2022-07-30  Dmitry Goncharov[SV 62706] Only second-expand targets that might be...
2022-07-30  Paul SmithDisable the jobserver in non-recursive children
2022-07-30  Paul SmithEnsure that MAKEFLAGS is set when invoking $(shell...
2022-07-30  Paul SmithTake advantage of mempcpy() and stpcpy()
2022-07-09  Paul SmithConvert HAVE_GETLOADAVG to HAVE_DECL_GETLOADAVG
2022-07-09  Paul SmithMerge in the latest gnulib findprog-in module
2022-07-09  Paul SmithMerge in the latest gnulib concat-filename module
2022-07-09  Paul SmithMerge in the latest gnulib getloadavg module
2022-07-09  Paul SmithInitial merge of the gnulib-port branch
2022-07-09  Paul SmithMove our local m4 macros to gl/m4
2022-07-09  Paul SmithMove our fnmatch/glob implementation into gl/lib
2022-07-09  Paul Smith* tests/run_make_tests.pl: Exit 1 if we detect an error.
2022-07-09  Paul Smith* configure.ac: Remove AC_FUNC_SETVBUF_REVERSED.
2022-07-09  Paul Smith* configure.ac: Check for stpcpy() support.
2022-07-09  Paul Smithgetloadavg: Remove support for privileged invocation
2022-07-09  Paul Smith* maintMakefile: Allow checkcfg rules to succeed.
2022-07-09  Paul Smith* build.sh: Manage libgnu_a-prefixed source files
2022-07-09  Paul Smithbootstrap: Remove strerror()
2022-07-09  Paul Smithbootstrap: Remove strtoll()
2022-07-09  Paul Smithbootstrap: Remove gnulib version of mempcpy()
2022-07-09  Paul SmithRun autoupdate and clean up autoconf usage
2022-07-09  Paul Smith[SV 10593] Export variables to $(shell ...) commands
2022-07-09  Dmitry Goncharov[SV 62650] Show correct warning when combining targets
2022-07-09  Dmitry Goncharov[SV 62514] Honor command line interface flags
2022-07-07  Paul SmithAdd gnulib findprog-in
2022-07-07  Paul SmithAdd gnulib concat-filename
2022-07-07  Paul SmithAdd gnulib getloadavg
2022-07-07  Paul SmithInitial gnulib-port branch commit
2022-06-19  Paul SmithDon't add GNUMAKEFLAGS to the environment
2022-06-18  Paul Smith* tests/test_driver.pl: Don't freak if diff can't be...
2022-06-18  Paul Smith* build_w32.bat [WIN]: Use call for all invocations
2022-06-17  Paul SmithAvoid overwriting buffers with long pathnames
2022-06-04  Paul Smith* tests/scripts/features/temp_stdin: Remove nested...
2022-06-04  Dmitry Goncharov* tests/scripts/features/archives: Fix typo
2022-06-04  Sergei Trofimovich[SV 62100] Add '--shuffle' option support
2022-06-04  Paul Smith* src/misc.c (make_toui): Parse a string into an unsign...
2022-06-04  Paul Smith* src/misc.c (make_pid): A function to return the PID
2022-06-04  Paul Smith* po/LINGUAS: Add a translation for Romanian
2022-04-24  Noah GoldsteinReplace strcmp() with memcmp() where possible
2022-04-24  Noah Goldsteinhash: Remove unnecessary isupper() check before tolower()
2022-04-24  Dmitry Goncharov[SV 62206] Fix %-substitution in second expansion of...
2022-04-24  Dmitry Goncharov[SV 62175] Rework secondary expansion tests
2022-04-24  Paul Smith* Makefile.am (check-regression): Rename jhelp to thelp
2022-04-24  Paul Smith* tests/scripts/options/dash-f: [SV 62118] Close STDIN
2022-04-24  Paul Smith* tests/scripts/features/reinvoke: [SV 62088] Close...
2022-04-24  Paul Smith* tests/test_driver.pl (run_all_tests): Keep one copy...
2022-04-24  Paul Smith* Makefile.am: Add INSTALL to the EXTRA_DIST files
2022-04-24  Dmitry Goncharov[SV 62356] If -R is set in the makefile, disable -r
2022-04-24  Dmitry Goncharov[SV 62324] Simplify set_file_variables by passing in...
2022-04-24  Dmitry Goncharov[SV 62278] Only expand the first pattern during seconda...
2022-04-24  Paul Smith* src/commands.h: [SV 62213] Forward-declare struct...
2022-04-24  Paul Smith* tests/test_driver.pl (toplevel): [SV 62174] Enforce...
2022-04-24  Paul Smith[SV 62173] Fix archive tests for non-GNU systems
2022-04-24  Dmitry Goncharov* tests/scripts/options/dash-l: [SV 62172] Skip if...
2022-04-24  Dmitry Goncharov* src/read.c (check_specials): [SV 62171] Reset ARFLAGS...
2022-04-24  Dmitry Goncharov[SV 62145] Remove a stdin temp file on re-exec failure.
2022-04-18  Paul Smith* tests/scripts/features/errors: Fix Perl warnings
2022-02-27  Paul Smith[SV 62118] Correctly handle -f- options on re-exec
2022-02-27  Paul Smith* tests/scripts/variables/MAKE_RESTARTS: Remove TAB...
2022-02-27  Paul Smith* README.git: Fix compiler options for ASAN
2022-02-27  Paul SmithRemove extraneous characters from fatal() calls
2022-02-27  Paul Smith* src/main.c: Ensure the stdin temp file is deleted...
2022-02-27  Dmitry Goncharov[SV 62088] Avoid re-exec due to stdin.
2022-02-27  Paul Smithtests: Allow run_make_test() to avoid passing -f
2022-02-27  Paul Smithtests: Preserve Windows temp environment variables
2022-02-26  Paul Smith* tests/test_driver.pl: Support STDIN redirection.
2022-02-21  Paul SmithEnsure buffers are large enough for integer values
2022-02-10  Paul Smith* <all>: Update copyright notices.
2022-02-06  Paul Smith* doc/make.1: Use "target" from the SYNOPSIS.
2022-02-06  Paul SmithDon't write $(shell ...) stdout to stderr on failure
2022-02-06  Paul Smith* Basic.mk.template: Allow arguments to the check target.
2022-02-06  Dmitry Goncharov[SV 61805] Support quoted whitespace in .SHELLFLAGS...
2022-02-06  Paul Smith* tests/scripts/features/double_colon: Update for moder...
2022-02-06  Paul Smith* tests/scripts/features/implicit_search: Add -r for...
2022-02-06  Dmitry Goncharov[SV 48643] Add more tests of intermediates and unrelate...
2022-02-06  Dmitry Goncharov[SV 48643] Make prereqs mentioned in unrelated rules...
2022-02-06  Dmitry Goncharov* src/implicit.c (pattern_search): [SV 61864] Fix debug...
2022-02-06  Paul SmithAvoid interleaved $(info ) output
next