summaryrefslogtreecommitdiff
path: root/src/common/strlib.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-25Add const-safe wrappers for strchr(), strrchr() and strstr() using c11 genericsHaru1-0/+21
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-05-08Removed some legacy checks for MSVC <= 2003Haru1-2/+2
2016-04-16Added const qualifier to the input parameter of bin2hexHaru1-2/+2
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-08-15HPM compatibility improvementsHaru1-7/+5
2015-08-15Cleaned up strlib interfaceHaru1-43/+34
2015-06-19Removed ".." from include directivesHaru1-2/+2
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru1-0/+2
2014-11-16Whitespace cleanup (no code changes)Haru1-13/+13
2014-11-16Moved strlib_s, stringbuf_s and sv_s into strlib.cHaru1-3/+3
2014-08-07Corrected several format-string errors through the codeHaru1-2/+2
2014-07-11Fixed reserved __identifier violationsHaru1-7/+7
2014-05-30Fixed typos inside src/Shido1-5/+5
2014-05-25Improved CFLAGS/CPPFLAGS handlingHaru1-8/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-7/+8
2014-05-10Revert "Fixed order of includes in all source files"panikon1-8/+7
2014-05-09Fixed order of includes in all source filesHaru1-7/+8
2014-02-02Introducing HPM Datacheckshennetsind1-3/+3
2014-01-23Minor fixes to the strlib interfaceHaru1-1/+1
2014-01-18Socket interfacedshennetsind1-0/+1
2014-01-18Modified strlib interface to be compliant with hpmhooksshennetsind1-5/+3
2013-11-19Sanitized and improved several macros through the codeHaru1-16/+16
2013-09-25Renamed more forgotten variables during interface conversionsHaru1-2/+2
2013-06-14Fixed the '"__USE_GNU" redefined' warnings on selected platformsshennetsind1-3/+7
2013-05-15Fixed Bug #7246shennetsind1-1/+1
2013-05-15HPM Updateshennetsind1-104/+140
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-58/+61
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-61/+58
2011-06-30Removed extra guards around cbasetypes.h include lines, since they give no pe...ultramage1-2/+0
2011-06-16* Merges from charmerge:flaviojs1-0/+21
2011-02-16* Updated configure/make scripts to resolve various issues.ai4rei1-1/+5
2010-11-19* Various VC6-related fixes and tweaks. [Ai4rei]ai4rei1-1/+1
2010-02-15Added visual studio equivalent of libc's strtoull() - name redefine for newer...ultramage1-0/+4
2009-04-20* Fixed safestrncpy trashing the memory before dst when n == 0. (since r10667...FlavioJS1-1/+1
2008-08-09Fixed login printing raw passwdenc passwords to console (bugreport:826).ultramage1-0/+4
2008-04-23* Fixed script strings not being handled properly (only skipped the \).FlavioJS1-0/+3
2008-04-15 * Corrected some invalid syntax in skill_db.txt (wrong usage of commas)ultramage1-0/+4
2008-04-02* Added SV_KEEP_TERMINATOR option to not split the line terminator.FlavioJS1-1/+3
2008-04-02* Added sv_split to strlib.c/h (similar to sv_parse).FlavioJS1-3/+12
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-3/+3
2007-12-09* Added a generic 'delimiter-separated values' string parser to strlib.c/h.FlavioJS1-0/+36
2007-11-27* Added safesnprintf to strlib.c/h (bugreport:372)FlavioJS1-0/+5
2007-10-17* Reworked the parsing at npc.c.FlavioJS1-0/+4
2007-09-22* Added 'safestrnlen' to prevent null pointer crashesultramage1-0/+3
2007-09-20* Merged the tmpsql branch:FlavioJS1-0/+22
2007-06-02* Displaying op names instead of numbers in script engine errors.FlavioJS1-2/+7
2007-04-21- Removed the +25% mdef, -50% def effect from Freeze statusultramage1-1/+2
2007-04-16* Finally fixed mingw problems, managed to build both TXT and SQLultramage1-1/+1
2007-04-09* Recoded and renamed the trim function in strlib to normalize_name. (didn't ...FlavioJS1-1/+2