Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
maint-5.6
smoke-me/tonyc/selfloader-mixed-io-again
smoke-me/tonyc/24407-revert-selfloader
smoke-me/jkeenan/sync-with-cpan-JSON-PP-4.18-20260429
smoke-me/jkeenan/sync-with-cpan-Encode-3.24-20260429
-- I want an older branch --
Reports for branch
maint-5.6
Show duplicate emailed reports
Filter:
?
Rafael Garcia-Suarez: More trivial documentation updates
C
Rafael Garcia-Suarez: INSTALL nits ; get perlmodinstall and perlreftut from bleadperl
C
Rafael Garcia-Suarez: Integrate the recent hintfile changes from bleadperl
C
Yitzchak Scott-Thoennes: Re: perl562@20985 Message-ID: <20030909084228.GA2380@efn.org>
C
Rafael Garcia-Suarez: Copy the Configure hint files from bleadperl.
C
Rafael Garcia-Suarez: Integrate changes #9813 and #21045 from the main branch.
C
Yitzchak Scott-Thoennes: make -Dusedevel imply -Dversiononly -Uinstallusrbinperl Message-ID: <20030903190330.GA3652@efn.org>
C
Rafael Garcia-Suarez: Upgrade to Data::Dumper 2.121, by Ilya Martynov
C
Rafael Garcia-Suarez: Add a test_prep make target, equivalent to test-prep (for smokes)
C
Rafael Garcia-Suarez: Upgrade to File::Spec 0.85, grabbed from CPAN. Get t/rel2abs2rel.t from bleadperl, because t/TEST was unhappy with its unstandard test output. Remove the old t/lib/filespec.t.
C
Rafael Garcia-Suarez: Remove the configure probes for iconv, and any iconv reference, since it's not used anywhere. (See change #12095 in the main branch.) This was known to freeze the configuration process on HP-UX.
C
Richard Dawe: README.dos update : Subject: Re: Perl 5.6.1 and DJGPP: some build fixes, some bug fixes Message-ID: <3F47E7EF.834E9F31@phekda.freeserve.co.uk>
C
Rafael Garcia-Suarez: Add Changes5.6 in the MANIFEST
C
Rafael Garcia-Suarez: Update Changes : move the 5.6.[01] changes to Changes5.6, while the changes in this new branch //depot/maint-5.6/perl-5.6.2 go in a new Changes file. Upgrade patchlevel.h.
C
Rafael Garcia-Suarez: Tabify and sort MANIFEST
C
Rafael Garcia-Suarez: Integrate ExtUtils::MakeMaker 6.16. Update the various makefiles utilities so the Makefile.PLs are invoked with PERL_CORE=1.
C
Rafael Garcia-Suarez: Integrate change 11744 from bleadperl : Subject: [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> Date: Fri, 24 Aug 2001 22:10:42 +0200 Message-Id: <1065978076.20010
C
Rafael Garcia-Suarez: Integrate from bleadperl :
C
Rafael Garcia-Suarez: Integrate change 10684 from bleadperl (as suggested by Marcus Holland-Moritz) : Guard the SysV IPC tests against being invoked in SysV-IPC-less places.
C
Rafael Garcia-Suarez: Don't uppercase automatically all environment variables on DJGPP. (reported by Richard Dawe, this breaks portability of Unix scripts.) Don't change the behaviour on plain MS/DOS.
C
Rafael Garcia-Suarez: Two portability patches for DJGPP from Richard Dawe <rich@phekda.freeserve.co.uk>. Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
C
Rafael Garcia-Suarez: Integrate Test::More, Test::Builder and Test::Simple, from bleadperl. Pulling in dependencies, I had to integrate if.pm as well (it's used in some tests.)
C
Rafael Garcia-Suarez: Upgrade to Test 1.24 (from bleadperl)
C
Rafael Garcia-Suarez: Two tests were failing after the Test::Harness upgrade, because they use Test, that loads Test::Harness, that doesn't load FileHandle anymore.
C
Rafael Garcia-Suarez: Upgrade to Test::Harness 2.30, and get t/harness from bleadperl (more or less, due to the different set of directories to scan for tests)
C
Rafael Garcia-Suarez: As in 5.8.0, rename the non-standard 5005 thread tests so that they don't get run by the test harnesses.
C
Rafael Garcia-Suarez: Roughly integrate t/TEST from bleadperl. This means that t/UTEST can probably be suppressed, but that implies some makefile adjustments.
C
Rafael Garcia-Suarez: Grab perlbug from bleadperl (@18698) p4raw-link: @18698 on //depot/perl: 8843dda615fc6b4c500632a976c7348c4ff93f1f
C
Rafael Garcia-Suarez: AUTHORS update.
C
Peter O'Gorman: Integrate change #19805 from bleadperl :
C
Rafael Garcia-Suarez: When adding files, update MANIFEST.
C
Rafael Garcia-Suarez: Forgot to add those files from DB_File 1.806.
C
Rafael Garcia-Suarez: Discourage from using threads in INSTALL.
C
Rafael Garcia-Suarez: Backport doc patch #20396 (Document in INSTALL that -Uinstallusrbinperl is now the default.) (goes with change #20382.) p4raw-link: @20382 on //depot/maint-5.6/perl-5.6.2: 35cece38bcff59e146289f1252a48037cdaf8bba
C
Rafael Garcia-Suarez: Introduce a '_test' make target, equivalent to 'test', to please Test::Smoke. In the future, backporting change 9217 would be nice.
C
Rafael Garcia-Suarez: Backport change #17926 : make installusrbinperl optional (that's probably better nowadays) p4raw-link: @17926 on //depot/perl: 5e366f6500f4020d35e7c5fd9163363b1042ab5a
C
Rafael Garcia-Suarez: Reintegrate change #11115 from the main branch : allow trailing whitespace when parsing /lib/syscalls.exp in AIX. Fixes detection of pipes and times syscalls on AIX 5. p4raw-link: @11115 on //depot/perl: a8c676c69574838b74382f50a384b
C
Yitzchak Scott-Thoennes: Integrate change #9996 as suggested by Jarrko : Add preemptive #undefs for some of the shorter and more prone to collision regcomp.h #defines. (Background: the MASK collided with a system header #define in Rhapsody.)
C
Rafael Garcia-Suarez: Integrate the CPAN distribution of DB_File 1.806.
C
Rafael Garcia-Suarez: Update Configure and makedepend.SH to work with gcc 3.x and with localized make messages. Update Configure and the hints files for svr5 to recognize OpenUNIX 8 as a flavor of Unixware.
C
Rafael Garcia-Suarez: Reintroduce the DEVELxxxxx stamp in the patchlevel. Put a small introductive note in perldelta.
C
Rafael Garcia-Suarez: Create the perl-5.6.2 branch from perl 5.6.1 (i.e. from //depot/maint-5.6/perl/...@9654). The changes currently under //depot/maint-5.6/perl/... will eventually be used later to produce a 5.6.3 release. p4raw-link: @9654 on //depot/m
C
Gurusamy Sarathy: here lies 5.6.1
C
Gurusamy Sarathy: update Changes, patchlevel.h &c.
C
Gurusamy Sarathy: tweak perldelta as suggested by Jarkko
C
Gurusamy Sarathy: add note about ithreads and Thread.pm (too many people are confused by the fact that Thread.pm is built and installed under non-5005threads but doesn't work)
C
Gurusamy Sarathy: update perldelta.pod for changes in 5.6.1
C
Gurusamy Sarathy: integrate change#9634 from mainline
C
Gurusamy Sarathy: on windows, many of the README.* pods were being copied to the wrong location
C
Gurusamy Sarathy: update to latest JPL from the anoncvs repository
C
More...