Added bug and regression terms
parent
79e02c44f9
commit
8ae5475f2d
|
@ -33,6 +33,9 @@ developers addressed by this specification.
|
||||||
\dt{boolean}
|
\dt{boolean}
|
||||||
A datatype whose storage is capable of representing a value of $1$ or $0$.
|
A datatype whose storage is capable of representing a value of $1$ or $0$.
|
||||||
|
|
||||||
|
\dt{bug}
|
||||||
|
An implementation of a specific requirement is non-conforming.
|
||||||
|
|
||||||
\dt{byte}
|
\dt{byte}
|
||||||
A bit string of machine-dependent length that \shall be at least $8$ bits.
|
A bit string of machine-dependent length that \shall be at least $8$ bits.
|
||||||
|
|
||||||
|
@ -115,6 +118,10 @@ developers addressed by this specification.
|
||||||
\dt{procedure}
|
\dt{procedure}
|
||||||
Similar to a function, but does not return any value; implies side-effects.
|
Similar to a function, but does not return any value; implies side-effects.
|
||||||
|
|
||||||
|
\dt{regression}
|
||||||
|
An implementation of a requirement, having previously conformed, is no longer
|
||||||
|
conforming; a ^bug.
|
||||||
|
|
||||||
\dt{runtime}
|
\dt{runtime}
|
||||||
Occurs during the execution of the program.
|
Occurs during the execution of the program.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue