[libreoffice-l10n] Language/Support wiki page table content broken

2024-06-11 Thread Eike Rathke
Hi, could someone please fix the table / content of https://wiki.documentfoundation.org/Language/Support Apparently since 16 August 2023 already https://wiki.documentfoundation.org/index.php?title=Language/Support=681496 (Use new widget) that is terribly broken, duplicating columns and in the

core.git: helpcontent2

2024-06-08 Thread Eike Rathke (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c988d9e5cbb7bc6795d9555e86acb3543e66b863 Author: Eike Rathke AuthorDate: Sat Jun 8 18:38:08 2024 +0200 Commit: Gerrit Code Review CommitDate: Sat Jun 8 18:38:08 2024 +0200 Update git

help.git: source/text

2024-06-08 Thread Eike Rathke (via logerrit)
source/text/scalc/01/04060109.xhp |3 +++ 1 file changed, 3 insertions(+) New commits: commit 95755ff59d2fc074796f341d2dc781660c52ce74 Author: Eike Rathke AuthorDate: Sat Jun 8 18:35:04 2024 +0200 Commit: Eike Rathke CommitDate: Sat Jun 8 18:38:08 2024 +0200 Tip link

Re: rawhide %{_buildrootdir} not expanded

2024-06-03 Thread Eike Rathke
Hi, On Monday, 2024-06-03 16:28:24 +0200, Reindl Harald (privat) wrote: > Am 03.06.24 um 16:18 schrieb Eike Rathke: > > So using %{buildroot} instead of %{_buildrootdir} would be an actual > > replacement? > > you should have used %{buildroot} or $RPM_BUILD

Re: rawhide %{_buildrootdir} not expanded

2024-06-03 Thread Eike Rathke
Hi Panu, On Monday, 2024-06-03 15:55:09 +0300, Panu Matilainen wrote: > %{_buildrootdir} is nothing packages should be referring to, in any > circumstance really. It's a potentially shared directory among arbitrary > packages (in the traditional it's ~/rpmbuild/BUILDROOT/ ) and putting >

rawhide %{_buildrootdir} not expanded

2024-06-03 Thread Eike Rathke
Hi, what did recently change in rawhide that the %{_buildrootdir} macro isn't expanded as in + mkdir '%{_buildrootdir}/bin' mkdir: cannot create directory ‘%{_buildrootdir}/bin’: No such file or directory + : + cp /builddir/build/SOURCES/node-stdout-nonblocking-wrapper '%{_buildrootdir}/bin'

core.git: Branch 'libreoffice-24-2' - sc/source

2024-06-03 Thread Eike Rathke (via logerrit)
sc/source/core/tool/interpr1.cxx | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) New commits: commit 5af051e9e6b0f86fe471c4f040506ee9fdb91e92 Author: Eike Rathke AuthorDate: Fri May 31 17:34:35 2024 +0200 Commit: Xisco Fauli CommitDate: Mon Jun 3 13:24:12

core.git: sc/source

2024-06-01 Thread Eike Rathke (via logerrit)
sc/source/core/tool/interpr1.cxx | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) New commits: commit a523e9bf2d54fc84583c9da05af592297b055e40 Author: Eike Rathke AuthorDate: Fri May 31 17:34:35 2024 +0200 Commit: Eike Rathke CommitDate: Sat Jun 1 22:21:38

core.git: Branch 'libreoffice-24-2' - sc/source

2024-05-31 Thread Eike Rathke (via logerrit)
sc/source/filter/oox/numberformatsbuffer.cxx | 16 1 file changed, 16 insertions(+) New commits: commit bda60888cdae9922ea933190e391628ba2e3e3b9 Author: Eike Rathke AuthorDate: Wed May 29 19:37:22 2024 +0200 Commit: Adolfo Jayme Barrientos CommitDate: Sat Jun 1 06:03

core.git: 2 commits - desktop/source sc/source

2024-05-31 Thread Eike Rathke (via logerrit)
b3f6d4f0d380b26fb88ff586a09b4525ed6585b9 Author: Eike Rathke AuthorDate: Wed May 29 19:37:22 2024 +0200 Commit: Eike Rathke CommitDate: Fri May 31 16:15:32 2024 +0200 Related: tdf#161301 strip single stray leading "[$]" garbage from formatCode Which is the case if the actual format code is in an

Re: Adapting swich-case indentation

2024-05-27 Thread Eike Rathke
Hi radl..., On Monday, 2024-05-27 15:06:51 -0700, radl...@gmail.com wrote: > Is there a way to bend Vim to my will in indenting C switch-case statements > with local scopes delimited by braces. Here's what I mean: (Vim 9.1 on > MacOS (M2 chip and Intel x86-64) > int main() { > int n =

core.git: sc/qa

2024-05-27 Thread Eike Rathke (via logerrit)
sc/qa/unit/functions_test.cxx | 28 +--- 1 file changed, 21 insertions(+), 7 deletions(-) New commits: commit ea1221867af90b452ec2d96b6b141abd6b8408cd Author: Eike Rathke AuthorDate: Mon May 27 17:04:33 2024 +0200 Commit: Eike Rathke CommitDate: Mon May 27 23

Re: Thunderbird FTBFS f41,f40; suspecting broken Rust bindings generation

2024-05-27 Thread Eike Rathke
Hi, On Monday, 2024-05-27 15:56:30 +0200, Eike Rathke wrote: > I'm out of clues and hopefully someone can provide some insights. Apparently bindgen with clang 18 is broken in this case. Kudos to @sharkcz Dan Horák for a solution to use clang 17 instead. Eike -- GPG key 0x6A6CD5B765632

