PKEuS
|
f717f4c6b8
|
Set <pure/> attribute for various functions in std.cfg
|
2014-09-02 13:39:34 +02:00 |
Alexander Mai
|
f94e208862
|
#6116 False positive uninitvar - first argument to wcstombs(). Correct stf.cfg
|
2014-09-01 19:53:24 +02:00 |
PKEuS
|
40e5dab9dc
|
Refactorization in checkmemoryleak.cpp:
- Use Library to detect noreturn/notnoreturn functions
- Removed realloc from std.cfg as long as there is no proper way to configure such functions
|
2014-09-01 13:54:33 +02:00 |
Alexander Mai
|
3aeecb8a05
|
#6100 False positive nullPointer - calling mbstowcs(NULL,). wcstombs has also been fixed
|
2014-08-27 19:32:53 +02:00 |
Daniel Marjamäki
|
d414aa0ae5
|
astyle formatting
|
2014-08-15 16:01:48 +02:00 |
Daniel Marjamäki
|
a3acc3241e
|
Library: Added <minsize> element used for buffer overrun checking
|
2014-07-05 20:31:43 +02:00 |
PKEuS
|
220f7503ce
|
Fixed wrong configuration of itoa in std.cfg
|
2014-07-01 19:25:26 +02:00 |
orbitcowboy
|
d19b6f181d
|
Extended std.cfg, posix.cfg and avr.cfg
|
2014-06-25 15:09:03 +02:00 |
orbitcowboy
|
c7310c0ab0
|
std.cfg: Added support for more functions.
|
2014-06-25 14:27:01 +02:00 |
orbitcowboy
|
95c49ec5dc
|
Extended std.cfg about more missing functions. Moved POSIX functions to posix.cfg. Extended posix.cfg about more memory allocating functions.
|
2014-06-25 12:00:24 +02:00 |
PKEuS
|
ac4e727da7
|
Removed redundant code (replaced by libaries, should fix #5934).
|
2014-06-24 21:57:19 +02:00 |
orbitcowboy
|
731180b7dd
|
std.cfg: Added support for qsort and improved stro* functions.
|
2014-06-24 14:16:54 +02:00 |
orbitcowboy
|
0a17473962
|
std.cfg: Added support for bsearch.
|
2014-06-23 14:43:56 +02:00 |
orbitcowboy
|
f90445e947
|
Extended std.cfg and avr.cfg about more functions.
|
2014-06-23 14:15:47 +02:00 |
orbitcowboy
|
f57e875351
|
Astyle run; Extended std.cfg and avr.cfg about a few more functions.
|
2014-06-23 11:59:14 +02:00 |
orbitcowboy
|
2255ece5c5
|
Extended std.cfg about alloca function and avr.cfg about a few definitions.
|
2014-06-17 17:00:27 +02:00 |
Daniel Marjamäki
|
977af89fa9
|
std.cfg: configure standard types
|
2014-06-12 06:43:19 +02:00 |
Daniel Marjamäki
|
42c3b3c89d
|
Library: Change range operator in validation pattern to ':'
|
2014-06-08 18:12:11 +02:00 |
Daniel Marjamäki
|
8e13c74695
|
Fixed #5778 (False positive: Deallocating a deallocated pointer when exit function is called)
|
2014-05-10 21:26:27 +02:00 |
orbitcowboy
|
baf8d09a0d
|
Fixed FP for nullpointer dereference when using putchar.
|
2014-04-09 17:02:17 +02:00 |
orbitcowboy
|
dd61c5db47
|
Fixed FP, nullpointer for memchr.
|
2014-04-08 18:39:50 +02:00 |
unknown
|
9ae59290dd
|
#5645 False positive Null pointer derefence about first argument to fputc()
|
2014-04-07 12:08:34 +02:00 |
orbitcowboy
|
1cda2f9fc8
|
Fixed #5636: extended std.cfg, abs() about <not-bool/>.
|
2014-04-02 02:03:10 +02:00 |
Daniel Marjamäki
|
6a5617e552
|
runastyle
|
2014-03-23 20:01:24 +01:00 |
Martin Ettl
|
7e74ecca76
|
std.cfg: Added support for more C-functions.
|
2014-03-22 03:27:00 +01:00 |
Martin Ettl
|
3074b38dca
|
std.cfg: Improved checking of memset. Added a constraint for the second parameter and do not all uninitialized usage.
|
2014-03-22 03:12:23 +01:00 |
Daniel Marjamäki
|
94476e387e
|
astyle formatting
|
2014-03-22 18:43:57 +01:00 |
Martin Ettl
|
2ecfb388d3
|
std.cfg: Removed checking second parameter of memset and probably fixing Travis failing.
|
2014-03-21 23:26:33 +01:00 |
Martin Ettl
|
d160aef818
|
std.cfg: Fixed wrong second parameter of memset. It is allowed to be zero.
|
2014-03-21 23:04:29 +01:00 |
Martin Ettl
|
d98eaa599f
|
std.cfg: removed duplicate entries.
|
2014-03-21 22:46:05 +01:00 |
Martin Ettl
|
6da678b4e8
|
Added more functions to std.cfg.
|
2014-03-21 22:39:57 +01:00 |
Martin Ettl
|
51ef7e118a
|
Astyle running.
|
2014-03-21 21:37:09 +01:00 |
Martin Ettl
|
0f5d30c724
|
Extended std.cfg about more functions.
|
2014-03-21 21:31:12 +01:00 |
Martin Ettl
|
cae9ea1403
|
Added more functions to std.cfg
|
2014-03-21 17:58:19 +01:00 |
Martin Ettl
|
e00f50b850
|
Fixed #5597 and added abort() support to stdcfg.
|
2014-03-21 17:36:48 +01:00 |
orbitcowboy
|
1efcd670a1
|
Added support for exit() to std.cfg.
|
2014-03-20 06:49:44 +01:00 |
orbitcowboy
|
6507824a34
|
Added support for putchar() to std.cfg.
|
2014-03-20 05:49:38 +01:00 |
Daniel Marjamäki
|
430d6d398c
|
Merge pull request #273 from matthiaskrgr/strip_whitespace
runastyle: add line which strips trailing whitspaces from cfg files (and run it on the files)
|
2014-03-21 11:24:59 +01:00 |
Matthias Krüger
|
e8dd3e83cf
|
runastyle: add line which strips trailing whitspaces from cfg files (and run it on the files)
|
2014-03-21 01:28:40 +01:00 |
orbitcowboy
|
80e3b49cfc
|
Added support for ftell() and puts() to std.cfg.
|
2014-03-20 04:10:41 +01:00 |
orbitcowboy
|
30006cf06f
|
Added support for fputs() to std.cfg.
|
2014-03-20 02:13:41 +01:00 |
orbitcowboy
|
b37e9601c1
|
Added support for fgetc() to std.cfg.
|
2014-03-20 00:59:52 +01:00 |
XhmikosR
|
be0fcefe1d
|
Tabs to spaces.
[ci skip]
|
2014-03-20 09:02:14 +02:00 |
Martin Ettl
|
fe1b46c174
|
Extended std.cfg
|
2014-03-19 21:08:48 +01:00 |
Martin Ettl
|
26af1a232a
|
Extended std.cfg about <cstring> functions and added testcases.
|
2014-03-10 02:12:32 +01:00 |
Alexander Mai
|
2a2e634662
|
Fixed #3145 (False negative: no memory leak warning - return value of realloc(NULL,) ignored)
|
2014-03-16 10:15:14 +01:00 |
Daniel Marjamäki
|
ce1aa1e011
|
Library: I had misunderstood const/pure a little so I corrected cfg and code
|
2014-03-14 20:08:34 +01:00 |
Martin Ettl
|
b8a1ca29d1
|
Fixed #5564 (extend std.cfg about missing functions: isalpha, tolower and toupper functions)
|
2014-03-14 17:42:19 +01:00 |
Daniel Marjamäki
|
8d8913a168
|
Partial fix for #5555. Add const,pure attributes to library.
|
2014-03-14 06:38:45 +01:00 |
Alexander Mai
|
29d401ff38
|
Fixed #3098 (false negative: unitialized variable being passed to strcoll())
|
2014-03-06 16:31:31 +01:00 |