summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] fix PL_nan_u from leaking in every translation object on Win32 VCDaniel Dragan2015-02-041-0/+7
* Prefer NV instead of long double.Jarkko Hietaniemi2015-02-041-12/+17
* Move the endianness defines from sv.c to perl.hJarkko Hietaniemi2015-02-021-32/+3
* Remove context param from sv_get_backrefsFather Chrysostomos2015-01-311-1/+1
* infnan: if trailing stuff, fail in looks_like_number()Jarkko Hietaniemi2015-01-281-1/+3
* infnan: numify warning testing.Jarkko Hietaniemi2015-01-281-1/+1
* move functions marked as mathomed in embed.fnc to mathoms.cDaniel Dragan2015-01-271-8/+0
* avoid C labels in column 0David Mitchell2015-01-211-4/+4
* Make numifying "nanblah" warn, just like "345blah" does.Jarkko Hietaniemi2015-01-201-0/+2
* infnan: sprintf width and left-align.Jarkko Hietaniemi2015-01-201-5/+24
* [perl #123554] avoid a crash from SvGROW(MEM_SIZE_MAX)Tony Cook2015-01-191-2/+5
* sv.c: Fix cloning of interp variableKarl Williamson2015-01-131-3/+5
* clone PL_cv_has_eval and PL_savebeginDavid Mitchell2014-12-311-0/+3
* sv_vcatpvfn_flags() avoid array bounds errDavid Mitchell2014-12-311-3/+5
* fix more -IV_MIN negationsDavid Mitchell2014-12-311-0/+4
* fix -IV_MIN negationsDavid Mitchell2014-12-311-4/+6
* Don't raise 'poorly supported' locale warning unnecessarilyKarl Williamson2014-12-291-0/+3
* add cast to make c++ happyYves Orton2014-12-251-1/+1
* Rework sv_get_backrefs() so it is simpler, and C++ compliantYves Orton2014-12-251-12/+9
* Revert "sv.c: Add cast to make C++ happy"Yves Orton2014-12-251-1/+1
* sv.c: Add cast to make C++ happyFather Chrysostomos2014-12-241-1/+1
* add new API function sv_get_backrefs()Yves Orton2014-12-251-0/+43
* Don’t do string overloading for printf int formatsFather Chrysostomos2014-12-101-0/+2
* sv.c: Note that sv_2num does not do get-magicFather Chrysostomos2014-12-101-1/+2
* sv.c: Remove reference to bogus SvNUM macroFather Chrysostomos2014-12-101-2/+1
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-5/+5
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-12/+214
* cleanup logic in S_sv_uncowDaniel Dragan2014-12-051-12/+17
* [perl #40565] Fix localisation in pseudo-forkFather Chrysostomos2014-12-031-3/+7