Thunderbird FTBFS f41,f40; suspecting broken Rust bindings generation

2024-05-27 Thread Eike Rathke
Hi, Thunderbird FTBFS on f41 and f40, earlier only f41, I suspect some Rust toolchain problem when generating bindings. Please see https://bugzilla.redhat.com/show_bug.cgi?id=2261180#c7 and following. I'm out of clues and hopefully someone can provide some insights. Thanks Eike -- GPG key

core.git: Branch 'libreoffice-24-2' - formula/source

2024-05-27 Thread Eike Rathke (via logerrit)
formula/source/core/api/FormulaCompiler.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4de8df5e5e848c38fc419dc1e55c656611cab1be Author: Eike Rathke AuthorDate: Sun May 26 17:12:39 2024 +0200 Commit: Xisco Fauli CommitDate: Mon May 27 11:05:41 2024

core.git: helpcontent2

2024-05-26 Thread Eike Rathke (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 838f6adc9bdde2f656eb26bdc2870adfa7aa412b Author: Eike Rathke AuthorDate: Mon May 27 01:12:09 2024 +0200 Commit: Gerrit Code Review CommitDate: Mon May 27 01:12:09 2024 +0200 Update git

help.git: source/text

2024-05-26 Thread Eike Rathke (via logerrit)
source/text/shared/guide/csv_params.xhp |2 ++ 1 file changed, 2 insertions(+) New commits: commit 40c26a09bc1350905c00f263858bf0398597c408 Author: Eike Rathke AuthorDate: Mon May 27 01:00:06 2024 +0200 Commit: Eike Rathke CommitDate: Mon May 27 01:12:09 2024 +0200 Add CSV

core.git: formula/source

2024-05-26 Thread Eike Rathke (via logerrit)
formula/source/core/api/FormulaCompiler.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 62e88a17fd5f803806a31ef6f56a241b55a88f5d Author: Eike Rathke AuthorDate: Sun May 26 17:12:39 2024 +0200 Commit: Eike Rathke CommitDate: Sun May 26 19:44:50 2024

core.git: Branch 'libreoffice-24-2' - sc/source

2024-05-20 Thread Eike Rathke (via logerrit)
sc/source/ui/docshell/docfunc.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit a710956f628418a8a74f5ad3636a046eaa69fd15 Author: Eike Rathke AuthorDate: Sun May 19 15:21:19 2024 +0200 Commit: Xisco Fauli CommitDate: Mon May 20 13:51:59 2024 +0200

core.git: sc/source

2024-05-19 Thread Eike Rathke (via logerrit)
sc/source/ui/docshell/docfunc.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit d4ae5abb4d00cc8adb3c45a9410fc71e56211c46 Author: Eike Rathke AuthorDate: Sun May 19 15:21:19 2024 +0200 Commit: Eike Rathke CommitDate: Sun May 19 19:26:05 2024 +0200

core.git: Branch 'libreoffice-24-2' - sal/rtl

2024-05-15 Thread Eike Rathke (via logerrit)
sal/rtl/strtmpl.hxx |5 + 1 file changed, 5 insertions(+) New commits: commit 49a69504963812d8e2bd7d9a7de6c011a5749dda Author: Eike Rathke AuthorDate: Tue May 14 22:59:28 2024 +0200 Commit: Xisco Fauli CommitDate: Wed May 15 21:29:17 2024 +0200 Resolves: tdf#160985 Max

core.git: sal/qa

2024-05-15 Thread Eike Rathke (via logerrit)
sal/qa/rtl/math/test-rtl-math.cxx | 14 ++ 1 file changed, 14 insertions(+) New commits: commit 11bfced0a4f1d5f3ccaf8e1c87c11733ca71f29d Author: Eike Rathke AuthorDate: Wed May 15 00:14:40 2024 +0200 Commit: Eike Rathke CommitDate: Wed May 15 18:02:32 2024 +0200 Unit

core.git: 2 commits - sal/rtl ucb/qa ucb/source

2024-05-15 Thread Eike Rathke (via logerrit)
, 1115 insertions(+), 1112 deletions(-) New commits: commit 1ea85e8f2d815e6c0834215714ed3dad1101b971 Author: Eike Rathke AuthorDate: Tue May 14 22:59:28 2024 +0200 Commit: Eike Rathke CommitDate: Wed May 15 18:02:19 2024 +0200 Resolves: tdf#160985 Max integer representation

Re: Message security; protected header fields

2024-05-09 Thread Eike Rathke
Hi, On Thursday, 2024-05-09 19:15:59 -0400, Derek Martin wrote: > Probably fine for preventing casual eavesdropping, but for genuinely > sensitive applications, should not be considered good enough, unless > I'm missing some important detail... If you can't trust but need to, then verify. The

core.git: Branch 'libreoffice-7-6-7' - include/curlinit.hxx

2024-05-06 Thread Eike Rathke (via logerrit)
include/curlinit.hxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 38644bae76028d1396a3e4616a2905da1c06a270 Author: Eike Rathke AuthorDate: Sat Apr 27 11:08:31 2024 +0200 Commit: Xisco Fauli CommitDate: Mon May 6 19:24:00 2024 +0200 Include config_crypto.h

Re: [de-discuss] Fehler (?) in der Übernahme des Windows-Gebietsschema

2024-04-29 Thread Eike Rathke
moin Michael, am Sonntag, 2024-04-28 14:46:57 +0200, schrieb Michael Otto: > In Bugzilla hab ich dann mal angesetzt dazu, einen bug report zu schreiben, > und bin dabei, da man da dankenswerterweise auf Ähnliches hingewiesen wird, > auf diese bug reports gestoßen: > Update en_ZA locale

core.git: Branch 'libreoffice-7-6' - include/curlinit.hxx

2024-04-29 Thread Eike Rathke (via logerrit)
include/curlinit.hxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit eb695e500adb70d84fcd8a5c230cc18b321ad49f Author: Eike Rathke AuthorDate: Sat Apr 27 11:08:31 2024 +0200 Commit: Michael Stahl CommitDate: Mon Apr 29 13:03:26 2024 +0200 Include config_crypto.h

core.git: i18npool/source

2024-04-24 Thread Eike Rathke (via logerrit)
i18npool/source/localedata/data/en_ZA.xml | 46 +++--- 1 file changed, 23 insertions(+), 23 deletions(-) New commits: commit 92ea59703da91771ca78ade82ca796077c066da8 Author: Eike Rathke AuthorDate: Wed Apr 24 18:09:45 2024 +0200 Commit: Eike Rathke CommitDate

Re: Windows installer errors and warnings

2024-04-24 Thread Eike Rathke
Hi, On Tuesday, 2024-04-23 19:11:58 +0200, Jakub Kościelak wrote: > > > ICE03 ERROR Invalid identifier; Table: Directory, Column: > > > Directory, Key(s): LO_progr_resou_ca@va_LCMES_c8cb7e943 > > > ICE03 ERROR Invalid identifier; Table: Directory, Column: > > > Directory, Key(s):

Re: Windows installer errors and warnings

2024-04-23 Thread Eike Rathke
Hi Jakub, On Tuesday, 2024-04-23 14:14:30 +0200, Jakub Kościelak wrote: > 1. > > ICE03 ERROR Invalid Language Id; > > Example: > > sd87.mo > gid_file_res_sd_lang__libreoffice_program_resource_sat_lc_messages_sat sd.mo > 55167 1606 16384 15468 > > We use a Languge Id that is not in the

core.git: Branch 'libreoffice-7-6' - i18npool/source

2024-04-14 Thread Eike Rathke (via logerrit)
i18npool/source/localedata/data/bg_BG.xml | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit 88f6a250076eb2a825084c84193b84f3b94ce112 Author: Eike Rathke AuthorDate: Sun Apr 14 16:03:39 2024 +0200 Commit: Adolfo Jayme Barrientos CommitDate

core.git: Branch 'libreoffice-24-2' - i18npool/source

2024-04-14 Thread Eike Rathke (via logerrit)
i18npool/source/localedata/data/bg_BG.xml | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit ae35c7770169a7ab8721ac26adf55e22491494ec Author: Eike Rathke AuthorDate: Sun Apr 14 16:03:39 2024 +0200 Commit: Caolán McNamara CommitDate: Sun Apr

core.git: i18npool/source

2024-04-14 Thread Eike Rathke (via logerrit)
i18npool/source/localedata/data/bg_BG.xml | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit 2e29c97ec2ba64e5e26ee571e227db9dd2d752e1 Author: Eike Rathke AuthorDate: Sun Apr 14 16:03:39 2024 +0200 Commit: Eike Rathke CommitDate: Sun Apr 14 18

core.git: svtools/inc svx/source

2024-04-12 Thread Eike Rathke (via logerrit)
svtools/inc/langtab.hrc |2 ++ svx/source/dialog/langbox.cxx |4 2 files changed, 6 insertions(+) New commits: commit d4375cf6e6086c3b9cb169cbb40781e8b1124b4d Author: Eike Rathke AuthorDate: Thu Apr 11 19:15:17 2024 +0200 Commit: Eike Rathke CommitDate: Fri Apr 12 12

Re: [Discussion] GitHub as the canonical source or not

2024-01-29 Thread Eike Rathke
Hi, On Monday, 2024-01-29 00:49:50 -0800, Romain Lafourcade wrote: > You should come up with a list of _actual_ ways using GitHub _actually_ > harms the Vim project if you want to be taken seriously. No, I should not, and I don't have to do anything to suit your beliefs or prove I'm worthy to

Re: [Discussion] GitHub as the canonical source or not

2024-01-28 Thread Eike Rathke
Hi Christian, On Sunday, 2024-01-28 21:26:58 +0100, Christian Brabandt wrote: > On So, 28 Jan 2024, Sukima wrote: > > Recently there has been a percolating trend to be concerned over GitHub. > > Specifically the > > Give up GitHub plea. > > Hm, I might be missing something, but what is the

Re: rawhide aarch64 Thunderbird FTBFS "internal compiler error: Segmentation fault"

2024-01-25 Thread Eike Rathke
Hi, On Thursday, 2024-01-25 11:03:21 +, Peter Robinson wrote: > There's at least one known ICE on aarch64 for gcc-14 so I suggest > checking if it looks related. > > https://bugzilla.redhat.com/show_bug.cgi?id=2259937 Yes, very much, specifically

rawhide aarch64 Thunderbird FTBFS "internal compiler error: Segmentation fault"

2024-01-25 Thread Eike Rathke
Hi, Tried twice, same error, aarch64 build bails out with | 34:29.97 *** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins. | 34:29.97 Event| Plugins | 34:29.97 PLUGIN_FINISH_UNIT

core.git: Branch 'libreoffice-24-2-0' - svl/source

2024-01-16 Thread Eike Rathke (via logerrit)
svl/source/numbers/zforfind.cxx | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) New commits: commit 73dd4d13f503d09d6d20a349a5bf9052680f592a Author: Eike Rathke AuthorDate: Fri Jan 12 17:03:35 2024 +0100 Commit: Adolfo Jayme Barrientos CommitDate: Tue Jan

