summaryrefslogtreecommitdiff
path: root/src/common/strlib.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-01Fix some warnings caused by static functions defined and unusedHaru1-9/+0
2018-07-01Change functions to static where possible (Part 1 - common)Haru1-40/+61
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2017-03-20Add comment to safestrncpy about size checks.Andrei Karas1-0/+1
2016-10-04Fix warning in strlib.cAndrei Karas1-0/+1
2016-06-25Correctly escaped special characters in the generated_translations.potHaru1-0/+1
2016-05-08Removed some legacy checks for MSVC <= 2003Haru1-5/+4
2016-05-01Fix one issue found by gcc 6 with -O3.Andrei Karas1-0/+1
2016-04-16Added const qualifier to the input parameter of bin2hexHaru1-4/+3
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-5/+0
2015-08-15HPM compatibility improvementsHaru1-0/+4
2015-08-15Cleaned up strlib interfaceHaru1-77/+39
2015-06-19Removed ".." from include directivesHaru1-4/+4
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-6/+5
2014-11-16Whitespace cleanup (no code changes)Haru1-7/+9
2014-11-16Added missing strlib->jstrescapecpy initializationHaru1-0/+1
2014-11-16Moved strlib_s, stringbuf_s and sv_s into strlib.cHaru1-0/+4
2014-08-07Corrected several format-string errors through the codeHaru1-5/+5
2014-07-11Fixed reserved __identifier violationsHaru1-3/+3
2014-05-30Fixed typos inside src/Shido1-16/+16
2014-05-13Removed trailing whitespace (sources)Haru1-6/+6
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-5/+8
2014-05-10Revert "Fixed order of includes in all source files"panikon1-8/+5
2014-05-09Fixed order of includes in all source filesHaru1-5/+8
2014-01-23Minor fixes to the strlib interfaceHaru1-9/+25
2013-12-17Fixed several compiler warningsHaru1-9/+10
2013-09-25Renamed more forgotten variables during interface conversionsHaru1-27/+27
2013-05-15Fixed Bug #7246shennetsind1-1/+1
2013-05-15HPM Updateshennetsind1-188/+174
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-848/+881
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-881/+848
2012-02-14Removed deprecated memory manager macros (follow-up to r14916).gepard19841-1/+1
2011-09-08* Fix C++ compilation issues.flaviojs1-2/+2
2011-06-16* Merges from charmerge:flaviojs1-47/+89
2011-02-16* Updated configure/make scripts to resolve various issues.ai4rei1-2/+1
2011-01-04* Added support for removal of trailing comments to sv_readdb (bugreport:4680).ai4rei1-3/+7
2010-12-16* Reverted r14525 (introduction of SV_READDB_MAX_FIELDS) because it causes co...ai4rei1-10/+8
2010-12-16* Fixed a mistake in sv_split, causing CR being recognized as EOL character, ...ai4rei1-1/+1
2010-11-30* Made job_db1.txt, job_db2.txt, size_fix.txt and refine_db.txt reading use s...ai4rei1-1/+1
2010-11-30* Added SV_READDB_MAX_FIELDS define for configuration of the sv_readdb limit.ai4rei1-2/+2
2010-11-19* Various VC6-related fixes and tweaks. [Ai4rei]ai4rei1-2/+7
2010-02-15Added visual studio equivalent of libc's strtoull() - name redefine for newer...ultramage1-0/+39
2009-04-20* Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667...FlavioJS1-6/+17
2009-03-13Corrected a potentially uninitialized variable in sv_parse (bugreport:2860).ultramage1-1/+2
2009-02-25* Wrong variable being used in StringBuf_Vprintf. (follow up to r13386, fixes...FlavioJS1-1/+1
2008-12-25* Extended sv_escape_c to escape '\a','\b','\t','\v','\f','\?' characters to ...FlavioJS1-4/+15
2008-11-24* Fixed a va_end using the wrong variable. (from r13383, fixes bugreport:2483)FlavioJS1-1/+1
2008-11-22* Hunted down improper uses of va_list variables.FlavioJS1-0/+3