]> diplodocus.org Git - nmh/history - sbr/charstring.c
mhlsbr.c: Don't strchr(3) non-string NUL-less buffer.
[nmh] / sbr / charstring.c
2017-05-12 Ralph CorderoyUse existing macros min() and max() more.
2017-04-22 Ralph CorderoyCorrect first-line comments where filename is wrong.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-25 David LevineReworked charstring_buffer_copy() to not use strdup...
2014-09-07 David LevineOn some platforms, -D_FORTIFY_SOURCE=2 warns about...
2014-08-26 David LevineAdded size_t cast of another MB_CUR_MAX to silence...
2014-08-25 David LevineAdded cast of MB_CUR_MAX to size_t to silence compiler...
2014-08-24 David LevineAdded charstring "class".