core.git: Branch 'libreoffice-7-6' - svl/source

2024-01-15 Thread Eike Rathke (via logerrit)
svl/source/numbers/zforfind.cxx | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) New commits: commit d0f4bad08e03762dd7f163a147b0d489262aa169 Author: Eike Rathke AuthorDate: Fri Jan 12 17:03:35 2024 +0100 Commit: Michael Stahl CommitDate: Mon Jan 15 10:49

core.git: Branch 'libreoffice-24-2' - svl/source

2024-01-15 Thread Eike Rathke (via logerrit)
svl/source/numbers/zforfind.cxx | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) New commits: commit 9d5b078120f1151e9afaf30ca8e088a871c5d443 Author: Eike Rathke AuthorDate: Fri Jan 12 17:03:35 2024 +0100 Commit: Michael Stahl CommitDate: Mon Jan 15 10:48

core.git: 2 commits - helpcontent2 svl/source

2024-01-12 Thread Eike Rathke (via logerrit)
helpcontent2|2 +- svl/source/numbers/zforfind.cxx | 21 +++-- 2 files changed, 16 insertions(+), 7 deletions(-) New commits: commit 988db36e0992829b01a1341e92d6d2df715a7be5 Author: Eike Rathke AuthorDate: Fri Jan 12 17:03:35 2024 +0100 Commit

