Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-08-09 | Fixed login printing raw passwdenc passwords to console (bugreport:826). | ultramage | 1 | -0/+22 |
2008-04-23 | * Fixed script strings not being handled properly (only skipped the \). | FlavioJS | 1 | -5/+38 |
2008-04-22 | Fixed a "bug" in sv_readdb under windows and cygwin configured as "Unix/binar... | toms | 1 | -1/+1 |
2008-04-17 | Modified sv_readdb to be able to process non-native line terminators (bugrepo... | ultramage | 1 | -1/+1 |
2008-04-15 | * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) | ultramage | 1 | -0/+80 |
2008-04-02 | * Added SV_KEEP_TERMINATOR option to not split the line terminator. | FlavioJS | 1 | -17/+21 |
2008-04-02 | * Added sv_split to strlib.c/h (similar to sv_parse). | FlavioJS | 1 | -7/+92 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -1/+1 |
2008-02-16 | Removed some useless svn:ignore properties. | ultramage | 1 | -1/+1 |
2007-12-09 | * Added a generic 'delimiter-separated values' string parser to strlib.c/h. | FlavioJS | 1 | -0/+337 |
2007-11-27 | * Added safesnprintf to strlib.c/h (bugreport:372) | FlavioJS | 1 | -0/+25 |
2007-10-17 | * Reworked the parsing at npc.c. | FlavioJS | 1 | -0/+20 |
2007-09-22 | * Added 'safestrnlen' to prevent null pointer crashes | ultramage | 1 | -0/+6 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -2/+132 |
2007-06-02 | * Displaying op names instead of numbers in script engine errors. | FlavioJS | 1 | -4/+15 |