Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | |
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.) | |||
2006-04-04 | Some tests were always true. We need comm.tests... | Rob Landley | |
2005-05-13 | as Rob Landley pointed out, need to fix the 1 versus i typo in indexing | Mike Frysinger | |
2005-05-13 | blah, forgot to save last time to fix whitespacing | Mike Frysinger | |
2005-05-13 | remove duplicated code and rework algorithms to end up with smaller code | Mike Frysinger | |
2005-05-12 | use a bunch of if statements since it is a few bytes smaller than a switch; ↵ | Mike Frysinger | |
also use bb_xfopen() instead of fopen() so comm doesnt segfault when given non-existant files :( | |||
2005-05-12 | err, added 2 to the wrong var :) also touchup the option detection to shrink ↵ | Mike Frysinger | |
size | |||
2005-05-12 | fix segfault if user only specifies 1 file | Mike Frysinger | |
2005-05-12 | fix whitespace/coding style | Mike Frysinger | |
2005-05-11 | Small comm implementatin from Rob Sullivan. Needed to build perl. | Rob Landley | |