Helena Chapman
|
6784aec755
|
[ICU-72] Updated the docs links so it will not break with the html pages
being in a separate module.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/137
|
1999-10-28 19:49:51 +00:00 |
|
Helena Chapman
|
7c7be0ad50
|
[ICU-72] Documentation update
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/136
|
1999-10-28 18:06:45 +00:00 |
|
Steven R. Loomis
|
483192a1e2
|
[ICU-66] Fix some uninitialized memory problems in date format [caused ccaltst to fail]
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/135
|
1999-10-28 02:02:53 +00:00 |
|
Helena Chapman
|
016ac63c81
|
[ICU-72] Documentation update
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/134
|
1999-10-27 20:40:39 +00:00 |
|
Helena Chapman
|
dd49f0bed7
|
[ICU-14] Added argument checking and usage message
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/133
|
1999-10-27 19:54:07 +00:00 |
|
Markus Scherer
|
85489e7386
|
[ICU-14] add a second, optional, parameter for Debug or Release versions of the tools
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/132
|
1999-10-27 18:40:52 +00:00 |
|
Alan Liu
|
8afcfb5c15
|
[ICU-45] Initial check in of rbbi files. Do not compile yet, but handing code over to R. Gillam.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/131
|
1999-10-27 16:34:57 +00:00 |
|
Alan Liu
|
5955e560dd
|
[ICU-45] Created UVector and UStack.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/130
|
1999-10-27 16:23:58 +00:00 |
|
Steven R. Loomis
|
da60a9fce1
|
[ICU-7] AS/400 update
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/129
|
1999-10-27 01:28:47 +00:00 |
|
Helena Chapman
|
93553ce003
|
[ICU-66] Updated the count in Timezone.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/128
|
1999-10-27 01:23:27 +00:00 |
|
Helena Chapman
|
c96ed851c9
|
[ICU-66] Updated the kSystemTimeZones initialization.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/127
|
1999-10-27 01:09:48 +00:00 |
|
Helena Chapman
|
2a5d6293d1
|
[ICU-66] Initialized fStartMode and fEndMode.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/126
|
1999-10-27 01:09:21 +00:00 |
|
Helena Chapman
|
8230afb53a
|
[ICU-66] Initialized fPad and fPadPosition.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/125
|
1999-10-27 01:08:39 +00:00 |
|
Steven R. Loomis
|
a5143f21b8
|
[ICU-52]It would help if the correct target_limit was used rather than simply calculated. [This is part of the fix for MAX_STRLEN pointer wraparounds]
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/124
|
1999-10-26 21:15:33 +00:00 |
|
Steven R. Loomis
|
09d90df5fb
|
[ICU-52] Cast U_MAX_PTR to some type. 'void' has no size!
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/123
|
1999-10-26 17:53:50 +00:00 |
|
Alan Liu
|
797fb590a8
|
[ICU-34] Expanded test.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/122
|
1999-10-26 17:16:13 +00:00 |
|
Alan Liu
|
759772e313
|
[ICU-34] Added copy constructor etc.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/121
|
1999-10-26 17:15:44 +00:00 |
|
Steven R. Loomis
|
aaf545f42d
|
[ICU-52] remove an unneeded check and fix an off by one error
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/120
|
1999-10-26 15:51:52 +00:00 |
|
Steven R. Loomis
|
1846ee8777
|
[ICU-38] Win9x: hard-code compilation of some converter files that have long names
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/119
|
1999-10-26 01:14:23 +00:00 |
|
Steven R. Loomis
|
7cba146b8a
|
[ICU-7] added U_CDECL_BEGIN and U_CDECL_END (extern "C"), wrapped declaration of UConverter in 'extern "C" { ... }' for C++
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/118
|
1999-10-25 22:46:05 +00:00 |
|
Helena Chapman
|
5350d49ef9
|
[ICU-57] Added release number to configure.in.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/117
|
1999-10-25 22:38:16 +00:00 |
|
Helena Chapman
|
fe342ad6fc
|
[ICU-57] Checked in configure script to avoid running autoconf on some platforms.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/116
|
1999-10-25 22:36:32 +00:00 |
|
Steven R. Loomis
|
6e1b5d081d
|
[ICU-52] fixed austrcpy and UnicodeString::extract so they use U_MAX_PTR if a pointer wraps around.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/115
|
1999-10-25 22:20:12 +00:00 |
|
Markus Scherer
|
541da7bafb
|
[ICU-7] added U_CFUNC to struct UConverter to make the callback function pointers compatible with the standard implementations
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/114
|
1999-10-23 00:44:42 +00:00 |
|
Markus Scherer
|
70a280e7ef
|
[ICU-38] make .cnv files for new .ucm conversion definitions
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/113
|
1999-10-22 23:47:22 +00:00 |
|
Markus Scherer
|
878fb2c8da
|
[ICU-38] add euro regression test
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/112
|
1999-10-22 23:45:55 +00:00 |
|
Markus Scherer
|
166a57d4b0
|
[ICU-38] add new converters, update 1252 & 424
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/111
|
1999-10-22 23:43:40 +00:00 |
|
Alan Liu
|
5478cfd309
|
[ICU-46] Redone - don't include internal headers, and only forward declare if necessary (use #ifndef)
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/109
|
1999-10-22 21:27:33 +00:00 |
|
Markus Scherer
|
7fa37bdc96
|
[ICU-37] windows dll base addresses for icu
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/108
|
1999-10-22 20:34:22 +00:00 |
|
Alan Liu
|
e43e3e0701
|
[ICU-34] Add UnicodeSet to i18n
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/103
|
1999-10-22 00:59:23 +00:00 |
|
Alan Liu
|
1370b2fe3b
|
[ICU-25] Fix compiler errors from egcs
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/101
|
1999-10-22 00:46:09 +00:00 |
|
Markus Scherer
|
ad02730576
|
[ICU-7] help the OS/400 C++ compiler detect control path coverage in switch() {}
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/100
|
1999-10-22 00:43:39 +00:00 |
|
Markus Scherer
|
5c90ea030a
|
[ICU-7] remove :: for icu_mem...() (and remove unnecessary icu_memset())
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/99
|
1999-10-22 00:41:21 +00:00 |
|
Markus Scherer
|
725e37f1f1
|
[ICU-7] remove unused Mutex variables
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/98
|
1999-10-22 00:40:11 +00:00 |
|
Markus Scherer
|
253c4280a8
|
[ICU-7] change AS400 to OS400 for #ifdef etc.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/97
|
1999-10-22 00:38:39 +00:00 |
|
Alan Liu
|
484c504780
|
[ICU-25] Fix VC6 compiler errors
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/96
|
1999-10-22 00:24:14 +00:00 |
|
Alan Liu
|
655cfb13d8
|
[ICU-46] Make of source/common broken on Linux; simple fix to 2 headers
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/95
|
1999-10-22 00:18:52 +00:00 |
|
Alan Liu
|
7e38545161
|
[ICU-25] Update comments
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/94
|
1999-10-21 23:57:29 +00:00 |
|
Alan Liu
|
11932dbf3a
|
[ICU-25] Redeclarations of format/parse needed in Format hierarchy
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/93
|
1999-10-21 23:57:00 +00:00 |
|
Alan Liu
|
656a3b2512
|
[ICU-25] Redeclarations of format/parse needed in Format hierarchy
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/92
|
1999-10-21 23:31:14 +00:00 |
|
Alan Liu
|
a3894faf8c
|
[ICU-25] Redeclarations of format/parse needed in Format hierarchy
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/91
|
1999-10-21 23:23:59 +00:00 |
|
Alan Liu
|
95ec143d24
|
[ICU-25] Redeclarations of format/parse needed in Format hierarchy - only redeclare to immedidate base\!
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/90
|
1999-10-21 23:19:36 +00:00 |
|
Alan Liu
|
92e266279c
|
[ICU-25] Redeclarations of format/parse needed in Format hierarchy
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/89
|
1999-10-21 23:15:44 +00:00 |
|
Alan Liu
|
9d7c846121
|
[ICU-25] Redeclarations of format/parse needed in Format hierarchy
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/88
|
1999-10-21 23:10:19 +00:00 |
|
Alan Liu
|
49c1d71f8b
|
[ICU-25] Redeclarations of format/parse needed in Format hierarchy
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/87
|
1999-10-21 22:59:11 +00:00 |
|
Alan Liu
|
74aa950c68
|
[ICU-19] Changed copy command to work on Win98 by deleting trailing backspace
Note - checked in again; changes lost in version 1.7
Oops - line terminators corrupted - trying again
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/85
|
1999-10-21 00:06:49 +00:00 |
|
Alan Liu
|
462a0675d6
|
[ICU-19] Changed copy command to work on Win98 by deleting trailing backspace
Note - checked in again; changes lost in version 1.7
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/84
|
1999-10-20 23:48:57 +00:00 |
|
Alan Liu
|
aed631c091
|
[ICU-34] Add UnicodeSet class to i18n
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/83
|
1999-10-20 22:08:09 +00:00 |
|
Markus Scherer
|
b2392d5096
|
[ICU-6] more renaming of constant names
FAILURE -> U_FAILURE etc.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/82
|
1999-10-19 00:21:21 +00:00 |
|
Markus Scherer
|
02d1be8060
|
[ICU-6] more renaming of constant names
FAILURE -> U_FAILURE etc.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/81
|
1999-10-18 23:55:05 +00:00 |
|