1
0
Fork 0

Added bug and regression terms

master
Mike Gerwitz 2013-08-15 10:26:42 -04:00
parent 79e02c44f9
commit 8ae5475f2d
1 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,9 @@ developers addressed by this specification.
\dt{boolean}
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}
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}
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}
Occurs during the execution of the program.