Stephen Hurd

Results 16 comments of Stephen Hurd

@rswindell that file has never been added to CVS (though it is in the repo), so there's no commit that added it in this repo. The commit for encode/unicode.h is...

Unfortunately no, the CVS->git thing only converts commits... so if there's no initial commit, the patches can't apply. Maybe I can jelly the current version in...

@ftoledo I've added unicode.h... let me know if anything else is missing.

For future reference, the "proper" way to move a file in CVS with history is: * Login on the server hosting the CVS repository and copy (don't move) the repository...

Oh, it's also a good idea to remove all the tags from the new file as well if you care about being able to check out old versions.

The `__APPLE__` and `__linux__` blocks could alse be switched to using uname, and the test for unistd.h could be expanded to `#if !defined(_WIN32) && (defined(__unix__) || defined(__unix) || (defined(__APPLE__) &&...