r7497 - trunk/darkplaces

divverent at icculus.org divverent at icculus.org
Sat Jul 28 10:23:14 EDT 2007


Author: divverent
Date: 2007-07-28 10:23:14 -0400 (Sat, 28 Jul 2007)
New Revision: 7497

Modified:
   trunk/darkplaces/clvm_cmds.c
   trunk/darkplaces/prvm_cmds.c
   trunk/darkplaces/prvm_cmds.h
   trunk/darkplaces/svvm_cmds.c
Log is attached.
KrimZon's FTE_STRINGS port, please test!

// float(string haystack, string needle) strstr = #222;
float(string haystack, string needle, float startpos) strstrofs = #222;
// str2chr was already there
// chr2str was already there
string(float ccase, float calpha, float cnum, string s, ...) strconv = #224;
string(float chars, string s, ...) strpad = #225;
string(string info, string key, string value, ...) infoadd = #226;
string(string info, string key) infoget = #227;
float(string s1, string s2) strcmp = #228;
float(string s1, string s2, float len) strncmp = #228;
float(string s1, string s2) strcasecmp = #229;
float(string s1, string s2, float len) strncasecmp = #230;


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20070728.142314.diff
URL: <http://icculus.org/pipermail/twilight-commits/attachments/20070728/abfbd327/attachment.diff>


More information about the twilight-commits mailing list