summaryrefslogtreecommitdiff
path: root/src/common/strlib.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-05* Made a crazy attempt to at least partially synchronize login&char codeultramage1-21/+25
2007-03-30Fixed typos from previous revisions :)ultramage1-1/+2
2007-03-30* Added all the missing defines for ctype.h functions and converted all the d...FlavioJS1-2/+2
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS1-1/+1
2007-02-01Added string function strnlenultramage1-0/+10
2007-01-07Undid the memset->malloc_set replacementultramage1-1/+1
2006-11-29- Probably fixed the Segmentation Faults we've been having.FlavioJS1-194/+194
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-2/+2
2006-04-28- Added function stristr to strlib.c, used by mob.c and item_db.c for case-in...skotlex1-0/+35
2006-04-01Asssuming only __WIN32 (VC++) doesn't have strtok_r.Lance1-2/+2
2006-03-30git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5812 54...Lance1-27/+15
2006-03-30git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5811 54...Lance1-0/+33
2006-03-26- Fixed jstrescapecpy crashing when you pass a null string to parse.skotlex1-0/+5
2006-01-29AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...Valaris1-0/+133
2006-01-29Clearing trunk.Valaris1-98/+0
2005-02-17* Readded Chemical Protectioncelest1-0/+18
2005-01-24A lot of changes. login and char server compile under both TXT and SQL under ...(no author)1-2/+2
2005-01-23update(no author)1-11/+11
2004-12-29cxx updatesamber1-0/+1
2004-12-23Property updateamber1-79/+79
2004-12-20* Updated makefiles to new strlib locations [Codemaster]codemaster1-0/+79