Re: How to replace characters in visual block selection

2024-01-10 Thread Eike Rathke
Hi Igor, On Wednesday, 2024-01-10 00:48:12 -0800, Igor wrote: > I did: > My cursor after opening a file is at first character in top left as > expected. > 1. Move 4 characters to the right: 4l > 2. To get into visual block: CTRL+V > 3. Select current and line bellow: j > 4. Select text to tend

core.git: Branch 'libreoffice-24-2' - include/systools

2023-12-11 Thread Eike Rathke (via logerrit)
include/systools/curlinit.hxx|2 ++ include/systools/opensslinit.hxx |4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit af7e6fe6c7a76433ccb63d10d7cddd8335c0630c Author: Eike Rathke AuthorDate: Sat Dec 9 11:44:43 2023 +0100 Commit: Eike Rathke

core.git: Branch 'libreoffice-24-2' - i18npool/source

2023-12-11 Thread Eike Rathke (via logerrit)
i18npool/source/localedata/data/bn_IN.xml |6 +++--- i18npool/source/localedata/data/hi_IN.xml |6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit e75ca418aa2fd9ac2be6828547d2136edc584553 Author: Eike Rathke AuthorDate: Sat Dec 9 12:33:19 2023 +0100

core.git: i18npool/source

2023-12-09 Thread Eike Rathke (via logerrit)
i18npool/source/localedata/data/bn_IN.xml |6 +++--- i18npool/source/localedata/data/hi_IN.xml |6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit d48ad3187d82aca8d9c35c43698822865cad58a0 Author: Eike Rathke AuthorDate: Sat Dec 9 12:33:19 2023 +0100

core.git: include/systools

2023-12-09 Thread Eike Rathke (via logerrit)
include/systools/curlinit.hxx|2 ++ include/systools/opensslinit.hxx |4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit 7b2166c8217cb32f2f7951f074e33d9fe890bb9b Author: Eike Rathke AuthorDate: Sat Dec 9 11:44:43 2023 +0100 Commit: Eike Rathke

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sc/source

2023-12-06 Thread Eike Rathke (via logerrit)
sc/source/core/tool/refupdat.cxx | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) New commits: commit c0b46a8270507dc59b731e9c996960374b0db472 Author: Eike Rathke AuthorDate: Tue Dec 5 20:58:49 2023 +0100 Commit: Xisco Fauli CommitDate: Wed Dec 6 09:27:36

[Libreoffice-commits] core.git: sc/source

2023-12-05 Thread Eike Rathke (via logerrit)
sc/source/core/tool/refupdat.cxx | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) New commits: commit f35b540279b00575ff79eda1c65fb0f8caad86bf Author: Eike Rathke AuthorDate: Tue Dec 5 20:58:49 2023 +0100 Commit: Eike Rathke CommitDate: Tue Dec 5 22:40:50

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - xmloff/source

2023-11-30 Thread Eike Rathke (via logerrit)
xmloff/source/core/xmluconv.cxx | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) New commits: commit 7d79afebef281657a58cba065af0c5ba79a4e9e1 Author: Eike Rathke AuthorDate: Wed Nov 29 19:11:22 2023 +0100 Commit: Xisco Fauli CommitDate: Thu Nov 30 13:07:05 2023 +0100

[Libreoffice-commits] core.git: xmloff/source

2023-11-29 Thread Eike Rathke (via logerrit)
xmloff/source/core/xmluconv.cxx | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) New commits: commit 0c3f57487c9cc29d172121b178938cdb2a8adc7b Author: Eike Rathke AuthorDate: Wed Nov 29 19:11:22 2023 +0100 Commit: Eike Rathke CommitDate: Wed Nov 29 23:56:53 2023 +0100

Reichspogromnacht (was: SPDX Statistics - Kristallnacht edition)

