This file is indexed.

/usr/share/GNUstep/Documentation/Developer/Base/General/OpenStepCompliance.html is in gnustep-base-doc 1.25.1-2ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
    <title>OpenStep Compliance</title>
  </head>
  <body>
    <font face="serif">
    <a href="Base.html">Up</a>
    <br />
    <h1><a name="title$OpenStepCompliance">OpenStep Compliance</a></h1>
    <h3>Authors</h3>
    <dl>
      <dt>Adam Fedor</dt>
      <dd>
      </dd>
    </dl>
    <p><b>Copyright:</b> (C) 2005 Free Software Foundation, Inc.</p>

    
          <h1><a name="001000000000">Classes</a></h1>
    <p>

      This file documents the complance of all the classes in the
      GNUstep Base library. Note that the following is just a best guess
      as to the compliance of the classes. Each class was checked to make
      sure it implemented all the documented OpenStep methods and functions.
      In addition, extensive testing has been performed on the GNUstep Base
      Library, and it is believed, to the best of our knowledge, that it
      operates according to the OpenStep specification, with the caveat that
      there are always bugs in any implementation and there are most likely
      bugs in the current implementation that we are not aware of.
          </p>
    <p>

      The following classes conform to the OpenStep specification:
          </p>
    <ul>
      <li>
        NSArchiver
      </li>
      <li>
        NSArray
      </li>
      <li>
        NSAssertionHandler
      </li>
      <li>
        NSAutoreleasePool
      </li>
      <li>
        NSBundle
      </li>
      <li>
        NSCalendarDate
      </li>
      <li>
        NSCharacterSet
      </li>
      <li>
        NSCoder
      </li>
      <li>
        NSConditionLock
      </li>
      <li>
        NSConnection
      </li>
      <li>
        NSCountedSet
      </li>
      <li>
        NSData
      </li>
      <li>
        NSDate
      </li>
      <li>
        NSDeserializer
      </li>
      <li>
        NSDictionary
      </li>
      <li>
        NSDistantObject
      </li>
      <li>
        NSEnumerator
      </li>
      <li>
        NSException
      </li>
      <li>
        NSInvocation
      </li>
      <li>
        NSLock
      </li>
      <li>
        NSMethodSignature
      </li>
      <li>
        NSMutableArray
      </li>
      <li>
        NSMutableCharacterSet
      </li>
      <li>
        NSMutableData
      </li>
      <li>
        NSMutableDictionary
      </li>
      <li>
        NSMutableSet
      </li>
      <li>
        NSMutableString
      </li>
      <li>
        NSNotification
      </li>
      <li>
        NSNotificationCenter
      </li>
      <li>
        NSNotificationQueue
      </li>
      <li>
        NSNumber
      </li>
      <li>
        NSObject
      </li>
      <li>
        NSProcessInfo
      </li>
      <li>
        NSProxy
      </li>
      <li>
        NSRecursiveLock
      </li>
      <li>
        NSRunLoop
      </li>
      <li>
        NSScanner
      </li>
      <li>
        NSSerializer
      </li>
      <li>
        NSSet
      </li>
      <li>
        NSString
      </li>
      <li>
        NSThread
      </li>
      <li>
        NSTimer
      </li>
      <li>
        NSTimeZone
      </li>
      <li>
        NSTimeZoneDetail
      </li>
      <li>
        NSUnarchiver
      </li>
      <li>
        NSUserDefaults
      </li>
      <li>
        NSValue
      </li>
      <li>
        All Protocols
      </li>
      <li>
        All Functions
      </li>
    </ul>
    <p>

      The following OpenStep classes are not implemented. The usefulness
      of these classes it marginal so it is likely that we will never
      implement these classes.  However, we would be pleased to accept
      their contribution should anyone care to implement them and assign
      the copyright to the Free Software Foundation.
          </p>
    <ul>
      <li>
        NSBTreeBlock
      </li>
      <li>
        NSBTreeCursor
      </li>
      <li>
        NSByteStore
      </li>
      <li>
        NSByteStoreFile
      </li>
    </ul>
    <br />
    <a href="Base.html">Up</a>
    </font>
</body>
</html>