David Barts
|
b81956ebcc
|
ICU-22808 Correct a factually incorrect doc comment.
|
2025-02-12 16:37:33 -08:00 |
|
Markus Scherer
|
38b6d7fe5a
|
ICU-22954 Revert PR #3295 make all LocalXyzPointer header-only
This reverts commit 5bdb4c44af .
Making LocalPointer header-only, with a different namespace when compiling internally,
turned out to be problematic.
|
2024-12-23 11:17:14 -08:00 |
|
Markus Scherer
|
70409090de
|
ICU-22954 make all LocalXyzPointer header-only
|
2024-12-19 17:40:33 -08:00 |
|
luz paz
|
73eca0a9c9
|
ICU-21580 Fix typos in icu4c/
Found via `codespell -q 3 -L ans,anumber,atleast,ba,bre,hace,nd,nin,ois,rsource,som,sur,tht -S icu4c/source/data/zone,icu4c/source/data/lang`
ICU-21580 Fix source (related) typos
ICU-21580 Revert extraneous auto-encoding
ICU-21580 Re-add previous reverted fix without auto-encoding
|
2021-07-19 13:22:38 -05:00 |
|
Erik Torres Aguilar
|
bd3b202741
|
ICU-21018 Fix typos across repo that start with letter A
See #1506
|
2021-01-06 15:15:35 -08:00 |
|
Markus Scherer
|
a18df7ba28
|
ICU-21267 stop using FALSE & TRUE macros in most library-internal headers
|
2020-09-10 13:55:46 -07:00 |
|
Markus Scherer
|
18c4a69f80
|
ICU-9961 replace U_DRAFT/U_STABLE/U_INTERNAL with U_CAPI
|
2020-09-10 11:23:44 -07:00 |
|
Markus Scherer
|
c3fe7e09d8
|
ICU-21267 stop defining & using FALSE & TRUE macros in public headers
See #1282
|
2020-09-09 15:13:56 -07:00 |
|
Peter Edberg
|
ad043349ed
|
ICU-21106 avoid buffer overflow in u_fopen_u, fix WIN32_API fclose(NULL)
|
2020-09-09 00:21:15 -07:00 |
|
Victor Chang
|
7a57d299df
|
ICU-21247 Move #include "unicode/localpointer.h" into U_SHOW_CPLUSPLUS_API block
|
2020-08-31 15:19:29 -07:00 |
|
Alon Bar-Lev
|
a5bbd505d7
|
ICU-20578 headers: guard all C++ headers using U_SHOW_CPLUSPLUS_API
support including all files in C
cleanup and simplify the test/hdrtest
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
|
2019-05-14 17:18:06 -07:00 |
|
Andy Heninger
|
ff5e1bfd6b
|
ICU-13103 drop old versions of U_IOSTREAM_SOURCE and __GNUC__
X-SVN-Rev: 40080
|
2017-04-26 21:56:37 +00:00 |
|
Andy Heninger
|
242e02c388
|
ICU-12764 icu4c utf-8 source files, update Copyright notices.
X-SVN-Rev: 39583
|
2017-01-20 00:20:31 +00:00 |
|
Steven R. Loomis
|
725a6726d7
|
ICU-12023 merge from http://bugs.icu-project.org/trac/attachment/ticket/12023/libcxx_typeinfo.diff - CLA confirmed as @jbeich
X-SVN-Rev: 39507
|
2016-11-15 21:02:48 +00:00 |
|
Michael Ow
|
61607c2773
|
ICU-12564 Update copyright notice in trunk
X-SVN-Rev: 38848
|
2016-06-15 18:58:17 +00:00 |
|
Yoshito Umaoka
|
00ca13e126
|
ICU-12564 Reverted r38761 and r38762, because we want to prepend the Unicode copyright for existing source files, instead of replacing copyright comments.
X-SVN-Rev: 38776
|
2016-05-31 21:45:07 +00:00 |
|
Michael Ow
|
c9f199a30f
|
ICU-12564 Update copyright notice in ICU4C
X-SVN-Rev: 38761
|
2016-05-26 22:32:17 +00:00 |
|
Michael Ow
|
148ec9f9e5
|
ICU-11917 Promote 54 draft API to stable
X-SVN-Rev: 37969
|
2015-09-17 18:25:20 +00:00 |
|
Peter Edberg
|
2beaf3dacf
|
ICU-10992 BRS line 20, Check/fix non-stable API macros (U_HIDE_DRAFT_API and others)
X-SVN-Rev: 36520
|
2014-09-16 08:09:06 +00:00 |
|
Steven R. Loomis
|
e2382d5a3b
|
ICU-10920 enable "io" library to build (with no APIs) with UCONFIG_NO_CONVERSION set.
X-SVN-Rev: 36367
|
2014-09-05 21:27:11 +00:00 |
|
Michael Ow
|
3ed1418315
|
ICU-10038 Add u_fopen variant that accepts UTF16 filename
X-SVN-Rev: 35681
|
2014-05-01 17:45:12 +00:00 |
|
Andy Heninger
|
dfe8c061e0
|
ICU-10764 API Promotions for ICU4C 53.
X-SVN-Rev: 35459
|
2014-03-13 20:33:16 +00:00 |
|
Steven R. Loomis
|
7b0172a8aa
|
ICU-10272 fix break on Windows
X-SVN-Rev: 35378
|
2014-03-07 01:01:49 +00:00 |
|
Steven R. Loomis
|
c866020da6
|
ICU-10272 the clang workaround was only *mostly* harmless. Disable it under Windows. Fix: typeinfo(82): error C2874: using-declaration causes a multiple declaration of 'type_info'
X-SVN-Rev: 35375
|
2014-03-07 00:30:23 +00:00 |
|
Steven R. Loomis
|
bd3131899f
|
ICU-10272 clang workaround
X-SVN-Rev: 35366
|
2014-03-06 19:39:41 +00:00 |
|
Peter Edberg
|
fbace77746
|
ICU-9721 Update "#ifndef U_HIDE_XXX_API" guards for API status
X-SVN-Rev: 33367
|
2013-03-05 01:38:48 +00:00 |
|
Michael Ow
|
37eeb709db
|
ICU-9955 merge ICU4C API status promotion to trunk
X-SVN-Rev: 33306
|
2013-02-22 20:15:50 +00:00 |
|
Michael Ow
|
2b96793827
|
ICU-9803 Change const input parameter to non-const
X-SVN-Rev: 33121
|
2013-02-05 06:45:31 +00:00 |
|
Michael Ow
|
db4bf0d726
|
ICU-9899 Update description for u_fgetfile and u_fgetConverter
X-SVN-Rev: 33102
|
2013-01-31 16:56:54 +00:00 |
|
Michael Ow
|
4a089feb16
|
ICU-9803 Add API to get number formatter from UFile
X-SVN-Rev: 33101
|
2013-01-31 16:54:46 +00:00 |
|
George Rhoten
|
dc75668c05
|
ICU-9457 Fix some compiler warnings
X-SVN-Rev: 32095
|
2012-08-03 19:09:42 +00:00 |
|
Abhinav Gupta
|
df03c9748c
|
ICU-8579 added u_printf_u and u_get_stdout
X-SVN-Rev: 30685
|
2011-09-19 17:58:14 +00:00 |
|
Abhinav Gupta
|
b199eb07ee
|
ICU-8579 added u_printf
X-SVN-Rev: 30677
|
2011-09-16 17:44:06 +00:00 |
|
Markus Scherer
|
493668a25f
|
ICU-8573 remove support for U_IOSTREAM_SOURCE=198506
X-SVN-Rev: 30278
|
2011-07-05 23:42:32 +00:00 |
|
Steven R. Loomis
|
63dd5be23d
|
ICU-8525 doxygen warnings
X-SVN-Rev: 30029
|
2011-05-05 01:35:22 +00:00 |
|
Peter Edberg
|
b9cfe4aa5b
|
ICU-8155 Promote LocalPointer[Base]/LocalArray/U_DEFINE_LOCAL_OPEN_POINTER from @draft 4.4 to @stable
X-SVN-Rev: 29050
|
2010-11-15 19:40:24 +00:00 |
|
Peter Edberg
|
3384286860
|
ICU-8155 Promote appropriate @draft 4.2 and 4.4 API to @stable
X-SVN-Rev: 29035
|
2010-11-12 06:03:28 +00:00 |
|
Alexey Gousev
|
933e73b1d2
|
ICU-7066 merging trunk
X-SVN-Rev: 28531
|
2010-08-25 22:28:32 +00:00 |
|
Steven R. Loomis
|
9bc3d2bfdb
|
ICU-7891 fix u_fflush to flush stateful converters
X-SVN-Rev: 28474
|
2010-08-15 02:43:46 +00:00 |
|
Steven R. Loomis
|
1457da183c
|
ICU-7353 docs fixup and updated API Change Report
X-SVN-Rev: 27537
|
2010-02-11 00:53:57 +00:00 |
|
John Emmons
|
91ab093cf3
|
ICU-7290 Changed inaccurate U_DRAFT markings to U_STABLE
X-SVN-Rev: 27469
|
2010-02-02 01:44:11 +00:00 |
|
Michael Ow
|
dc88968faf
|
ICU-5621 Apply patch for u_finit.
X-SVN-Rev: 27163
|
2010-01-07 20:36:40 +00:00 |
|
Peter Edberg
|
8a58804ef1
|
ICU-7285 Use U_SHOW_CPLUSPLUS_API (normally 1 iff XP_CPLUSPLUS is defined) to control C++ API exposure
X-SVN-Rev: 27092
|
2009-12-17 07:13:28 +00:00 |
|
Markus Scherer
|
1dbea6f001
|
ICU-7245 implement C++ public smart pointers; LocalPointer, LocalArray, LocalUConverterPointer etc.
X-SVN-Rev: 26904
|
2009-11-14 00:36:06 +00:00 |
|
Steven R. Loomis
|
5d1c1e50a3
|
ICU-6578 ustdio @draft to @stable
X-SVN-Rev: 25630
|
2009-03-19 06:37:50 +00:00 |
|
Michael Ow
|
e6bd9614f4
|
ICU-4384 Update the comments in *snprintf* declarations to reflect the change in the return value.
X-SVN-Rev: 23183
|
2008-01-08 21:58:51 +00:00 |
|
George Rhoten
|
49f13eee28
|
ICU-5830 Make sure that the changes work on older versions of iostream.
X-SVN-Rev: 22633
|
2007-09-06 16:58:11 +00:00 |
|
George Rhoten
|
f449df5df0
|
ICU-5130 Add an example on how to use a UnicodeString with the icuio API.
X-SVN-Rev: 22025
|
2007-07-17 23:14:45 +00:00 |
|
Deborah Goldsmith
|
81cb18307a
|
ICU-5723 Replace iostream by istream, ostream to avoid static constructors
X-SVN-Rev: 21612
|
2007-06-01 00:14:53 +00:00 |
|
George Rhoten
|
a40785e3f4
|
ICU-5008 Undo @draft changes done after d01.
X-SVN-Rev: 20127
|
2006-08-22 05:46:28 +00:00 |
|