-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commands used for regeneration: $ git grep FIXME | grep -v FIXMES.txt > FIXMES.txt $ git grep " XXX" | grep -v XXX.txt > XXX.txt (note the leading space) Also some other changes
- Loading branch information
1 parent
c39ea4f
commit 0beb756
Showing
10 changed files
with
104 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
argp/argp-standalone-1.3/argp.h:#define ARGP_ERR_UNKNOWN E2BIG /* Hurd should never need E2BIG. XXX */ | ||
build-aux/config.guess: if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ | ||
build-aux/config.guess: if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ | ||
configure: # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to | ||
crypt.c: * XXX: this feature is currently unused, see "endian" comment below. | ||
getopt.c: XXX This is no good solution. We should rather copy the args so | ||
libftw0/Fink/libftw0.patch:+ /* XXX - nfds is currently unused */ | ||
libftw0/ftw.c: /* XXX - nfds is currently unused */ | ||
libftw0/ftw.c: /* XXX: nfds is currently unused */ | ||
m4/libtool.m4: # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to | ||
m4/xorg-macros.m4:# For XXX in {TXT, PDF, PS, HTML}, the AM_CONDITIONAL "BUILD_XXXDOC" | ||
stddef.in.h:#endif /* __need_XXX */ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters