Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
path
|
|
|
|
|
|
|
|
Broken-by: 001bf8f587
|
|
|
|
|
|
This should easy automated testing where no .git directory
is available (as is happens with git worktrees)
Setting this environment variable makes the reversion script
using it instead of searching for version.sh or using `git describe`.
|
|
|
|
|
|
modify debugging status
|
|
|
|
|
|
They're passed as HDRS, but the lookups/Makefile referenced the PHDRS
(which was empty)
E.g. touch src/functions.h didn't force a rebuild of the lookups.a
|
|
This should fix a Solaris build error probably inserted by 92583637b2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
complex coding.
|
|
|
|
|
|
|
|
|
|
structs.h:757:18: error: ‘NS_MAXMSG’ undeclared here (not in a function); did you mean ‘N_MASC’?
uschar answer[NS_MAXMSG]; /* the answer itself */
|
|
|
|
This is not only safer (vs. unexpected expansions), but more efficient
|
|
|
|
elements. Bug 2701
|
|
|
|
2694
|
|
|
|
|
|
|
|
before before feeding the message
This is to keep debug output in similar order on different platforms
|
|
|
|
|
|
|
|
|
|
|