History log of /aoo42x/main/i18npool/source/search/ (Results 1 - 25 of 28)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1
52d905a614-Feb-2019 Jim Jagielski

Merge r1852965 from trunk:

Port main/i18npool to gbuild.

Allow ICU's version.mk to be used by GNU make (= instead of *=).

Add support for building generated C files.

Merge r1852965 from trunk:

Port main/i18npool to gbuild.

Allow ICU's version.mk to be used by GNU make (= instead of *=).

Add support for building generated C files.

Reference ICU libraries using "gb_Library_use_externals" across the tree.
Also ICU is an external library, remove it from RepositoryFixes.mk
which is only for internal ones, and keep it in RepositoryExternal.mk
exclusively. Since we get to specify the full linker parameter over there,
remove the half-baked hacks for it from RepositoryFixes.mk.

Patch by: me


Submitted by: damjan
Reviewed by: jim


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1853583 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO416, AOO416-RC1
c1e8cc3a01-May-2018 Don Lewis

The register storage class is deprecated and is incompatible with C++17.
Modern compilers have mostly been ignoring it, probably other than to
forbid the use of the address-of operator. Get

The register storage class is deprecated and is incompatible with C++17.
Modern compilers have mostly been ignoring it, probably other than to
forbid the use of the address-of operator. Get ahead of the game and
delete it now.

Reported by clang 6.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830707 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT
d564504710-Oct-2015 Tsutomu Uchino

#i107619# use next index to the last position from the offset when the match result is started at the end of thes string

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707844

#i107619# use next index to the last position from the offset when the match result is started at the end of thes string

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707844 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO411, AOO410, AOO410_Beta, AOO401, AOO400
e2630f2c24-Jun-2013 Herbert Dürr

#i121880# fix case-sensitive non-regexp text search

Patch by: Tsutomu Uchino <hanya.runo@gmail.com>
Review by: Herbert Duerr <hdu@apache.org>


git-svn-id: https://svn.apache

#i121880# fix case-sensitive non-regexp text search

Patch by: Tsutomu Uchino <hanya.runo@gmail.com>
Review by: Herbert Duerr <hdu@apache.org>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1496073 13f79535-47bb-0310-9956-ffa450edef68

show more ...

22c9c6f722-Jan-2013 Herbert Dürr

#i121633# fix ignore-case problem caused by i18nsearch API mess

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1436886 13f79535-47bb-0310-9956-ffa450edef68

470f12d322-Jan-2013 Herbert Dürr

#i121633# fix search for upper-case character classes in ignore-case regular expressions

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1436862 13f79535-47bb-0310-9956-ffa450e

#i121633# fix search for upper-case character classes in ignore-case regular expressions

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1436862 13f79535-47bb-0310-9956-ffa450edef68

show more ...

19ee98b914-Jan-2013 Herbert Dürr

fix some minor whitespace problems in source

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1432872 13f79535-47bb-0310-9956-ffa450edef68

2c1e93e714-Jan-2013 Herbert Dürr

#i121482# fix backwards regexp search for matches overlapping search start

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1432869 13f79535-47bb-0310-9956-ffa450edef68

19716b0a14-Jan-2013 Herbert Dürr

#i121482# fix attributed text search for regular expression patterns

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1432864 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO340
6a7366bc07-Sep-2012 Herbert Dürr

#i120598# better emulation of regexp word-start and word-end operators

The emulation of the word-start and word-end operators provided
the previous regexp engine can be approximated much

#i120598# better emulation of regexp word-start and word-end operators

The emulation of the word-start and word-end operators provided
the previous regexp engine can be approximated much better
by using the ICU-regexp exngines powerful look-around feature.

Patch-by: Herbert Duerr
Found-by: ldgolds33@yahoo.com


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1382018 13f79535-47bb-0310-9956-ffa450edef68

show more ...

bd5a767f11-May-2012 Herbert Dürr

#i119332# (author=Nicolas Christener) disabled optimization for textsearch.cxx on unxsol*

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1337260 13f79535-47bb-0310-9956-ffa

#i119332# (author=Nicolas Christener) disabled optimization for textsearch.cxx on unxsol*

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1337260 13f79535-47bb-0310-9956-ffa450edef68

show more ...

e926d11b09-May-2012 Herbert Dürr

#i118925# enhance textsearch's match-group references to work for look-ahead/look-behind

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1336210 13f79535-47bb-0310-9956-ffa4

#i118925# enhance textsearch's match-group references to work for look-ahead/look-behind

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1336210 13f79535-47bb-0310-9956-ffa450edef68

show more ...

23f025f530-Mar-2012 Herbert Dürr

textsearch.cxx: unify for compiler independency

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307336 13f79535-47bb-0310-9956-ffa450edef68

ee13102016-Mar-2012 Herbert Dürr

#i118925# fix old word-boundary emulation

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1301596 13f79535-47bb-0310-9956-ffa450edef68

f33c7e3915-Mar-2012 Herbert Dürr

#i119031# preserving ASCII in ignore-* transliterations allows full SIMPLE_TRANS_MASK

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1301104 13f79535-47bb-0310-9956-ffa450e

#i119031# preserving ASCII in ignore-* transliterations allows full SIMPLE_TRANS_MASK

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1301104 13f79535-47bb-0310-9956-ffa450edef68

show more ...

03c97e3423-Feb-2012 Yuri Dario

i118923 - OS/2 port: i18npool build system updates.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1292855 13f79535-47bb-0310-9956-ffa450edef68

16b8677b09-Feb-2012 Herbert Dürr

#i118887# ignore zero-length matches in regexp search

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1242235 13f79535-47bb-0310-9956-ffa450edef68

cdce737326-Jan-2012 Herbert Dürr

fix transliteration flags for search pattern preprocessing

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1236199 13f79535-47bb-0310-9956-ffa450edef68

7c5e76a723-Jan-2012 Herbert Dürr

fix minor typo in comment

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234799 13f79535-47bb-0310-9956-ffa450edef68

4ba79ff323-Jan-2012 Herbert Dürr

improve standard conformance regarding unicode UAX#29 word boundaries

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234786 13f79535-47bb-0310-9956-ffa450edef68

7f9f793f23-Jan-2012 Herbert Dürr

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 bo

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.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234777 13f79535-47bb-0310-9956-ffa450edef68

show more ...

67a4c09911-Jan-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229826 13f79535-47bb-0310-9956-ffa450edef68

7871dc3e11-Jan-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68

0c7ce76d06-Jan-2012 Herbert Dürr

#i118723# fill in regexp matcher group details

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1228084 13f79535-47bb-0310-9956-ffa450edef68

f7bd9df406-Nov-2011 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198443 13f79535-47bb-0310-9956-ffa450edef68

12