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