summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump perl version to v5.24.0-RC2v5.24.0-RC2Ricardo Signes2016-04-232-1/+2
|
* corelist: update Time::HiRes for v5.24.0Ricardo Signes2016-04-231-0/+1
|
* Synchronize with CPAN Time-HiRes 1.9733Jarkko Hietaniemi2016-04-231-1/+2
|
* lib/perl5db.pl: Fix pod error.Karl Williamson2016-04-231-2/+2
|
* Apple Xcode / clang version updates and additionsJarkko Hietaniemi2016-04-231-0/+7
|
* darwin (OS X) hints comments alignmentJarkko Hietaniemi2016-04-231-17/+17
| | | | (preparing for the next change)
* Time-HiRes version bumpJarkko Hietaniemi2016-04-232-1/+4
|
* [PATCH] Time-Hires: Fix declaration-after-statement error with darwin threadsReini Urban2016-04-231-2/+2
| | | | | | | | | | rt #113856: the flag -Werror=declaration-after-statement is seemingly not working for clang (in OS X, not yet tested elsewhere), but working as intended for gcc. Since the system cc for OS X is clang (via Apple), this failure to fail has been masked. To restate: without this patch the Time-HiRes does not build in OS X with gcc under usethreads.
* Regenerate Configure and related parts after backportsAaron Crane2016-04-235-3368/+3399
| | | | | perl5.git is now in sync with metaconfig.git commit 7c34fa4e8142642c6e2978f0307e925898465f58
* Bring Configure back into sync again with metaH.Merijn Brand2016-04-234-268/+267
| | | | | Work done at the QAH in Rugby. Multi-thanks to Aaron for helping out here. You're doing a great job!
* Allow Encode to be built on static perlsLeon Timmermans2016-04-231-1/+1
| | | | | Previously there were build failures because cp1252 was defined both in the default set of encodings an in the byte set.
* Revert "document that sigs in future may not populate @_"Ricardo Signes2016-04-232-12/+3
| | | | This reverts commit 19d6c3854e96d89bf4dc2d874df433beac27ee8b.
* Fix some pod errorsKarl Williamson2016-04-227-19/+19
| | | | | These were discovered while testing the Pod::Checker that is intended to be used in 5.25.
* [perl #127936] fix typoTony Cook2016-04-201-1/+1
|
* perldelta for ab462c7d2dTony Cook2016-04-201-0/+7
|
* [perl #127894] ensure alignbytes is correct for -DusequadmathDagfinn Ilmari Mannsåker2016-04-201-11/+2
|
* Correct typo in JJORE's name in todo.pod.Matthew Horsfall2016-04-191-1/+1
|
* Avoid passing non-literal to format functionAaron Crane2016-04-191-2/+2
| | | | | | | | | | | This avoids the following error, reported by Jitka Plesníková <jplesnik@redhat.com> in a test of RC1: op.c: In function 'Perl_ck_ftst': op.c:9754:58: error: format not a string literal and no format arguments [-Werror=format-security] Perl_warner(aTHX_ packWARN(WARN_SYNTAX), array_passed_to_stat); In addition, the string in question is now made const.
* document that sigs in future may not populate @_David Mitchell2016-04-192-3/+12
| | | | | | | Give people a heads up that in the next major perl release, subroutine signatures may no longer populate @_ by default. See http://nntp.perl.org/group/perl.perl5.porters/235332.
* perldelta: Remove error/warning explanationsKarl Williamson2016-04-181-30/+0
| | | | | Only the text of these should be present in a delta, with a link to the full explanation. Most of perldelta conformed to this, but not all.
* perldelta: Add some C<>Karl Williamson2016-04-181-22/+23
|
* perldelta: Clarifications, corrections, wordsmithingKarl Williamson2016-04-181-30/+25
| | | | | I also removed one instance of a 5.23-only bug, which isn't relevant to a dot zero delta
* Add perldelta for d9fc04eeLeon Timmermans2016-04-191-0/+7
|
* perldelta: IO-Compress is a dist, no link possibleRicardo Signes2016-04-181-1/+1
|
* perldelta: generate the module update sectionRicardo Signes2016-04-181-1/+411
|
* perldelta: various fixesMatthew Horsfall2016-04-181-13/+45
| | | | | | | * behaviour -> behavior * =over -> =over 4 * Add =items for consistency * Capitalization fixes
* perldelta: Fix typoMatthew Horsfall2016-04-181-1/+1
|
* perldelta: Revise wordingKarl Williamson2016-04-181-2/+2
| | | | Some of this was suggested by Jarkko Hietaniemi
* perldelta: Remove typo extra '/'Karl Williamson2016-04-141-1/+1
| | | | This fixes the 5.24 part of [perl #127899].
* perldelta: minor tweak to fix awkward proseRicardo Signes2016-04-141-2/+2
| | | | (Thanks, Ed Avis!)
* patchlevel: we are now RC1v5.24.0-RC1Ricardo Signes2016-04-131-1/+1
|
* remove the v5.23.x perldeltasRicardo Signes2016-04-1313-4355/+0
|
* perlpolicy: update the supported versions for v5.24 onRicardo Signes2016-04-131-3/+3
|
* perlhist: add v5.24.0 dataRicardo Signes2016-04-131-19/+22
|
* corelist: set a (tentative) release date for 5.24.0Ricardo Signes2016-04-131-1/+1
|
* fix IO::Handle documentation mangled by a manually applied patchTony Cook2016-04-131-3/+3
|
* perllocale: Unicode has changed their data; fix referencesKarl Williamson2016-04-121-5/+11
| | | | We say something here that is no longer true; update it.
* perldelta: Some minor fixes.Karl Williamson2016-04-121-12/+6
| | | | | This includes deleting some bug fixes for things introduced in the 5.23 series, and so not relevant to a dot zero perldelta
* pod/perldelta: Fixes to pedantic failuresKarl Williamson2016-04-121-5/+5
|
* perldelta: Add note about recent doc changeKarl Williamson2016-04-121-0/+10
|
* Merge branch 'release-5.24' into bleadRicardo Signes2016-04-1053-426/+1866
|\ | | | | | | | | This commit is just prep, turning blead into the branch from which v5.24.0 will be released, after suitable testing.
| * CoreList: update for v5.24.0Ricardo Signes2016-04-102-10/+17
| |
| * fix versions of generated perldeltaRicardo Signes2016-04-107-16/+16
| |
| * put perl5240delta into placeRicardo Signes2016-04-102-1911/+1489
| |
| * regen META.json for v5.24.0-RCRicardo Signes2016-04-101-1/+1
| |
| * regen: B::Op_private and uconfig.hRicardo Signes2016-04-102-2/+2
| |
| * version bump: this is now v5.24.0-RC0!Ricardo Signes2016-04-1027-200/+201
| |
| * perldelta: merge in perl5239deltaRicardo Signes2016-04-101-2/+119
| |
| * perldelta: remove unneeded entries, do more merge and sortRicardo Signes2016-04-101-426/+213
| |
| * perldelta: merge in changes from perl5238deltaRicardo Signes2016-04-101-0/+296
| |