aboutsummaryrefslogtreecommitdiffstats
path: root/strbuf.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-06strbuf: instate cleanup rule in case of non-memory errorsRené Scharfe1-4/+13
2008-12-17Add generic 'strbuf_readlink()' helper functionLinus Torvalds1-0/+27
2008-11-23add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe1-0/+16
2008-07-13Add some useful functions for strbuf manipulation.Lukas Sandström1-0/+70
2008-07-13Make some strbuf_*() struct strbuf arguments const.Lukas Sandström1-1/+1
2008-02-09Avoid a useless prefix lookup in strbuf_expand()Marco Costalba1-11/+8
2008-01-03Uninline prefixcmp()Junio C Hamano1-0/+9
2007-11-14Merge branch 'rs/pretty'Junio C Hamano1-0/+31
2007-11-14Handle broken vsnprintf implementations in strbufShawn O. Pearce1-3/+4
2007-11-11add strbuf_adddup()René Scharfe1-0/+7
2007-11-09--pretty=format: on-demand format expansionRené Scharfe1-0/+24
2007-09-29strbuf_read_file enhancement, and use it.Pierre Habouzit1-2/+2
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit1-11/+19
2007-09-27Add strbuf_read_file().Kristian Høgsberg1-0/+15
2007-09-26Add strbuf_cmp.Pierre Habouzit1-0/+12
2007-09-20strbuf API additions and enhancements.Pierre Habouzit1-10/+10
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit1-12/+8
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-16New strbuf APIs: splice and attach.Pierre Habouzit1-15/+52
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit1-6/+27
2007-09-06Rework strbuf API and semantics.Pierre Habouzit1-14/+87
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2006-12-20simplify inclusion of system header files.Junio C Hamano1-3/+1
2005-05-20sparse cleanupLinus Torvalds1-1/+1
2005-05-19[PATCH] fix strbuf take #2Junio C Hamano1-0/+2
2005-05-18strbuf: allow zero-length linesLinus Torvalds1-2/+0
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li1-1/+2
2005-04-25[PATCH] Introduce diff-tree-helper.Junio C Hamano1-0/+43