1 
 2 09/21/87  teco
 3 Known errors in the current release of teco.
 4 #         Associated TR's
 5 Description
 6 
 7 0011
 8 The S command with the :  modifier returns a huge number instead of 0 or
 9 -1 if the numeric argument is 0 or if the string argument is the null
10 string.
11 
12 0004  phx09159
13 The P command has unwanted side effects if the Q register being appended
14 to contains a string which is shared.
15 
16 0003  phx08626
17 Teco requires s access to the directory containing a segment which is to
18 be read in with the EI command.
19 
20 0002
21 In long error mode, the use of an illegal F command results in the
22 message "Error message not recognized" instead of the correct error
23 message.
24 
25 0001
26 Attempting to write out an empty buffer results in an out_of_bounds
27 fault.