summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More is_inf() et alia dance.Jarkko Hietaniemi2014-08-241-17/+36
* More robust inf/nan recognition and generation.Jarkko Hietaniemi2014-08-242-87/+121
* [Merge] Eliminate PL_lex_expect; fix one bug; other clean-upFather Chrysostomos2014-08-249-1180/+1142
|\
| * In perly.y, change PL_parser to parserFather Chrysostomos2014-08-244-63/+63
| * Set PL_expect only once after curly subscriptsFather Chrysostomos2014-08-245-163/+145
| * parser.h: Comment that lex_expect is unusedFather Chrysostomos2014-08-241-1/+1
| * toke.c: Remove PL_lex_expect defineFather Chrysostomos2014-08-241-1/+0
| * Stop setting PL_lex_expectFather Chrysostomos2014-08-242-2/+0
| * toke.c: Consolidate some PL_expect assignmentsFather Chrysostomos2014-08-241-5/+3
| * Stop using the value of PL_expectFather Chrysostomos2014-08-241-3/+1
| * toke.c: For plugins, don’t set PL_expect if PL_nexttokeFather Chrysostomos2014-08-241-2/+2
| * toke.c: Touch PL_expect less for implicit [.,] in quotesFather Chrysostomos2014-08-241-5/+5
| * [perl #80368] Fix implicit assignop in qq"a\U="Father Chrysostomos2014-08-242-2/+8
| * toke.c: Correct S_ao descriptionFather Chrysostomos2014-08-241-2/+2
| * toke.c: Skip PL_expect assignment under KEY_requireFather Chrysostomos2014-08-241-1/+1
| * toke.c: Rework LOOPX macroFather Chrysostomos2014-08-241-11/+5
| * toke.c:S_lop: Don’t set PL_expect if PL_nexttokeFather Chrysostomos2014-08-241-1/+1
| * Expand a comment in toke.c (eliminate ‘why?’)Father Chrysostomos2014-08-241-1/+4
| * Set PL_expect less often when parsing semicolonsFather Chrysostomos2014-08-246-995/+979
| * toke.c: Don’t set PL_expect when emitting USE tokensFather Chrysostomos2014-08-241-2/+2
|/
* Update Module-CoreList for 5.20.1Steve Hay2014-08-254-2/+66
* Add new pumpkin keeper victim following release of 5.21.3Steve Hay2014-08-252-1/+3
* perlxs: Add text about dealing with locales, etcKarl Williamson2014-08-242-11/+93
* Make eval_pv documentation more preciseTadeusz Sośnierz2014-08-242-1/+2
* Increase $_charnames::VERSION to 1.42Father Chrysostomos2014-08-231-1/+1
* Partial minitest fix-upFather Chrysostomos2014-08-238-8/+8
* perldiag grammar tweaksFather Chrysostomos2014-08-231-3/+3
* Explicitly cast to MANTISSATYPE since some compilers worry.Jarkko Hietaniemi2014-08-231-1/+1
* Fix bad quoting.Jarkko Hietaniemi2014-08-231-1/+1
* Update HTTP-Tiny to CPAN version 0.048Chris 'BinGOs' Williams2014-08-233-23/+31
* Update ExtUtils-CBuilder version for CPAN releaseChris 'BinGOs' Williams2014-08-231-1/+1
* Include fp.h with math.h on VMS.Craig A. Berry2014-08-231-0/+4
* VMS has the isfinite macro on all architectures.Craig A. Berry2014-08-231-6/+1
* Skip strtold in concise-xs.t, "platform varying".Jarkko Hietaniemi2014-08-232-1/+3
* Test 9**9**9 for Inf and sin(9**9**9) for NaN.Jarkko Hietaniemi2014-08-231-2/+6
* Revert "Test 9**9**9 for Inf and sin(9**9**9) for NaN."Jarkko Hietaniemi2014-08-231-6/+2
* The less-than-zero branch needs to be the default always.Jarkko Hietaniemi2014-08-231-2/+1
* Test 9**9**9 for Inf and sin(9**9**9) for NaN.Jarkko Hietaniemi2014-08-231-2/+6
* Do not test memcmp et al, now also Linux inlined it.Jarkko Hietaniemi2014-08-231-16/+2
* Old HP-UXen had a non-standard strtold().Jarkko Hietaniemi2014-08-221-0/+8
* Fix infnan.t Win32 failure.Jarkko Hietaniemi2014-08-221-1/+15
* Fix the PEEK_INFNAN (wrong macro arg name).Jarkko Hietaniemi2014-08-222-12/+16
* Remove obsolete comment.Jarkko Hietaniemi2014-08-221-3/+0
* If this format ever happens, it is probably left-aligned.Jarkko Hietaniemi2014-08-222-5/+3
* Darwin can have libfoo.0.dylib instead of libfoo.dylib.0Jarkko Hietaniemi2014-08-221-0/+3
* For Darwin MacPorts add the gcc/g++ libdir.Jarkko Hietaniemi2014-08-221-0/+5
* Bump version of POSIX.pmKarl Williamson2014-08-221-1/+1
* regcomp.c: Use symbolic constant instead of numberKarl Williamson2014-08-221-3/+2
* Add and use macros for case-insensitive comparisonKarl Williamson2014-08-2211-72/+71
* Add some basic math tests.Jarkko Hietaniemi2014-08-221-1/+51