libgit2/deps/regex
Arkadiy Shapkin 10c06114cb Several warnings detected by static code analyzer fixed
Implicit type conversion argument of function to size_t type
Suspicious sequence of types castings: size_t -> int -> size_t
Consider reviewing the expression of the 'A = B == C' kind. The expression is calculated as following: 'A = (B == C)'
Unsigned type is never < 0
2013-03-18 03:30:26 +04:00
..
config.h regex: Move the defines to a config header and include it unconditionally 2012-02-18 01:31:43 +01:00
regcomp.c regex: Fixed warnings about unused parameter values. 2013-01-11 11:03:48 +01:00
regex_internal.c Several warnings detected by static code analyzer fixed 2013-03-18 03:30:26 +04:00
regex_internal.h regex: Proper define for this thing 2013-01-11 18:19:52 +01:00
regex.c regex: Move the defines to a config header and include it unconditionally 2012-02-18 01:31:43 +01:00
regex.h Add POSIX regex sources when needed 2012-02-17 22:00:17 +01:00
regexec.c regex: Fixed several warnings about signed/unsigned conversions. 2013-01-11 11:03:48 +01:00