[Gambas-devel-svn] SF.net SVN: gambas: [445] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-07-16 12:37:00
|
Revision: 445 http://svn.sourceforge.net/gambas/?rev=445&view=rev Author: gambas Date: 2007-07-16 05:37:01 -0700 (Mon, 16 Jul 2007) Log Message: ----------- [INTERPRETER] * BUG: A daemonized process forks, so its process id changes. In that case, the interpreter now moves its temporary directory according to the new process id. [GB.NET.SMTP] * NEW: The subject now can be any UTF-8 string. [GB.WEB] * BUG: The Request class now resists against query fields with void names. * BUG: The Request class now does nothins when the request method is unknown. It does not assume a POST method by default. Modified Paths: -------------- 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Request.module 2.0/trunk/gb.net.smtp/src/CSmtpClient.c 2.0/trunk/gb.net.smtp/src/comm.c 2.0/trunk/gb.net.smtp/src/libsmtp.h 2.0/trunk/gb.net.smtp/src/libsmtp_comm.c 2.0/trunk/gb.net.smtp/src/quoted.c 2.0/trunk/main/gbx/gbx_c_application.c 2.0/trunk/main/gbx/gbx_library.c 2.0/trunk/main/share/gb_file_share.h 2.0/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |