Codebase list liblocales-perl / upstream/0.21 Changes
upstream/0.21

Tree @upstream/0.21 (Download .tar.gz)

Changes @upstream/0.21raw · history · blame

0.21  Tue Nov 29 09:34:07 2011
    - rt 72788: fix tests that fail when nvsize > 8, no code changes except version bump

0.20  Mon Sep 26 09:30:32 2011
    - improve plural form fallback during CLDR build
    - rt 70503 - fix NAME section in generated plural form POD
    - rt 70610 - do native names in their display format if possible
    - rt 70620 - *_fast() should fall back to parent tag if no explicit entry
    - default to quiet for the FYI: The number of given values (%d) does not match the number of categories (%d).
    - Do not interpolate {0} and {1} when passed in as arguments that are being used in pattern building

0.19  Wed Aug  3 16:36:51 2011
    - rt 69987: added strict/warnings comment in Locales.pm (also updated 0.18 changelog entry)
    - rt 70000: added reminder to comment
    - change stub get_list_or() to be get_list_and() and update POD and tests accordingly

0.18  Wed Aug  3 09:51:12 2011
    - Added get_cldr_version()
    - Fixed a variable name. 
    - made aliases via coderef instead of glob
    - added note to get_plural_form() regarding negative value behavior
    - removed commented out development code 
    - use simple regex instead of comprehensive parsing if the pattern is the default one
    - ensure 'en' is included in plural form documentation (rt 69972)
    - manually tidy due to rt 69971
    - added comment about category_rules_function key todo
    - added strict/warnings step in build dir's README

0.17  Wed Jul  6 10:10:07 2011
    - Updated data to CLDR 2.0 (rt 65164)
    - wrapped new()'s eval-require() in %INC existence check (per requested optimization)
    - added ellipses (rt 65166), "more info" character, and quotation characters to misc_info
    - added list formats to misc_info
    - added plural form to misc_info
    - added t/01.cldr_parse_inherit_sanity.t
    - added plural_rule_hashref_to_code() &&  plural_rule_string_to_code() && get_cldr_plural_category_list() functions
    - added get_plural_form() && get_plural_form_categories() methods
    - added get_list_and()
    - added stub get_list_or() pending http://unicode.org/cldr/trac/ticket/4051
    - added get_formatted_decimal()
    - added get_character_orientation_from_code_fast() && Tiny.pm for its use (per requested optimization)
    - added get_locale_display_pattern_from_code_fast() && && Tiny.pm for its use (per requested optimization)
    - added get_locale_display_pattern_from_code()

0.16  Wed Feb 23 16:12:36 2011
    - added normalize_tag_for_datetime_locale()
    - rt52972 POD consistency: s/Return 2/Returns 2/
    - rt52971 POD: update CLDR version to 1.7.2 (i.e. Based on CLDR 1.7.1)
    - rt52900 POD clarification: s/returns a 3 element array/returns a reference to a 3 element array/
    - rt53663 I18N::LangTags::locale2language_tag() does not allow trailing '_'

0.15  Thu Dec 17 16:48:35 2009
    - Updated data to CLDR 1.7.2
    - Added misc_info for decimal and percent format identifiers
    - removed deprecated non CLDR based,  '::Base' based modules/interface
    - Added numf() method

0.14  Mon Dec 14 22:39:27 2009
    - get_i_tag_for_string() do not prepend 'i_' if we have it already (w/ tests)
    - comment typo

0.13  Thu Nov 19 21:33:45 2009
    -  I18N::LangTags::locale2language_tag() only allows parts between 1 and 8 characters, adjust normalize_tag() accordingly

0.12  Mon Nov 16 22:39:08 2009
    - rt 51583 :: change eval/require to core-perl in t/03.cldr_db.t so tests won;t have to be skipped on some systems

0.11  Wed Nov 11 08:51:07 2009
    - POD notice of deprecated modules being removed.
    - Don't test deprecated module POD to avoid erroneous test failures
    
0.10  Mon Nov  9 18:56:59 2009
    - rt 51134 : POD fixups
    - rt 51137 : parent language fallback
    - fix version issue w/ Territory mods

0.09  Thu Nov  5 10:23:16 2009
    - add Locales::DB::CharacterOrientation
    - add CLDR report URL to POD
    - Clarified POD verbiage in 'BEFORE YOU SUBMIT A BUG REPORT' section
    - Added CLDR version/URL info to POD 
    
0.08  Mon Nov  2 09:54:03 2009
    - skipped tests for deprecated system since they were broken on some systems and are not longer needed

0.07  Thu Oct 29 09:40:21 2009
    - add get_native_language_from_code() method
    - POD tweaks
    - fix up t/pod-coverage.t to avoid checking aods w/ out POD (i.e. the DB modules)
    - Added deprecation message to NAME part of all Locales::Base based modules's POD
    - add digits to normalization functions
    - improved key normalization
    
0.06  Wed Oct 28 14:37:54 2009
    - Added a new, more efficient, and standard CLDR based Locales.pm object system 
      (does not use any of the original Locales::Base based modules && doesn't die())
    - Added deprecated notice to all Locales::Base based modules' POD
    
0.05  Tue May 19 23:01:55 2009
    - Added DESTROY stub to silence warnings during make test
    - fixed rt 40244
    - fixed rt 34439 
    - bumped main version to 0.05 and Locales::Base to 0.03
    - will address other rt's ASAP
    
0.04 Thu May 29 01:49:16 EDT 2003
	- examples/lang[1-7].pl changed to language[1-7].pl
	- documentation for examples/ scripts.
	- documentation for Locales::Language and Locales::Country.

0.03 Mon May 26 08:46:26 EDT 2003
	- documentation started for Locales::Language:: modules.

0.02 Sat May 24 10:03:20 EDT 2003
	- added examples/country7.pl and examples/lang7.pl.
	- start of documentation.

0.01 Fri 16 2:33:11 EDT 2003
	- initial release.