[Gambas-devel-svn] SF.net SVN: gambas:[4213] gambas/trunk/main/gbx
Brought to you by:
gambas
From: <ga...@us...> - 2011-10-24 14:52:27
|
Revision: 4213 http://gambas.svn.sourceforge.net/gambas/?rev=4213&view=rev Author: gambas Date: 2011-10-24 14:52:20 +0000 (Mon, 24 Oct 2011) Log Message: ----------- [INTERPRETER] * BUG: Fix a useless and incorrect string initialization in the UTF-8 to UTF-16 internal conversion routine. * BUG: Native functions that return a string must not use the GB.ReturnNull() API, but GB.ReturnVoidString() instead. Fix the String.LCase() and String.UCase() functions accordingly. * BUG: Date() function takes one argument, or at least three arguments now. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_c_string.c gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/gbx/gbx_eval.c gambas/trunk/main/gbx/gbx_subr_time.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |