Wietse Venema wrote: Yes, such an email would certainly be blocked at the list manager.
OK One problem is I already received a large email with typo fixes last week. I think that applying your patchset over the other one would require too much manual interaction. If you treat it as 140 or so individual patches, you could probably pull in a significant portion of you were so inclined. But you don't need to do that. How much of a hurry are you in? None. I just need to know that I've reached the right place and have a hint of a process for moving forward. (Some projects I've submitted to have taken on the order of a year to accept changes, I can be patient.) If you can point me to a version control system or tarball once you've integrated the spelling fixes, I should be able to rebase and submit. It would be helpful if you could indicate what format you'd prefer the submission in. My preference is a series of single purpose changesets, because they're easy to review, easy to skip, and easy to correct when conflicts arise. Your project had very few non comment changes, but there were a few. Some projects like to split it API (in this case that's mostly macro definitions) from code (mostly strings in this case) from comments and documentation. Some just accept things as complete lumps.