summaryrefslogtreecommitdiff
path: root/utf8.c
AgeCommit message (Expand)Author
2009-10-23Teach --wrap to only indent without wrappingJunio C Hamano
2009-10-19Add strbuf_add_wrapped_text() to utf8.[ch]Johannes Schindelin
2009-10-19print_wrapped_text(): allow hard newlinesJohannes Schindelin
2009-06-06On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX specBrandon Casey
2009-02-05utf8: add utf8_strwidth()Geoffrey Thomas
2008-01-07utf8_width(): allow non NUL-terminated inputJunio C Hamano
2008-01-07utf8: pick_one_utf8_char()Junio C Hamano
2007-11-16Remove unreachable statementsGuido Ostkamp
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano
2007-05-08wcwidth redeclarationAmos Waterland
2007-03-04Merge branch 'maint'Junio C Hamano
2007-03-04Fix a "pointer type missmatch" warning.Ramsay Jones
2007-03-04Fix some "comparison is always true/false" warnings.Ramsay Jones
2007-03-02print_wrapped_text: fix output for negative indentJohannes Schindelin
2007-02-28Actually make print_wrapped_text() usefulJohannes Schindelin
2006-12-30commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano
2006-12-26Move encoding conversion routine out of mailinfo to utf8.cJunio C Hamano
2006-12-24commit-tree: encourage UTF-8 commit messages.Johannes Schindelin