2014-05-31 |
Karl Williamson | regen/mk_PL_charclass.pl: Update to use EBCDIC utilities |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Karl Williamson | Make many EBCDIC tables generated instead of hand-coded |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Karl Williamson | Add utilities for dealing with EBCDIC |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Karl Williamson | regcomp.c: Change ref to obsolete global var |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Karl Williamson | regen/unicode_constants.pl: White-space only |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Karl Williamson | regen/unicode_constants.pl: Rearrange code order |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Karl Williamson | handy.h: Make macro more efficient on EBCDIC |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Karl Williamson | Create new testing helper file |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Karl Williamson | Use already existing functions in some .t files |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Karl Williamson | Update podcheck db to reflect fixed problem |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Karl Williamson | regen/mk_PL_charclass.pl: Rmv hard-coded char names |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Karl Williamson | PATCH: [perl #121777] User-defined prop and packages |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Karl Williamson | regcomp.c: Rmv temporary variable |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Karl Williamson | lib/utf8_heavy.pl: Stack '?' and ':' ternaries |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Steve Hay | Upgrade Encode from version 2.60_01 to 2.62 |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Steve Hay | Remove old Class-ISA remnants |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Steve Hay | Remove Package-Constants remnant |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Steve Hay | Remove Module-Build remnants |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Steve Hay | Remove CGI.pm remnants |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Steve Hay | Upgrade libnet from version 1.25 to 1.27 |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Chris 'BinGOs... | Belt and braces, add Module-CoreList version checks... |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Chris 'BinGOs... | Added core-only version check to Module-CoreList |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Norman Koch | Clarify "require <>"-message. |
commit | commitdiff | tree | snapshot |
2014-05-31 |
Todd Rinaldo | Correct illegal use of >> in Exporter POD. |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | regexec.c: Eliminate a malloc/free |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | utf8.c: Move documentation next to its function |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | sv.c: Clarify comment |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | perlapi: Clarify some instances where NUL is or isn... |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | Wrap various pod uses of NUL with C<> |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | regen/regcharclass.pl: Improve the generated code |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | regcomp.c: Fix comment |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | regcomp.c: Tighten up synthetic start class for Unicode... |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | regcomp.c: Fix typo in comment |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | regcomp.c: Add assertion |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | regcomp.c: Change a panic into an assert |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | regcomp.c: Move code into a function |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | regcomp.c: Remove obsolete code |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | regcomp.c, regexec.c: Move common code to a function |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | regen/regcharclass_multi_char_folds.pl: Add some comments |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | regen/regcharclass.pl: Don't generate macro twice |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | Optimize /[a-z]/ and /[A-Z]/ |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | /x in patterns now includes all \p{PatWS} |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | Deprecate NBSP in \N{...} names |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | Fix bug where charnames xlator doesn't return utf8 |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | Fatalize deprecated \N{} definitions |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | charnames: Eliminate need to sync code in two places |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | Fatalize splitting '(?' and '(*' in regexes |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | utfebcdic.h: Comment changes only |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | handy.h: Comments, white-space only |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | handy.h: Use some common macros for ASCII/EBCDIC |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | regexec.c: Fix some EBCDIC problems |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | Unicode::UCD.pm: Pod clarifications and nits |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | dquote_static.c: Clarify code |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | "\cX" where X is non-printable is now fatal |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Jarkko Hietaniemi | Revert "DEBUG_X_TEST are only for DEBUGGING." |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Jarkko Hietaniemi | Undo 63b558ddd980cd36bcbd8a7465a3412e886ba75e. |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Jarkko Hietaniemi | DEBUG_X_TEST are only for DEBUGGING. |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Jarkko Hietaniemi | Move #include <assert.h> before ASSUME/NOT_REACHED. |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Jarkko Hietaniemi | Use NOT_REACHED for the impossible case. |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | perlre: Clarify /x eol can't be escaped |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | t/run/locale.t: Skip some tests for some shells |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | t/run/locale.t: Rmv obsolete complicated idiom |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | t/test.pl: Use existing variable instead of recalculating |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | XS-APItest/t/handy.t: Change output message |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | mktables: Add comment |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | PATCH: [perl #121630]: perlpod clarification |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | t/lib/charnames/alias: Add comment |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | t/re/charset.t: Fix comment, test names |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | Revert "mktables: Remove obsolete sort constraint" |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | mktables: Add regenerated header to file |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | Remove deprecated 'PL_sv_objcount' |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | utf8.c: Silence compiler warning |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Karl Williamson | utf8.c: Move static function to embed.fnc |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Jarkko Hietaniemi | Unify the "fall-through" lint annotation. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Craig A. Berry | Only prototype should_warn_nl under PERL_CORE. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Craig A. Berry | Give caretx.c an explicit rule in vms/descrip_mms.template. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Craig A. Berry | Actually define SS_NOPRIV. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Further simplify the sockatmark(). |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Build fixes for Win32 after the Coverity smoke. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Get rid of "grep empty(sub)expression" noise. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | We cannot assert(sv) since sv can be validly null |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Devel::PPPort 3.24 from CPAN. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | No more x2p. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Version bumping thanks to the Coverity deluge. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Followup to 316ebaf (aka perl #121894). |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Karl Williamson | Bump version for Devel::Peek |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | fcntl receiving -1 from fileno, fcntl failing. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Insert asserts to paths suspected by Coverity. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
David Mitchell | bump version on NDBM_File |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | O_BINARY versus O_TEXT. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Strengthen the ix zero min-clamping to panic. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Brian Fraser | Makefile.SH: Module::Build is no longer there, stop... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Brian Fraser | make regen for uconfig.h |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Brian Fraser | Fix for [perl #121963] 5.20.0-RC1 can't compile on... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Brian Fraser | SH_PATH should be $targetsh, not $sh |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Max size of the flop operator range. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Use system default locale only if there is one. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | printf %s, cast appropriately. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | Unused dTHX, even under threads. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Jarkko Hietaniemi | __APPLE__ is not Apple, use PERL_DARWIN instead. |
commit | commitdiff | tree | snapshot |
next |