[Libreoffice-commits] core.git: Changes to 'refs/changes/09/409/1'

2014-09-29 Thread Tim Retout
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Re: [Libreoffice-commits] Revert "installer: Use hashref for replace_all_ziplistvariables_in_rtffile"

2012-08-23 Thread Tim Retout
On Aug 23, 2012 9:13 AM, "Stephan Bergmann" wrote: > > On 08/23/2012 09:59 AM, Libreoffice Gerrit user wrote: >> >> commit 52755d6d2cf1c6addaf3c91b93bb86d66b730409 >> Author: Stephan Bergmann >> Date: Thu Aug 23 09:47:13 2012 +0200 >> >> Revert "installer: Use hashref for replace_all_zipli

[Libreoffice-commits] .: solenv/bin

2012-08-16 Thread Tim Retout
solenv/bin/make_installer.pl |1 solenv/bin/modules/installer/environment.pm |1 solenv/bin/modules/installer/epmfile.pm |4 solenv/bin/modules/installer/globals.pm | 89 -- solenv/bin/modules/installer/parameter.p

[Libreoffice-commits] .: solenv/bin

2012-08-16 Thread Tim Retout
solenv/bin/make_installer.pl |4 - solenv/bin/modules/installer/followme.pm | 102 --- 2 files changed, 106 deletions(-) New commits: commit c65bc1d7ac6671dc5099c66fea38ff9c4f975e5d Author: Thomas Arnhold Date: Wed Aug 15 14:43:19 2012 +0200 in

[Libreoffice-commits] .: solenv/bin

2012-08-14 Thread Tim Retout
solenv/bin/modules/installer/download.pm | 26 -- 1 file changed, 26 deletions(-) New commits: commit 065b591504096661ac9f421902e108fbb8624b23 Author: Tim Retout Date: Tue Aug 14 22:21:11 2012 +0100 installer::download: Remove unused create_link_tree

[Libreoffice-commits] .: 2 commits - solenv/bin

2012-08-14 Thread Tim Retout
solenv/bin/modules/installer/download.pm | 74 ++- 1 file changed, 5 insertions(+), 69 deletions(-) New commits: commit 0038f19b97f5e036870d2210f975358c18e5809e Author: Tim Retout Date: Tue Aug 14 22:13:55 2012 +0100 Remove unused create_download_link_tree

[Libreoffice-commits] .: solenv/bin

2012-08-14 Thread Tim Retout
solenv/bin/modules/installer/download.pm | 58 --- 1 file changed, 58 deletions(-) New commits: commit e6ac2ad7ac9bbdae9ac226a2c8202f627dd0ba8a Author: Tim Retout Date: Tue Aug 14 08:33:22 2012 +0100 installer::download: Remove unused unicode conversion

[Libreoffice-commits] .: solenv/bin

2012-08-13 Thread Tim Retout
solenv/bin/modules/installer/download.pm | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) New commits: commit 4b180f51c5cbaaabfcaba6899b5047c89d623cc2 Author: Tim Retout Date: Mon Aug 13 22:18:17 2012 +0100 installer::download: Clean up get_versionstring and make

Re: [PATCH] Replace make_absolute_path with rel2abs in solenv

2012-02-23 Thread Tim Retout
On 23 February 2012 14:37, Caolán McNamara wrote: > On Sun, 2012-02-19 at 14:39 +0000, Tim Retout wrote: >> These three patches remove some home-grown path manipulation from >> solenv, and replace it with functions shipped with the Perl core. > > Sorry, I had revert part

Re: [PATCH] fix building dictionaries when PERL_UNICODE environment

2012-02-20 Thread Tim Retout
ionaries themselves as UTF-8? After which we could set the encoding of the filehandles explicitly in th_check.pl. Kind regards, -- Tim Retout ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Minimum Perl version requirement (was: Re: [PUSHED] Replace make_absolute_path with rel2abs in solenv)

2012-02-20 Thread Tim Retout
some nice things in 5.10 - "defined-or", named regexp captures, given/when... 5.8 is just about okay - it's what I still use at work ;) - so I'll ping you again in 3 years or so. :) -- Tim Retout ___ LibreOffice mailing list LibreOffi

Minimum Perl version requirement (was: Re: [PUSHED] Replace make_absolute_path with rel2abs in solenv)

