Version 3.0.23.01.25
[clinfo] / src / strbuf.h
2020-12-10  kou1okadaBugfix: char-subscripts are treated as an error.
2020-11-22  Giuseppe BilottaGet rid of bufcpy and add_separator
2020-11-22  Giuseppe BilottaGet rid of strbuf_printf
2020-11-22  Giuseppe BilottaMore strbuf_append work
2020-11-22  Giuseppe BilottaFurther str_append progress and bug fixes
2020-11-22  Giuseppe BilottaIntroduce (and start using) functions to autoexpand...
2020-11-22  Giuseppe BilottaKeep strbuf end up to date on string fetch
2020-11-22  Giuseppe BilottaPrime all strbufs to 1024 characters
2020-11-22  Giuseppe BilottaIntroduce function to reset a strbuf
2018-03-28  Giuseppe BilottaRemove global strbuf
2018-03-28  Giuseppe BilottaDIRI: global strbuf suppression, step 1
2018-03-27  Giuseppe BilottaForgot had_error => err renaming in strbuf.h
2018-03-27  Giuseppe BilottaHeader fencing cleanup
2018-03-26  Giuseppe BilottaDIRI: sanitize error location management
2018-03-26  Giuseppe BilottaDIRI: more sophisticated return
2017-02-09  Giuseppe BilottaGET_STRING2 macro to get strings
2017-02-09  Giuseppe BilottaRealloc bufsz only if no error
2015-12-09  Giuseppe BilottaMore separator stuff
2015-12-09  Giuseppe BilottaUse NULL where appropriate
2015-12-09  Giuseppe BilottaRefactor separators handling
2015-12-09  Giuseppe BilottaSome header cleanup
2015-02-08  Giuseppe BilottaRemove last hard-coded %zu
2014-11-10  Giuseppe BilottaCustom, safer, copy to strbuf
2014-11-06  Giuseppe BilottaFP_CONFIG traits
2014-10-16  Giuseppe BilottaSkip leading whitespaces in strings
2014-09-22  Giuseppe BilottaUse REPORT_ERROR instead of CHECK_ERROR for non-fatals
2014-09-22  Giuseppe BilottaEnsure better pretty-printing of param names
2013-06-07  Giuseppe BilottaRename GET_STRINGX to GET_STRING
2013-06-07  Giuseppe BilottaGet rid of single-param GET_STRING, part 1
2013-06-07  Giuseppe BilottaStart refactoring