Now, `ninja docs-libc-html` will re-run docgen. Previously, we would run docgen offline, and commit the result. Now we no longer need to do that; docgen is invoked from the dependencies of the `docs-libc-html` target on demand. This commit removes the dynamically generated .rst files (keeping the static ones that haven't been converted to docgen), and fixes up some mistakes I failed to cleanup recently since I didn't have such automation in place to catch such bugs.
27 lines
461 B
YAML
27 lines
461 B
YAML
functions:
|
|
bcmp:
|
|
removed-in-posix-2008: ''
|
|
bcopy:
|
|
removed-in-posix-2008: ''
|
|
bzero:
|
|
removed-in-posix-2008: ''
|
|
ffs:
|
|
in-latest-posix: ''
|
|
ffsl:
|
|
in-latest-posix: ''
|
|
ffsll:
|
|
in-latest-posix: ''
|
|
index:
|
|
removed-in-posix-2008: ''
|
|
rindex:
|
|
removed-in-posix-2008: ''
|
|
strcasecmp:
|
|
in-latest-posix: ''
|
|
strcasecmp_l:
|
|
in-latest-posix: ''
|
|
strncasecmp:
|
|
in-latest-posix: ''
|
|
strncasecmp_l:
|
|
in-latest-posix: ''
|
|
|