2023-11-17 Thread Eike Rathke
Hi, On Thursday, 2023-11-16 11:19:24 +0100, Michael J Gruber wrote: > Am Do., 16. Nov. 2023 um 01:27 Uhr schrieb Kevin Kofler via devel < > devel@lists.fedoraproject.org>: > > Miroslav Suchý wrote: > > > Why Kristallnachte edition? On today's date at 1938, was i Kristallnacht > > > (Night of

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - include/tools sc/source

2023-11-15 Thread Eike Rathke (via logerrit)
include/tools/duration.hxx |8 +++- sc/source/core/tool/interpr5.cxx |9 +++-- 2 files changed, 14 insertions(+), 3 deletions(-) New commits: commit 4582516259812aa1ca8ae95e0bdaae08d0b88f0c Author: Eike Rathke AuthorDate: Mon Nov 13 14:26:38 2023 +0100 Commit

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sc/source

2023-11-14 Thread Eike Rathke (via logerrit)
sc/source/core/tool/interpr2.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 7bc797fc5715dfd291554d84ba5fd821e9f30426 Author: Eike Rathke AuthorDate: Mon Nov 13 17:08:13 2023 +0100 Commit: Michael Stahl CommitDate: Tue Nov 14 11:13:06 2023 +0100 Resolves: tdf

[Libreoffice-commits] core.git: 2 commits - include/tools sc/source

2023-11-13 Thread Eike Rathke (via logerrit)
include/tools/duration.hxx |8 +++- sc/source/core/tool/interpr5.cxx |9 +++-- 2 files changed, 14 insertions(+), 3 deletions(-) New commits: commit d646341e5ddc625d9cf69777b4be174aebb43700 Author: Eike Rathke AuthorDate: Mon Nov 13 16:26:05 2023 +0100 Commit: Eike

[Libreoffice-commits] core.git: sc/source

2023-11-13 Thread Eike Rathke (via logerrit)
sc/source/core/tool/interpr2.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 61d5f971496cb0091f9b37aaafcb87694f3810ea Author: Eike Rathke AuthorDate: Mon Nov 13 17:08:13 2023 +0100 Commit: Eike Rathke CommitDate: Mon Nov 13 19:31:38 2023 +0100 Resolves: tdf

[Libreoffice-commits] core.git: i18npool/source

2023-11-01 Thread Eike Rathke (via logerrit)
i18npool/source/localedata/data/locale.dtd |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit f3811e06b27afcbac7f63c2d184db4b1f8b01a1f Author: Eike Rathke AuthorDate: Wed Nov 1 21:53:52 2023 +0100 Commit: Eike Rathke CommitDate: Thu Nov 2 02:03:38 2023

Re: Where in VIM for Windows do you see the path to the _vmrc file that the program is actually using

2023-10-23 Thread Eike Rathke
Hi, On Monday, 2023-10-23 17:30:45 +, Christian Castro wrote: > Is there a config file in Vim that tells me path it's looking for when it > goes to find the _vimrc file? :h startup :version To display where an option was last defined, e.g. viminfo, use :verbose set viminfo :h

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sc/source

2023-10-21 Thread Eike Rathke (via logerrit)
sc/source/core/tool/interpr4.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 1ed6f4ba6fcae232705d005de6fcbdcc8769585f Author: Eike Rathke AuthorDate: Mon Oct 16 20:35:13 2023 +0200 Commit: Caolán McNamara CommitDate: Sat Oct 21 17:31:48 2023 +0200

Re: LLVM exit code 139 building git master on Xubuntu 22.04

2023-10-20 Thread Eike Rathke
Hi David, On Thursday, 2023-10-19 19:35:37 +0100, David Gerard wrote: > So rather than file a bug and wait, I first tried a newer version of > clang, and clang-15 worked. Hooray! Smells somewhat like one of these https://github.com/llvm/llvm-project/issues/62362

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sc/source

2023-10-17 Thread Eike Rathke (via logerrit)
: Eike Rathke AuthorDate: Mon Oct 16 13:51:28 2023 +0200 Commit: Xisco Fauli CommitDate: Tue Oct 17 08:55:42 2023 +0200 Resolves: tdf#157786 Use GetFloor32() for date days instead of GetInt32() Change-Id: I1d6242b516f4b23473151bb99cbdf1a057a15746 Reviewed-on: https

[Libreoffice-commits] core.git: sc/source

2023-10-16 Thread Eike Rathke (via logerrit)
sc/source/core/tool/interpr4.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 3161a6c351a2f5f70c0420ee8cccf2eb23de1ecf Author: Eike Rathke AuthorDate: Mon Oct 16 20:35:13 2023 +0200 Commit: Eike Rathke CommitDate: Mon Oct 16 23:35:02 2023 +0200

[Libreoffice-commits] core.git: sc/source

2023-10-16 Thread Eike Rathke (via logerrit)
: Eike Rathke AuthorDate: Mon Oct 16 13:51:28 2023 +0200 Commit: Eike Rathke CommitDate: Mon Oct 16 16:31:32 2023 +0200 Resolves: tdf#157786 Use GetFloor32() for date days instead of GetInt32() Change-Id: I1d6242b516f4b23473151bb99cbdf1a057a15746 Reviewed-on: https

Re: [libreoffice-l10n] Hello

2023-10-16 Thread Eike Rathke
Hi ducksel, On Sunday, 2023-10-15 22:00:47 +, ducksel wrote: > Hello, is this the l10 newsletter? It's not a newsletter, it's the general l10n mailing list. Eike -- GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918 630B 6A6C D5B7 6563 2D3A -- To unsubscribe e-mail to:

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5-8' - sc/inc sc/source

