]> git.ipfire.org Git - thirdparty/make.git/shortlog
thirdparty/make.git
2022-02-06  Paul Smith* tests/scripts/features/implicit_search: [SV 48643...
2022-02-06  Paul Smith* src/implicit.c (pattern_search): Use const ptrs when...
2022-02-06  Paul Smith* src/job.c (load_too_high): Re-enable Linux /proc...
2022-02-06  Paul Smith* doc/make.texi (Using One Shell): Correct example...
2022-01-18  Jouke Witteveen* src/function.c (parse_textint): Handle ints without...
2022-01-17  Paul Smith[SV 61226] Revert changes to detect missing included...
2022-01-17  Paul SmithEnsure that loaded functions increment the command...
2022-01-17  Paul Smith* src/read.c (tilde_expand): Put back '/' before returning.
2021-12-29  Paul Smith* tests/scripts/targets/INTERMEDIATE: Rewrite for new...
2021-12-29  Paul SmithDo not force targets to be SECONDARY
2021-12-29  Dmitry Goncharov[SV 48643] Preserve target-specific variables on interm...
2021-12-29  Paul Smith* README.template: Clean up patch submission information
2021-12-19  Jouke Witteveen* src/read.c (find_percent_cached): [SV 60798] Silence...
2021-12-19  Jouke Witteveen[SV 60798] Silence bogus GCC10 and GCC11 warnings
2021-12-19  Paul SmithUpdate documentation with instructions for patch submission
2021-12-19  Paul SmithChange HTTP URLs to use HTTPS instead
2021-12-19  Paul Smith* src/makeint.h: Compute INTSTR_LENGTH based on size...
2021-12-19  Paul EggertRemove arbitrary limits on intcmp integers
2021-12-19  Paul SmithUse a well-known error string for out-of-bound function...
2021-12-19  Paul Smith* doc/make.text (Wildcards): Document that glob results...
2021-12-19  Paul Smith[SV 61621] Don't use POSIX_SPAWN_RESETIDS with posix_sp...
2021-12-05  Paul Smith* .gitignore: Ignore patch files.
2021-11-28  U2FsdGVkX1* src/commands.c (fatal_error_signal) [W32]: Use %lu...
2021-11-28  Paul Smith* NEWS: Update with author details
2021-11-28  Paul SmithSpecial-case Windows error results
2021-11-28  Paul SmithConvert word, wordlist, and intcmp functions to use...
2021-11-28  Jouke WitteveenIntroduce $(intcmp ...) for numerical comparison
2021-11-28  Jouke WitteveenUse strtol() instead of atoi()
2021-11-28  Jouke Witteveen* src/makeint.h: Removed unused atol declaration
2021-11-28  Paul Smith* src/implicit.c (pattern_search): Fix text for easier...
2021-11-28  Paul Smith[SV 48643] Update the implicit rule search docs
2021-11-28  Dmitry Goncharov[SV 48643] Enhance "ought to exist" definition
2021-11-27  Paul Smithtests: Enhance output to contain filename/line number...
2021-10-19  Dmitry Goncharov[SV 61042] Enhance logging of implicit rule search
2021-10-17  Dmitry Goncharov* doc/make.texi (Special Targets): [SV 61122] Add ...
2021-10-17  Paul Smith* README.git: Update C version prerequisite
2021-09-20  Paul SmithAdd support for the POSIX :::= assignment operator.
2021-09-07  Paul SmithClean up more Windows warnings.
2021-09-07  Dmitry Goncharov[SV 60435] Ensure intermediate grouped files are removed
2021-09-07  Paul Smith* src/default.c (default_variables): Use CPP in PREPROC...
2021-09-07  Dmitry Goncharov* src/main.c (decode_debug_flags): [SV 607777] Preserve...
2021-09-07  Dmitry Goncharov[SV 57778] Don't ignore included makefiles that can...
2021-09-06  Paul Smith[SV 60795] Don't remake phony included makefiles and...
2021-09-06  Paul Smith* doc/make.texi (Environment): [SV 60841] Clarify varia...
2021-09-06  Paul Smith* doc/make.texi (Chained Rules): [SV 60904] Clarify...
2021-09-06  Paul SmithRemove UBSAN issues discovered via fuzzing tests.
2021-09-06  Paul Smith* doc/make.texi (Prerequisite Types): [SV 61069] Mentio...
2021-09-06  Paul Smith* doc/make.1: Clean up man page text.
2021-09-06  Paul Smith* README.git: Add a section on ways to test.
2021-09-06  Paul Smith* src/main.c (decode_switches): Fix memory leak.
2021-09-06  Paul SmithClean up a few Windows build warnings (not all!)
2021-09-06  Paul Smith[SV 45211] Parse MAKEFLAGS immediately when it's reset
2021-09-06  Paul Smith* make-gdb.py: Add pretty-printers and clean up.
2021-09-03  Paul Smith[SV 60595] Restart whenever any makefile is rebuilt
2021-09-03  Paul Smith[SV 60412] Allow -I- to throw out the current directory...
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
next