]> git.ipfire.org Git - thirdparty/make.git/shortlog
thirdparty/make.git
2021-07-25  Dmitry Goncharov[SV 60699] Avoid calling strlen() repeatedly in a loop
2021-07-25  Paul Smith* NEWS: Add a few missing attributions
2021-07-25  Dmitry Goncharov[SV 60297] Add .NOTINTERMEDIATE special target
2021-05-30  Paul Smith* make.texi (Reading Makefiles): != creates recursive...
2021-05-30  Dmitry Goncharov[SV 60659] Set $$< properly in second expansion
2021-05-30  Paul Smith[SV 58341] Add non-trivial options to $(MAKEFLAGS)
2021-05-30  Dmitry Goncharov[SV 60378] Don't add duplicate default search directories
2021-05-30  Dmitry Goncharov* tests/scripts/targets/INTERMEDIATE: [SV 60188] Add...
2021-05-29  Eli Zaretskii[SV 58656] Fix mtime for large files on MS-Windows
2021-03-28  Paul SmithFix build and test issues on Windows
2021-03-28  Tobias Stoeckmann* src/remake.c (name_mtime): Reserve space for nul...
2021-03-25  Cao jin* doc/make.texi (Call Function): Apply consistent forma...
2021-03-25  Pete Dietl* src/job.c (child_execute_job): Update gnulib find_in_...
2021-03-25  Mike Frysinger* doc/make.texi (Automatic Variables): Relocate the...
2021-03-15  Paul Smith[SV 58497] Ensure $(file <) newline removal succeeds
2021-03-15  Dmitry Goncharov[SV 60188] Explicit prereqs cannot be intermediate...
2021-03-15  Paul Smith* tests/scripts/features/exec: Small cleanup
2021-03-15  Paul SmithEnsure variable_buffer is always set.
2021-03-15  Paul Smith[SV 59881] Handle vertical TAB consistently
2021-03-14  Paul Smith[SV 59870] define/undefine prerequisites are not target...
2021-03-14  Paul Smith* maintMakefile: Don't make .check-git-HEAD .PHONY
2021-03-08  Jouke WitteveenMore correctly describe the scope of variables
2021-03-08  Paul Smith* doc/make.text: Clarify that patsubst doesn't touch...
2021-03-08  Paul Smith* .dir-locals.el: Update for newer LSP config
2021-03-08  Paul Smith* file.c (remove_intermediates): Restart "rm ..." on...
2020-12-07  Paul Smith* doc/make.texi (How Patterns Match): [SV 58639] Fix...
2020-12-06  Jouke WitteveenCreate $(let ...) providing lexically scoped variables
2020-12-06  Paul Smith* doc/make.texi (Phony Targets): [SV 58961] Clarify...
2020-12-06  Paul Smith* doc/make.texi (Synchronized Terminal Output): [SV...
2020-12-05  Paul Smith[SV 59169] Add --debug=why and --debug=print options
2020-12-05  Paul Smith* configure.ac: [SV 58836] Copy build.sh to the build...
2020-12-05  Paul Smith[SV 57676] Support included files being built after...
2020-12-02  Paul Smith* src/makeint.h (free_alloca): Check for builtin alloca
2020-12-02  Paul Smith* src/main.c (main): [SV 59601] Check for malformed...
2020-11-29  Paul Smith* maintMakefile: [SV 58794] Check for file existence...
2020-11-29  Paul Smith* Makefile.am (HAVE_GUILE): Only use Guile options...
2020-11-29  Paul Smith* tests/scripts/features/vpathgpath: Avoid duplicate...
2020-11-29  Paul SmithResolve unused-result warnings for alloca(0)
2020-11-29  Paul SmithAvoid some valgrind warnings
2020-11-29  Paul Smith[SV 41273] Allow the directory cache to be invalidated
2020-11-29  Paul SmithSupport "unexport" in target-specific variables.
2020-11-29  Dmitry Goncharov[SV 59230] Preserve export settings for target-specific...
2020-11-29  Paul Smith[SV 59230] Ensure environment variables are exportable
2020-11-29  Paul Smith* src/default.c (default_variables) [AIX]: [SV 59096...
2020-11-29  Paul Smith[SV 35711] Check for special targets earlier
2020-11-29  Paul Smith* .ccls: Disable clang compare against static string...
2020-11-13  Paul Smith[SV 59093] Rewrite filter/filter-out to avoid large...
2020-10-28  Paul Smith* doc/make.texi (Include): Update behavior for missing...
2020-07-19  Paul Smith* NEWS: [SV 58435] Document minimum C compiler version...
2020-07-19  Paul Smith[SV 58735] Define the order that makefiles are rebuilt.
2020-07-10  Paul Smith* src/makeint.h: [ARM] [SV 58347] Don't assume ARM...
2020-07-10  Paul Smith* src/job.c (unblock_sigs): [!POSIX] [SV 58743] Fix...
2020-05-14  Paul Smith* NEWS: Fix some tortured grammar.
2020-05-03  Paul Smith[SV 57930] Cast char to unsigned char to call ctype...
2020-05-03  Paul SmithConvert [ ... ] to test ... in scripting.
2020-05-03  Paul Smith* maintMakefile: Clean up output
2020-05-03  Paul Smith* mainMakefile: Check that INSTALL exists in the dist...
2020-05-03  Kevin Buettner[SV 58232] Disable inheritance of jobserver FDs for...
2020-04-01  Paul Smith[SV 57674] Use the system default PATH if $PATH is...
2020-04-01  Paul Smithtests: Simplify customization of %ENV
2020-03-31  Jens Rehsack* src/output.h: [WINDOWS32] [SV 57888] Use gnulib fcntl...
2020-03-31  Jens Rehsack* src/w32/compat/dirent.c: [SV 57888] Use gnulib opendi...
2020-03-31  Jens Rehsack* src/dir.c (local_stat): [WINDOWS32] Fix buffer-overfl...
2020-03-31  Paul Smith[SV 57896] Change directories before checking jobserver...
2020-03-31  Paul Smith[SV 57967] Only set APPEND mode for regular files
2020-03-31  Paul SmithObey order of multiple print/no-print directory options
2020-03-29  Paul Smith* NEWS: Update 4.3 with information on .SILENT / -s
2020-02-29  Eli Zaretskii* NEWS: Mention the new tcc support.
2020-02-29  Christian JullienAdd support for building with Tiny C for MS-Windows
2020-01-21  Paul SmithApply spelling corrections from Fossies spellcheck
2020-01-21  Paul SmithUpdate to GNU make 4.3.90
2020-01-19  Paul SmithGNU Make release 4.3 4.3
2020-01-19  Paul Smith* configure.ac (guile): Check for Guile 3.0 installations
2020-01-19  Paul Smith* src/job.c (sh_cmds): [SV 57625] Update builtin shell...
2020-01-19  Paul SmithResolve some documentation issues
2020-01-19  Paul Smith[SV 40657] Reinstate old behavior for suffix rules...
2020-01-05  Dmitry Goncharov* tests/test_driver.pl: Enhance error messages
2020-01-04  Paul Smith* doc/make.texi: Change the GFDL to an Appendix
2020-01-04  Paul Smith* NEWS: Clarify authorship of new features.
2020-01-04  Paul SmithEnable compilation with C90 compilers
2020-01-03  Paul Smith* bootstrap: Update to the latest gnulib version
2020-01-03  Paul SmithRelease GNU make 4.2.93 4.2.93
2020-01-03  Paul SmithUpdate copyright statements for 2020
2020-01-03  Paul SmithSupport the .EXTRA_PREREQS special variable
2020-01-03  Paul Smith* tests/scripts/features/patternrules: Use Windows...
2020-01-03  Paul Smith* tests/test_driver.pl: Compute full path to Perl inter...
2020-01-03  Paul Smith* tests/scripts/features/exec: Don't use $ENV in the...
2020-01-03  Paul Smith* src/makeint.h: Add a declaration for memrchr()
2019-12-27  Paul Smith* NEWS: Remove info about disabled /proc/loadavg usage.
2019-12-27  Paul Smith[SV 57022] Avoid posix_spawn which fails asynchronously
2019-12-26  Paul Smith[SV 56655] Allow pattern expansion to contain spaces
2019-12-18  Ben Wijen* src/misc.c (spin): On WINDOWS32 use Sleep() instead...
2019-12-18  Ben Wijen* bootstrap.bat: Fix typo in batch file name
2019-12-18  Paul Smith* src/config.h.W32.template: [SV 57152] MinGW32 doesn...
2019-12-18  Jouke Witteveen[SV 54161] Fix second expansion of $* for paths
2019-12-17  Jouke Witteveen* src/implicit.c (pattern_search): Set lastslash correctly
2019-12-17  Jouke Witteveen* src/implicit.c (pattern-search): Remove unneeded...
2019-12-17  Paul Smith* Makefile.am: Build lzip package instead of bzip2
2019-12-17  Paul Smith* src/job.c (load_too_high): Disable Linux /proc/loadav...
2019-12-17  Paul Smith* tests/run_make_tests.pl (set_more_defaults): Fix...
next