[Gambas-devel-svn] SF.net SVN: gambas: [106] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2006-10-14 17:42:33
|
Revision: 106 http://svn.sourceforge.net/gambas/?rev=106&view=rev Author: gambas Date: 2006-10-14 10:42:04 -0700 (Sat, 14 Oct 2006) Log Message: ----------- [INTERPRETER] * NEW: _exit() is now called for gambas classes, but before anything is freed. * NEW: System.ByteOrder is a new property than returns the endianness of the operating system. * NEW: Split() now interprets escape characters inside splitted elements. Split("a,b=',',c", ",", "'") now returns ["a", "b=','", "c"]. * NEW: Array.Type returns the type of an array. * BUG: WRITE can read null strings. [GB.WEB] * NEW: This component now supports an ASP-like interface. * NEW: Request is the class for managing the HTTP request. * NEW: Response is the class for creating the HTTP reply. * NEW: Session is the class for managing the session. Modified Paths: -------------- 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.list 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/CGI.module 2.0/trunk/comp/src/gb.web/HTML.module 2.0/trunk/comp/src/gb.web/Main.module 2.0/trunk/comp/src/gb.web/Response.module 2.0/trunk/main/gbc/gbc_class.h 2.0/trunk/main/gbx/gbx_c_application.c 2.0/trunk/main/gbx/gbx_c_array.c 2.0/trunk/main/gbx/gbx_c_collection.c 2.0/trunk/main/gbx/gbx_class.c 2.0/trunk/main/gbx/gbx_stream.c Added Paths: ----------- 2.0/trunk/comp/src/gb.web/Request.module 2.0/trunk/comp/src/gb.web/Session.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |