summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* amigaos4: use #ifdef/ifndef __amigaos4__ when feasibleAndy Broad2015-09-161-1/+1
* amigaos4: clone differentlyAndy Broad2015-09-051-0/+6
* perlapi: NitsKarl Williamson2015-09-031-2/+2
* perlapi: Change slightly weird constructKarl Williamson2015-09-031-11/+11
* perlapi: Add some S<>Karl Williamson2015-09-031-3/+3
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-119/+121
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-29/+30
* sv.c: White-space onlyKarl Williamson2015-09-031-9/+10
* Make cmp() work on EBCDIC with both UTF-8 operandsKarl Williamson2015-09-031-1/+147
* RT #125840 stop *x = $x doing bad thingsDavid Mitchell2015-08-301-0/+6
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-20/+1
* remove the byte-order-mark introduced to sv.c by 5488d373Tony Cook2015-08-071-1/+1
* double-double long double %a fixesSisyphus2015-08-061-7/+11
* perlapi: Use F<> around file namesKarl Williamson2015-08-011-1/+1
* perlapi: Use C<> instead of I<> for parameter names, etcKarl Williamson2015-08-011-2/+2
* Evict PERLIO_IS_STDIO from top-level core files.Craig A. Berry2015-07-231-10/+0
* Document and ensure that sv_catpvf() does no argument orderingAaron Crane2015-07-151-10/+27
* Support reordered precision arguments in (s)printfAaron Crane2015-07-151-9/+17
* sv_vcatpvfn_flags(): make warnings more preciseAaron Crane2015-07-151-24/+41
* Remove NEW_ from PERL_NEW_COPY_ON_WRITEFather Chrysostomos2015-06-291-5/+5
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-291-152/+1
* Missing breaks.Jarkko Hietaniemi2015-06-261-0/+2
* Having both assert() and if () for maxlen is redundant.Jarkko Hietaniemi2015-06-261-32/+29
* sizeof * and sizeof ** not necessarily the same.Jarkko Hietaniemi2015-06-261-1/+1
* fileno might return negative.Jarkko Hietaniemi2015-06-261-1/+2
* Increase the maximal size of the string displayed in non-numeric warningsRafael Garcia-Suarez2015-06-221-1/+1
* sort fns: simplify handing uninit warningsDavid Mitchell2015-06-191-0/+8
* Perl_report_uninit(): simplify codeDavid Mitchell2015-06-191-17/+14
* perl_clone_using: Zero -DPERL_TRACE_OPS mem for sub-threadsJim Cromie2015-06-021-0/+3
* clarify apidoc for Perl_sv_get_backrefsDavid Mitchell2015-05-181-8/+7
* [perl #124127] fix cloning arrays with unused elementsTony Cook2015-04-161-1/+1
* Revert "Don’t call save_re_context"David Mitchell2015-03-301-0/+2
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Change some locale manipulation macros in prep for APIKarl Williamson2015-03-191-2/+3
* don't test non-null argsDavid Mitchell2015-03-111-3/+1
* sprinkle NOTREACHED and FALLTHROUGHDavid Mitchell2015-03-051-3/+11
* [perl #123849] sv.c: Fix sv_clear -Do outputFather Chrysostomos2015-03-011-5/+7
* init a var in sv_clear() to keep Coverity happy.David Mitchell2015-02-261-1/+2
* Add \b{sb}Karl Williamson2015-02-191-0/+1
* Add qr/\b{wb}/Karl Williamson2015-02-191-0/+1
* Remove obsolete macros/tables for \XKarl Williamson2015-02-191-2/+0
* Add qr/\b{gcb}/Karl Williamson2015-02-191-0/+1
* infnan: revert nan payload/signaling changesJarkko Hietaniemi2015-02-111-454/+364
* [perl #123554] catch a couple of other size overflowsTony Cook2015-02-101-1/+3
* infnan: the nan quiet/signaling bit is not enoughJarkko Hietaniemi2015-02-081-10/+6
* infnan: API context jugglingJarkko Hietaniemi2015-02-081-7/+7
* infnan: grok_number* setting the infnan NV directlyJarkko Hietaniemi2015-02-081-7/+9
* infnan: nan payload output with sprintf %#gJarkko Hietaniemi2015-02-081-20/+90
* infnan: space for nan payload outputJarkko Hietaniemi2015-02-081-2/+24
* infnan: move S_hextract earlierJarkko Hietaniemi2015-02-081-336/+336