index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
main.c
Age
Commit message (
Expand
)
Author
2020-12-11
make(1): remove DEFMAXLOCAL and DEFMAXJOBS
rillig
2020-12-05
make(1): define constants for enum zero-values
rillig
2020-12-01
make(1): remove Dir_InitDir
rillig
2020-11-29
make(1): reduce memory allocation for dirSearchPath
rillig
2020-11-29
make(1): fix main_CleanUp in -DCLEANUP mode (broken since 1 hour)
rillig
2020-11-29
make(1): reduce memory allocation for targets
rillig
2020-11-28
make(1): reduce memory allocation in ReadBuiltinRules
rillig
2020-11-28
make(1): reduce memory allocation for CmdOpts.create
rillig
2020-11-28
make(1): reduce memory allocation in CmdOpts.variables
rillig
2020-11-28
make(1): reduce memory allocation in CmdOpts.makefiles
rillig
2020-11-28
make(1): remove pointer indirection from GNode.commands
rillig
2020-11-28
make(1): rename local variable in Cmd_Exec
rillig
2020-11-28
make(1): rename conflicting global variables called 'error'
rillig
2020-11-25
Add .MAKE.UID and .MAKE.GID
sjg
2020-11-24
make(1): fix indentation for short expressions in main.c
rillig
2020-11-23
make(1): use comparisons in boolean expressions
rillig
2020-11-23
make(1): use properly typed comparisons in boolean contexts
rillig
2020-11-16
make(1): fix initialization order of modules (broken since today)
rillig
2020-11-16
make(1): use postfix increment where possible
rillig
2020-11-15
make(1): clean up ParseBoolean
rillig
2020-11-15
make(1): clean up getTmpdir
rillig
2020-11-15
make(1): clean up PrintOnError
rillig
2020-11-15
make(1): fix previous commit for parse_debug_options
rillig
2020-11-15
make(1): reduce code size of parse_debug_options
rillig
2020-11-14
make(1): switch cache for realpath from GNode to HashTable
rillig
2020-11-14
make(1): document the -S option
rillig
2020-11-14
make(1): fix trailing whitespace in usage (since 2009-08-27)
rillig
2020-11-14
make(1): don't modify progname in usage
rillig
2020-11-14
make(1): clean up Fatal
rillig
2020-11-14
make(1): clean up InitDefSysIncPath
rillig
2020-11-14
make(1): use progname instead of hard-coded 'make' in warning
rillig
2020-11-14
make(1): remove redundant parameter from str2Lst_Append
rillig
2020-11-14
make(1): rename Main_SetVarObjdir to SetVarObjdir
rillig
2020-11-14
make(1): use different style of accessing characters in MainParseArgs
rillig
2020-11-14
make(1): rename DEFAULT to defaultNode
rillig
2020-11-13
make(1): clean up preprocessor macros in InitVarMachine
rillig
2020-11-13
make(1): flatten #ifdef in InitVarMachineArch
rillig
2020-11-12
Pass a writable flag to Main_SetObjdir to control writable check
sjg
2020-11-08
make(1): move lint option away from the debug flags
rillig
2020-11-08
make(1): use strict typing in conditions of the form !var
rillig
2020-11-08
make(1): reformat main.c more closely to share/misc/style
rillig
2020-11-08
make(1): remove redundant comment from main_ReadFiles
rillig
2020-11-08
make(1): rename init_machine to InitVarMachine
rillig
2020-11-08
make(1): move usage further to the top
rillig
2020-11-08
make(1): move documentation from main to the phase functions
rillig
2020-11-08
make(1): split main into manageable pieces
rillig
2020-11-08
make(1): indent main consistently
rillig
2020-11-08
make(1): inline ReadMakefileSucceeded into ReadFirstDefaultMakefile
rillig
2020-11-08
make(1): inline Lst_ForEachUntil in ReadBuiltinRules
rillig
2020-11-08
make(1): use common indentation style for else
rillig
[prev]
[next]