summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-21document coverity#983096 Resource leakCaolán McNamara1-0/+1
2014-11-03coverity#982297 EBCDIC-related cleanupCaolán McNamara2-3/+2
2014-10-06warning C4101: unreferenced local variableStephan Bergmann1-5/+5
2014-10-04we really do not care about ebcdic do we ?Norbert Thiebaud4-61/+5
2014-10-04coverity#706152 Copy into fixed size bufferNorbert Thiebaud2-10/+39
2014-10-04cosmetic: start bringing rscpp in this century c-wiseNorbert Thiebaud6-1935/+2153
2014-09-19warning C4701: potentially uninitialized local variableStephan Bergmann1-1/+1
2014-09-19cid#983095 Resource leakNoel Grandin1-1/+3
2014-09-19rsc: remove more DEC remnantsNoel Grandin1-4/+0
2014-09-19rsc: NOMAIN is always trueNoel Grandin1-4/+0
2014-09-19rsc: remove support for DECUSNoel Grandin3-38/+0
2014-09-19rsc: remove unused OLD_PREPROCESSORNoel Grandin6-178/+0
2014-09-19rsc: remove VAX supportNoel Grandin1-7/+0
2014-09-19rsc: remove PDP supportNoel Grandin1-3/+0
2014-09-19rsc: remove 68000 supportNoel Grandin1-11/+0
2014-09-19rsc: remove ONYX supportNoel Grandin1-6/+0
2014-09-19rsc: remove LATTICE supportNoel Grandin1-10/+0
2014-09-19rsc: remove RT11 supportNoel Grandin3-21/+1
2014-09-19rsc: remove RSX supportNoel Grandin3-35/+1
2014-09-19rsc: remove VMS supportNoel Grandin5-243/+4
2014-07-05coverity#983492 String OverflowNorbert Thiebaud1-1/+1
2014-07-05cosmetic clean-up, prep for patchesNorbert Thiebaud1-289/+313
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann4-13/+0
2014-06-27rsc: fix how -isystem args are filtered out for the preprocStephan Bergmann1-13/+1
2014-06-26rsc: ignore -isystem argsStephan Bergmann1-1/+13
2014-06-24remove use of register keyword in C filesNoel Grandin6-107/+107
2014-06-17-Wstrict-prototypesStephan Bergmann5-29/+29
2014-06-06fixincludeguards: fix include guardsThomas Arnhold2-0/+9
2014-05-30coverity#705197 Missing break in switchCaolán McNamara1-0/+1
2014-05-29cppcheck: consecutive return/break/...Julien Nabet1-1/+0
2014-05-20C string usage improvmentArnaud Versini1-2/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni4-7/+7
2014-04-16Some trivial -fsanitize=undefined adaptionsStephan Bergmann1-4/+3
2013-09-12CID#441298 use after freeCaolán McNamara1-0/+1
2013-05-16Quiet cppcheckJulien Nabet1-1/+1
2013-05-08Revert "coverity#983096: Resource leak"Noel Power1-1/+0
2013-05-08coverity#983096: Resource leakJulien Nabet1-0/+1
2013-03-27-Wunused-macrosStephan Bergmann2-9/+0
2013-03-25remove external include guardsThomas Arnhold2-10/+0
2013-03-19reduce whitespaces between include and filenameThomas Arnhold7-36/+36
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-15/+15
2013-02-23Fix typo accessable/accessibleJulien Nabet1-1/+1
2012-11-20incorrect body alignmentLuboš Luňák2-52/+52
2012-06-25re-base on ALv2 code.Michael Meeks7-161/+98
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-01-05WaE and build errors with OSL_DEBUG_LEVEL == 2Caolán McNamara2-2/+4
2011-11-25BIG_ENDIAN was never setFrançois Tigeot2-19/+0
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann1-1/+1
2011-10-08Revert "cppcheck reduce scope of var in rsc/...cpp3.c/cpp4.c/cpp6.c"Tor Lillqvist3-10/+11
2011-10-07cppcheck reduce scope of var in rsc/...cpp3.c/cpp4.c/cpp6.cPierre-André Jacquod3-11/+10