]> git.ipfire.org Git - thirdparty/make.git/shortlog
thirdparty/make.git
2024-12-09  Paul Smith[SV 66499] Detect jobserver values that are too large master
2024-12-09  Paul Smithjobserver: Ensure the named pipe is deleted on error
2024-12-09  Paul Smith* doc/make.texi: [SV 66324] Fix a typo
2024-10-02  Dmitry Goncharov[SV 66273] Double-colon targets must not be intermediate
2024-10-02  Dmitry Goncharov[SV 66268] Include newlines in file removal error message
2024-09-02  Paul Smith* doc/make.texi: Clarify -j versus -jN behavior
2024-09-02  Sergei TrofimovichFix biased shuffle by avoiding already "struck" elements
2024-09-02  Paul Smith* doc/make.texi: GNUMAKEFLAGS is only read from the...
2024-09-02  Paul EggertCheck for snprintf truncation on W32
2024-09-02  Paul EggertFix unlikely pointer overflow in abspath
2024-09-02  Paul EggertPrefer memcpy to strncpy if either will do
2024-09-02  Paul EggertOmit unused PATH_MAX code
2024-09-02  Paul EggertAvoid strlen calls after sprintf
2024-09-02  Paul Smith[SV 65759] Document special handling of "-" command...
2024-09-02  Dan D[SV 65777] Add more const
2024-09-02  Paul SmithRemove obsolete email address for the FSF
2024-09-02  Paul Smith* bootstrap.conf: Update to newer prerequisites
2024-08-05  Paul Smith[SV 65917] Mark also_make targets as updated in make -n
2024-08-04  Paul Smith* src/job.c (new_job): [SV-66030] Show all also-make...
2024-08-04  Paul SmithDon't add a target to its own also_make list
2024-08-04  Paul Smith* doc/make.texi: [SV-65982] Clarify what --debug=makefi...
2024-08-04  Paul Smith* src/remake.c (update_file_1): [SV 65999] Clarify...
2024-08-04  Paul Smith* doc/make.texi: [SV-66018] Mention .ONESHELL in [...
2024-08-04  Dmitry Goncharov[SV 66037] Avoid hang/crash from MAKEFLAGS=... on comma...
2024-08-04  Paul Smith* doc/make.texi (Overview): Update reference to POSIX...
2024-08-04  Paul Smith* src/warning.h: Put warnings into alphabetical order.
2024-08-04  Dmitry Goncharov[SV 65739] Add warning circular-dep.
2024-05-06  Dmitry Goncharov* tests/scripts/functions/shell: [SV 65323] Run huge...
2024-05-06  Dmitry Goncharov[SV 65324] disable_builtins: Don't dereference NULL...
2024-05-06  Paul Smith* make.texi (How to Use Variables): [SV 65536] Rewrite...
2024-04-14  Paul Smith* .dir-locals.el: Correct bug reference regex format
2024-04-14  Paul Smith[SV 65537] Update to newer gnulib
2024-04-14  Paul Smith* NEWS: Clean up UTF-8 issues
2024-03-28  Paul Smith* doc/make.texi (Pattern Rules): Clarify that rules...
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...
next