libowfat/scan
Felix von Leitner 9ea8afb071 gcc 13 -fanalyze run with fixes / comments about false positives 2023-05-02 12:51:56 +00:00
..
scan_8int.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_8int.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_8long.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_8long.c support gcc 10's access attribute when compiling with dietlibc 2020-04-01 17:10:26 +00:00
scan_8longlong.c fix unit tests 2020-10-30 14:39:49 +00:00
scan_8longn.c add "make check" target and make it work :) 2020-10-30 14:50:42 +00:00
scan_8short.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_8short.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_asn1derlength.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_asn1derlength.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_asn1derlengthvalue.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_asn1dertag.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_asn1dertag.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_charsetnskip.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_charsetnskip.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_double.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_double.c remove new compiler warnings from gcc 7 2017-04-30 20:22:21 +00:00
scan_fromhex.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_httpdate.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_httpdate.c change a few // comments back to /* */ for older compilers 2023-01-21 16:23:58 +00:00
scan_int.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_int.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_iso8601.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_iso8601.c don't disturb glibc with __deprecated__ 2022-03-11 12:59:37 +00:00
scan_long.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_long.c fix buffer overread for len=0 in scan_longn (Martin Castillo) 2022-04-11 08:35:54 +00:00
scan_longlong.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_longlong.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_longn.c fix buffer overread for len=0 in scan_longn (Martin Castillo) 2022-04-11 08:35:54 +00:00
scan_netstring.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_netstring.c change a few // comments back to /* */ for older compilers 2023-01-21 16:23:58 +00:00
scan_noncharsetnskip.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_noncharsetnskip.c get rid of -Wconversion warnings 2014-03-14 02:15:38 +00:00
scan_nonwhitenskip.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_nonwhitenskip.c remove -Wconversion warnings 2014-03-14 01:53:08 +00:00
scan_pb_tag.c add marshaling code for protocol buffers 2015-09-29 19:01:25 +00:00
scan_pb_type0_sint.c add marshaling code for protocol buffers 2015-09-29 19:01:25 +00:00
scan_pb_type1_double.c add marshaling code for protocol buffers 2015-09-29 19:01:25 +00:00
scan_pb_type1_fixed64.c add marshaling code for protocol buffers 2015-09-29 19:01:25 +00:00
scan_pb_type2_stringlen.c add marshaling code for protocol buffers 2015-09-29 19:01:25 +00:00
scan_pb_type5_fixed32.c add marshaling code for protocol buffers 2015-09-29 19:01:25 +00:00
scan_pb_type5_float.c add marshaling code for protocol buffers 2015-09-29 19:01:25 +00:00
scan_plusminus.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_plusminus.c remove new compiler warnings from gcc 7 2017-04-30 20:22:21 +00:00
scan_short.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_short.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_uint.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_uint.c remove can't happen code and instead force a compile time error 2014-03-15 12:38:10 +00:00
scan_ulong.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_ulong.c support gcc 10's access attribute when compiling with dietlibc 2020-04-01 17:10:26 +00:00
scan_ulonglong.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_ulonglong.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_ulongn.c remove compiler warnings in ent 2020-05-14 14:46:31 +00:00
scan_ushort.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_ushort.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_utf8.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_utf8.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_utf8_sem.3 add man page for scan_utf8_sem 2017-03-13 15:46:25 +00:00
scan_utf8_sem.c gcc 13 -fanalyze run with fixes / comments about false positives 2023-05-02 12:51:56 +00:00
scan_varint.c change a few // comments back to /* */ for older compilers 2023-01-21 16:23:58 +00:00
scan_whitenskip.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_whitenskip.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_xint.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_xint.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_xlong.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_xlong.c support gcc 10's access attribute when compiling with dietlibc 2020-04-01 17:10:26 +00:00
scan_xlonglong.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_xlonglong.c get rid of -Wconversion warnings 2014-03-14 02:15:38 +00:00
scan_xlongn.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_xshort.3 #include <foo.h> -> #include <libowfat/foo.h> 2017-05-13 22:51:26 +00:00
scan_xshort.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00