Commit graph

76 commits

Author SHA1 Message Date
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
Markus Scherer
ff3f26ab9b [ICU-6] more renaming of constant names
FAILURE -> U_FAILURE etc.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/80
1999-10-18 23:44:20 +00:00
Markus Scherer
c77e433b87 [ICU-6] more renaming of constant names
FAILURE -> U_FAILURE etc.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/79
1999-10-18 23:31:28 +00:00
Markus Scherer
789e9d283d This commit was generated by cvs2svn to compensate for changes in r77,
which included commits to RCS files with non-trunk default branches.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/78
1999-10-18 23:15:27 +00:00
Markus Scherer
e3bdd47145 [ICU-6] more renaming of constant names
FAILURE -> U_FAILURE etc.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/76
1999-10-18 22:48:32 +00:00
Alan Liu
feeda8cd90 [ICU-32] DateFormat does not parse Feb 29 2000. This is a bug in GregorianCalendar era handling. Fixed algorithm, added test.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/70
1999-10-16 01:35:16 +00:00
Alan Liu
81c41a1af7 [ICU-31] Incorrect WEEK_OF_YEAR for Gregorian Calendar. Fixed algorithm, updated doc, added regression test.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/68
1999-10-16 00:25:13 +00:00
Alan Liu
4180724688 [ICU-28] DateFormat parses 2-digit years other than "00" through "99". Fix restricts parsing to those 2-digit year strings.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/66
1999-10-15 23:16:58 +00:00
Alan Liu
44176e5b7e [ICU-19] (Updated copyrights per contribution guidelines)
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/65
1999-10-15 23:09:50 +00:00
Alan Liu
805b70c36e [ICU-28] DateFormat parses 2-digit years other than "00" through "99". Fix restricts parsing to those 2-digit year strings.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/64
1999-10-15 21:33:00 +00:00
Alan Liu
273ee995f1 [ICU-19] Changed copy command to work on Win98 by deleting trailing backspace
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/63
1999-10-15 21:14:43 +00:00
Markus Scherer
6be26cb06d [ICU-30] utypes.h should not define icu_wcs...() & UFieldPosition
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/62
1999-10-15 18:09:53 +00:00
Steven R. Loomis
783a41fbd7 jitterbug29: u_fgetconverter
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/61
1999-10-15 01:28:02 +00:00
Steven R. Loomis
6feff00f74 jitterbug29: adding u_fgetconverter
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/60
1999-10-15 01:27:37 +00:00
Markus Scherer
307031071e [ICU-6] oops - i screwed up errorName() - works now
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/59
1999-10-15 00:22:20 +00:00
Markus Scherer
e9bed605d9 [ICU-26] intltest had the same code and bug as cintltest
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/58
1999-10-14 22:39:20 +00:00
Markus Scherer
0a02e87e5d [ICU-14] echo off now and use the Release versions of the tools
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/57
1999-10-14 22:14:04 +00:00
Markus Scherer
9dd74b5940 [ICU-20] C++: clean up object adoption semantics & implementation in failure cases
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/56
1999-10-14 19:13:11 +00:00
Markus Scherer
5495203457 [ICU-26] cintltest does not work if the icu folder is not in a drive root
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/55
1999-10-14 19:10:43 +00:00
Steven R. Loomis
4175100c78 [ICU-18] new config/Makefile to be exported (not built) for icuapps
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/54
1999-10-13 06:22:36 +00:00
Steven R. Loomis
af31746978 [ICU-18] new config/Makefile.in for icuapps
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/53
1999-10-13 06:21:56 +00:00
Steven R. Loomis
8994eb7c2d [ICU-18] new makefile.in for an icuapps fragment
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/52
1999-10-13 06:17:37 +00:00