[Geany-devel] Safe file saving - permissions issue

2010-03-30 Thread Алексей Антипов
I've found one more issue with Geany's Safe file saving option. When using g_file_set_contents(), file ownership and permissions are replaced with those for a new file. That fully conforms to GLib documentation

[Geany-devel] GObject: Use -priv instead GET_PRIV() macros - Re: SF.net SVN: geany:[4791] trunk

2010-03-30 Thread Nick Treleaven
Hi, I randomly saw this: http://blogs.gnome.org/jjardon/2010/03/30/improve-performance-use-priv-instead-get_priv-macros/ For our uses I'm not sure if it affects performance much, but it would be good to remove all FOO_GET_PRIVATE() macros from GObject code. I removed this macro generation from

Re: [Geany-devel] Safe file saving - permissions issue

2010-03-30 Thread Enrico Tröger
On Tue, 30 Mar 2010 16:28:25 +0400, Алексей wrote: Hi, I've found one more issue with Geany's Safe file saving option. When using g_file_set_contents(), file ownership and permissions are replaced with those for a new file. That fully conforms to GLib documentation

Re: [Geany-devel] Perl 5.8 vs. 5.10 and default Perl Compile command

2010-03-30 Thread Dominic Hopf
Am Dienstag, den 30.03.2010, 23:21 +0200 schrieb Enrico Tröger: Hey guys, I just noticed, newer Perl 5.10 distributions don't have the B/Bytecode module included anymore. This is what we used in the past as the default Compile command[1] for the filetype Perl. The idea was to perform a