summaryrefslogtreecommitdiffstats
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* pretty: Fix bug in truncation support for %>, %< and %><Ramsay Jones2013-04-281-2/+2
* pretty: support %>> that steal trailing spacesNguyễn Thái Ngọc Duy2013-04-181-1/+1
* pretty: support truncating in %>, %< and %><Nguyễn Thái Ngọc Duy2013-04-181-0/+46
* utf8.c: add reencode_string_len() that can handle NULs in stringNguyễn Thái Ngọc Duy2013-04-181-3/+7
* utf8.c: add utf8_strnwidth() with the ability to skip ansi sequencesNguyễn Thái Ngọc Duy2013-04-181-6/+14
* utf8.c: move display_mode_esc_sequence_len() for use by other functionsNguyễn Thái Ngọc Duy2013-04-181-14/+14
* Merge branch 'ks/rfc2047-one-char-at-a-time'Junio C Hamano2013-03-251-0/+39
|\
| * format-patch: RFC 2047 says multi-octet character may not be splitKirill Smelkov2013-03-091-0/+39
| * Merge branch 'jc/same-encoding' into maintJunio C Hamano2012-12-071-0/+7
| |\
| * \ Merge branch 'js/format-2047' into maintJunio C Hamano2012-11-201-1/+1
| |\ \
* | \ \ Merge branch 'jk/utf-8-can-be-spelled-differently'Junio C Hamano2013-03-211-2/+18
|\ \ \ \
| * | | | utf8: accept alternate spellings of UTF-8Jeff King2013-02-251-2/+18
| |/ / /
* | | | Merge branch 'jx/utf8-printf-width'Junio C Hamano2013-02-141-0/+21
|\ \ \ \
| * | | | Add utf8_fprintf helper that returns correct number of columnsJiang Xin2013-02-111-0/+21
* | | | | Merge branch 'sp/shortlog-missing-lf'Junio C Hamano2013-01-021-7/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | strbuf_add_wrapped*(): Remove unused return valueSteffen Prohaska2012-12-111-7/+6
| | |/ / | |/| |
* | | | Merge branch 'jc/same-encoding'Junio C Hamano2012-11-151-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | reencode_string(): introduce and use same_encoding()Junio C Hamano2012-11-041-0/+7
| | |/ | |/|
* | | Merge branch 'js/format-2047'Jeff King2012-11-091-1/+1
|\ \ \ | |/ / |/| / | |/
| * utf8: fix off-by-one wrapping of textJan H. Schönherr2012-10-181-1/+1
* | git on Mac OS and precomposed unicodeTorsten Bögershausen2012-07-081-10/+16
|/
* strbuf: add fixed-length version of add_wrapped_textJeff King2011-02-231-0/+9
* Merge branch 'rs/optim-text-wrap'Junio C Hamano2010-03-021-33/+28
|\
| * utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text()René Scharfe2010-02-201-6/+17
| * utf8.c: remove strbuf_write()René Scharfe2010-02-201-13/+5
| * utf8.c: remove print_spaces()René Scharfe2010-02-201-9/+6
| * utf8.c: remove print_wrapped_text()René Scharfe2010-02-201-5/+0
* | utf8.c: mark file-local function staticJunio C Hamano2010-01-121-1/+1
|/
* strbuf_add_wrapped_text(): skip over colour codesRené Scharfe2009-11-231-1/+21
* strbuf_add_wrapped_text(): factor out strbuf_add_indented_text()René Scharfe2009-11-221-9/+17
* Teach --wrap to only indent without wrappingJunio C Hamano2009-10-221-0/+13
* Add strbuf_add_wrapped_text() to utf8.[ch]Johannes Schindelin2009-10-191-9/+24
* print_wrapped_text(): allow hard newlinesJohannes Schindelin2009-10-191-2/+16
* On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX specBrandon Casey2009-06-061-1/+1
* utf8: add utf8_strwidth()Geoffrey Thomas2009-02-041-0/+19
* utf8_width(): allow non NUL-terminated inputJunio C Hamano2008-01-061-32/+52
* utf8: pick_one_utf8_char()Junio C Hamano2008-01-061-6/+21
* Remove unreachable statementsGuido Ostkamp2007-11-151-1/+0
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-081-1/+2
* wcwidth redeclarationAmos Waterland2007-05-071-2/+2
* Merge branch 'maint'Junio C Hamano2007-03-031-6/+14
|\
| * Fix a "pointer type missmatch" warning.Ramsay Jones2007-03-031-2/+8
| * Fix some "comparison is always true/false" warnings.Ramsay Jones2007-03-031-4/+6
* | print_wrapped_text: fix output for negative indentJohannes Schindelin2007-03-021-1/+1
* | Actually make print_wrapped_text() usefulJohannes Schindelin2007-02-271-5/+12
|/
* commit-tree: cope with different ways "utf-8" can be spelled.Junio C Hamano2006-12-301-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