]> git.ipfire.org Git - thirdparty/make.git/shortlog
thirdparty/make.git
2024-02-04  Dmitry GoncharovReplace target_var boolean with enum variable_scope
2024-01-28  Paul Smith* doc/make.texi: Grammar improvements.
2024-01-28  Paul SmithSupport conditional modifiers on all assignment operators
2024-01-27  Paul SmithRemove unnecessary parsing during makefile read
2024-01-27  Paul SmithCreate a common method for skipping variable references
2024-01-27  Paul Smith* src/misc.c (writebuf, readbuf): Return a constant -1
2024-01-27  Dmitry Goncharov[SV 65211] Fix load and loadapi tests.
2024-01-27  Paul Smith[SV 65172] Avoid buffer overruns when expanding for...
2024-01-09  Paul Smith[SV 64571] Add --print-targets option
2024-01-07  Paul Smith* src/makeint.h: Add an ARRAYLEN macro to compute array...
2024-01-07  Paul Smith* doc/make.texi (Text Functions): [SV 64339] Clarify...
2024-01-06  Paul Smith* (all): Update Copyright year to 2024
2024-01-06  Paul Smith[SV 64402] Correct locating "," in ifeq/ifneq conditionals
2024-01-06  Dmitry Goncharov[SV 65006] Allow secondary expansion of .EXTRA_PREREQS
2024-01-02  Jouke Witteveen* src/function.c (func_let): Don't edit nonexistent...
2024-01-02  Paul Smith* doc/make.texi (Text Functions): [SV 64818] Remove...
2024-01-02  Paul Smith* .clangd: Add configuration for the clangd LSP server
2023-11-27  Paul Smith* doc/make.texi: [SV 64924] Add missing parenthesis
2023-11-27  Paul Smith* doc/make.texi: Add a quick reference appendix
2023-11-27  Paul Smith* src/function.c (function_table_entry): Sort
2023-09-01  Paul Smithmake.texi: Cleanup
2023-08-29  Paul Smithmake.texi: Add an appendix with troubleshooting tips
2023-08-29  Paul Smithdoc/make.texi: Clean up references to GNU Make
2023-08-29  Paul Smithdoc/make.texi: Remove unnecessary @node arguments
2023-08-25  Paul Smithbootstrap.conf: Update to the latest gnulib stable...
2023-07-04  Paul Smith* AUTHORS: Updates
2023-07-04  Torbjörn SVENSSONFix GCC compile warning for "bad-function-cast" on...
2023-07-01  Torbjörn SVENSSONFix GCC compile warning for "format-signedness" in...
2023-07-01  Torbjörn SVENSSON* src/w32/compat/posixfcn.c (ttyname): Avoid const...
2023-07-01  Torbjörn SVENSSONFix GCC compile warning for "unused-parameter" on Windows
2023-07-01  Torbjörn SVENSSONFix GCC compile warning format-security on Windows
2023-07-01  Torbjörn SVENSSONFix GCC compile warning declaration-after-statement...
2023-06-19  Costas ArgyrisAdd a UTF-8 resource when building for Windows
2023-06-19  Paul Smith[SV 64124] Avoid stack overflows for large command...
2023-06-19  Paul Smith* po/LINGUAS: Add support for Georgian translation
2023-06-19  Paul Smith* NEWS: Set a prerelease version
2023-05-23  Paul Smith[SV 64815] Recipe lines cannot contain conditional...
2023-05-14  Paul Eggertmake -p now uses consistent timestamp format
2023-05-14  Paul Eggertmake -p buffer overrun fix with outlandish current...
2023-05-14  Paul Eggertmake -p uses same clock as rest of 'make'
2023-05-14  Paul Smith[SV 63219] Support an "unload" function for loaded...
2023-05-07  Paul SmithRemove the "preview" status from the loaded object...
2023-05-07  Paul Smith* src/read.c (eval): [SV 40942] Allow targets named...
2023-05-07  Paul Smith* tests/test_driver.pl: Show info about failed tests
2023-05-06  Paul Smith* tests/scripts/features/comments: Add missing "1;"
2023-04-30  Dmitry Goncharov[SV 64124] Avoid use-after-free in expand_variable_buf()
2023-04-30  Dmitry Goncharov[SV 64115] Suppress warnings about undefined GNUMAKEFLAGS
2023-04-30  Dmitry Goncharov[SV 64107] Disable builtins immediately on -R or -r
2023-04-30  Paul Smith* tests/scripts/features/double_colon: Test parallel...
2023-04-30  Dmitry Goncharov* src/remake.c (update_goal_chain): [SV 64016] Avoid...
2023-04-23  Paul Smith* NEWS: Note the change to the tests suite
2023-04-03  Paul Smith* src/warnings.c (decode_warn_actions): [SV 63990]...
2023-04-03  Paul SmithMove local headers after system headers
2023-04-02  Paul Smithtests: Run each file in a separate directory
2023-04-02  Paul Smith* tests/scripts/targets/WAIT: Add whitespace to avoid...
2023-04-02  Dmitry Goncharov[SV 63856] Fix pruning of double-colon rules
2023-04-02  Dmitry Goncharov[SV 63856] Implement .WAIT on the command line
2023-04-02  Paul Smith[SV 63981] Don't warn on explicit -j1
2023-04-02  Paul Smith* NEWS: Mention the new .WARNINGS variable
2023-04-02  Paul Smith* doc/make.texi: Clean up function and variable references
2023-04-02  Paul SmithAdjust output strings to be aligned
2023-04-02  Paul SmithAdd support for .WARNINGS special variable
2023-04-01  Paul SmithAdd new warnings invalid-var and invalid-ref
2023-04-01  Paul SmithIntroduce a --warn command line option
2023-04-01  Paul SmithClean up memory leak warnings from ASAN and Valgrind
2023-04-01  Paul SmithCreate helper functions for pushing file contexts
2023-04-01  Paul SmithAdd functions to directly expand variables by name
2023-03-26  Paul SmithClean up expand.c
2023-03-26  Paul Smith* src/expand.c (swap_variable_buffer): Swap two variabl...
2023-03-26  Paul SmithEnsure variable_buffer is always nul-terminated
2023-03-25  Paul Smith[SV 63867] Don't use --sort to generate error report...
2023-02-26  Paul SmithDirectly handle $\ line endings
2023-02-26  Paul Smith* src/main.c (define_makefiles): Simplify by using...
2023-01-16  Paul SmithClean up some preprocessor operations
2023-01-16  Paul SmithUse MK_OS_OS2 macro instead of __EMX__
2023-01-16  Paul SmithUse MK_OS_DOS macro instead of __MSDOS__
2023-01-15  Paul SmithRename WINDOWS32 macro to MK_OS_W32
2023-01-15  Paul SmithRename VMS macro to MK_OS_VMS
2023-01-15  Paul SmithRemove support for AmigaOS
2023-02-26  Paul Smith* README.git: Clarify some release steps
2023-02-26  Paul Smith* NEWS: Update for the next release
2023-02-26  Paul SmithGNU Make release 4.4.1 4.4.1
2023-02-26  Paul Smith* tests/scripts/options/dash-l: Simplify the test via...
2023-02-22  Paul Smith* README.W32: Add Windows 11
2023-02-22  Paul SmithUse a recursive environment if any command needs it
2023-02-21  Dmitry Goncharov* src/main.c (main): Install suffix rules near pattern...
2023-02-21  Paul Smith* Makefile.am: Add mkconfig.h to the test error file
2023-02-20  Dmitry Goncharov[SV 63821] Don't set up default suffix rules if makefil...
2023-02-20  Paul Smith* tests/scripts/misc/general4: Only test empty PATH...
2023-02-19  Paul Smith* gl/modules/make-glob: Avoid glibc glob if bug #866...
2023-02-19  Paul Smith* tests/scripts/features/include [AIX]: Set explicit...
2023-02-19  Paul Smith* tests/scripts/features/archives: Set CC properly
2023-02-19  Paul SmithPrerelease GNU Make 4.4.0.91 4.4.0.91
2023-02-19  Paul Smith* src/makeint.h [CYGWIN]: Use pipe mode for the jobserver
2023-02-19  Paul SmithDon't block for child exit if other commands have completed
2023-02-19  Paul SmithClean up depth handling in debug output
2023-02-19  Paul Smith* src/makeint.h (WIN32_LEAN_AND_MEAN) [Windows]: Don...
2023-02-19  KO Myung-Hun* src/misc.c (ttyname) [OS/2]: Add an implementation...
2023-02-19  Paul SmithAllow jobserver style to be forced to "pipe"
2023-02-05  Paul Smith[SV 63668] Use autoconf to detect the default C++ compiler
next