libowfat/fmt
leitner b9eb81c58f move unit tests into each file (compile with -DUNITTEST)
..
fmt_8long.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_8long.c move unit tests into each file (compile with -DUNITTEST)
fmt_8longlong.c move unit tests into each file (compile with -DUNITTEST)
fmt_asn1derlength.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_asn1derlength.c a few more test suites
fmt_asn1dertag.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_asn1dertag.c a few more test suites
fmt_double.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_double.c switch to size_t and ssize_t
fmt_escapecharc.c move unit tests into each file (compile with -DUNITTEST)
fmt_escapecharhtml.c move unit tests into each file (compile with -DUNITTEST)
fmt_escapecharjson.c move unit tests into each file (compile with -DUNITTEST)
fmt_escapecharquotedprintable.c move unit tests into each file (compile with -DUNITTEST)
fmt_escapecharquotedprintableutf8.c $ make WERROR=-Werror now builds with -Werror
fmt_escapecharxml.c darwin compat
fmt_fill.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_fill.c remove compiler warnings
fmt_httpdate.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_httpdate.c remove compiler warnings
fmt_human.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_human.c remove compiler warnings
fmt_humank.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_humank.c remove compiler warnings
fmt_iso8601.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_iso8601.c a few missing headers and minor fixes
fmt_long.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_long.c remove compiler warnings
fmt_longlong.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_longlong.c get rid of some compiler warnings
fmt_minus.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_minus.c switch to size_t and ssize_t
fmt_netstring.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_netstring.c add netstring formatter
fmt_pad.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_pad.c remove compiler warnings
fmt_pb_double.c add marshaling code for protocol buffers
fmt_pb_float.c add marshaling code for protocol buffers
fmt_pb_int.c add marshaling code for protocol buffers
fmt_pb_sint.c add marshaling code for protocol buffers
fmt_pb_string.c add marshaling code for protocol buffers
fmt_pb_tag.c add marshaling code for protocol buffers
fmt_pb_type0_sint.c add marshaling code for protocol buffers
fmt_pb_type1_double.c add marshaling code for protocol buffers
fmt_pb_type1_fixed64.c add marshaling code for protocol buffers
fmt_pb_type2_string.c add marshaling code for protocol buffers
fmt_pb_type5_fixed32.c add marshaling code for protocol buffers
fmt_pb_type5_float.c add marshaling code for protocol buffers
fmt_plusminus.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_plusminus.c switch to size_t and ssize_t
fmt_str.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_str.c shut up new gcc 6 warnings
fmt_strm.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_strm_internal.c fix gcc warning
fmt_strn.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_strn.c another gcc 6 warning fix
fmt_tohex.c remove compiler warnings
fmt_uint.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_uint0.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_ulong.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_ulong.c move unit tests into each file (compile with -DUNITTEST)
fmt_ulong0.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_ulong0.c switch to size_t and ssize_t
fmt_ulonglong.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_ulonglong.c remove compiler warnings
fmt_utf8.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_utf8.c move unit tests into each file (compile with -DUNITTEST)
fmt_varint.c another gcc 6 warning fix
fmt_xlong.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_xlong.c move unit tests into each file (compile with -DUNITTEST)
fmt_xlonglong.3 #include <foo.h> -> #include <libowfat/foo.h>
fmt_xlonglong.c remove compiler warnings
fmt_xmlescape.c more updates