2015-12-09 |
Karl Williamson | utf8.c: Reorder some tests
|
commit | commitdiff | tree |
2015-12-09 |
Karl Williamson | utf8.h: Split UNICODE_IS_NONCHAR() into smaller macros
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h, utfebcdic.h: Comments, white-space only
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | perldelta: Add note about earlier \p{} changes
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | APItest: Add tests for valid_utf8_to_uvchr
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | t/uni/case.pl: Sort numerics with <=> to get better...
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h: Remove a branch in macro for Unicode surrogates
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h: Add some casts in macros, for safety
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | Merge commit for removing EBCDIC special code
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h: Combine EBCDIC and ASCII macros
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h: Refactor macro definition
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h: Combine EBCDIC and ASCII macros
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h: Refactor a macro
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h: Use common macro to avoid repeating
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h: Move #define within file
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h: Combine EBCDIC and ASCII #defines
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h: Move #define to earlier in the file
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h, et.al.: Clean up some casts
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h: Combine ASCII and EBCDIC defines into one
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utfebcdic.h: Use an internal macro to avoid repeating
|
commit | commitdiff | tree |
2015-12-06 |
Karl Williamson | utf8.h, utfebcdic.h: Fix-up UTF8_MAXBYTES_CASE defn
|
commit | commitdiff | tree |
2015-11-29 |
Karl Williamson | perldelta for deprecation of code points > IV_MAX
|
commit | commitdiff | tree |
2015-11-29 |
Karl Williamson | utf8.c: White-space, comment typos only
|
commit | commitdiff | tree |
2015-11-29 |
Karl Williamson | Deprecate Unicode code points above IV_MAX
|
commit | commitdiff | tree |
2015-11-29 |
Karl Williamson | perlapi: Account for EBCDIC extend UTF-8 range
|
commit | commitdiff | tree |
2015-11-29 |
Karl Williamson | utf8.h: Remove use of redundant flags
|
commit | commitdiff | tree |
2015-11-29 |
Karl Williamson | utf8.h: Add clearer #define synonyms
|
commit | commitdiff | tree |
2015-11-25 |
Karl Williamson | Extend UTF-EBCDIC to handle up to 2**64-1
|
commit | commitdiff | tree |
2015-11-25 |
Karl Williamson | toke.c: Remove soon-to-be invalid t assumption
|
commit | commitdiff | tree |
2015-11-25 |
Karl Williamson | ext/XS-APItest/t/utf8.t: Change variable names for...
|
commit | commitdiff | tree |
2015-11-25 |
Karl Williamson | Output appropriately dire warning for high code points
|
commit | commitdiff | tree |
2015-11-25 |
Karl Williamson | ext/XS-APItest: Add tests for uvchr_to_utf8()
|
commit | commitdiff | tree |
2015-11-25 |
Karl Williamson | Fix uvoffuni_to_utf8_flags() disallowed input
|
commit | commitdiff | tree |
2015-11-25 |
Karl Williamson | XS-APItest/utf8.t: Add a bunch more tests
|
commit | commitdiff | tree |
2015-11-25 |
Karl Williamson | regcomp.c: White-space only
|
commit | commitdiff | tree |
2015-11-25 |
Karl Williamson | regen/ebcdic.pl: Output tables in hex
|
commit | commitdiff | tree |
2015-11-21 |
Karl Williamson | Get re/uniprops.t to pass on minitest
|
commit | commitdiff | tree |
2015-11-20 |
Karl Williamson | Various tests: use centralized locale detection
|
commit | commitdiff | tree |
2015-11-20 |
Karl Williamson | lib/locale.pm: Fix so works on platforms without LC_CTYPE
|
commit | commitdiff | tree |
2015-11-20 |
Karl Williamson | t/loc_tools.pl: Improve locale detection
|
commit | commitdiff | tree |
2015-11-20 |
Karl Williamson | t/loc_tools.pl: Fix incomplete description in comment
|
commit | commitdiff | tree |
2015-11-20 |
Karl Williamson | t/loc_tools.pl: White-space only
|
commit | commitdiff | tree |
2015-11-20 |
Karl Williamson | op.c: Fix typo in comment
|
commit | commitdiff | tree |
2015-11-14 |
Karl Williamson | PATCH: [perl #126615] Segfault/assert fail with regex_sets
|
commit | commitdiff | tree |
2015-11-09 |
Karl Williamson | t/op/utf8decode.t: print debugging info if test fails
|
commit | commitdiff | tree |
2015-11-09 |
Karl Williamson | utf8.h: Move #define within file
|
commit | commitdiff | tree |
2015-11-09 |
Karl Williamson | utf8.h, utfebcdic.h: Use mnemonic constant
|
commit | commitdiff | tree |
2015-11-09 |
Karl Williamson | utf8.h: Reformat a couple of table lines
|
commit | commitdiff | tree |
2015-11-09 |
Karl Williamson | re/pat_advanced.t: Fix a test so also runs on EBCDIC
|
commit | commitdiff | tree |
2015-11-09 |
Karl Williamson | Devel::Peek: document that uses STDERR
|
commit | commitdiff | tree |
2015-11-05 |
Karl Williamson | Dumpvalue: Generalize for non-ASCII platforms
|
commit | commitdiff | tree |
2015-10-30 |
Karl Williamson | perlre: Nits
|
commit | commitdiff | tree |
2015-10-30 |
Karl Williamson | PATCH: [perl #126481] panic for !! with syntax error...
|
commit | commitdiff | tree |
2015-10-26 |
Karl Williamson | dist/ExtUtils-CBuilder/t/02-link.t: Skip on os390
|
commit | commitdiff | tree |
2015-10-26 |
Karl Williamson | regen podcheck db
|
commit | commitdiff | tree |
2015-10-26 |
Karl Williamson | XS-APItest:fetch_pad_names.t: Comments, skip message
|
commit | commitdiff | tree |
2015-10-26 |
Karl Williamson | t/re/subst.t: Don't skip a test on EBCDIC
|
commit | commitdiff | tree |
2015-10-26 |
Karl Williamson | re/subst.t: Clarify a test's EBCDIC skip message
|
commit | commitdiff | tree |
2015-10-26 |
Karl Williamson | re/pat_rt_report.t: Clarify EBCDIC skip msg for a test
|
commit | commitdiff | tree |
2015-10-26 |
Karl Williamson | t/op/print.t: Improve EBCDIC skip msg
|
commit | commitdiff | tree |
2015-10-26 |
Karl Williamson | t/op/chr.t: Improve EBCDIC skip msg
|
commit | commitdiff | tree |
2015-10-26 |
Karl Williamson | t/base/lex.t: Generalize for EBCDIC
|
commit | commitdiff | tree |
2015-10-23 |
Karl Williamson | lib/ExtUtils/t/Embed.t: Fix for z/OS
|
commit | commitdiff | tree |
2015-10-22 |
Karl Williamson | Add test for \b{sb}
|
commit | commitdiff | tree |
2015-10-22 |
Karl Williamson | t/re/pat_advanced.t: Add comment
|
commit | commitdiff | tree |
2015-10-22 |
Karl Williamson | pp_hot.c: Add comment
|
commit | commitdiff | tree |
2015-10-22 |
Karl Williamson | utf8.h: Change formal macro param name to match docs
|
commit | commitdiff | tree |
2015-10-22 |
Karl Williamson | PATCH: [perl #126253] Nested quantifiers not caught
|
commit | commitdiff | tree |
2015-10-22 |
Karl Williamson | PATCH: [perl # 126178] Unterminated /(?i/
|
commit | commitdiff | tree |
2015-10-20 |
Karl Williamson | regcomp.c: Keep parse pointer on full character boundary
|
commit | commitdiff | tree |
2015-10-20 |
Karl Williamson | perldelta for #126181
|
commit | commitdiff | tree |
2015-10-20 |
Victor Adam | PATCH: [perl #126181] regex: handle \cX inside (?[])
|
commit | commitdiff | tree |
2015-10-20 |
Victor Adam | AUTHORS: Add Victor Adam
|
commit | commitdiff | tree |
2015-10-20 |
Karl Williamson | perldelta for #126404
|
commit | commitdiff | tree |
2015-10-20 |
Karl Williamson | PATCH: [perl #12406] regnode panic
|
commit | commitdiff | tree |
2015-10-20 |
Karl Williamson | PATCH: [perl #126404] Assertion fail in (?[...])
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | perl.h: Remove some unused, non-portable #defines
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | Add test for [perl #126204]
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | PATCH: [perl #126177] Document /(?n)/
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | perldelta for #126319
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | PATCH: [perl #126319] Seg fault
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | Remove TODOs from tests now passing
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | "" =~ /\b{gcb}/ should fail; same \b{wb}, \b{sb}
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | Fix some bugs in \B[sb}, \B{wb}, \B[gcb}
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | regexec.c: Combine some if's
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | Fix some bugs with \b{gcb}, wb and sb
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | Fix look-behind bug with \b{wb}
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | Add TODO tests for [perl #126319]
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | regexec.c: Remove extraneous 'break'
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | regexec.c: Add comment
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | t/re/subst.t: Use loc_tools for skipping locale tests
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | mktables: Improve .t diagnostic message
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | mktables: Update comments
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | regexec.c: Change function return from I32 to bool
|
commit | commitdiff | tree |
2015-10-19 |
Karl Williamson | perldelta: Nit
|
commit | commitdiff | tree |
2015-10-15 |
Karl Williamson | ext/XS-APItest/t/hash.t: Fix for EBCDIC
|
commit | commitdiff | tree |
2015-10-15 |
Karl Williamson | DynaLoader.t: Skip test on z/OS
|
commit | commitdiff | tree |
2015-10-13 |
Karl Williamson | PATCH: [perl #126180] /(?[\ &!])/ segfaults
|
commit | commitdiff | tree |
2015-10-13 |
Karl Williamson | qr/\p{pkg1::...foo}/ must be a user-defined property
|
commit | commitdiff | tree |
2015-10-13 |
Karl Williamson | regcomp.c: Add macro to output diagnostic
|
commit | commitdiff | tree |
next |