Re: [Libreoffice] [Patch] Accelerate Perl installer builder

2011-02-03 Thread Jan Darmochwal
Sep 17 00:00:00 2001 From: Jan Darmochwal jdarmoch...@gmx.de Date: Thu, 3 Feb 2011 12:30:37 +0100 Subject: [PATCH] Accelerate Perl installer builder speed up get_all_items_from_script --- solenv/bin/modules/installer/remover.pm |4 +- solenv/bin/modules/installer/setupscript.pm | 127

Re: [Libreoffice] [Patch] Accelerate Perl installer builder

2011-01-27 Thread Jan Darmochwal
On 2011-01-27 Michael Meeks wrote: Incidentally, if changing the format of the scp2 files to make them easier to parse is sensible, we should do that too - the files all come from scp2/ (as you can see). Also wrt. semantic differences, you can see the setup_osl.ins that much of

[Libreoffice] [Patch] Accelerate Perl installer builder

2011-01-26 Thread Jan Darmochwal
? From 9aae3df44545965681254655fae5c9c69c4e0b34 Mon Sep 17 00:00:00 2001 From: Jan Darmochwal jdarmoch...@gmx.de Date: Thu, 27 Jan 2011 00:41:19 +0100 Subject: [PATCH] Accelerate Perl installer builder speed up collect_directories_from_filesarray eg use $a .= $b instead of $a = $a . $b --- solenv/bin