2013-08-29 |
Chris 'BinGOs... | Update Encode to CPAN version 2.54 |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Chris 'BinGOs... | Update ExtUtils-ParseXS to CPAN version 3.22 |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Steve Hay | Better check for the fork emulation in t/win32/signal.t |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Allow trie use for /iaa matching |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Remove no longer necessary constants |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Remove newly unnecessary regnode, code |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | regcomp.c: Create better estimate of trie match lengths |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | regcomp.c: Split count variable into two: min, max |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | fold_grind.t: Modify trie test |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | regcomp.c: White-space, comment only |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | regcomp.c: Remove unreachable code |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | regexec.c: Add comments, assertions |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | regcomp.c: White-space only |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Add comment |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Add omitted fold cases |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.h: White space only |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.h, unicode_constants.h: Add some #defines. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Nicholas Clark | In Perl_magic_setdbline, replace the use of atoi()... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Merge branch 'ebcdic' into blead |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Move some code around for speed |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.h: Fix UTF8_IS_SUPER defn for EBCDIC |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | pp.c, regexec.c: Declare buffers large enough |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Remove wrapper functions. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | perlapi vis utf8.c: Nits |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | gv.c: Add comment |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Move 2 functions to earlier in file |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | regcomp.c: Add missing (parens) to expression |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | toke.c: Fix EBCDIC bugs with single char variable names |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | toke.c: An EBCDIC fix |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | perlio.c: Generalize for EBCDIC |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | unicode_constants.h: Add #defines for CR, LF |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | regcomp.c: In EBCDIC [i-j] exclude also ASCII |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Don't use slower general-purpose function |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Don't do ++ in macro parameter |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Use macro instead of duplicating code |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.h: Clarify comments |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Avoid unnecessary UTF-8 conversions |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: No need to check for UTF-8 malformations |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Fix so UTF-16 to UTF-8 conversion works under... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.h, utfebcdic.h: Add #define |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | pp.c: White-space only |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Fix valid_utf8_to_uvchr() for EBCDIC |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | t/test.pl: Add comment about EBCDIC |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Fix EBCDIC bugs in UTF8_ACUMULATE and utf8.c |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | regcomp.c: Fix bug in EBCDIC |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | toke.c: Simplify some code |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | sv.c: Make less ASCII-centric |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | dump.c: Make less ASCII-centric: |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | hv.c: Stop being ASCII-centric |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utfebcdic.h: Change 'unsigned char' to U8 |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | regen/regcharclass.pl: Make more EBCDIC-friendly |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utfebcdic.h: Add (UV) cast |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | handy.h: Allow bootstrapping to non-ASCII platform |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | toke.c: Remove EBCDIC dependency |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | toke.c: Remove character set dependency |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | unicode_constants.h: Add #defines for Byte Order Mark |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utfebcdic.h: Add comment |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.h: Clean up and use START_MARK definition |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.h: Move #includes |
commit | commitdiff | tree | snapshot |
2013-08-29 |
John Goodyear | utfebcdic.h: Remove extra parameter expansions |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.h: Simplify UTF8_EIGHT_BIT_foo on EBCDIC |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | handy.h: Remove extraneous parens |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Use more clearly named macro |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Add macro OFFUNISKIP |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | toke.c: white space only |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | toke.c: Don't remap \N{} for EBCDIC |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Stop using two functions |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Convert uvuni_to_utf8() to function |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Deprecate utf8_to_uni_buf() |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Deprecate valid_utf8_to_uvuni() |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Swap which fcn wraps the other |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Skip a no-op |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.c: Move comment to where makes more sense |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | APItest: Test native code points, instead of Unicode |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Don't refer to U+XXXX when mean native |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Convert some uvuni() to uvchr() |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | handy.h: White space only |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | t/test.pl: Allow native/latin1 string conversions to... |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | t/test.pl: Simplify ord to/from native fcns |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Make casing tables native |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utfebcdic.h: Remove trailing spaces |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | EBCDIC has the unicode bug too |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | handy.h: Solve a failure to compile problem under EBCDIC |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | handy.h: Simplify some macro definitions |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | handy.h: Combine macros that are same in ASCII, EBCDIC |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Deprecate NATIVE_TO_NEED and ASCII_TO_NEED |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Remove remaining calls of NATIVE_TO_NEED |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | toke.c: Remove some NATIVE_TO_NEED calls |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | toke.c: Emphasize that only [A-Za-z] is used here |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Use real illegal UTF-8 byte |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | toke.c: Remove remapping for EBCDIC for octal |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Remove EBCDIC remappings |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Add and use macro to return EBCDIC |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | charnames: Make work in EBCDIC |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Unicode::UCD: Work on non-ASCII platforms |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | mktables: Generate native code-point tables |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | mktables: Move table creation code |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Fix some EBCDIC problems |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | Remove unnecessary temp variable in converting to UTF-8 |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Karl Williamson | utf8.h: Correct macros for EBCDIC |
commit | commitdiff | tree | snapshot |
next |