| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #127351] add isaelem magic on *Foo::ISA = arrayref | Tony Cook | 2016-02-02 | 1 | -0/+9 |
* | remove vestigial uses of PRIVSHIFT | David Mitchell | 2016-01-19 | 1 | -3/+2 |
* | fix more file paths | Lukas Mai | 2016-01-10 | 1 | -1/+1 |
* | hexfp: signbit() works on NVs (nv), not on long doubles (fv). | Jarkko Hietaniemi | 2015-12-01 | 1 | -1/+1 |
* | hexfp: printf %.13a 0.0 | Jarkko Hietaniemi | 2015-11-29 | 1 | -11/+26 |
* | hexfp: printf %.13a 1.0 | Jarkko Hietaniemi | 2015-11-29 | 1 | -2/+2 |
* | hexfp: printf %a for negative zero. | Jarkko Hietaniemi | 2015-11-28 | 1 | -1/+3 |
* | sv_inc/dec_nomg(): croak on GVs etc | David Mitchell | 2015-11-18 | 1 | -0/+9 |
* | [perl #126469] document the ob parameter to sv_reftype() | Tony Cook | 2015-11-09 | 1 | -0/+3 |
* | make sv_ref() part of the API | Tony Cook | 2015-11-09 | 1 | -0/+6 |
* | fix typo in error message | Lukas Mai | 2015-10-31 | 1 | -1/+1 |
* | make sv_backoff tailcall friendly | Daniel Dragan | 2015-10-08 | 1 | -3/+7 |
* | fix some 32/64-bit compiler warnings | David Mitchell | 2015-10-02 | 1 | -4/+6 |
* | amigaos4: use #ifdef/ifndef __amigaos4__ when feasible | Andy Broad | 2015-09-16 | 1 | -1/+1 |
* | amigaos4: clone differently | Andy Broad | 2015-09-05 | 1 | -0/+6 |
* | perlapi: Nits | Karl Williamson | 2015-09-03 | 1 | -2/+2 |
* | perlapi: Change slightly weird construct | Karl Williamson | 2015-09-03 | 1 | -11/+11 |
* | perlapi: Add some S<> | Karl Williamson | 2015-09-03 | 1 | -3/+3 |
* | Various pods: Add C<> around many typed-as-is things | Karl Williamson | 2015-09-03 | 1 | -119/+121 |
* | perlapi, perlintern: Add L<> links to pod | Karl Williamson | 2015-09-03 | 1 | -29/+30 |
* | sv.c: White-space only | Karl Williamson | 2015-09-03 | 1 | -9/+10 |
* | Make cmp() work on EBCDIC with both UTF-8 operands | Karl Williamson | 2015-09-03 | 1 | -1/+147 |
* | RT #125840 stop *x = $x doing bad things | David Mitchell | 2015-08-30 | 1 | -0/+6 |
* | Eliminate PL_sawalias, GPf_ALIASED_SV | David Mitchell | 2015-08-17 | 1 | -20/+1 |
* | remove the byte-order-mark introduced to sv.c by 5488d373 | Tony Cook | 2015-08-07 | 1 | -1/+1 |
* | double-double long double %a fixes | Sisyphus | 2015-08-06 | 1 | -7/+11 |
* | perlapi: Use F<> around file names | Karl Williamson | 2015-08-01 | 1 | -1/+1 |
* | perlapi: Use C<> instead of I<> for parameter names, etc | Karl Williamson | 2015-08-01 | 1 | -2/+2 |
* | Evict PERLIO_IS_STDIO from top-level core files. | Craig A. Berry | 2015-07-23 | 1 | -10/+0 |
* | Document and ensure that sv_catpvf() does no argument ordering | Aaron Crane | 2015-07-15 | 1 | -10/+27 |
* | Support reordered precision arguments in (s)printf | Aaron Crane | 2015-07-15 | 1 | -9/+17 |
* | sv_vcatpvfn_flags(): make warnings more precise | Aaron Crane | 2015-07-15 | 1 | -24/+41 |
* | Remove NEW_ from PERL_NEW_COPY_ON_WRITE | Father Chrysostomos | 2015-06-29 | 1 | -5/+5 |
* | Remove PERL_OLD_COPY_ON_WRITE | Father Chrysostomos | 2015-06-29 | 1 | -152/+1 |
* | Missing breaks. | Jarkko Hietaniemi | 2015-06-26 | 1 | -0/+2 |
* | Having both assert() and if () for maxlen is redundant. | Jarkko Hietaniemi | 2015-06-26 | 1 | -32/+29 |
* | sizeof * and sizeof ** not necessarily the same. | Jarkko Hietaniemi | 2015-06-26 | 1 | -1/+1 |
* | fileno might return negative. | Jarkko Hietaniemi | 2015-06-26 | 1 | -1/+2 |
* | Increase the maximal size of the string displayed in non-numeric warnings | Rafael Garcia-Suarez | 2015-06-22 | 1 | -1/+1 |
* | sort fns: simplify handing uninit warnings | David Mitchell | 2015-06-19 | 1 | -0/+8 |
* | Perl_report_uninit(): simplify code | David Mitchell | 2015-06-19 | 1 | -17/+14 |
* | perl_clone_using: Zero -DPERL_TRACE_OPS mem for sub-threads | Jim Cromie | 2015-06-02 | 1 | -0/+3 |
* | clarify apidoc for Perl_sv_get_backrefs | David Mitchell | 2015-05-18 | 1 | -8/+7 |
* | [perl #124127] fix cloning arrays with unused elements | Tony Cook | 2015-04-16 | 1 | -1/+1 |
* | Revert "Don’t call save_re_context" | David Mitchell | 2015-03-30 | 1 | -0/+2 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | Change some locale manipulation macros in prep for API | Karl Williamson | 2015-03-19 | 1 | -2/+3 |
* | don't test non-null args | David Mitchell | 2015-03-11 | 1 | -3/+1 |
* | sprinkle NOTREACHED and FALLTHROUGH | David Mitchell | 2015-03-05 | 1 | -3/+11 |
* | [perl #123849] sv.c: Fix sv_clear -Do output | Father Chrysostomos | 2015-03-01 | 1 | -5/+7 |