[Gambas-devel-svn] SF.net SVN: gambas: [111] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2006-10-22 00:22:43
|
Revision: 111 http://svn.sourceforge.net/gambas/?rev=111&view=rev Author: gambas Date: 2006-10-21 17:22:04 -0700 (Sat, 21 Oct 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The size of the mascot window has been stretched to fit with the mascot pictures. [WIKI CGI SCRIPT] * BUG: Some fixes in autolink and history highlighting. [INTERPRETER] * NEW: READ and WRITE now manage Variant values, by reading/writing the type of the value one one byte just before writing the value data. [GB.DB COMPONENT] * NEW: A new flag to indicate if a database driver supports nested transactions. * NEW: Support for database drivers that cannot nest transactions. * BUG: DB.Create() does not crash anymore when failing. [GB.WEB COMPONENT] * NEW: Response.File() has been renamed as Response.SendFile(). * BUG: Request.Cookies works correctly now. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/doc.cgi/.lang/.pot 2.0/trunk/app/src/doc.cgi/.project 2.0/trunk/app/src/doc.cgi/Main.module 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FGambas.class 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/HTML.module 2.0/trunk/comp/src/gb.web/Request.module 2.0/trunk/comp/src/gb.web/Response.module 2.0/trunk/comp/src/gb.web/Session.module 2.0/trunk/gb.db.postgresql/src/main.c 2.0/trunk/gb.db.sqlite2/src/main.cpp 2.0/trunk/gb.db.sqlite3/src/main.cpp 2.0/trunk/main/gbx/gbx_class.h 2.0/trunk/main/gbx/gbx_class_native.c 2.0/trunk/main/gbx/gbx_exec.c 2.0/trunk/main/gbx/gbx_stream.c 2.0/trunk/main/gbx/gbx_subr_file.c 2.0/trunk/main/gbx/gbx_value.c 2.0/trunk/main/lib/db/CConnection.c 2.0/trunk/main/lib/db/CConnection.h 2.0/trunk/main/lib/db/CResult.c 2.0/trunk/main/lib/db/gb.db.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |