[Gambas-devel-svn] SF.net SVN: gambas:[6290] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-05-26 23:03:09
|
Revision: 6290 http://sourceforge.net/p/gambas/code/6290 Author: gambas Date: 2014-05-26 23:03:06 +0000 (Mon, 26 May 2014) Log Message: ----------- [INTERPRETER] * OPT: Define the TZ environment variable at startup if it not defined to prevent the glibc to stat the '/etc/localtime' file again and again. * OPT: Cache the last value of System.TimeZone during at most 10 minutes. [GB.FORM] * OPT: Implement a directory cache to minimize the number of calls to the Stat() function. [GB.SETTINGS] * BUG: Do not mark the settings file as modified if the stored value is not really changed. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/File/Chooser/FDirChooser.class gambas/trunk/comp/src/gb.form/.src/File/DirView.class gambas/trunk/comp/src/gb.form/.src/File/FileView.class gambas/trunk/comp/src/gb.form/.src/File/Properties/FFileProperties.class gambas/trunk/comp/src/gb.settings/.project gambas/trunk/comp/src/gb.settings/.src/Settings.class gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/share/gb_file_temp.h Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/File/DirCache.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |