OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Since
(Results
1 - 25
of
142
) sorted by relevancy
1
2
3
4
5
6
/src/usr.bin/make/unit-tests/
make-exported.mk
12
# which was surprising behavior.
Since
2020-10-03 this line tries to
20
#
Since
2020-10-03, the "variable" named "-literal" is not exported anymore,
21
# it is just ignored
since
its name starts with '-'.
varname-dot-alltargets.mk
14
#
Since
the tests are run with the -r option, no targets are
directive-for-lines.mk
5
#
Since
parse.c 1.127 from 2007-01-01 and before parse.c 1.494 from
7
# messages inside .for loops had been wrong
since
ParseGetLine skipped empty
varname-dot-shell.mk
18
#
Since
2020-10-30 this is prevented.
25
# This has no effect
since
the variable is not defined in the global scope,
opt-debug-errors-jobs.mk
4
# failed commands and targets;
since
2021-04-27 also in jobs mode.
33
# irrelevant.
Since
"usually" is not "always", these space characters are
43
#
Since
2021-11-28.
varname-dot-curdir.mk
27
# output of the shell command ("/").
Since
"echo /" does not exist, the
30
#
Since
2020-10-04, the output of the shell command is added to .PATH.
opt-debug-lint.mk
8
#
Since
2020-09-13, undefined variables that are used on the left-hand side
14
#
Since
2020-09-13, the "Malformed conditional" error message is not printed
25
# sense to expand them in the global scope
since
they will never be defined
37
#
Since
2020-09-13, Var_Parse properly reports errors for undefined variables,
47
#
Since
2020-09-14, dependency lines may contain undefined variables.
53
# may assume that the variable is defined
since
they will only be evaluated
61
#
Since
2020-10-03, in lint mode the variable modifier must be separated
71
#
since
make always fell back trying to parse the indirect modifier as a
97
# This only happened in lint mode
since
in default mode the early check for
directive-ifdef.mk
20
#
Since
a bare word is an abbreviation for 'defined(word)', these can be
directive-undef.mk
14
#
Since
var.c 1.761 from 2020-12-22, .undef handles multiple variable names
27
# varname-empty.mk.
Since
var.c 1.737 from 2020-12-19, .undef complains
34
# ever do anything
since
that variable is never defined.
69
# A variable named "$" can be undefined
since
the argument to .undef is
82
#
Since
var.c 1.762 from 2020-12-22, parse errors in the argument should be
124
# exported yet
since
it refers to another variable.
136
#
Since
var.c 1.570 from 2020-10-06 and before var.c 1.1014 from 2022-03-26,
varname-make_print_var_on_error-jobs.mk
9
# The commands in .ERROR_CMD are space-separated.
Since
each command usually
comment.mk
18
#
Since
parse.c 1.127 from 2007-01-01, these are not shell commands,
56
#
Since
2012-03-24 the modifier :[#] does not need to be escaped.
cond-undef-lint.mk
22
#
Since
the condition fails to evaluate, neither of the branches is taken.
65
#
Since
NESTED_UNDEF is not controllable at this point, it must not generate
66
# an error message, and it doesn't do so,
since
2020-09-14.
directive-export-impl.mk
23
# At this point, ExportVar("UT_VAR", VEM_PLAIN) is called.
Since
the
36
# variables exported.
Since
this variable has both of the above-mentioned
38
# are not modified though,
since
the next time the :!...! modifier is
varmod-defined.mk
14
#
Since
DEF is defined, the value of the expression is "value", not
21
#
Since
UNDEF is not defined, the "value" is ignored. Instead of leaving the
83
#
Since
the variable with the empty name is never defined, the :D modifier
varmod-gmtime.mk
13
# Test for the default time format, %c.
Since
the time always varies, it's
57
# make. Therefore,
since
var.c 1.631, negative time stamps produce a
78
#
Since
"now" constantly changes, the strongest possible test is to match the
114
#
Since
var.c 1.631 from 2020-10-31, the overflow is detected and produces a
var-op-default.mk
48
#
Since
2000.05.11.07.43.42 it has been possible to use nested
52
# 'VAR.${:Uparam}' to see whether the variable already existed.
Since
that
63
# This is tricky to measure correctly
since
there are many inconsistencies
varmod-loop-delete.mk
8
# and at the end of the loop, this variable is deleted.
Since
var.c 1.204
19
# Disabled
since
the details of the crash depend on the execution
28
# In an assignment, the scope is 'Global'.
Since
the variable 'VAR' is
directive-for-break.mk
39
# No parse error, even though the .break occurs outside a .for loop,
since
49
#
Since
cond.c 1.335 from 2022-09-02 and before cond.c 1.338 from 2022-09-23,
directive-ifndef.mk
29
# them.
Since
these conditions are confusing for humans, they should be
hanoi-include.mk
16
# an endless loop,
since
variables from the command line cannot be overridden
25
#
Since
make has no built-in arithmetic functions, convert N to a list of
recursive.mk
4
# This would stop make from doing anything
since
the "recursive" error
20
#
Since
parse.c 1.243 from 2020-07-31 and before parse.c 1.249 from
var-op-sunsh.mk
27
#
Since
2020-10-04, this is a normal variable assignment to the variable named
41
#
Since
2020-10-04, the colons are part of the variable name.
70
# Until 2020-10-04, the word 'shift' was also affected
since
it starts with
89
# to a parse error
since
the left-hand side of an assignment must be
97
#
Since
the parser just counts braces and parentheses instead of properly
102
#
Since
the text to the left of the assignment operator '=' does not end with
varmod-to-separator.mk
37
# anything
since
neither of these modifiers is related to how the string is
49
#
Since
there is a single character before it, that character is taken as
56
#
since
it is followed by a colon. Or it could be the colon
since
that
83
# After the modifier ':ts/', the expression value is a single word
since
all
91
# word
since
all spaces have been replaced with x. Because of this single
152
#
Since
2020-11-01, these out-of-bounds values are rejected.
167
#
Since
2020-11-01, these out-of-bounds values are rejected.
244
#
Since
2003.07.23.18.06.46 and before 2016.03.07.20.20.35, the modifier ':ts'
250
#
Since
the character escape is always interpreted as octal, let's see wha
[
all
...]
/src/external/gpl3/gdb/dist/sim/testsuite/bfin/
fact.s
31
# This is the real answer, but it overflows 32bits.
Since
gas itself
33
# specify the truncated 32bit value
since
that's what the Blackfin will
/src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
fact.s
31
# This is the real answer, but it overflows 32bits.
Since
gas itself
33
# specify the truncated 32bit value
since
that's what the Blackfin will
Completed in 26 milliseconds
1
2
3
4
5
6
Indexes created Fri Jun 05 00:26:10 UTC 2026