platform/upstream/perl.git
2013-08-29 Karl Williamsonutf8.h: Clarify comments
2013-08-29 Karl Williamsonutf8.c: Avoid unnecessary UTF-8 conversions
2013-08-29 Karl Williamsonutf8.c: No need to check for UTF-8 malformations
2013-08-29 Karl Williamsonutf8.c: Fix so UTF-16 to UTF-8 conversion works under...
2013-08-29 Karl Williamsonutf8.h, utfebcdic.h: Add #define
2013-08-29 Karl Williamsonpp.c: White-space only
2013-08-29 Karl WilliamsonFix valid_utf8_to_uvchr() for EBCDIC
2013-08-29 Karl Williamsont/test.pl: Add comment about EBCDIC
2013-08-29 Karl WilliamsonFix EBCDIC bugs in UTF8_ACUMULATE and utf8.c
2013-08-29 Karl Williamsonregcomp.c: Fix bug in EBCDIC
2013-08-29 Karl Williamsontoke.c: Simplify some code
2013-08-29 Karl Williamsonsv.c: Make less ASCII-centric
2013-08-29 Karl Williamsondump.c: Make less ASCII-centric:
2013-08-29 Karl Williamsonhv.c: Stop being ASCII-centric
2013-08-29 Karl Williamsonutfebcdic.h: Change 'unsigned char' to U8
2013-08-29 Karl Williamsonregen/regcharclass.pl: Make more EBCDIC-friendly
2013-08-29 Karl Williamsonutfebcdic.h: Add (UV) cast
2013-08-29 Karl Williamsonhandy.h: Allow bootstrapping to non-ASCII platform
2013-08-29 Karl Williamsontoke.c: Remove EBCDIC dependency
2013-08-29 Karl Williamsontoke.c: Remove character set dependency
2013-08-29 Karl Williamsonunicode_constants.h: Add #defines for Byte Order Mark
2013-08-29 Karl Williamsonutfebcdic.h: Add comment
2013-08-29 Karl Williamsonutf8.h: Clean up and use START_MARK definition
2013-08-29 Karl Williamsonutf8.h: Move #includes
2013-08-29 John Goodyearutfebcdic.h: Remove extra parameter expansions
2013-08-29 Karl Williamsonutf8.h: Simplify UTF8_EIGHT_BIT_foo on EBCDIC
2013-08-29 Karl Williamsonhandy.h: Remove extraneous parens
2013-08-29 Karl Williamsonutf8.c: Use more clearly named macro
2013-08-29 Karl WilliamsonAdd macro OFFUNISKIP
2013-08-29 Karl Williamsontoke.c: white space only
2013-08-29 Karl Williamsontoke.c: Don't remap \N{} for EBCDIC
2013-08-29 Karl Williamsonutf8.c: Stop using two functions
2013-08-29 Karl WilliamsonConvert uvuni_to_utf8() to function
2013-08-29 Karl WilliamsonDeprecate utf8_to_uni_buf()
2013-08-29 Karl WilliamsonDeprecate valid_utf8_to_uvuni()
2013-08-29 Karl Williamsonutf8.c: Swap which fcn wraps the other
2013-08-29 Karl Williamsonutf8.c: Skip a no-op
2013-08-29 Karl Williamsonutf8.c: Move comment to where makes more sense
2013-08-29 Karl WilliamsonAPItest: Test native code points, instead of Unicode
2013-08-29 Karl WilliamsonDon't refer to U+XXXX when mean native
2013-08-29 Karl WilliamsonConvert some uvuni() to uvchr()
2013-08-29 Karl Williamsonhandy.h: White space only
2013-08-29 Karl Williamsont/test.pl: Allow native/latin1 string conversions to...
2013-08-29 Karl Williamsont/test.pl: Simplify ord to/from native fcns
2013-08-29 Karl WilliamsonMake casing tables native
2013-08-29 Karl Williamsonutfebcdic.h: Remove trailing spaces
2013-08-29 Karl WilliamsonEBCDIC has the unicode bug too
2013-08-29 Karl Williamsonhandy.h: Solve a failure to compile problem under EBCDIC
2013-08-29 Karl Williamsonhandy.h: Simplify some macro definitions
2013-08-29 Karl Williamsonhandy.h: Combine macros that are same in ASCII, EBCDIC
2013-08-29 Karl WilliamsonDeprecate NATIVE_TO_NEED and ASCII_TO_NEED
2013-08-29 Karl WilliamsonRemove remaining calls of NATIVE_TO_NEED
2013-08-29 Karl Williamsontoke.c: Remove some NATIVE_TO_NEED calls
2013-08-29 Karl Williamsontoke.c: Emphasize that only [A-Za-z] is used here
2013-08-29 Karl WilliamsonUse real illegal UTF-8 byte
2013-08-29 Karl Williamsontoke.c: Remove remapping for EBCDIC for octal
2013-08-29 Karl WilliamsonRemove EBCDIC remappings
2013-08-29 Karl WilliamsonAdd and use macro to return EBCDIC
2013-08-29 Karl Williamsoncharnames: Make work in EBCDIC
2013-08-29 Karl WilliamsonUnicode::UCD: Work on non-ASCII platforms
2013-08-29 Karl Williamsonmktables: Generate native code-point tables
2013-08-29 Karl Williamsonmktables: Move table creation code
2013-08-29 Karl WilliamsonFix some EBCDIC problems
2013-08-29 Karl WilliamsonRemove unnecessary temp variable in converting to UTF-8
2013-08-29 Karl Williamsonutf8.h: Correct macros for EBCDIC
2013-08-29 Karl WilliamsonExtract common code to an inline function
2013-08-29 Karl WilliamsonDon't use EBCDIC macro for a C language escape
2013-08-29 Karl WilliamsonUse byte domain EBCDIC/LATIN1 macro where appropriate
2013-08-29 Karl WilliamsonUse new clearer named #defines
2013-08-29 Karl Williamsonutf8.h, utfebcdic.h: Create less confusing #defines
2013-08-29 Karl Williamsonpp_ctl.c: Use isCNTRL instead of hard-coded mask
2013-08-29 Karl Williamsonutf8.c: is_utf8_char_slow() should use native length
2013-08-29 Steve HayStop t/op/coreamp.t leaving temporary files behind
2013-08-29 Steve HayStop t/io/utf8.t leaving a temporary file behind on...
2013-08-29 Steve HayPrevent ExtUtils-CBuilder leaving test output on Windows
2013-08-29 Nicholas ClarkUpdate the comments in t/op/magic.t
2013-08-29 Nicholas Clark${^MPEN} had been treated as a synonym of ${^MATCH...
2013-08-29 Steve Hayperldelta - Rewordings in the light of fa3234e35d
2013-08-29 H.Merijn Brandregen Configure after backports
2013-08-29 Father Chrysostomosperl5200delta: Mention broken modules from #119463
2013-08-29 Father Chrysostomosinline.h: Avoid redundant ckWARN call
2013-08-29 Father Chrysostomosperldiag: Reword/rewrap embedded null warning
2013-08-29 Father Chrysostomosperlpacktut: mention h2ph
2013-08-29 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.56
2013-08-29 Father ChrysostomosMake vivify_defelem allow &PL_sv_undef array entries
2013-08-29 Father ChrysostomosStop creating defelems for undef in foreach(@_)
2013-08-29 Father Chrysostomosperldelta: typo
2013-08-29 Ricardo Signesrmg: provide a link to edit-a-ticket page to check...
2013-08-29 Ricardo Signesperlhist: 5.17.11 was missing!
2013-08-28 Steve Hayperldelta - Fill in descriptions of module upgrades...
2013-08-28 Nicholas ClarkMove the thrice-repeated "64bitint is buggy?" test...
2013-08-28 Nicholas ClarkOnly predeclare S_sv_or_pv_pos_u2b for -DPERL_CORE...
2013-08-28 Father Chrysostomosmg.h: Suppress compiler warning
2013-08-28 Reini UrbanB::INVLIST isa B::PV (for now)
2013-08-27 Chris 'BinGOs... Module-Build wasn't listed as DEPRECATED
2013-08-27 Chris 'BinGOs... Update ExtUtils-MakerMaker to CPAN version 6.74
2013-08-27 Steve Hayperldelta - Start noting module upgrades and new test...
2013-08-27 Steve Hayperldelta - Add missing =item directive
2013-08-27 Father Chrysostomos[perl #119311] Keep CvDEPTH and savestack in sync
2013-08-27 Tony Cook[perl #119351] the test note isn't a note but an object...
next