summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-03-23Document unexplained *** Error code 6sjg
2023-03-18make: handle .PHONY consitently on interruptsjg
2023-03-09make: document how read-only variables can be made read-writerillig
2023-03-09make: fix memory leak when parsing ':from=to' modifiersrillig
2023-03-07simplify previouschristos
2023-03-06fix few typos in comments and log messages.andvar
2023-03-04tests/make: improve explanations in test for 'empty' functionrillig
2023-03-04tests/make: use proper variable names in short-circuit testrillig
2023-03-04tests/make: test very small and very large numbers in conditionsrillig
2023-02-28Use inline function rather that macro BMsjg
2023-02-27lint: split platform-specific test for loss of accuracyrillig
2023-02-27tests/make: describe the absent fallback for ':O' modifiers more clearlyrillig
2023-02-26tests/make: extend tests for expression modifiers, especially ':N'rillig
2023-02-25meta.c: use macro to access job->bmsjg
2023-02-25make: meta-ignore tests will not work if TMPDIR is /tmpsjg
2023-02-25tests/make: clean up tests for MAKEFLAGS and related variablesrillig
2023-02-25ftp(1): better mark up for url vs cd exampleuwe
2023-02-25ftp(1): minor markup tweaksuwe
2023-02-25Add option sslnoverify to control validation of SSL certificates.mlelstv
2023-02-25tests/make: move tests for MAKRFLAGS to the correct filerillig
2023-02-25tests/make: test that MAKEFLAGS is an environment variablerillig
2023-02-25tests/make: fix explanation for '$' in MAKEFLAGSrillig
2023-02-25tests/make: activate all tests for MAKEFLAGSrillig
2023-02-25tests/make: reproduce and explain '$' in MAKEFLAGSrillig
2023-02-25tests/make: test how '$' behaves in .MAKEOVERRIDES and MAKEFLAGSrillig
2023-02-25make: rename function for parsing command line optionsrillig
2023-02-24lint: order functions to to reduce forward declarationsrillig
2023-02-23Add unit-tests for .MAKE.META.IGNORE_*sjg
2023-02-22lint: document limitationsrillig
2023-02-22lint: fix confusing message about nonportable character constantsrillig
2023-02-21lint: fix null pointer dereference in invalid case expressionrillig
2023-02-21lint: return instead of calling exit from mainrillig
2023-02-21lint: use __printflikerillig
2023-02-19lint: make basename simplerrillig
2023-02-19lint: do not warn about traditional C migration in C99 moderillig
2023-02-19tests/lint: fix and extend tests for C90 migration warningrillig
2023-02-18tests/make: document why ':?' cannot parse its operands in balanced moderillig
2023-02-18lint: remove unused internal_errorrillig
2023-02-18lint: remove redundant commentsrillig
2023-02-18lint: replace INTERNAL_ERROR with plain assertrillig
2023-02-18lint: remove dead code from lex_floating_constantrillig
2023-02-18lint: reduce scope of local variablesrillig
2023-02-18lint: use strtold for parsing floating constantsrillig
2023-02-18lint: remove compat code for lexing hex floating point literalsrillig
2023-02-18tests/make: document the modifier ':@var@body@'rillig
2023-02-18make: fix parsing of unevaluated subexpressions with unbalanced '{}'rillig
2023-02-15While this is not intended to be used on unclean checkouts, improvemartin
2023-02-15make: inline macros for variable namesrillig
2023-02-15make: inline macro for variable name ".MAKE.EXPORTED"rillig
2023-02-14make: remove redundant type VarParseResultrillig