2016-10-07 |
Nicolas R | Reduce SelectSaver memory footprint |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Karl Williamson | XS-APItest/t/utf8.t: Fix failing EBCDIC test |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Karl Williamson | utf8.c: Add missing cast |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Hugo van der... | [perl #129350] anchored/floating substrings must be... |
commit | commitdiff | tree | snapshot |
2016-10-04 |
David Mitchell | [MERGE] eliminate OP_PUSHRE and optimise split() |
commit | commitdiff | tree | snapshot |
2016-10-04 |
David Mitchell | Perl_newASSIGNOP: fix on g++ builds |
commit | commitdiff | tree | snapshot |
2016-10-04 |
David Mitchell | Concise.pm: extract padname code and fixup split |
commit | commitdiff | tree | snapshot |
2016-10-04 |
David Mitchell | fix common assign issue on @a = (split(), 1) |
commit | commitdiff | tree | snapshot |
2016-10-04 |
David Mitchell | Better optimise my/local @a = split() |
commit | commitdiff | tree | snapshot |
2016-10-04 |
David Mitchell | re-indent block in Perl_newASSIGNOP |
commit | commitdiff | tree | snapshot |
2016-10-04 |
David Mitchell | make OP_SPLIT a PMOP, and eliminate OP_PUSHRE |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Jarkko Hietaniemi | Time-HiRes: explicit clockid_t cast for C++11 |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Jarkko Hietaniemi | PL_inf/PL_nan need different export with C++ |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Jarkko Hietaniemi | vax-netbsd: do not export inf/nan which we do not have |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Jarkko Hietaniemi | vax-netbsd: POSIX: skip t/math.t tests needing inf/nan |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Jarkko Hietaniemi | vax-netbsd: POSIX: skip inf/nan parts |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Jarkko Hietaniemi | vax-netbsd: POSIX: fenv.h is work-in-progress |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Jarkko Hietaniemi | vax-netbsd: avoid NV_INF/NV_NAN uses |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Jarkko Hietaniemi | vax-netbsd: inf/nan only if IEEE 754 |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Karl Williamson | APItest/t/utf8.t: Add some constants |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Karl Williamson | APItest/t/utf8.t: Fix 3-byte overlong test |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Karl Williamson | APItest/t/utf8.t: Fix EBCDIC test |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Karl Williamson | utf8.c: Add missing type specifier to declaration |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Karl Williamson | APItest/t/utf8.t: Skip some tests if major one fails |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Karl Williamson | APItest/t/utf8.t: Fix typo |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Karl Williamson | utf8n_to_uvchr() Fix EBCDIC bug with overlongs |
commit | commitdiff | tree | snapshot |
2016-09-29 |
Dan Collins | RT #116250: Fail the right number of tests on timeout |
commit | commitdiff | tree | snapshot |
2016-09-29 |
David Mitchell | OP_SASSIGN: make op_first==op_last for UNOP |
commit | commitdiff | tree | snapshot |
2016-09-29 |
Reini Urban | sassign was used as UNOP, optimize {or,and,dor}assign |
commit | commitdiff | tree | snapshot |
2016-09-29 |
Reini Urban | sassign is wrongly declared as BASEOP, not BINOP. |
commit | commitdiff | tree | snapshot |
2016-09-28 |
David Mitchell | undef $0 shouldn't warn about $0 |
commit | commitdiff | tree | snapshot |
2016-09-28 |
David Mitchell | OP_MULTIDEREF: ignore customised delete/exists |
commit | commitdiff | tree | snapshot |
2016-09-28 |
James Raspass | Speed up compilation of overload.pm a smidge. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
David Mitchell | Cwd.xs: avoid blib better while building |
commit | commitdiff | tree | snapshot |
2016-09-27 |
David Mitchell | Porting/bench.pl: explain what PUT means |
commit | commitdiff | tree | snapshot |
2016-09-27 |
David Mitchell | Eliminate xpad_cop_seq from _xnvu union |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Chris 'BinGOs... | Update podlators to CPAN version 4.08 |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Chris 'BinGOs... | Update HTTP-Tiny to CPAN version 0.068 |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Chris 'BinGOs... | Update Time-HiRes version in Maintainers.pl |
commit | commitdiff | tree | snapshot |
2016-09-27 |
David Mitchell | S_sv_2iuv_common(): optimise single digit strings |
commit | commitdiff | tree | snapshot |
2016-09-27 |
David Mitchell | pp_leaveloop(): rename local vars |
commit | commitdiff | tree | snapshot |
2016-09-27 |
David Mitchell | padrange, aelemfast: use label for private bits |
commit | commitdiff | tree | snapshot |
2016-09-27 |
David Mitchell | OP_AVHVSWITCH: make op_private bits 0..1 symbolic |
commit | commitdiff | tree | snapshot |
2016-09-27 |
David Mitchell | fixup some AV API pod descriptions. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
David Mitchell | perldelta for PADOFFSET changes |
commit | commitdiff | tree | snapshot |
2016-09-26 |
David Mitchell | make PL_ pad vars be of type PADOFFSET |
commit | commitdiff | tree | snapshot |
2016-09-26 |
David Mitchell | make PADOFFSET be SSizet_t |
commit | commitdiff | tree | snapshot |
2016-09-26 |
David Mitchell | remove a bunch of XXX's from pad.c |
commit | commitdiff | tree | snapshot |
2016-09-26 |
David Mitchell | pad.c comments: clarify PERL_PADSEQ_INTRO |
commit | commitdiff | tree | snapshot |
2016-09-26 |
David Mitchell | add a test for gv_try_downgrade() |
commit | commitdiff | tree | snapshot |
2016-09-26 |
David Mitchell | fix builds under USE_PAD_RESET |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Karl Williamson | Centralize definitions of MIN, MAX |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Karl Williamson | Add is_utf8_fixed_width_buf_flags() and use it |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Karl Williamson | Add API Unicode handling functions |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Karl Williamson | APItest/t/utf8.t: Rename variable |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Karl Williamson | XS-APItest/t/utf8.t: Add some tests |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Karl Williamson | Move #define to different header |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Karl Williamson | perlapi: Clarifications, nits in Unicode support docs |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Karl Williamson | perlapi: Minor clarifications to sv_utf8_decode |
commit | commitdiff | tree | snapshot |
2016-09-25 |
James E Keenan | Time-HiRes: bring up-to-date with CPAN. |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Karl Williamson | podcheck.t: perlepigraphs: don't note too long verbatims |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Jarkko Hietaniemi | macos Sierra (10.12) hints comment updates. |
commit | commitdiff | tree | snapshot |
2016-09-24 |
Chris 'BinGOs... | Update for the Module-CoreList that is on teh CPAN |
commit | commitdiff | tree | snapshot |
2016-09-24 |
Chris 'BinGOs... | Bump Module-CoreList version for bc46539a |
commit | commitdiff | tree | snapshot |
2016-09-24 |
Stevan Little | update Module::CoreList |
commit | commitdiff | tree | snapshot |
2016-09-24 |
Stevan Little | updating opcodes (version number mostly) |
commit | commitdiff | tree | snapshot |
2016-09-24 |
Stevan Little | bumping the version number |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Karl Williamson | utf8.c: #define MIN if not already defined |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Dagfinn Ilmari... | Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…") |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Steven Humphrey | Fix typo in perlrun.pod |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Stevan Little | new perldelta |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Stevan Little | known pod issues |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Stevan Little | ticking the release |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Stevan Little | update epigraphs.pod |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Sawyer X | typo |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Stevan Little | add new release to perlhist v5.25.5 |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Stevan Little | finalize the perldelta |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Stevan Little | Update Module::CoreList for 5.25.5 |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Karl Williamson | utf8.c: Fix bug in new _is_utf8_char_helper() function |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Father Chrysostomos | Make regexp_nonull.t test patterns without null |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Yves Orton | regcomp.c: S_concat_pat: guard against missing trailing... |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Yves Orton | sv.c: sv_grow: newlen cannot be smaller than SvCUR() |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Yves Orton | doop.c: use sv_setpvn() instead of sv_setpvs() |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Lukas Mai | perldelta: grammar |
commit | commitdiff | tree | snapshot |
2016-09-19 |
James E Keenan | Correct one formatting error in perldelta.pod. |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Stevan Little | working on perldelta some more |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Father Chrysostomos | perldelta for e426a4af0 |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Father Chrysostomos | perldelta for #129287 / b43665 |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Father Chrysostomos | perldelta: Remove duplicate entry; fix typo |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Father Chrysostomos | bop.t: Delete $SIG{__WARN__} |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Father Chrysostomos | [perl #129287] Make UTF8 & append null |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Father Chrysostomos | regexp.t: Update comments about column 1 |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Stevan Little | working on perldelta |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Aristotle Pagaltzis | perlfunc: re-document old split() @_ side effect |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Lukas Mai | perlsub: scalar split no longer clobbers @_ (RT #129297) |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Karl Williamson | perldelta for new Unicode-handling function. |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Karl Williamson | perlapi: Clarify docs for some is_utf8_foo functions |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Karl Williamson | Add isUTF8_CHAR_flags() macro |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Karl Williamson | Add macro for Unicode Corregindum #9 strict |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Karl Williamson | Add macro for determining if UTF-8 is Unicode-strict |
commit | commitdiff | tree | snapshot |
next |