summaryrefslogtreecommitdiff
path: root/src/common/strlib.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-09Fixed login printing raw passwdenc passwords to console (bugreport:826).ultramage1-0/+22
2008-04-23* Fixed script strings not being handled properly (only skipped the \).FlavioJS1-5/+38
2008-04-22Fixed a "bug" in sv_readdb under windows and cygwin configured as "Unix/binar...toms1-1/+1
2008-04-17Modified sv_readdb to be able to process non-native line terminators (bugrepo...ultramage1-1/+1
2008-04-15 * Corrected some invalid syntax in skill_db.txt (wrong usage of commas)ultramage1-0/+80
2008-04-02* Added SV_KEEP_TERMINATOR option to not split the line terminator.FlavioJS1-17/+21
2008-04-02* Added sv_split to strlib.c/h (similar to sv_parse).FlavioJS1-7/+92
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-1/+1
2008-02-16Removed some useless svn:ignore properties.ultramage1-1/+1
2007-12-09* Added a generic 'delimiter-separated values' string parser to strlib.c/h.FlavioJS1-0/+337
2007-11-27* Added safesnprintf to strlib.c/h (bugreport:372)FlavioJS1-0/+25
2007-10-17* Reworked the parsing at npc.c.FlavioJS1-0/+20
2007-09-22* Added 'safestrnlen' to prevent null pointer crashesultramage1-0/+6
2007-09-20* Merged the tmpsql branch:FlavioJS1-2/+132
2007-06-02* Displaying op names instead of numbers in script engine errors.FlavioJS1-4/+15
2007-04-14Fixed TXT char creation blocking characters with nonstandard namesultramage1-1/+1
2007-04-09* Recoded and renamed the trim function in strlib to normalize_name. (didn't ...FlavioJS1-16/+59
2007-04-09* Played around with MinGW a bit today...ultramage1-2/+1
2007-04-07- Moved e_mail_check() and config_switch() to strlib.hultramage1-0/+50