2023-10-16 Thread Eike Rathke (via logerrit)
(-) New commits: commit d9db92481aa8bb98122729acf1d5759e510479d7 Author: Eike Rathke AuthorDate: Sun Oct 15 17:29:01 2023 +0200 Commit: Xisco Fauli CommitDate: Mon Oct 16 14:11:14 2023 +0200 Follow-up: tdf#156985 Use SC_USE_SSE2 to determine which KahanSum::add() to use

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - sc/inc sc/source

2023-10-16 Thread Eike Rathke (via logerrit)
(-) New commits: commit 342ba2605f84279f5dd58b8227e73d75e3b9d462 Author: Eike Rathke AuthorDate: Sun Oct 15 17:29:01 2023 +0200 Commit: Xisco Fauli CommitDate: Mon Oct 16 11:39:59 2023 +0200 Follow-up: tdf#156985 Use SC_USE_SSE2 to determine which KahanSum::add() to use

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sc/inc sc/source

2023-10-16 Thread Eike Rathke (via logerrit)
(-) New commits: commit d782e07cf1e326cbb26e8a2b4c26be3e48d9fea8 Author: Eike Rathke AuthorDate: Sun Oct 15 17:29:01 2023 +0200 Commit: Xisco Fauli CommitDate: Mon Oct 16 11:39:38 2023 +0200 Follow-up: tdf#156985 Use SC_USE_SSE2 to determine which KahanSum::add() to use

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - download.lst

2023-10-16 Thread Eike Rathke (via logerrit)
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 772f747667d6bf0aff5dc9267cb4e8c004a133b1 Author: Eike Rathke AuthorDate: Fri Oct 13 17:35:38 2023 +0200 Commit: Xisco Fauli CommitDate: Mon Oct 16 11:16:47 2023 +0200 Update language

[Libreoffice-commits] core.git: sc/inc

2023-10-16 Thread Eike Rathke (via logerrit)
sc/inc/kahan.hxx |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) New commits: commit c25eaf109a64ae90473b09134540832dafa936c3 Author: Eike Rathke AuthorDate: Sun Oct 15 23:51:04 2023 +0200 Commit: Eike Rathke CommitDate: Mon Oct 16 10:54:04 2023 +0200 Factor out

Re: recent KahanSum change causes a new test failure on ppc64le

2023-10-15 Thread Eike Rathke
Hi Dan, On Tuesday, 2023-09-05 18:53:37 +0200, Dan Horák wrote: > seems the recent change [1] to KahanSum handling causes a test failure > on ppc64le. That should be fixed now with https://gerrit.libreoffice.org/c/core/+/156899 and cherry-picks are pending for 7-6, 7-5 and 7-5-8. Unfortunately

[Libreoffice-commits] core.git: sc/inc sc/qa sc/source

2023-10-15 Thread Eike Rathke (via logerrit)
+-- 5 files changed, 52 insertions(+), 76 deletions(-) New commits: commit 361c4f008e48b08df635839d2e5dcad7389df44a Author: Eike Rathke AuthorDate: Sun Oct 15 17:29:01 2023 +0200 Commit: Eike Rathke CommitDate: Sun Oct 15 18:46:01 2023 +0200 Follow-up: tdf#156985 Use SC_USE_SSE2

[Libreoffice-commits] core.git: download.lst

2023-10-13 Thread Eike Rathke (via logerrit)
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1f43a341885412b89dc3d6e9bc2bbc5f9f086a84 Author: Eike Rathke AuthorDate: Fri Oct 13 17:35:38 2023 +0200 Commit: Eike Rathke CommitDate: Fri Oct 13 22:07:27 2023 +0200 Update language

Re: Proposal: build service for LibreOffice extensions

2023-10-12 Thread Eike Rathke
Hi, On Thursday, 2023-10-12 10:04:16 +0200, Hossein Nourikhah wrote: > I suggest to create a build service for LibreOffice extensions My opinion: be very very careful with that axe.. Executing makefiles, built executables and test scenarios of arbitrary origin (even if reviewed) may open a

[Libreoffice-commits] core.git: helpcontent2

