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
2023-03-28
make: declare all common symbols in headers, unexport others
rillig
2023-02-25
make: rename function for parsing command line options
rillig
2023-02-15
make: inline macros for variable names
rillig
2023-02-14
make: clean up calls to Var_Subst
rillig
2023-01-26
make: some variables should be read-only
sjg
2023-01-24
make: .SYSPATH: to add dirs to sysIncPath
sjg
2023-01-19
make: inline macro for variable name
rillig
2023-01-01
make: don't assemble identifiers from smaller tokens
rillig
2022-10-10
make: change return type of unlink_file back to int
rillig
2022-10-10
make: document the guard for directories in unlink_file
rillig
2022-09-28
Don't ignore return from snprintf or getcwd
sjg
2022-05-07
make: allow to randomize build order of targets
rillig
2022-05-07
make: rename Compat_Run to Compat_MakeAll
rillig
2022-04-18
make: only switch to POSIX mode if '.POSIX:' is the first line
rillig
2022-03-22
make: clean up comments and code for setting debug flags
rillig
2022-02-09
make: prefix the warning about read-only .OBJDIR with a colon
rillig
2022-01-29
make: print stack trace on fatal errors
rillig
2022-01-27
Allow local variable assignments in dependency lines
sjg
2022-01-22
make: add missing newline after "cannot continue" message
rillig
2022-01-22
make: clean up comments
rillig
2022-01-15
make: remove extra semicolon after statement
rillig
2022-01-15
make: replace Var_Value with Var_Exists where applicable
rillig
2022-01-15
make: remove unnecessary functions for expanding variable names
rillig
2022-01-15
make: merge duplicate code for expanding variable expressions
rillig
2022-01-10
make: add debug logging for capturing the output of external commands
rillig
2022-01-09
make: in Cmd_Exec, return error message instead of format string
rillig
2022-01-07
make: have as few statements as possible between va_start and va_end
rillig
2022-01-07
make: clean up comments, variable names, function names
rillig
2022-01-01
make: fix error message when reading more than 1 GB from stdin
rillig
2022-01-01
make: reduce indentation in Main_SetObjdir
rillig
2021-12-31
make: unexport types VarAssignOp and VarAssign
rillig
2021-12-28
make: fix double-free in CLEANUP mode (since 2021.12.27.23.11.55)
rillig
2021-12-28
make: clean up stylistically
rillig
2021-12-28
make: constify cached_realpath
rillig
2021-12-27
make: clean up Cmd_Exec
rillig
2021-12-27
make: reduce indentation of Cmd_Exec
rillig
2021-12-27
make: free the names of the makefiles in cleanup mode
rillig
2021-12-27
make: merge local variables holding the path to the object directory
rillig
2021-12-27
make: prevent out-of-bounds read for debug log file name
rillig
2021-12-27
make: remove usage message if the debug file cannot be opened
rillig
2021-12-27
make: narrow down the return type of ReadMakefile
rillig
2021-12-27
make: rename local variables to be simpler
rillig
2021-12-27
make: clean up 'explode'
rillig
2021-12-27
make: clean up comments
rillig
2021-12-27
make: remove unnecessary words from command line options
rillig
2021-12-27
make: rename eunlink to unlink_file
rillig
2021-12-15
make: format comments according to /usr/share/misc/style
rillig
2021-12-15
make: use consistent indentation for statements and continuations
rillig
2021-12-15
make: remove bmake_free
rillig
2021-12-15
make: in CLEANUP mode, free interned strings at the very end
rillig
[next]