tor/src
Nick Mathewson 5fad3dc36b Fix a warning when using glibc's strcspn with clang.
With glibc 2.15 and clang 3.0, I get warnings from where we use the
strcpsn implementation in the header as strcspn(string, "=").  This
is apparently because clang sees that part of the strcspn macro
expands to "="[2], and doesn't realize that that part of the macro
is only evaluated when "="[1] != 0.
2012-06-26 11:02:44 -04:00
..
common Fix a warning when using glibc's strcspn with clang. 2012-06-26 11:02:44 -04:00
config Merge branch 'maint-0.2.2' 2012-06-13 03:48:43 -04:00
or Downgrade message about md cache cleaning from notice to info 2012-06-26 10:30:11 -04:00
test Add a unit test for environment_variable_names_equal 2012-06-26 10:50:37 -04:00
tools Update copyright dates to 2012; add a few missing copyright statements 2012-06-04 20:58:17 -04:00
win32 bump to 0.2.3.17-beta-dev 2012-06-15 04:29:32 -04:00
Makefile.am Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00