summaryrefslogtreecommitdiff
path: root/src/sbuf.c
AgeCommit message (Expand)Author
2017-09-17Turn utf8 macros into functions with less ugly namesJérémie Courrèges-Anglas
2017-09-17Rename concat_width to sbuf_utf8_nconcat, and move it to sbuf.cJérémie Courrèges-Anglas
2014-04-02Make sbuf_printf update the len and maxsz internal fieldsJérémie Courrèges-Anglas
2014-01-03Get rid of useless casts of xmalloc/realloc return value.Jérémie Courrèges-Anglas
2014-01-03if (ptr) free(ptr) is not a good idiom.Jérémie Courrèges-Anglas
2013-11-17Introduce sbuf_chop()Jérémie Courrèges-Anglas
2006-03-16remove tabs and trailing whitespace.sabetts
2004-12-13* src/sbuf.c (sbuf_concat): call sbuf_nconcat. move bulk of bodysabetts
2004-12-04update copyright.sabetts
2004-12-02Updated copyright notices.sabetts
2004-10-05* src/actions.c (cmd_unsetenv): add an '=' to the string passed tosabetts
2003-05-25* src/window.c: do not include ctype.hsabetts
2002-02-20* src/split.c: include string.hsabetts
2001-12-21* src/sbuf.h (sbuf_printf_concat): new prototypesabetts
2001-03-02* ratpoison.h (xmalloc, xrealloc, fatal): Prototype.rcyeske
2001-02-15header cleanups & copyright year update & coalgernon
2001-02-11*** empty log message ***rcyeske