[Gambas-devel-svn] SF.net SVN: gambas:[4743] gambas/trunk/main
Brought to you by:
gambas
From: <ga...@us...> - 2012-05-19 21:35:33
|
Revision: 4743 http://gambas.svn.sourceforge.net/gambas/?rev=4743&view=rev Author: gambas Date: 2012-05-19 21:35:26 +0000 (Sat, 19 May 2012) Log Message: ----------- [INTERPRETER] * NEW: Base64() is a new function to encode a string in Base64. * NEW: UnBase64() is a new function to decode a Base64 string. * BUG: Eval() is correctly profiled now. [COMPILER] * NEW: Base64() is a new function to encode a string in Base64. * NEW: UnBase64() is a new function to decode a Base64 string. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_eval.c gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_subr.h gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/share/gb_reserved_keyword.h gambas/trunk/main/share/gb_reserved_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |