]> git.ipfire.org Git - thirdparty/make.git/shortlog
thirdparty/make.git
2024-03-28  Paul Smith* doc/make.texi (Pattern Rules): Clarify that rules... master
2024-03-28  Paul Eggert* src/arscan.c (parse_int): Fix integer overflow test
2024-03-28  KO Myung-Hun* src/makeint.h (JOBSERVER_USE_FIFO): Do not define...
2024-03-28  Paul Smith* src/variable.c (do_variable_definition) [W32]: Fix...
2024-03-28  Marco Sirabella* src/arscan.c (ar_name_equal): Support GNU ar's -P...
2024-03-24  Marco Sirabella* tests/README: Fix sample run_make_tests command line.
2024-03-24  Paul Smith* doc/make.texi: GNU Make does set GNUMAKEFLAGS, to...
2024-03-24  Paul Smith* doc/make.texi: Document temporary file name prefix
2024-03-24  Paul Smith[SV 65268] Un-set append mode for stdout/stderr on...
2024-03-24  Paul Smith[SV 65273] configure.ac: Remove check for sys/timeb.h
2024-03-24  Jouke Witteveen[SV 65448] intcmp: Compare values instead of magnitudes
2024-03-24  Paul Smith[SV 65359] doc/make.texi: Describe invalid export varia...
2024-02-05  Paul Smith[SV 64085] Handle .POSIX plus .IGNORE correctly
2024-02-04  Dmitry Goncharov[SV 64822, SV 36486] Fix appending to a pattern specifi...
2024-02-04  Paul Smith* NEWS: Clean up
2024-02-04  Dmitry Goncharov[SV 64803] Set origin for unmodified variables after -e
2024-02-04  Paul Smith* tests/test_driver.pl: Add cd to the .run output file
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...
next