| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
The rationale for treating these files differently is that we should
be checking upstream for changes as applicable, and merging changes
upstream as warranted.
|
| |
|
|
|
|
|
|
| |
The big change here is a patch (first added to Libevent by Ed Day)
to make sure that the CreateProcess forked-test trick works even
when the main test program is invoked without its .exe suffix.
|
| |
|
|
|
|
|
|
| |
This cleans up some whitespace consistency issues and, more
importantly, gives you the ability to skip tests from the command
line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This should keep WinCE working (unicode always-on) and get Win98
working again (unicode never-on).
There are two places where we explicitly use ASCII-only APIs, still:
in ntmain.c and in the unit tests.
This patch also fixes a bug in windoes tor_listdir that would cause
the first file to be listed an arbitrary number of times that was
also introduced with WinCE support.
Should fix bug 1797.
|
|
|