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
2021-12-13
make: convert debugging flags from enum to bit-field
rillig
2021-12-13
make: fix memory leak for filenames in .for loops (since 2013-06-18)
rillig
2021-08-14
make: rename variable and function for handling parse errors
rillig
2021-06-18
make: clean up access to character iterator
rillig
2021-04-19
make: avoid double slash in name of temporary directory
rillig
2021-04-14
make: turn run-time string concatenation into compile-time
rillig
2021-04-14
make: remove unnecessary modifier ':U' for certain fixed expressions
rillig
2021-04-04
make: remove filler word 'Do' from function names for parsing
rillig
2021-04-04
make: rename a few functions to be more descriptive
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-02-05
Avoid strdup in mkTempFile
sjg
2021-02-05
make: in the Var_ functions, move the scope to the front
rillig
2021-02-05
make: add shortcut Global_Delete for deleting a global variable
rillig
2021-02-04
make: rename some VAR constants to SCOPE
rillig
2021-02-03
make: replace Global_AppendExpand with Global_Append
rillig
2021-02-03
make: replace Global_SetExpand with Global_Set for constant names
rillig
2021-02-03
make: use shortcut functions Global_SetExpand and Global_AppendExpand
rillig
2021-02-01
make: always use vfork, never fork
rillig
2021-02-01
make: clean up main.c
rillig
2021-02-01
make: simplify MakeMode
rillig
2021-02-01
make: replace pre-increment with post-increment or simple addition
rillig
2021-02-01
make: rename functions for parsing command line arguments
rillig
2021-02-01
make: clean up comments
rillig
2021-01-30
make(1): inline Buf_Len
rillig
2021-01-30
make(1): inline Buf_GetAll
rillig
2021-01-30
make(1): split Buf_Destroy into Buf_Done and Buf_DoneData
rillig
2021-01-24
make(1): convert SearchPath to struct
rillig
2021-01-23
make(1): rename Dir_AddDir, reorder parameters of SearchPath_ToFlags
rillig
2021-01-23
make(1): rename Dir_Expand to SearchPath_Expand
rillig
2021-01-19
make(1): remove do-not-format markers from comments
rillig
2021-01-16
make(1): fix a few inconsistencies for lint's strict bool mode
rillig
2021-01-10
make(1): make a few more bool expressions more precise
rillig
2021-01-10
make(1): consistently use boolean expressions in conditions
rillig
2021-01-09
make(1): fix lint warnings
rillig
2021-01-08
Ensure PrintOnError always reports 'stopped in' on first call.
sjg
2020-12-31
make(1): replace pointers in controlling conditions with booleans
rillig
2020-12-30
make(1): format multi-line comments
rillig
2020-12-28
make(1): replace global preserveUndefined with VARE_KEEP_UNDEF
rillig
2020-12-27
make(1): exit 2 on technical errors
rillig
2020-12-27
make(1): re-export variables from the actual make process
rillig
2020-12-26
Use .MAKE.DEPENDFILE as makefiles set it
sjg
2020-12-23
make(1): fix a few lint warnings
rillig
2020-12-23
make(1): rename CmdOpts.lint to strict
rillig
2020-12-20
make(1): remove constant parameter from MakeMode
rillig
2020-12-20
make(1): change return type of Var_Value to FStr
rillig
2020-12-13
make(1): add str_basename to reduce duplicate code
rillig
2020-12-13
make(1): constify progname
rillig
2020-12-13
make(1): replace *line with line[0]
rillig
2020-12-12
make(1): rename Var_ExportVars to Var_ReexportVars
rillig
2020-12-11
make(1): clean up comments for command line options
rillig
[prev]
[next]