summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update perlhacktips about default gcc warning flagsDagfinn Ilmari Mannsåker2017-08-171-2/+10
* S_opdump_indent(): avoid shift overflowDavid Mitchell2017-08-171-1/+4
* (perl #131793) sanely handle PL_linestart > PL_bufptrTony Cook2017-08-172-5/+23
* Fix "floating pointer" typo in perldeltaDagfinn Ilmari Mannsåker2017-08-141-1/+1
* perldelta for 3cb4cde3dd4dTony Cook2017-08-141-0/+9
* (perl #124368) make /foo/o; /$null/ act consistentlyTony Cook2017-08-142-9/+18
* perldelta for adb0f5c46e10Tony Cook2017-08-141-0/+5
* (perl #131725) ignore the exponent on a decimal float if no digitsTony Cook2017-08-142-2/+29
* locale.c: Use strerror_l if platform has itKarl Williamson2017-08-121-7/+26
* locale.c: Refactor some #if clausesKarl Williamson2017-08-121-15/+13
* locale.c: Move some DEBUGGING codeKarl Williamson2017-08-121-10/+9
* Initialize locale object even in unthreaded perlsKarl Williamson2017-08-124-22/+37
* locales: Add #define; change how to overrideKarl Williamson2017-08-123-7/+8
* perllocale: Rmv links to obsolete documentsKarl Williamson2017-08-121-5/+2
* Use temp files with extensions in rt131211.t on VMS.Craig A. Berry2017-08-121-0/+3
* Fix missing break in tovmsspec.Craig A. Berry2017-08-122-0/+2
* perldelta for fa2e45943e2bTony Cook2017-08-101-1/+3
* (perl #131786) avoid a duplicate symbol error on _LIB_VERSIONTony Cook2017-08-102-8/+8
* utf8.c: EBCDIC fixKarl Williamson2017-08-092-4/+7
* Add Ken Brown to AUTHORSTony Cook2017-08-091-0/+1
* Configure: check for GCC 6 and 7Ken Brown2017-08-091-1/+1
* test cv_[gs]et_call_checker_flags()Zefram2017-08-082-15/+42
* use cv_set_call_checker_flags() where possibleZefram2017-08-085-18/+24
* add cv_get_call_checker_flags()Zefram2017-08-084-31/+73
* Bump ExtUtils::Constant version to 0.24.Nicholas Clark2017-08-082-4/+2
* ExtUtils::Constant: Remove impediment to compiling under C++11Karl Williamson2017-08-081-3/+4
* EU::Constant: avoid 'uninit' warningDavid Mitchell2017-08-081-3/+3
* ExtUtils::Constant - better machine code on threaded perlDaniel Dragan2017-08-081-10/+8
* Typo fixes.Nicholas Clark2017-08-082-5/+6
* Avoid compiler warnings due to mismatched types in *printf format strings.Robin Barker2017-08-081-3/+4
* regen/op_private: remove sassign special-casingDavid Mitchell2017-08-081-3/+0
* fix parameter name in docZefram2017-08-081-1/+1
* Revert "Perl_sv_vcatpvfn_flags: skip IN_LC(LC_NUMERIC)"David Mitchell2017-08-081-4/+2
* (perl #131646) make the test less fragileTony Cook2017-08-081-1/+1
* lib/locale.t: TODO some netbsd defective localesKarl Williamson2017-08-071-0/+1
* lib/locale.t: Add commentsKarl Williamson2017-08-071-0/+21
* lib/locale.t: Canonicalize $^O into lowercaseKarl Williamson2017-08-071-9/+10
* fix index(...) == -1 type optimisationsDavid Mitchell2017-08-073-59/+103
* utf8_to_uvchr() EBCDIC fixKarl Williamson2017-08-052-6/+12
* t/perf/opcount.t typoDavid Mitchell2017-08-051-1/+1
* Consider magic %ENV as tied in hv_pushkv.Craig A. Berry2017-08-051-1/+5
* extend index(...) == -1 optimisationDavid Mitchell2017-08-053-14/+61
* t/op/index.t: automate a block of testsDavid Mitchell2017-08-051-59/+33
* merge Perl_ck_cmp() and Perl_ck_eq()David Mitchell2017-08-045-65/+62
* set SVs_PADTMP flag on PL_sv_zeroDavid Mitchell2017-08-042-2/+15
* PVLV-as-REGEXP: avoid PVX double freeDavid Mitchell2017-08-042-3/+27
* sv_dump(): display regex LEN and LV-as-RX regexpDavid Mitchell2017-08-042-2/+10
* Perl_reg_temp_copy(): rename args.David Mitchell2017-08-043-36/+45
* pod/perltie.pod: mention SCALAR() for boolean keysDavid Mitchell2017-08-041-5/+7
* SvTRUE(): add code commentDavid Mitchell2017-08-041-1/+1