aboutsummaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAge
* strbuf: add fixed-length version of add_wrapped_textJeff King2011-02-23
* Merge branch 'rs/optim-text-wrap'Junio C Hamano2010-03-02
|\
| * utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text()René Scharfe2010-02-20
| * utf8.c: remove strbuf_write()René Scharfe2010-02-20
| * utf8.c: remove print_spaces()René Scharfe2010-02-20
| * utf8.c: remove print_wrapped_text()René Scharfe2010-02-20
* | utf8.c: mark file-local function staticJunio C Hamano2010-01-12
|/
* strbuf_add_wrapped_text(): skip over colour codesRené Scharfe2009-11-23
* strbuf_add_wrapped_text(): factor out strbuf_add_indented_text()René Scharfe2009-11-22
* Teach --wrap to only indent without wrappingJunio C Hamano2009-10-22
* Add strbuf_add_wrapped_text() to utf8.[ch]Johannes Schindelin2009-10-19
* print_wrapped_text(): allow hard newlinesJohannes Schindelin2009-10-19
* On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX specBrandon Casey2009-06-06
* utf8: add utf8_strwidth()Geoffrey Thomas2009-02-04
* utf8_width(): allow non NUL-terminated inputJunio C Hamano2008-01-06
* utf8: pick_one_utf8_char()Junio C Hamano2008-01-06
* Remove unreachable statementsGuido Ostkamp2007-11-15
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-08
* wcwidth redeclarationAmos Waterland2007-05-07
* Merge branch 'maint'Junio C Hamano2007-03-03
|\
| * Fix a "pointer type missmatch" warning.Ramsay Jones2007-03-03
| * Fix some "comparison is always true/false" warnings.Ramsay Jones2007-03-03
* | print_wrapped_text: fix output for negative indentJohannes Schindelin2007-03-02
* | Actually make print_wrapped_text() usefulJohannes Schindelin2007-02-27
|/
* commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano2006-12-30
* Move encoding conversion routine out of mailinfo to utf8.cJunio C Hamano2006-12-26
* commit-tree: encourage UTF-8 commit messages.Johannes Schindelin2006-12-24