summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Collapse)AuthorAgeFilesLines
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-3/+3
| | | | | | | | This was originally added for MinGW, which no longer needs it, and only still used by Symbian, which is now removed. This also leaves perlapi.[ch] empty, but we keep the header for CPAN backwards compatibility.
* new perldelta for 5.33.1Sawyer X2020-07-171-4/+4
|
* Bumps, perldeltas, podsSawyer X2020-06-281-4/+4
|
* Fixup perldelta filesSawyer X2020-05-301-4/+4
|
* new perldelta for 5.31.11Sawyer X2020-04-291-4/+4
|
* Bump back to 5.31.11, if we need to release itSawyer X2020-04-091-4/+4
|
* Bump version to 5.32.0Sawyer X2020-03-211-4/+4
|
* new delta for 5.31.11Sawyer X2020-03-201-4/+4
|
* generated new perldelta after 5.31.9 releasereneeb2020-02-211-4/+4
|
* Do not ignore non-zero error code from 'make minitest'James E Keenan2020-02-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | In pipelines like: $ sh ./Configure -des -Dusedevel && \ make minitest && make test_harness ... we don't want to run 'make test_harness' unless 'make minitest' has succeeded. To test: $ echo "exit(1);" >> t/base/cond.t $ make minitest && echo "hello world" # [note that minitest fails quickly and 'echo' is not reached] $ git checkout -- t/base/cond.t $ make minitest && echo "hello world" # [note that minitest runs and 'echo' is reached] For: https://github.com/perl/perl5/issues/16160 Originally: https://rt-archive.perl.org/perl5/Ticket/Display.html?id=132139
* new perldelta for 5.31.9Matthew Horsfall2020-01-201-4/+4
|
* new perldelta for 5.31.8Nicolas R2019-12-201-4/+4
|
* new perldelta for v5.31.7Chris 'BinGOs' Williams2019-11-201-4/+4
|
* Create new perldelta for 5.31.6Steve Hay2019-10-201-4/+4
|
* new perldelta for 5.31.4Max Maischein2019-09-201-4/+4
|
* New perldelta for 5.31.4Tom Hukins2019-08-201-4/+4
|
* Create new perldelta for 5.31.3Steve Hay2019-07-201-4/+4
|
* (perl #134218) make sure ECHO is definedTony Cook2019-07-011-0/+1
| | | | | | | This is used in dtrace rules originally needed on FreeBSD, which appears to define ECHO to echo by default for Makefiles. But this isn't the case for Solaris-derived system makes.
* generate new perldeltaKaren Etheridge2019-06-201-4/+4
|
* Rename PPPort_xs.PL to RealPPPort_xs.PLNicolas R2019-06-041-1/+1
| | | | | | | | | | | Fixes Devel-PPPort GH #21 To avoid confusion rename the template for RealPPPort.xs file as RealPPPort_xs.PL so it's now clear what file it generates. (cherry picked from commit 0f14f67985491207f4a0e3936307f4c565717fd6) Signed-off-by: Nicolas R <atoomic@cpan.org>
* Make sure 'if' compiled before Pod::SimpleKarl Williamson2019-05-271-0/+1
| | | | 3.36 of Pod::Simple requires 'if', and this makes sure it works.
* Better document build dependency orderingKarl Williamson2019-05-271-1/+2
|
* new perldelta for 5.31.1Sawyer X2019-05-251-4/+4
|
* Fix perldelta from 5.30.1 to 5.31.0:Sawyer X2019-05-251-4/+4
| | | | | | perldelta was accidentally set to 5.30.1 instead of 5.31.0. Hopefully this commit should fix it, along with the correction of the symlink in pod/.
* New perldeltaSawyer X2019-05-221-4/+4
|
* Revert "Rename PPPort_xs.PL to RealPPPort_xs.PL"Nicolas R2019-05-161-1/+1
| | | | | | This reverts commit 0f14f67985491207f4a0e3936307f4c565717fd6. need to apply after current freeze
* Rename PPPort_xs.PL to RealPPPort_xs.PLNicolas R2019-05-161-1/+1
| | | | | | | | Fixes Devel-PPPort GH #21 To avoid confusion rename the template for RealPPPort.xs file as RealPPPort_xs.PL so it's now clear what file it generates.
* Finalize perldeltaSawyer X2019-05-111-4/+4
|
* new perldelta for 5.29.11, even though we won't see itSawyer X2019-04-201-4/+4
|
* New perldelta for 5.29.10Zak B. Elep2019-03-211-4/+4
|
* New perldelta for 5.29.9Nicolas R2019-02-201-4/+4
|
* New perldelta for 5.29.8Abigail2019-01-201-4/+4
|
* Update Test-Simple to CPAN version 1.302160Chris 'BinGOs' Williams2019-01-191-23/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.302160 2019-01-18 11:44:33-08:00 America/Los_Angeles - No Changes since last trial release 1.302159 2019-01-09 13:21:37-08:00 America/Los_Angeles (TRIAL RELEASE) - Add table support to ctx->fail and ctx->fail_and_return - Fix Instance.t on haiku-os 1.302158 2019-01-08 15:36:24-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix TAP test on windows - Fix math errors in table indentation - Devel requires Term::Table 1.302157 2019-01-08 14:10:29-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix minor typos and missing doc sections - Add table support in info facet and TAP formatter 1.302156 2019-01-07 11:13:07-08:00 America/Los_Angeles - No changes from last trial 1.302155 2019-01-04 11:25:17-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix test not to fail in non-english locales 1.302154 2019-01-04 10:20:54-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix SHM pid checking for some platforms in Instance.t - Add SHM errno/msg to warning about SHM going away 1.302153 2019-01-03 08:39:42-08:00 America/Los_Angeles (TRIAL RELEASE) - Improve SHM verification and state awareness 1.302152 2018-12-26 12:21:32-08:00 America/Los_Angeles (TRIAL RELEASE) - More Instance.t improvements - Add trace to SHM error when possible 1.302151 2018-12-20 11:05:47-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix another locale error in Instance.t 1.302150 2018-12-20 10:57:09-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix locale error in Instance.t - Windows test fixes - perl 5.6 test fixes 1.302149 2018-12-20 09:47:31-08:00 America/Los_Angeles (TRIAL RELEASE) - Even more SHM error improvements 1.302148 2018-12-17 13:08:23-08:00 America/Los_Angeles (TRIAL RELEASE) - Further Improve SHM error message 1.302147 2018-12-17 12:59:14-08:00 America/Los_Angeles (TRIAL RELEASE) - Improve SHM error message 1.302146 2018-12-17 09:06:44-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix SHM test to work on machines without SHM 1.302145 2018-12-12 11:26:32-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix localization error in new test (#820) 1.302144 2018-12-12 09:51:25-08:00 America/Los_Angeles (TRIAL RELEASE) - Add tests for shmwrite fix (#815) 1.302143 2018-12-11 19:10:37-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix failure to check error code on shmwrite (#815) 1.302142 2018-12-11 11:55:22-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix #814 Windows fork+test failure - Fix #819 Documentation updates - Fix #810 Verbose TAP newline regression - Fix #817 local $TODO bug - Fix #812 Another local $TODO bug - Fix #815 shm read warning - Merge doc fix PR's from magnolia-k (thanks!)
* New perldelta for 5.29.7Abigail2018-12-181-4/+4
|
* (perl #133708) remove build-time probing for stack limits for StorableTony Cook2018-12-101-25/+0
|
* new perldelta for 5.29.6Karen Etheridge2018-11-201-4/+4
|
* (perl #127606) adjust dependency paths on installation on darwinTony Cook2018-11-021-2/+32
| | | | | | | | | | | | | | | | | | | SIP (System Integrity Protection) on OS X prevents the DYLD_LIBRARY_PATH environment variable from being propagated through /bin/sh, causes many tests to fail (and some more recent build issues) for -Duseshrplib builds. To avoid that, we change the way libperl.dylib is linked to perl, so for the initial build the library's id is at the build location rather than the install location, and the generated executable also expects to find libperl in that location. This obviously won't work once we copy both to the installation directory, so we adjust both the id of the library and the dependency path in the executable to point to the new location of the library. A previous attempt set -rpath and used @rpath in the id, but this made the embedding test fail.
* Create new perldelta for 5.29.5-to-beAaron Crane2018-10-201-4/+4
|
* new perldelta for 5.29.4John SJ Anderson2018-09-201-4/+4
|
* Make porting tests pass after Locale::Codes removalJames E Keenan2018-08-221-10/+9
| | | | | | | | | | | | | | | | | | | | And remove references to it. This consists of: 1. Run ./perl -Ilib regen/lib_cleanup.pl. 2. Add links to Locale::Codes for podcheck This distribution is now removed from the core, so podcheck can't determine if they are valid or not without being told to do so. This was accomplished by: perl porting/podcheck.t --add_link Locale::Language perl porting/podcheck.t --add_link Locale::Country 3. t/TEST: Remove Locale::Codes reference as it is no longer in core 4. Porting/corelist-perldelta.pl: Remove Locale::Codes, as it is no longer in core
* new perldelta for 5.29.3Chris 'BinGOs' Williams2018-08-201-4/+4
|
* Create new perldelta for 5.29.2Steve Hay2018-07-201-4/+4
|
* `make distclean` now removes dist/Time-HiRes/xdefine if it's still there.Nicholas Clark2018-06-281-0/+9
| | | | | | | | | The Time::HiRes Makefile *should* remove dist/Time-HiRes/xdefine for 'clean', but it's possible to get a rebuilt checkout into a state where it can't run distclean, and can't recover until the file is gone. There's no harm in adding it to the top level 'distclean' target - it should anyway by then, and miniperl is long gone.
* new perldelta for 5.29.1Sawyer X2018-06-271-4/+4
|
* new perldelta for 5.29.0Sawyer X2018-06-241-4/+4
|
* Add per5280delta.pod to MANIFESTSawyer X2018-06-221-4/+4
|
* Fixes for 5.28.0Sawyer X2018-05-201-4/+4
|
* new perldelta for 5.27.12 or 5.28.0Sawyer X2018-04-201-4/+4
|
* (perl #133009) *nix builds need Cwd.pm tooTony Cook2018-04-021-0/+4
|
* New Perldelta for 5.27.11Todd Rinaldo2018-03-201-4/+4
|