[Libreoffice-commits] Changes to 'feature/rb9'
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 8 09:03:56 PST 2012
New branch 'feature/rb9' available with the following commits:
commit 52bfed26311af4d365c79d013bbef12855d7f79e
Author: Michael Meeks <michael.meeks at suse.com>
Date: Tue Nov 6 12:12:33 2012 +0000
re-base on ALv2 code. Includes:
Patches contributed by Pedro Giffuni:
Avoid some uses of non portable #!/bin/bash in shell scripts.
http://svn.apache.org/viewvc?view=revision&revision=1235297
Reduce the dependencies on non standard GNU copy.
http://svn.apache.org/viewvc?view=revision&revision=1238684
Complex Toolbar Controls Extension from the SDK
Patches contributed by Ariel Constenla-Haile
http://svn.apache.org/viewvc?view=revision&revision=1190390
Patches contributed by Mathias Bauer (and others)
gnumake4 work variously
http://svn.apache.org/viewvc?view=revision&revision=1394707
http://svn.apache.org/viewvc?view=revision&revision=1394326
Patches contributed by Juergen Schmidt:
jsc341: i117327: take care if no dependency node in current
description exists, create one
http://svn.apache.org/viewvc?view=revision&revision=1172101
jsc341: i117327: add extra extension dependency check
http://svn.apache.org/viewvc?view=revision&revision=1172098
make initial branding changes
http://svn.apache.org/viewvc?view=revision&revision=1231878
fix for neon webdav, remove coinmp bits
cleanup & remove OS/2 conditionals, system ucpp fixes
commit 51f57c3ddb600880e71933c1921fd7d8c8ed2a45
Author: Michael Meeks <michael.meeks at suse.com>
Date: Wed Nov 7 13:30:10 2012 +0000
add native XTextSearch / cppunit test framework.
ported from the broken java ver.
adds a native ICU regex sanity test.
commit c781079f0f1f053af8f677e0b6d8238ebb4644b3
Author: Michael Meeks <michael.meeks at suse.com>
Date: Wed Nov 7 13:05:12 2012 +0000
remove obsolete regexp pieces.
commit ef3c99c678dd692c45449533fe491994a3f23f6f
Author: Michael Meeks <michael.meeks at suse.com>
Date: Wed Nov 7 12:37:21 2012 +0000
re-base on ALv2 code. Includes:
Patches from Herbert Duerr:
#i118925# fix old word-boundary emulation
http://svn.apache.org/viewvc?view=revision&revision=1301596
#i119031# preserving ASCII in ignore-* transliterations allows full SIMPLE_TRANS_MASK
http://svn.apache.org/viewvc?view=revision&revision=1301104
#i118887# ignore zero-length matches in regexp search
http://svn.apache.org/viewvc?view=revision&revision=1242235
fix transliteration flags for search pattern preprocessing
http://svn.apache.org/viewvc?view=revision&revision=1236199
fix minor typo in comment
http://svn.apache.org/viewvc?view=revision&revision=1234799
improve standard conformance regarding unicode UAX#29 word boundaries
http://svn.apache.org/viewvc?view=revision&revision=1234786
emulate word boundary matching of old regex engine
The new ICU regex engine has much improved unicode capabilities.
The old regex engine had the extensions \< and \> for matching word boundaries.
For the convenience of a smooth upgrade experience these artifacts now get mapped
to \b which is supported by almost all regex engines.
http://svn.apache.org/viewvc?view=revision&revision=1234777
#i118723# fill in regexp matcher group details
http://svn.apache.org/viewvc?view=revision&revision=1228084
use ICU regexp instead of LGPL i18nregexp
http://svn.apache.org/viewvc?view=revision&revision=1177610
#i119031# default to preserve ASCII in ignore-width transliteration
http://svn.apache.org/viewvc?view=revision&revision=1301101
More information about the Libreoffice-commits
mailing list