2015-02-03 |
Jarkko Hietaniemi | Use HAS_LLRINTL, HAS_LLROUNDL, HAS_LRINTL, HAS_LROUNDL |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Jarkko Hietaniemi | Configure: lrintl, lroundl, llrintl, llroundl |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Tony Cook | perldelta for 76e83594d2dc |
commit | commitdiff | tree | snapshot |
2015-02-03 |
James E Keenan | Reverse 'const static' to avoid 'old-style-declaration... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Jarkko Hietaniemi | infnan: define NV_QNAN and NV_SNAN if feasible |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Jarkko Hietaniemi | infnan: comment tweak, IS_NUMBER_NOT_INT also if saw... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Jarkko Hietaniemi | infnan: define NV_NAN (and NV_QNAN, NV_SNAN) if sunmath |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Jarkko Hietaniemi | Add NV_MANT_REAL_DIG. |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Jarkko Hietaniemi | Add NV_IMPLICIT_BIT define. |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Jarkko Hietaniemi | Add NV_MIX_ENDIAN define. |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Jarkko Hietaniemi | Add NV_LITTLE_ENDIAN and NV_BIG_ENDIAN defines. |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Jarkko Hietaniemi | Wrong ifdef guard. |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Jarkko Hietaniemi | Add DOUBLE_BIG_ENDIAN define. |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Jarkko Hietaniemi | Move the endianness defines from sv.c to perl.h |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Father Chrysostomos | toke.c: Simplify \N{U+...} code |
commit | commitdiff | tree | snapshot |
2015-02-02 |
David Mitchell | add $B::OP::does_parent variable |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Karl Williamson | "A" =~ '\N{U+41}' (partial) should be true on all platforms |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Karl Williamson | regcomp.c: Fix typos in variable name |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | [perl #123711] Fix crash with 0-5x-l{0} |
commit | commitdiff | tree | snapshot |
2015-02-01 |
David Golden | perlmodstyle: point people to PrePAN, not modules list |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Ticket number for bitops in perlexperiment |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | [Merge] [perl #123466] New experimental bitops |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Increase $B::Deparse::VERSION to 1.33 |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | overload.pm: Document fifth arg for &|^~ |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | 5th arg to indicate numeric bitwise overloading |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | overload.pm: Typo |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | pp_hot.c: Note that amagic_call calls pp_pushmark |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Mention experimental bitops in perlexperiment |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | feature.pm: Document the bitwise feature |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Document string- and number-specific bitops in perlop |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | overload.t: Test experimental bitops |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | gv.c: Make &.= overloading work |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | overload.pm: Document &. etc. |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Increase $overload::VERSION to 1.25 |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | overload.pm: Add string-specific bitops |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Test new string- and num-specific bitops |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Test predecence warning on new bitops |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Test experimental bitop warning |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Warning about experimental bitops |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Deparse new bitops |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Parse and compile string- and num-specific bitops |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Add OP_IS_INFIX_BIT |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Deparse.t: Account for new warnings category |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Add experimental::bitwise warnings category |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Increase $feature::VERSION to 1.40 |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Add bitwise feature feature |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Add string- and number-specific bitop types |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Add overload types for string-specifc bitops |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Father Chrysostomos | Remove context param from sv_get_backrefs |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Steve Hay | Add epigraph for 5.20.2-RC1 |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Craig A. Berry | Initialize RMS structs at clone time in dl_vms.xs. |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Steve Hay | RMG - Update local_patches[] code snippet with current... |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | Perl 5.20.2-RC1 today |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | RMG - Module::CoreList's CAVEATS is no longer updated... |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | Update Module-CoreList for 5.20.2 |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Chad Granum | Test-Simple Version Bump, 1.301001_098 (RC18) |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Father Chrysostomos | Sort perldiag |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | Bump Encode::Unicode $VERSION |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | Bump $Encode::encoding::VERSION |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | Bump VMS::Stdio $VERSION |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | Bump Pod::PlainText $VERSION |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | Bump some CPAN $VERSIONs |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | Porting/cmpVERSION.pl - Show $VERSION of failing modules |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | RMG - Remove a trailing space |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | RMG - Put all version-bump related information about... |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | RMG - Consistent four-space indent; wrap all lines... |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | RMG - Module/CoreList.pod is no longer updated, since... |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Steve Hay | RMG - Show correct Porting/corelist-perldelta.pl comman... |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Craig A. Berry | Externalize decc$ungetc prototype. |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Craig A. Berry | TODO Peek.t test on VMS. |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Lajos Veres | Corrections to spelling and grammatical errors. |
commit | commitdiff | tree | snapshot |
2015-01-30 |
James E Keenan | Revert "Corrections to spelling and grammatical errors." |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Steve Hay | RMG - Note that Porting/cmVERSION.pl should be used... |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Steve Hay | perldelta for 1ead70b69c |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Steve Hay | Upgrade Win32API-File from version 0.1201 to 0.1202 |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Steve Hay | t/op/taint.t - Fix typo |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Steve Hay | ExtUtils::Miniperl - Restore a missing line of POD |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Steve Hay | Porting/bisect-runner.pl - Fix grammar |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Lajos Veres | Corrections to spelling and grammatical errors. |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Lajos Veres | Corrections to spelling and grammatical errors. |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Lajos Veres | Corrections to spelling and grammatical errors. |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Lajos Veres | Corrections to spelling and grammatical errors. |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Lajos Veres | Corrections to spelling and grammatical errors. |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Lajos Veres | Corrections to spelling and grammatical errors. |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Lajos Veres | Corrections to spelling and grammatical errors. |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Lajos Veres | Corrections to spelling and grammatical errors. |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Lajos Veres | Corrections to spelling and grammatical errors. |
commit | commitdiff | tree | snapshot |
2015-01-29 |
James E Keenan | perldelta entry for commit c57d3fcc1ad464532b34fb5a68ed... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Tony Cook | perldelta for c5abc2c9ea98, 00fdeebdcb01 |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Tony Cook | bump $Opcode::VERSION to 1.32 |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Daniel Dragan | comment out dead code in Opcode:: |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Matthew Horsfall | perlunicook: Note that autodie >= 2.26 should be okay... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Matthew Horsfall | Fix warning message regarding "use autodie" and "use... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Matthew Horsfall | Reword note about m being optional in m?PATTERN? in... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Ricardo Signes | perlop: m?? requires the m in v5.22, not v5.24 |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Jarkko Hietaniemi | infnan: even more comment tweaks |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Jarkko Hietaniemi | infnan: comment tweaks |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Jarkko Hietaniemi | infnan: restore 'Infinity' since lln.t expects it. |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Jarkko Hietaniemi | infnan: if trailing stuff, fail in looks_like_number() |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Jarkko Hietaniemi | infnan: comment tweaks |
commit | commitdiff | tree | snapshot |
next |