2023-10-11 Thread Eike Rathke (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8f42a36aecaf78b1fb004ed95c52b2f541dadc95 Author: Eike Rathke AuthorDate: Wed Oct 11 16:06:01 2023 +0200 Commit: Gerrit Code Review CommitDate: Wed Oct 11 16:06:01 2023 +0200 Update git

[Libreoffice-commits] help.git: source/text

2023-10-11 Thread Eike Rathke (via logerrit)
source/text/scalc/01/func_style.xhp |1 + 1 file changed, 1 insertion(+) New commits: commit 379510d74d95dd4e7878e8e86401a3b60a6ef107 Author: Eike Rathke AuthorDate: Wed Oct 11 15:59:31 2023 +0200 Commit: Eike Rathke CommitDate: Wed Oct 11 16:06:00 2023 +0200 Follow-up: tdf

Google mail rejects (was: Moving the Vim Homepage)

2023-09-22 Thread Eike Rathke
Hi, On Thursday, 2023-09-21 05:57:12 -0700, 'Christian Brabandt' via vim_use wrote: > just as fyi it seems google blocked my message to the vim-use mailing list, > for Spam reasons. Not only your's, happened the same to me when sending to v...@vim.org that appears to be a forwarder and "DKIM

Re: texts in a cpp file are highlighted as comments while they are not comments

2023-09-22 Thread Eike Rathke
Hi Henrik, On Saturday, 2023-09-16 05:21:47 -0400, Henrik Lin wrote: > As show in the picture, my texts are highlighted as comments > The OS is windows, vim version 8.2 > > Note: I also checked the texts are not within /**/ Obviously that text is not C++ code, so it must be either comments but

Re: recent KahanSum change causes a new test failure on ppc64le

2023-09-13 Thread Eike Rathke
Hi Dan, On Wednesday, 2023-09-13 13:45:36 +0200, Dan Horák wrote: > > It would be worth a try to simply call executeFast() only if SC_USE_SSE2 > > is defined, so the failing platforms skip executeUnrolled(), here > >

Re: recent KahanSum change causes a new test failure on ppc64le

2023-09-13 Thread Eike Rathke
Hi, On Thursday, 2023-09-07 11:36:33 +0200, Stephan Bergmann wrote: > On 9/7/23 08:25, Dan Horák wrote: > > On Thu, 7 Sep 2023 08:16:28 +0200 > > Stephan Bergmann wrote: > > > On 9/5/23 18:53, Dan Horák wrote: > > > > seems the recent change [1] to KahanSum handling causes a test failure > > >

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6-1' - sc/inc

2023-09-06 Thread Eike Rathke (via logerrit)
sc/inc/kahan.hxx | 11 +++ 1 file changed, 11 insertions(+) New commits: commit 5928323090fa5cd95866b46b91e292aabaddff73 Author: Eike Rathke AuthorDate: Fri Sep 1 15:20:28 2023 +0200 Commit: Christian Lohmaier CommitDate: Wed Sep 6 17:34:53 2023 +0200 Resolves: tdf

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sc/inc

2023-09-04 Thread Eike Rathke (via logerrit)
sc/inc/kahan.hxx | 11 +++ 1 file changed, 11 insertions(+) New commits: commit 1f320173fc92dcf3873751bffe490931542679bc Author: Eike Rathke AuthorDate: Fri Sep 1 15:20:28 2023 +0200 Commit: Xisco Fauli CommitDate: Mon Sep 4 10:40:22 2023 +0200 Resolves: tdf#156985 Treat

[Libreoffice-commits] core.git: sc/inc

2023-09-01 Thread Eike Rathke (via logerrit)
sc/inc/kahan.hxx | 11 +++ 1 file changed, 11 insertions(+) New commits: commit 1f8cc7644293e62ad6430bbeec243d3283e478d7 Author: Eike Rathke AuthorDate: Fri Sep 1 15:20:28 2023 +0200 Commit: Eike Rathke CommitDate: Fri Sep 1 18:07:21 2023 +0200 Resolves: tdf#156985 Treat

[Libreoffice-commits] core.git: sc/qa

2023-08-31 Thread Eike Rathke (via logerrit)
sc/qa/unit/data/functions/statistical/fods/KahanSum.fods | 3830 +++ 1 file changed, 1971 insertions(+), 1859 deletions(-) New commits: commit 0603e8fd85f626340c756d80df5612343480beea Author: Eike Rathke AuthorDate: Thu Aug 31 15:01:21 2023 +0200 Commit: Eike Rathke

[Libreoffice-commits] core.git: sc/qa

2023-08-31 Thread Eike Rathke (via logerrit)
sc/qa/unit/functions_test.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 63582b234ddcca3bcb1f76843363e5e7d0b0a08e Author: Eike Rathke AuthorDate: Thu Aug 31 14:53:37 2023 +0200 Commit: Eike Rathke CommitDate: Thu Aug 31 17:07:09 2023 +0200

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - include/tools sc/source tools/qa tools/source

2023-08-16 Thread Eike Rathke (via logerrit)
| 12 5 files changed, 221 insertions(+), 18 deletions(-) New commits: commit c17641839855ba88b1c071c4f5e4533725ff2dbb Author: Eike Rathke AuthorDate: Mon Aug 7 16:37:26 2023 +0200 Commit: Adolfo Jayme Barrientos CommitDate: Wed Aug 16 13:13:14 2023 +0200 Resolves: tdf#127334

Re: Tests failures trying to package LO in Fedora

2023-08-07 Thread Eike Rathke
Hi, On Monday, 2023-08-07 06:12:39 +, libreoff...@sparebit.simplelogin.com wrote: > /builddir/build/BUILD/libreoffice-7.6.0.2/sc/qa/unit/ucalc_formula.cxx:1650:testFormulaRefUpdate::TestBody > equality assertion failed > - Expected: =SUM(D2:E3) > - Actual  : =SUM(B2:E3) > - Wrong formula in

[Libreoffice-commits] core.git: include/tools tools/source

2023-08-03 Thread Eike Rathke (via logerrit)
include/tools/duration.hxx | 13 +++-- tools/source/datetime/duration.cxx | 25 ++--- 2 files changed, 25 insertions(+), 13 deletions(-) New commits: commit 46e672db8002e7aaac881bee65b5c50c4e14c666 Author: Eike Rathke AuthorDate: Thu Aug 3 20:52:43

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - i18npool/source

2023-08-01 Thread Eike Rathke (via logerrit)
i18npool/source/localedata/data/eo.xml | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit 596dd17209c7039fc1711216465a6b6dcba18574 Author: Eike Rathke AuthorDate: Mon Jul 31 20:13:02 2023 +0200 Commit: Xisco Fauli CommitDate: Tue Aug 1 14:41

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - i18npool/source

2023-07-31 Thread Eike Rathke (via logerrit)
i18npool/source/localedata/data/eo.xml | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit b6ed7c7be2a94777ee9b1c4a5ddf77e3f5343efe Author: Eike Rathke AuthorDate: Mon Jul 31 20:13:02 2023 +0200 Commit: Adolfo Jayme Barrientos CommitDate: Tue

[Libreoffice-commits] core.git: i18npool/source

2023-07-31 Thread Eike Rathke (via logerrit)
i18npool/source/localedata/data/eo.xml | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit 2a9e83a673300dfe15a3acc66acd560b2a7cae43 Author: Eike Rathke AuthorDate: Mon Jul 31 20:13:02 2023 +0200 Commit: Eike Rathke CommitDate: Tue Aug 1 01:48

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sc/source

2023-07-28 Thread Eike Rathke (via logerrit)
sc/source/core/tool/interpr1.cxx | 42 +++ 1 file changed, 30 insertions(+), 12 deletions(-) New commits: commit 74d1aad00b1dad10534ecd80a845ae182fbd08c3 Author: Eike Rathke AuthorDate: Tue Jul 25 23:41:23 2023 +0200 Commit: Caolán McNamara

[Libreoffice-commits] core.git: Branch 'libreoffice-7-6' - sc/source

2023-07-27 Thread Eike Rathke (via logerrit)
deletions(-) New commits: commit 69184e2eff8eeb1f2a0b10279c1d08f70b2e7000 Author: Eike Rathke AuthorDate: Wed Jul 26 17:43:32 2023 +0200 Commit: Michael Stahl CommitDate: Thu Jul 27 13:29:30 2023 +0200 Resolves: tdf#147955 Recalculate OOXML for bad generators with all 0.0 results

[Libreoffice-commits] core.git: sc/source

2023-07-26 Thread Eike Rathke (via logerrit)
deletions(-) New commits: commit ec912956903b2657f4a6b67a68c2687e8be32508 Author: Eike Rathke AuthorDate: Wed Jul 26 17:43:32 2023 +0200 Commit: Eike Rathke CommitDate: Wed Jul 26 20:29:57 2023 +0200 Resolves: tdf#147955 Recalculate OOXML for bad generators with all 0.0 results

[Libreoffice-commits] core.git: sc/source

2023-07-26 Thread Eike Rathke (via logerrit)
sc/source/core/tool/interpr1.cxx | 42 +++ 1 file changed, 30 insertions(+), 12 deletions(-) New commits: commit 49b601937f5ba7739198a1b16ba6da2351897750 Author: Eike Rathke AuthorDate: Tue Jul 25 23:41:23 2023 +0200 Commit: Eike Rathke CommitDate

Re: [rawhide] ICU upgrade to 73.2

2023-07-14 Thread Eike Rathke
Hi Frantisek, On Friday, 2023-07-14 09:22:06 +0200, Frantisek Zatloukal wrote: > The side tag has been merged: > https://bodhi.fedoraproject.org/updates/FEDORA-2023-18495e9c7c Thank you very much for taking care of this! Eike -- GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918 630B

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5-5' - include/tools sc/inc sc/source tools/CppunitTest_tools_test.mk tools/Library_tl.mk tools/qa tools/source

2023-07-12 Thread Eike Rathke (via logerrit)
(-) New commits: commit 4cd26ad13f11b69cca01274a4ed90194618bc003 Author: Eike Rathke AuthorDate: Sat Jun 17 00:57:42 2023 +0200 Commit: Christian Lohmaier CommitDate: Wed Jul 12 19:03:49 2023 +0200 Resolves: tdf#153517 Use tools::Duration for FillSeries with (date+)time

Re: F40 Change: Privacy-preserving Telemetry for Fedora Workstation (System-Wide)

2023-07-12 Thread Eike Rathke
Hi, On Tuesday, 2023-07-11 08:17:07 -0500, Michael Catanzaro wrote: > I think what happens is: somebody (anybody) can report a post, if it gets > enough reports it gets proactively hidden before a moderator can review it. > Do our moderators eventually review such posts to ensure they're truly >

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - include/tools sc/inc sc/source tools/CppunitTest_tools_test.mk tools/Library_tl.mk tools/qa tools/source

2023-07-12 Thread Eike Rathke (via logerrit)
(-) New commits: commit 3732522cb499fa13a7ec905be0628376b7c024e3 Author: Eike Rathke AuthorDate: Sat Jun 17 00:57:42 2023 +0200 Commit: Xisco Fauli CommitDate: Wed Jul 12 09:14:34 2023 +0200 Resolves: tdf#153517 Use tools::Duration for FillSeries with (date+)time

Re: vim: revert a specific change in the undo history

2023-07-11 Thread Eike Rathke
Hi ping, On Tuesday, 2023-07-11 20:19:35 +0800, ping song wrote: > say I've done 3 changes A, B, C. > but I realized B is a big mistake. A and C is good. > can I just delete change B, but keep A and C? Not directly; you could save file and use Mundo https://github.com/simnalamburt/vim-mundo to

Re: F40 Change: Privacy-preserving Telemetry for Fedora Workstation (System-Wide)

2023-07-11 Thread Eike Rathke
Hi, On Thursday, 2023-07-06 17:10:24 +0100, Aoife Moloney wrote: > https://discussion.fedoraproject.org/t/f40-change-request-privacy-preserving-telemetry-for-fedora-workstation-system-wide/85320 So this is how a bit harsher criticism on Discourse is handled? By flagging and hiding?

  1   2   3   4   5   6   7   8   9   10   >