This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-08-29 Karl WilliamsonRemove no longer necessary constants
2013-08-29 Karl WilliamsonRemove newly unnecessary regnode, code
2013-08-29 Karl Williamsonregcomp.c: Create better estimate of trie match lengths
2013-08-29 Karl Williamsonregcomp.c: Split count variable into two: min, max
2013-08-29 Karl Williamsonfold_grind.t: Modify trie test
2013-08-29 Karl Williamsonregcomp.c: White-space, comment only
2013-08-29 Karl Williamsonregcomp.c: Remove unreachable code
2013-08-29 Karl Williamsonregexec.c: Add comments, assertions
2013-08-29 Karl Williamsonregcomp.c: White-space only
2013-08-29 Karl Williamsonutf8.c: Add comment
2013-08-29 Karl Williamsonutf8.c: Add omitted fold cases
2013-08-29 Karl Williamsonutf8.h: White space only
2013-08-29 Karl Williamsonutf8.h, unicode_constants.h: Add some #defines.
2013-08-29 Nicholas ClarkIn Perl_magic_setdbline, replace the use of atoi()...
2013-08-29 Karl WilliamsonMerge branch 'ebcdic' into blead
2013-08-29 Karl Williamsonutf8.c: Move some code around for speed
2013-08-29 Karl Williamsonutf8.h: Fix UTF8_IS_SUPER defn for EBCDIC
2013-08-29 Karl Williamsonpp.c, regexec.c: Declare buffers large enough
2013-08-29 Karl Williamsonutf8.c: Remove wrapper functions.
2013-08-29 Karl Williamsonperlapi vis utf8.c: Nits
2013-08-29 Karl Williamsongv.c: Add comment
2013-08-29 Karl Williamsonutf8.c: Move 2 functions to earlier in file
2013-08-29 Karl Williamsonregcomp.c: Add missing (parens) to expression
2013-08-29 Karl Williamsontoke.c: Fix EBCDIC bugs with single char variable names
2013-08-29 Karl Williamsontoke.c: An EBCDIC fix
2013-08-29 Karl Williamsonperlio.c: Generalize for EBCDIC
2013-08-29 Karl Williamsonunicode_constants.h: Add #defines for CR, LF
2013-08-29 Karl Williamsonregcomp.c: In EBCDIC [i-j] exclude also ASCII
2013-08-29 Karl Williamsonutf8.c: Don't use slower general-purpose function
2013-08-29 Karl Williamsonutf8.c: Don't do ++ in macro parameter
2013-08-29 Karl Williamsonutf8.c: Use macro instead of duplicating code
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
next