summaryrefslogtreecommitdiff
path: root/src/common/compat.c
AgeCommit message (Collapse)Author
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
svn:r2989
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
- func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943
2004-11-10Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson
svn:r2789
2004-11-10when you cast MAX_UINT to an int it confuses the usersRoger Dingledine
svn:r2788
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵Nick Mathewson
target; fix a braino in dirserv.c svn:r2758
2004-11-09Clean windows a littleNick Mathewson
svn:r2757
2004-11-09various fixesRoger Dingledine
svn:r2712
2004-11-04Fix windows buildNick Mathewson
svn:r2670
2004-11-03my assert.h takes extra pains to be certain to _re-include_Roger Dingledine
itself if you include it twice. this is dumb, but hey. svn:r2653
2004-11-02Handle strlcat/strlcpy correctly on platforms that have them.Nick Mathewson
svn:r2647
2004-11-01Fix signed/unsigned comparison warningNick Mathewson
svn:r2643
2004-11-01Split util into util (general utilities), container (smartlist and strmap), ↵Nick Mathewson
and compat (cross-platform compatability). svn:r2640