platform/upstream/perl.git
2011-11-12 Karl Williamsonpp.c: Make sure variable is initialized
2011-11-12 Karl WilliamsonAdd new mktables generated files to makefiles
2011-11-12 Tony Cookignore some newer build generated files
2011-11-11 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9112
2011-11-11 Karl Williamsonregexec.c: Bypass unneeded step
2011-11-11 Karl Williamsonregcomp.c: Bypass unneeded step
2011-11-11 Karl WilliamsonUse new/revised case-changing functions in pp.c
2011-11-11 Karl Williamsonutf8.c: Skip extra function calls
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonpp.c: Remove macro no-longer called
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonembed.fnc: Make _to_upper_title_latin1() avail to pp.c
2011-11-11 Karl Williamsonpp.c: White-space only
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonpp.c: White-space only
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonpp.c: Add compiler hint
2011-11-11 Karl Williamsonpp.c: White-space only
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonutf8.c: Add compiler hint
2011-11-11 Karl Williamsonutf8.c: Add and revise comments
2011-11-11 Nicholas ClarkRe-order intrpvar.h to avoid false warnings about holes.
2011-11-11 Nicholas ClarkRe-order intrpvar.h to avoid holes in the interpreter...
2011-11-11 Karl Williamsonpodcheck.t: Add comment
2011-11-11 Karl Williamsonperlunicode: Document that \p{user-defined} can match...
2011-11-11 Karl Williamsonutf8.c: Don't warn on \p{user-defined} for above-Unicode
2011-11-11 Karl Williamsonutf8_heavy.pl: Pass up USER_DEFINED to outside swash
2011-11-10 Karl Williamsonutf8.c: Handle swashes at UV_MAX
2011-11-10 Karl Williamsonutf8.c: Fix swash handling under USE_MORE_BITS
2011-11-10 Karl Williamsonutf8.h: clarify comment
2011-11-09 Karl Williamsonutf8.c: Make swashes work close to UV_MAX
2011-11-09 Karl Williamsonintrpvar.h: Increase size of variable that stores UTF8...
2011-11-09 Chris 'BinGOs... Update CGI to CPAN version 3.57
2011-11-09 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.63
2011-11-09 Karl WilliamsonUCD.t: Fix 'uninit' warning
2011-11-09 Karl Williamsonpat_advanced.t: Display better names for a few tests
2011-11-09 Karl Williamsonregexec.c: Stop looking for match even sooner
2011-11-09 Karl Williamsonregexec.c: revise comment
2011-11-09 Karl Williamsonmktables: Change member name for clarity
2011-11-09 Karl WilliamsonFix volatile declaration
2011-11-09 Karl Williamsonregexec.c: typo in comment
2011-11-09 Karl WilliamsonChange __attribute_unused__ to PERL_UNUSED_DECL
2011-11-09 Karl Williamsonutf8.c: Faster latin1 folding
2011-11-09 Karl Williamsonregcomp.c: Change char used to force reading in fold...
2011-11-09 Karl Williamsonregcomp.c: Add assertion
2011-11-09 Karl Williamsonutf8.c: Faster latin1 upper/title casing
2011-11-09 Karl Williamsonutf8.c: Expand use of refactored to_uni_lower
2011-11-09 Karl Williamsonutf8.c: Refactor to_uni_lower()
2011-11-09 Karl Williamsonutf8.c: Refactor case-changing calls into macros
2011-11-09 Karl Williamsonregcomp.c: Silence compiler warning about longjump
2011-11-08 Karl WilliamsonAdd functions to Unicode::UCD
2011-11-08 Karl WilliamsonREADME.perl: Add step to new-Unicode release activities
2011-11-08 Karl Williamsonmktables: Remove blanks in files for non-DEBUGGING...
2011-11-08 Karl WilliamsonDeprecate direct use of Unicode db files
2011-11-08 Karl Williamsonmktables: Use re /aa
2011-11-08 Karl Williamsonmktables: Remove outdated documentation notes
2011-11-08 Karl Williamsonmktables: Add notes about new access to properties
2011-11-08 Karl WilliamsonUnicode::UCD.pm: Localize $_, $/
2011-11-08 Karl Williamsonperluniprops: Change section name
2011-11-08 Karl Williamsonperluniprops: Remove Unicode db files section
2011-11-08 Karl Williamsonperluniprops: Document prop_invmap() properties
2011-11-08 Karl WilliamsonUnicode::UCD: Add prop_invmap()
2011-11-08 Karl Williamsonmktables: Generate file for NameAlias property
2011-11-08 Karl Williamsonutf8_heavy: Return values for binary property requested...
2011-11-08 Karl Williamsonutf8_heavy.pl: Turn on $| if debugging
2011-11-08 Karl Williamsonutf8_heavy: add comments
2011-11-08 Karl Williamsonutf8_heavy.pl: Remove no longer needed code
2011-11-08 Karl Williamsonutf8.c: Use proper Unicode property names
2011-11-08 Karl Williamsonutf8_heavy.pl: Find mapping files from table
2011-11-08 Karl Williamsonutf8_heavy.pl: white-space only
2011-11-08 Karl Williamsonutf8_heavy: Reorder 2 if's
2011-11-08 Karl Williamsonmktables: Add %file_to_swash_name to utf8_heavy.pl
2011-11-08 Karl Williamsonmktables: Fix comment
2011-11-08 Karl Williamsonmktables: Add %loose_property_to_file_of to utf8_heavy.pl
2011-11-08 Karl Williamsonmktables: Add comment to generated files
2011-11-08 Karl Williamsonmktables: Add %algorithmic_named_code_points to UCD.pl
2011-11-08 Karl WilliamsonUnicode::UCD: pod: document new/old style block propert...
2011-11-08 Karl WilliamsonUnicode::UCD: Add prop_invlist()
2011-11-08 Karl Williamsonmktables: Add %loose_defaults to UCD.pl
2011-11-08 Karl Williamsonutf8_heavy.pl: Correct debugging statement
2011-11-08 Karl Williamsonutf8_heavy.pl: Return that property is user-defined
2011-11-08 Karl WilliamsonUnicode::UCD: add prop_aliases(), prop_value_aliases()
2011-11-08 Karl Williamsonmktables: Add %suppressed_properties to UCD.pl
2011-11-08 Karl Williamsonmktables: Add %ambiguous_names to UCD.pl
2011-11-08 Karl Williamsonmktables: Output ISO_Comment table
2011-11-08 Karl Williamsonmktables: Add %prop_value_aliases to UCD.pl
2011-11-08 Karl Williamsonmktables: Add %prop_aliases in UCD.pl
2011-11-08 Karl Williamsonmktables: Add %string_property_loose_to_name for UCD.pl
2011-11-08 Karl Williamsonmktables: White-space only
2011-11-08 Karl Williamsonmktables: store method value in variable
2011-11-08 Karl Williamsonmktables: Use method instead of relying on internals
2011-11-08 Karl Williamsonmktables: Refactor area of code for future commits
2011-11-08 Karl Williamsonmktables: Add %loose_to_standard_value to UCD.pl
2011-11-08 Karl Williamsonmktables: Add %perlprop_to_aliases to UCD.pl
2011-11-08 Karl Williamsonmktables: Create UCD.pl
2011-11-08 Karl Williamsonmktables: Add 'ucd' member to alias class
2011-11-08 Karl Williamsonmktables: Set proxy tables
2011-11-08 Karl Williamsonmktables: White space only
2011-11-08 Karl Williamsonmktables: Add proxied fate
2011-11-08 Karl Williamsonmktables: Add method to change if outputting pod entry
next