Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 2007-09-29 | 1 | -5/+5 |
* | Clean up stripspace a bit, use strbuf even more. | Kristian Høgsberg | 2007-09-27 | 1 | -0/+2 |
* | Add strbuf_read_file(). | Kristian Høgsberg | 2007-09-27 | 1 | -0/+1 |
* | Add strbuf_cmp. | Pierre Habouzit | 2007-09-26 | 1 | -0/+1 |
* | strbuf_setlen(): do not barf on setting length of an empty buffer to 0 | Junio C Hamano | 2007-09-26 | 1 | -3/+6 |
* | strbuf API additions and enhancements. | Pierre Habouzit | 2007-09-20 | 1 | -6/+11 |
* | Drop strbuf's 'eof' marker, and make read_line a first class citizen. | Pierre Habouzit | 2007-09-18 | 1 | -3/+2 |
* | New strbuf APIs: splice and attach. | Pierre Habouzit | 2007-09-16 | 1 | -0/+5 |
* | Strbuf API extensions and fixes. | Pierre Habouzit | 2007-09-10 | 1 | -2/+8 |
* | Rework strbuf API and semantics. | Pierre Habouzit | 2007-09-06 | 1 | -2/+84 |
* | [PATCH] Kill a bunch of pointer sign warnings for gcc4 | Brian Gerst | 2005-05-18 | 1 | -1/+1 |
* | [PATCH] Introduce diff-tree-helper. | Junio C Hamano | 2005-04-25 | 1 | -0/+13 |