This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-09-06 H.Merijn BrandSync up with meta after backports
2014-09-06 Jarkko HietaniemiLong double might have INFINITYL or NANL.
2014-09-06 Jarkko HietaniemiThe .i target should depend at least on perl.h and...
2014-09-06 Jarkko HietaniemiNV_INF/NV_NAN fallback where int32 is coerced to IEEE75...
2014-09-06 Jarkko HietaniemiPOSIX math: Add the opengroup URL for math.h
2014-09-05 Father Chrysostomoslex_utf8.t can run under miniperl
2014-09-05 Father ChrysostomosFix my constant $var utf8 confusion
2014-09-05 Jarkko Hietaniemifpclass snan detection errors (cut-n-paste).
2014-09-05 Alexandre ... perl.c: fix small bug on Android from commit 9054c81
2014-09-05 Father ChrysostomosRemove -foo ambiguity warning
2014-09-05 George GreerListUtil.xs: Temporary fix removing declaration after...
2014-09-05 Father ChrysostomosIncrease $bigint::VERSION to 0.37
2014-09-05 Father ChrysostomosIncrease $bignum::VERSION to 0.38
2014-09-05 Father ChrysostomosIncrease $bigrat::VERSION to 0.37
2014-09-05 Olivier Menguébignum tests: use eval-block instead of eval-string
2014-09-05 Olivier Menguébignum tests: use eval block to load Math::BigInt:...
2014-09-05 Olivier Menguébig{num,rat,int}: use eval block to load Math::BigInt...
2014-09-05 Jarkko HietaniemiPOSIX math: Use the Perl_ math APIs (C89) consistently.
2014-09-04 Jarkko HietaniemiVersion multibump.
2014-09-04 Father Chrysostomostoke.c: Avoid extra sv_setpv for foo <newline> =>
2014-09-04 Jarkko Hietaniemi%ld expected long int, but got ssize_t.
2014-09-04 Andy DoughertyCorrect usage of memEQs in attributes.xs [perl #122701]
2014-09-04 Jarkko HietaniemiPOSIX math: Use rounding macros, instead of the c99_...
2014-09-04 Jarkko HietaniemiPOSIX math: let's not override the real lrint().
2014-09-04 Jarkko HietaniemiPOSIX math: Cygwin lacks at least nexttoward.
2014-09-04 Jarkko HietaniemiPOSIX math: There's no #elifdef, unfortunately.
2014-09-04 Jarkko HietaniemiAvoid gcc warning.
2014-09-04 Father ChrysostomosFix our-sub method confusion
2014-09-04 Father Chrysostomostoke.c: Combine two identical chunks via goto
2014-09-04 Jarkko HietaniemiUse sizeof() in UNUSED_ARG and UNUSED_VAR to avoid...
2014-09-04 Jarkko HietaniemiGrab the warnflags and stdflags from cflags [perl ...
2014-09-04 Jarkko HietaniemiSome <termios.h> #define WRAP, undef it.
2014-09-04 Father ChrysostomosAvoid duplicate GV lookup for barewords
2014-09-04 Father ChrysostomosDon’t call intuit_method twice for the same barewords
2014-09-04 Father ChrysostomosMAD leftovers in toke.c
2014-09-04 Father Chrysostomostoke.c: Stop using len to indicate trailing ::
2014-09-04 Jarkko HietaniemiPOSIX math: if no fesetround, try fpsetround.
2014-09-03 Jarkko HietaniemiPOSIX math: have the Perl_func wrappers for the C89...
2014-09-03 Jarkko HietaniemiPOSIX math: c99_erfc, not plain erfc.
2014-09-03 Chris 'BinGOs... Update Scalar-List-Utils to CPAN version 1.40
2014-09-03 Karl Williamsonregcomp.h: Comment nits
2014-09-03 Karl WilliamsonAllow for changing size of bracketed regex char class
2014-09-03 Karl WilliamsonFix -Dr output to work for larger ANYOF node size
2014-09-03 Karl Williamsonregcomp.c: Swap if/else clauses
2014-09-03 Karl WilliamsonRename some internal regex #defines
2014-09-03 Karl Williamsonregcomp.h: Remove some no-longer used #defines
2014-09-03 Karl Williamsonregcomp.h: Use unsigned 1 in left shift
2014-09-03 Karl Williamsonregcomp.h: Fix comment that said the opposite of the...
2014-09-03 Karl Williamsonregcomp.c: Remove unnecessary test
2014-09-03 Karl Williamsonregexec.c: Simplify a short code section
2014-09-03 Chris 'BinGOs... Update Test-Simple to CPAN version 1.001006
2014-09-03 Sullivan BeckUpdate Locale-Codes to CPAN version 3.32
2014-09-03 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.049
2014-09-03 Chris 'BinGOs... Update Time-Piece to CPAN version 1.29
2014-09-03 Jarkko HietaniemiPOSIX math: Win32 does not have erf and erfc.
2014-09-03 Jarkko HietaniemiPOSIX math: simplify the fpclassify emulation.
2014-09-03 Jarkko HietaniemiPOSIX math: s = "0" is not happy with -Wwrite-strings.
2014-09-03 Jarkko HietaniemiPOSIX math: make erf emulation C89 compliant.
2014-09-03 Jarkko HietaniemiPOSIX math: isunordered emulation was all broken.
2014-09-03 Anthony Headingstat Makefile.PL to get values for utime.
2014-09-03 Father ChrysostomosFix t/op/taint.t on Windows
2014-09-03 Father ChrysostomosFix refcounting in rv2gv when it calls newGVgen
2014-09-03 Father Chrysostomos[Merge] minitest fixes
2014-09-03 Father ChrysostomosSkip t/uni/variables.t in absence of Unicode tables
2014-09-03 Father ChrysostomosGet t/uni/universal.t working under minitest
2014-09-03 Father ChrysostomosGet t/uni/stash.t working under minitest
2014-09-03 Father ChrysostomosGet t/uni/readline.t working under minitest
2014-09-03 Father ChrysostomosSkip t/uni/parser.t in absence of Unicode tables
2014-09-03 Father ChrysostomosGet t/uni/opcroak.t working under minitest
2014-09-03 Father Chrysostomost/uni/opcroak.t: Die if eval fails
2014-09-03 Father ChrysostomosGet t/uni/method.t working under minitest
2014-09-03 Father ChrysostomosReally get t/uni/ case tests working under miniperl
2014-09-03 Father ChrysostomosMove @INC setup to t/uni/case.pl
2014-09-03 Father Chrysostomosskip_all_without_unicode_tables
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosReally get t/uni/labels.t working under miniperl
2014-09-03 Father ChrysostomosReally get t/uni/gv.t working under miniperl
2014-09-03 Father ChrysostomosReally get t/uni/fold.t working under miniperl
2014-09-03 Father ChrysostomosReally get t/uni/class.t working under miniperl
2014-09-03 Father ChrysostomosReally get t/uni/cache.t working under miniperl
2014-09-03 Father ChrysostomosGet t/run/switches.t working under minitest
2014-09-03 Father ChrysostomosGet t/run/fresh_perl.t working under minitest
2014-09-03 Father ChrysostomosSkip uniprops.t under miniperl; add error checking
2014-09-03 Father ChrysostomosSkip t/re/regexp.t under miniperl unless uni tables...
2014-09-03 Father ChrysostomosSkip t/re/regex_sets.t under miniperl unless uni tables...
2014-09-03 Father ChrysostomosGet t/re/subst.t working under minitest
2014-09-03 Father ChrysostomosSkip t/re/reg_mesg.t under miniperl unless uni tables...
2014-09-03 Father ChrysostomosSkip t/re/pat.t under miniperl unless uni tables exist
2014-09-03 Father ChrysostomosGet t/re/charset.t working under minitest
2014-09-03 Father ChrysostomosGet write.t working under minitest
2014-09-03 Father ChrysostomosGet warn.t working under minitest
2014-09-03 Father ChrysostomosGet vec.t working under minitest
2014-09-03 Father ChrysostomosGet utftaint.t working under minitest
2014-09-03 Father ChrysostomosGet universal.t working under minitest
2014-09-03 Father ChrysostomosGet tiehandle.t working under minitest
2014-09-03 Father ChrysostomosGet tie_fetch_count.t working under minitest
2014-09-03 Father ChrysostomosGet tie.t working under minitest
2014-09-03 Father ChrysostomosGet substr.t working under minitest
2014-09-03 Father ChrysostomosGet sprintf.t working under minitest
2014-09-03 Father ChrysostomosGet split.t working under minitest
next