Steven R. Loomis
|
4f8e1629db
|
ICU-7792 APIChangeReport.html and tag an untagged file
X-SVN-Rev: 28743
|
2010-09-30 18:27:04 +00:00 |
|
Michael Grady
|
751473d25a
|
ICU-7813 64bit regex API, 7675: UText-based Regex to use native indexes, 7764: Improved UText-regex API error handling, 7855: UText regex group API returns shallow clone, 7851: Set region and start position, 7763: Inline regex progress callback function.
X-SVN-Rev: 28647
|
2010-09-18 03:07:17 +00:00 |
|
Michael Grady
|
8b6ce73317
|
ICU-7666 Regex find progress callback (from branch to trunk)
X-SVN-Rev: 28201
|
2010-06-15 20:19:10 +00:00 |
|
Peter Edberg
|
411a93712a
|
ICU-4521 Merge from branch, fixes for 64bit alignment & type conversions
X-SVN-Rev: 27670
|
2010-02-25 06:33:29 +00:00 |
|
Peter Edberg
|
a6c3b1905e
|
ICU-4521 Fix dangling pointer if a UnicodeString passed to RegexPattern::compile
doesn't persist for the life of the RegexPattern; ensure RegexPattern == still works.
X-SVN-Rev: 27541
|
2010-02-11 06:57:20 +00:00 |
|
Peter Edberg
|
f308bffc8c
|
ICU-4521 Disambiguate signatures for RegexPattern::matcher,RegexMatcher::group for 0 pointers; fix warnings
X-SVN-Rev: 27522
|
2010-02-09 20:17:52 +00:00 |
|
Michael Grady
|
8216117f21
|
ICU-4521 UText-based regex implementation
X-SVN-Rev: 27482
|
2010-02-03 02:59:35 +00:00 |
|
Peter Edberg
|
3d297e601e
|
ICU-7284 Need to #undef RegexPatternDump before redefining it (in case internal functions are hidden)
X-SVN-Rev: 27080
|
2009-12-16 09:21:29 +00:00 |
|
Steven R. Loomis
|
1fcbaff0ba
|
ICU-6804 @draft to @stable
X-SVN-Rev: 25626
|
2009-03-19 04:03:31 +00:00 |
|
George Rhoten
|
fe7e42eace
|
ICU-6149 Use traditional ICU C callback declarations.
X-SVN-Rev: 23481
|
2008-02-25 21:21:47 +00:00 |
|
Andy Heninger
|
5e550c04ac
|
ICU-6149 Merge regexp resource limit functions into the trunk
X-SVN-Rev: 23467
|
2008-02-20 03:08:44 +00:00 |
|
George Rhoten
|
49763cd5c8
|
ICU-5386 Rehide debugging functions
X-SVN-Rev: 23172
|
2008-01-04 08:42:53 +00:00 |
|
Andy Heninger
|
67e296e813
|
ICU-5386 Regular Expressions update, improved Java 1.5 compatibility. svn merge -r 22747:23061 from branches/andy/regex
X-SVN-Rev: 23063
|
2007-12-11 21:30:10 +00:00 |
|
George Rhoten
|
2f55b1b39f
|
ICU-5410 Improve code coverage by removing unused/unuseable code.
X-SVN-Rev: 21693
|
2007-06-11 17:37:31 +00:00 |
|
George Rhoten
|
32416a8a9c
|
ICU-5125 Remove unusable code.
X-SVN-Rev: 19435
|
2006-03-25 00:15:56 +00:00 |
|
George Rhoten
|
f9e6f15721
|
ICU-4733 Use int32_t instead of int.
X-SVN-Rev: 18462
|
2005-08-25 18:02:20 +00:00 |
|
Vladimir Weinstein
|
ed7fe99c8b
|
ICU-4599 promote @draft ICU 2.8 to stable
X-SVN-Rev: 17985
|
2005-06-22 23:38:06 +00:00 |
|
Vladimir Weinstein
|
7fe85edd5b
|
ICU-4194 promotion of @draft 2.6 to @stable 2.6 for i18n library
X-SVN-Rev: 16738
|
2004-11-03 01:25:51 +00:00 |
|
Andy Heninger
|
1cf7040adc
|
ICU-2423 improve API docs for regex
X-SVN-Rev: 16631
|
2004-10-26 18:49:30 +00:00 |
|
Andy Heninger
|
1f42f071fc
|
ICU-4057 incorrect regex appendReplacement after multiple find()s.
X-SVN-Rev: 16601
|
2004-10-22 22:51:02 +00:00 |
|
Andy Heninger
|
9f286086d1
|
ICU-3337 better detect incorrect usage of Regex APIs.
X-SVN-Rev: 16595
|
2004-10-22 16:32:12 +00:00 |
|
George Rhoten
|
7c225a89aa
|
ICU-4072 Explicitly use U_EXPORT2 to specify calling convention of static C++ code.
X-SVN-Rev: 16183
|
2004-08-24 17:38:33 +00:00 |
|
Andy Heninger
|
6b4f353fe4
|
ICU-4045 regexp::find(), fix incorrect resut when called repeatedly at end of input string.
X-SVN-Rev: 16115
|
2004-08-05 19:00:37 +00:00 |
|
Eric Mader
|
ad42df258f
|
ICU-3820 fix doxygen warnings.
X-SVN-Rev: 15879
|
2004-06-15 20:52:22 +00:00 |
|
Ram Viswanadha
|
75e601ba7f
|
ICU-3405 add U_INTERNAL
X-SVN-Rev: 15859
|
2004-06-12 00:56:53 +00:00 |
|
Eric Mader
|
abefef5844
|
ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15411
|
2004-05-19 20:42:44 +00:00 |
|
Ram Viswanadha
|
bbe9de394c
|
ICU-3405 prototype for U_DRAFT, U_DEPRECATED and U_OBSOLETE
X-SVN-Rev: 14775
|
2004-03-26 19:42:04 +00:00 |
|
Andy Heninger
|
efeb3b480d
|
ICU-2421 Redo Regex C API changes lost in OSS crash
X-SVN-Rev: 14721
|
2004-03-22 22:16:21 +00:00 |
|
Andy Heninger
|
e7300c9b5a
|
ICU-2421 C API for regular expressions
X-SVN-Rev: 14700
|
2004-03-12 22:38:07 +00:00 |
|
Andy Heninger
|
3c6b602cee
|
ICU-3437 test coverage fixes, compiler warning fixes.
X-SVN-Rev: 14028
|
2003-12-06 01:49:56 +00:00 |
|
Andy Heninger
|
2660646337
|
ICU-3437 test coverage fixes.
X-SVN-Rev: 14016
|
2003-12-05 02:03:13 +00:00 |
|
Markus Scherer
|
eb3d7a8d9c
|
ICU-3348 change @draft ICU 2.2 and earlier to @stable
X-SVN-Rev: 13742
|
2003-11-18 02:37:24 +00:00 |
|
Andy Heninger
|
d4e4635656
|
ICU-2468 regexp word boundaries using RBBI
X-SVN-Rev: 13641
|
2003-11-08 02:01:42 +00:00 |
|
Andy Heninger
|
14325e430b
|
ICU-2925 API extensions, work in process.
X-SVN-Rev: 13491
|
2003-10-25 00:52:03 +00:00 |
|
George Rhoten
|
492d57ac79
|
ICU-3221 Fix AIX linker warnings
X-SVN-Rev: 12997
|
2003-08-31 20:53:46 +00:00 |
|
George Rhoten
|
5ce03df134
|
ICU-2729 Make it easier to hide gStaticSets in the future,
X-SVN-Rev: 12143
|
2003-05-28 22:28:54 +00:00 |
|
Andy Heninger
|
e731ba6034
|
ICU-2582 fix widespread spelling error of "possessive"
X-SVN-Rev: 12064
|
2003-05-23 01:29:29 +00:00 |
|
Andy Heninger
|
efc59e36a9
|
ICU-2411 Regexp, support for \x hex escapes in patterns added.
X-SVN-Rev: 11862
|
2003-05-09 16:55:08 +00:00 |
|
Markus Scherer
|
962c18923a
|
ICU-2537 add declarations mostly for unimplemented default constructors
X-SVN-Rev: 11798
|
2003-05-04 01:40:40 +00:00 |
|
Andy Heninger
|
e5e88aaf89
|
ICU-2787 Regexp init thread safety; Improvements to u_init()
X-SVN-Rev: 11781
|
2003-05-02 21:33:17 +00:00 |
|
George Rhoten
|
5cc89c0134
|
ICU-2628 Don't delete const objects on z/OS
X-SVN-Rev: 11713
|
2003-04-25 23:38:20 +00:00 |
|
Andy Heninger
|
a640031201
|
ICU-2422 Regexp, more speed optimizations
X-SVN-Rev: 11402
|
2003-03-27 01:25:20 +00:00 |
|
Andy Heninger
|
4575efb175
|
ICU-2422 Regexp general cleanup
X-SVN-Rev: 11387
|
2003-03-24 05:23:07 +00:00 |
|
Andy Heninger
|
c612056f6a
|
ICU-2422 Regexp, general cleanup
X-SVN-Rev: 11375
|
2003-03-21 00:40:25 +00:00 |
|
Andy Heninger
|
f6d9573913
|
ICU-2422 Regexp, general cleanup
X-SVN-Rev: 11366
|
2003-03-20 01:15:10 +00:00 |
|
Andy Heninger
|
fef34e930e
|
ICU-2422 Regexp, optimizing find() operations, work in progress.
X-SVN-Rev: 11290
|
2003-03-13 01:56:01 +00:00 |
|
Andy Heninger
|
f5fa67bfe3
|
ICU-2422 Regexp, optimizing find() operations, work in progress.
X-SVN-Rev: 11250
|
2003-03-06 01:57:52 +00:00 |
|
Andy Heninger
|
2d3301b7f9
|
ICU-2422 look-behind op, plus some optimizations, work-in-progress.
X-SVN-Rev: 11168
|
2003-02-26 05:16:49 +00:00 |
|
Andy Heninger
|
2397658197
|
ICU-2422 regexp, match flag setting options added.
X-SVN-Rev: 11032
|
2003-02-12 01:28:01 +00:00 |
|
Andy Heninger
|
7f44eb19cf
|
ICU-2422 regexp, case insensitive matching, work in progress
X-SVN-Rev: 10989
|
2003-02-07 02:04:14 +00:00 |
|