[Gambas-devel-svn] SF.net SVN: gambas:[5942] gambas/trunk/main/gbx
Brought to you by:
gambas
From: <ga...@us...> - 2013-11-04 18:16:29
|
Revision: 5942 http://sourceforge.net/p/gambas/code/5942 Author: gambas Date: 2013-11-04 18:16:26 +0000 (Mon, 04 Nov 2013) Log Message: ----------- [INTERPRETER] * BUG: Fix the CLOSE instruction when dealing with a string stream. * NEW: Make WRITE behave the same way as READ on a memory stream. I.e. it writes a null-terminated "C" string. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream_string.c gambas/trunk/main/gbx/gbx_subr_file.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |