summaryrefslogtreecommitdiff
path: root/utf8.c
AgeCommit message (Expand)Author
2014-09-19Merge branch 'rs/export-strbuf-addchars'Junio C Hamano
2014-09-09Merge branch 'nd/strbuf-utf8-replace'Junio C Hamano
2014-09-08strbuf: export strbuf_addchars()René Scharfe
2014-08-11utf8.c: fix strbuf_utf8_replace() consuming data beyond input stringNguyễn Thái Ngọc Duy
2014-06-06Merge branch 'tb/unicode-6.3-zero-width'Junio C Hamano
2014-05-12utf8: make it easier to auto-update git_wcwidth()Torsten Bögershausen
2014-05-12utf8.c: use a table for double_widthTorsten Bögershausen
2014-04-16Merge branch 'tb/unicode-6.3-zero-width'Junio C Hamano
2014-04-09utf8.c: partially update to version 6.3Torsten Bögershausen
2014-02-18utf8: use correct type for values in interval tableJohn Keeping
2014-02-18utf8: fix iconv error detectionJohn Keeping
2013-04-28pretty: Fix bug in truncation support for %>, %< and %><Ramsay Jones
2013-04-18pretty: support %>> that steal trailing spacesNguyễn Thái Ngọc Duy
2013-04-18pretty: support truncating in %>, %< and %><Nguyễn Thái Ngọc Duy
2013-04-18utf8.c: add reencode_string_len() that can handle NULs in stringNguyễn Thái Ngọc Duy
2013-04-18utf8.c: add utf8_strnwidth() with the ability to skip ansi sequencesNguyễn Thái Ngọc Duy
2013-04-18utf8.c: move display_mode_esc_sequence_len() for use by other functionsNguyễn Thái Ngọc Duy
2013-03-25Merge branch 'ks/rfc2047-one-char-at-a-time'Junio C Hamano
2013-03-21Merge branch 'jk/utf-8-can-be-spelled-differently'Junio C Hamano
2013-03-09format-patch: RFC 2047 says multi-octet character may not be splitKirill Smelkov
2013-02-25utf8: accept alternate spellings of UTF-8Jeff King
2013-02-14Merge branch 'jx/utf8-printf-width'Junio C Hamano
2013-02-11Add utf8_fprintf helper that returns correct number of columnsJiang Xin
2013-01-02Merge branch 'sp/shortlog-missing-lf'Junio C Hamano
2012-12-11strbuf_add_wrapped*(): Remove unused return valueSteffen Prohaska
2012-12-07Merge branch 'jc/same-encoding' into maintJunio C Hamano
2012-11-20Merge branch 'js/format-2047' into maintJunio C Hamano
2012-11-15Merge branch 'jc/same-encoding'Junio C Hamano
2012-11-09Merge branch 'js/format-2047'Jeff King
2012-11-04reencode_string(): introduce and use same_encoding()Junio C Hamano
2012-10-18utf8: fix off-by-one wrapping of textJan H. Schönherr
2012-07-09git on Mac OS and precomposed unicodeTorsten Bögershausen
2011-02-23strbuf: add fixed-length version of add_wrapped_textJeff King
2010-03-02Merge branch 'rs/optim-text-wrap'Junio C Hamano
2010-02-20utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text()René Scharfe
2010-02-20utf8.c: remove strbuf_write()René Scharfe
2010-02-20utf8.c: remove print_spaces()René Scharfe
2010-02-20utf8.c: remove print_wrapped_text()René Scharfe
2010-01-12utf8.c: mark file-local function staticJunio C Hamano
2009-11-23strbuf_add_wrapped_text(): skip over colour codesRené Scharfe
2009-11-23strbuf_add_wrapped_text(): factor out strbuf_add_indented_text()René Scharfe
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