summaryrefslogtreecommitdiffstats
path: root/utf8.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* utf8_width(): allow non NUL-terminated inputJunio C Hamano2008-01-071-32/+52
* utf8: pick_one_utf8_char()Junio C Hamano2008-01-071-6/+21
* Remove unreachable statementsGuido Ostkamp2007-11-161-1/+0
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-091-1/+2
* wcwidth redeclarationAmos Waterland2007-05-081-2/+2
* Merge branch 'maint'Junio C Hamano2007-03-041-6/+14
|\
| * Fix a "pointer type missmatch" warning.Ramsay Jones2007-03-041-2/+8
| * Fix some "comparison is always true/false" warnings.Ramsay Jones2007-03-041-4/+6
* | print_wrapped_text: fix output for negative indentJohannes Schindelin2007-03-031-1/+1
* | Actually make print_wrapped_text() usefulJohannes Schindelin2007-02-281-5/+12
|/
* commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano2006-12-311-0/+9
* Move encoding conversion routine out of mailinfo to utf8.cJunio C Hamano2006-12-261-0/+54
* commit-tree: encourage UTF-8 commit messages.Johannes Schindelin2006-12-241-0/+278