Thread: [Gambas-devel-svn] SF.net SVN: gambas:[3603] gambas/trunk/main/gbx/gbx_c_string.c
Brought to you by:
gambas
From: <ga...@us...> - 2011-02-22 17:59:13
|
Revision: 3603 http://gambas.svn.sourceforge.net/gambas/?rev=3603&view=rev Author: gambas Date: 2011-02-22 17:59:07 +0000 (Tue, 22 Feb 2011) Log Message: ----------- [INTERPRETER] * NEW: String.Instr() and String.RInstr() now take a fourth argument, like Instr() and RInstr(), so that case can be ignored during the search. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-02-22 18:05:40
|
Revision: 3604 http://gambas.svn.sourceforge.net/gambas/?rev=3604&view=rev Author: gambas Date: 2011-02-22 18:05:34 +0000 (Tue, 22 Feb 2011) Log Message: ----------- [INTERPRETER] * BUG: Remove a debugging message. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-03-11 14:26:58
|
Revision: 4542 http://gambas.svn.sourceforge.net/gambas/?rev=4542&view=rev Author: gambas Date: 2012-03-11 14:26:52 +0000 (Sun, 11 Mar 2012) Log Message: ----------- [INTERPRETER] * BUG: Fix String.Left$() when the second argument is greater than the string length. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-12-06 18:51:38
|
Revision: 5979 http://sourceforge.net/p/gambas/code/5979 Author: gambas Date: 2013-12-06 18:51:35 +0000 (Fri, 06 Dec 2013) Log Message: ----------- [INTERPRETER] * BUG: String.InStr() does not crash anymore if the string pattern is void. It returns 0 instead (like InStr). Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-30 16:13:17
|
Revision: 6591 http://sourceforge.net/p/gambas/code/6591 Author: gambas Date: 2014-10-30 16:13:10 +0000 (Thu, 30 Oct 2014) Log Message: ----------- [INTERRPETER] * BUG: The internal UTF-8 string position cache now works in all cases. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-18 16:03:56
|
Revision: 7088 http://sourceforge.net/p/gambas/code/7088 Author: gambas Date: 2015-05-18 16:03:54 +0000 (Mon, 18 May 2015) Log Message: ----------- [INTERPRETER] * BUG: Sometimes String.Left(), String.Mid$() or String.Right() methods could go past the end of their strings. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-26 13:18:40
|
Revision: 7147 http://sourceforge.net/p/gambas/code/7147 Author: gambas Date: 2015-06-26 13:18:39 +0000 (Fri, 26 Jun 2015) Log Message: ----------- [INTERPRETER] * BUG: The UTF-8 character to byte position conversion routine now should work in all cases. Fix a corner case in String.Left(), String.Mid$(), String.Right() that sometimes could return an incorrect result. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-29 15:30:02
|
Revision: 7157 http://sourceforge.net/p/gambas/code/7157 Author: gambas Date: 2015-06-29 15:30:00 +0000 (Mon, 29 Jun 2015) Log Message: ----------- [INTERPRETER] * BUG: Correctly fix the bug of revision #7147 in UTF-8 string management. Revision Links: -------------- http://sourceforge.net/p/gambas/code/7147 Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_string.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |