Roger Riggs
93dcac6266
8026982: javadoc errors in core libs
...
Cleanup of javadoc -Xlint errors
Reviewed-by: lancea, mduigou, darcy, mullan, mchung
2013-10-22 17:02:08 -04:00
Xueming Shen
73ccbeb833
8025971: Remove ZoneId.OLD_SHORT_IDS
...
8026197: Slow reading tzdb.dat if the JRE is on a high-latency, remote file system
Removed the compatiblity old short-ids mapping
Reviewed-by: okutsu
2013-10-17 23:43:08 -07:00
Chris Hegarty
533cdad97a
Merge
2013-08-09 14:43:19 +01:00
Brian Burkhalter
0aa76a2c72
8020539: Clean up doclint problems in java.util package, part 2
...
Clean up doclint errors and warnings in classes in java.util
Reviewed-by: darcy, chegar
2013-07-30 10:35:06 -07:00
Masayoshi Okutsu
3d9f33759d
8001029: Add new date/time capability
...
Reviewed-by: mchung, hawtin
2013-07-19 12:14:34 +09:00
Alan Bateman
fbf2d36771
8017477: Remove TimeZone.DisplayNames, no longer used
...
Reviewed-by: okutsu
2013-06-24 11:26:51 +01:00
Stephen Colebourne
58af157d96
8011172: JSR 310 DateTime API Updates II
...
Integration of JSR310 Date/Time API update
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Reviewed-by: alanb, naoto, dholmes
2013-04-12 07:57:35 -07:00
Joe Darcy
66b344c616
8008434: Misc javadoc warning fixes in DateTimeFormatterBuilder and TimeZone
...
Reviewed-by: mduigou, okutsu
2013-02-19 00:19:15 -08:00
Stephen Colebourne
73c043f49e
8007392: JSR 310: DateTime API Updates
...
8007520: Update date/time classes in j.util and j.sql packages
8007572: Replace existing jdk timezone data at <java.home>/lib/zi with JSR310's tzdb
Integration of JSR310 Date/Time API for M7
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Patrick Zhang <patrick.zhang@oracle.com>
Reviewed-by: darcy, alanb, naoto
2013-02-12 09:25:43 -08:00
Naoto Sato
9fa2377054
7162007: Clean up i18n related caches
...
Reviewed-by: okutsu, ohair
2013-01-14 11:09:53 -08:00
Masayoshi Okutsu
78a8ed73a2
8000983: Support narrow display names for calendar fields
...
8003267: Support generic time zone names in TimeZoneNameProvider (SPI)
Reviewed-by: naoto
2012-12-10 10:52:11 +09:00
Sean Coffey
fb1294fec5
7196533: TimeZone.getDefault() slow due to synchronization bottleneck
...
Reviewed-by: okutsu
2012-10-09 12:50:52 +01:00
Alan Bateman
9b8e06e699
8000269: Cleanup javadoc warnings
...
Reviewed-by: lancea, darcy, ulfzibis, iris, naoto, dholmes
2012-10-01 15:36:57 +01:00
Naoto Sato
73ff23b7f7
6336885: RFE: Locale Data Deployment Enhancements
...
4609153: Provide locale data for Indic locales
5104387: Support for gl_ES locale (galician language)
6337471: desktop/system locale preferences support
7056139: (cal) SPI support for locale-dependent Calendar parameters
7058206: Provide CalendarData SPI for week params and display field value names
7073852: Support multiple scripts for digits and decimal symbols per locale
7079560: [Fmt-Da] Context dependent month names support in SimpleDateFormat
7171324: getAvailableLocales() of locale sensitive services should return the actual availability of locales
7151414: (cal) Support calendar type identification
7168528: LocaleServiceProvider needs to be aware of Locale extensions
7171372: (cal) locale's default Calendar should be created if unknown calendar is specified
JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data (part 1 w/o packaging changes. by Naoto Sato and Masayoshi Okutsu)
Reviewed-by: erikj, sherman, peytoia
2012-08-21 11:00:30 -07:00
Remi Forax
00ef83a6ab
7157893: Warnings Cleanup in java.util.*
...
Minor code changes to cleanup warnings in java.util.*
Reviewed-by: mduigou, naoto, smarks
2012-04-17 12:21:56 -07:00
Abhijit Saha
162d75c68c
Merge
2012-02-20 11:31:53 -08:00
Masayoshi Okutsu
666bd54f80
6351654: Problem with java/classes_util_i18n
...
Reviewed-by: hawtin, coffeys
2011-12-14 11:23:21 +09:00
Sebastian Sickelmann
0a9fa0feb2
7084245: Update usages of InternalError to use exception chaining
...
To use new InternalError constructor with cause chainning
Reviewed-by: alanb, ksrini, xuelei, neugens
2011-08-30 11:53:11 -07:00
Masayoshi Okutsu
7e8c6fd47b
6955047: (tz) javadoc for TimeZone.getDisplayName(boolean daylight, int style, Locale locale) is not clear
...
7021680: (tz) daylight savings time should be daylight saving time
Reviewed-by: peytoia
2011-02-23 16:50:13 +09:00
Masayoshi Okutsu
0bfde7d243
6936350: API clarification needed on useDaylightTime() for timezones that have defined usage dates
...
Reviewed-by: peytoia
2011-02-16 16:51:21 +09:00
Masayoshi Okutsu
fbe778aead
6991380: (cal) Calendar.cachedLocaleData should be transitioned from Hashtable to ConcurrentHashMap
...
6560965: [Fmt-Da] defaultCenturyStart In SimpleDateFormat should be protected
6560980: [Fmt-Da] DateFormatSymbols.cacheLookup doesn't update cache correctly
Reviewed-by: naoto, peytoia
2010-10-20 14:41:39 +09:00
Masayoshi Okutsu
b3cbd07d1a
6638110: (tz) TimeZone.getDisplayName(...) spec is inconsistent with implementation for unavailable locales
...
Reviewed-by: peytoia
2010-10-15 16:46:18 +09:00
Naoto Sato
6d2cb04013
4700857: RFE: separating user locale and user interface locale
...
Reviewed-by: okutsu
2010-08-31 11:27:10 -07:00
Kelly O'Hair
fe008ae27a
6943119: Rebrand source copyright notices
...
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
J. Duke
319a3b9947
Initial load
2007-12-01 00:00:00 +00:00