2012-02-20 Thread Tim Retout
On 20 February 2012 11:30, Michael Meeks wrote: > On Sun, 2012-02-19 at 14:39 +0000, Tim Retout wrote: >        Great :-) thanks for that, it's always nice to use standard methods > instead of custom / hand-coded ones. Clearly we want to introduce new > perl dependencies on sh

[PATCH] Replace make_absolute_path with rel2abs in solenv

2012-02-19 Thread Tim Retout
These three patches remove some home-grown path manipulation from solenv, and replace it with functions shipped with the Perl core. Kind regards, -- Tim Retout From 65e81a1935604058082929e772e2f789533eb610 Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Sun, 19 Feb 2012 12:45:56 + Subject

Unused solenv tools - can I remove these?

2012-02-18 Thread Tim Retout
#x27;create_patch' in any makefiles. Is this likely to be called manually? Look unused, but probably aren't: make_download.pl # looks like it ought to be really important, from the name remangle32to64.pl # Committed in Jan 2011, seems relev

[PATCH] Remove installer debug logging.

2012-02-18 Thread Tim Retout
Hi, The -debug option to make_installer.pl is not usually called; it logs function calls at various points during the installer.  However, it is not used consistently within the code, and the same information can be obtained via the Perl debugger or profiling tools. Kind regards, -- Tim Retout

[PATCH] Remove various unused Perl functions from installer

2012-02-16 Thread Tim Retout
These patches remove some unused functions from installer::worker and installer::download. The unpack_all_targzfiles_in_directory sub only becomes unused after copy_install_sets_to_ship is removed. Kind regards, -- Tim Retout From 6929246241ca9ee034bc36ad98e9c1b7f60ef492 Mon Sep 17 00:00:00

[PATCH] Initial cleanup of installer::logger

2012-02-16 Thread Tim Retout
Hi, This patch series removes some unused functions from installer::logger, and merges two very similar functions. Plus general cleanup. Kind regards, -- Tim Retout From 35b6a2c9ae816cbb99dbe4e79cae7115fdd26137 Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Thu, 16 Feb 2012 19:46:12 +

[PATCH] Inline and remove installer::sorter

2012-02-16 Thread Tim Retout
this also removes Libreoffice's only Perl unit test. ;) -- Tim Retout From 3bef665d3939fd9b714bc783ac691ccb737be823 Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Thu, 16 Feb 2012 18:58:20 + Subject: [PATCH] Inline and remove installer::sorter --- solenv/bin/make_installer.pl

Re: [PUSHED] Refactor installer::sorter

2012-02-16 Thread Tim Retout
uild system and execute it during a build. In this case, I'm about to mail in a patch that removes installer::sorter (and its test) altogether. :( But in general, I think it would be worth adding Perl unit tests into the build - I guess when 'make check' is called? I'll have so

Re: [PUSHED] Turn on strictures for some installer Perl modules

2012-02-16 Thread Tim Retout
e cleanup should be possible in installer::archivefiles. :) Kind regards, -- Tim Retout ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PATCH] Refactor installer::sorter

2012-02-16 Thread Tim Retout
On 15 February 2012 21:58, Tim Retout wrote: > subroutines, and replaced the third with a Schwartzian Transform > (which might be overkill for this case, but I need to check the > callers). Yeah, I've woken up and benchmarked this, and the complexity just makes it slower compared

Refactor installer::sorter

2012-02-15 Thread Tim Retout
ed to adapt the standard license header template to Perl comments. Kind regards, -- Tim Retout From ba069516f1e512552a00a45cb7900822fab95ae3 Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Wed, 15 Feb 2012 18:02:44 + Subject: [PATCH 1/6] Turn on strictures in installer::sorter --- solenv/bin/mo

[PATCH] Turn on strictures for some installer Perl modules

2012-02-14 Thread Tim Retout
to https://wiki.documentfoundation.org/Development/Developers with a link to my previous license statement on the mailing list. Kind regards, -- Tim Retout From 4548143f004c2d04b77c608bc6d0a52146b0461f Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Tue, 14 Feb 2012 22:19:46 + Subject:

[Libreoffice] [PATCH] emacs.el: Replace all mentions of OOo with LO

2010-10-30 Thread Tim Retout
Hello, world! This is a naive replacement of "OpenOffice.org" with "LibreOffice" in emacs.el in the "build" repository. Will patches sent with git send-email be accepted? Also, this and any future patches I send will of course be under LGPLv3+/MPL.