summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadv5.11.2Leon Brocard2009-11-191-1/+1
|\
| * Convert the shell pipeline for the list of committers to a Perl 1 liner.Nicholas Clark2009-11-191-1/+1
| | | | | | | | To me it feels better to promote our own dogfood.
* | Module::CoreList updated for the real 5.11.2, including Module::Build changesLeon Brocard2009-11-191-26/+29
|/
* The lexer API is very exciting, but only mention it onceLeon Brocard2009-11-191-9/+0
|
* Run Porting/podtidyLeon Brocard2009-11-191-80/+90
|
* Add details of module updatesLeon Brocard2009-11-191-4/+35
|
* Delete a few more sectionsLeon Brocard2009-11-191-43/+0
|
* Delete sections, add a bunch moreLeon Brocard2009-11-191-103/+77
|
* Merge branch 'blead' of perl5.git.perl.org:/gitroot/perl into bleadH.Merijn Brand2009-11-191-0/+8
|\
| * Mention how to generate stats for the AcknowledgementsLeon Brocard2009-11-191-0/+8
| |
* | Sync AUTHORS and Porting/checkAUTHORS.pl with ChangelogsH.Merijn Brand2009-11-192-205/+208
|/
* Fix POD: C<...->...> => C<< ...-> ... >>Frank Wiegand2009-11-196-6/+6
| | | | Signed-off-by: Abigail <abigail@abigail.be>
* Updated Module::Build to 0.35_09David Golden2009-11-1936-254/+282
| | | | | | | | | | | | | | | | | | | | | | | | | | | 0.35_09 - Thu Nov 19 01:30:42 EST 2009 Bug fixes: - The DB package should not be included in 'provides' in META files [David Golden] - Fixed t/xs.t build failures in bleadperl for noexec temp directories [Nicholas Clark] - Adjusted order of @INC in resume() (fixes par.t, ppm.t, xs.t fails): @INC = @new_additions_to_inc, @saved_additions_to_inc, @default_inc [David Golden] - Skip bundle_inc.t tests if bundled Module::Build for test can't be tweaked (Works around test crashes on Win2) [David Golden] Other: - 'C_support' is no longer an optional feature. Modern ExtUtils::CBuilder and ExtUtils::ParseXS added to the 'requires' list. This ensures that upgrading Module::Build will upgrade this critical modules. ExtUtils::CBuilder no longer requires a compiler, so it is "safe" to require.
* Fill in some details about the releaseLeon Brocard2009-11-191-6/+56
|
* Tweak tense, remove double spacesLeon Brocard2009-11-191-14/+13
|
* Bump version of Module::CoreList to 2.23Chris Williams2009-11-192-2/+2
|
* Abolish xio_lines from struct PVIO - store IoLINES() in the IVX slot.Nicholas Clark2009-11-191-2/+2
|
* PVIOs don't use the SvIVX slot.Nicholas Clark2009-11-193-2/+5
|
* lexer API fixesZefram2009-11-192-12/+17
| | | | | | | | | | | | | The attached patch contains these fixes for the lexer API work: * fix MinGW-revealed problem in BOM logic (replacing Jan's patch) * fix warnings from t/op/incfilter.t * probably fix g++ failure due to goto bypassing initialisation * perl5112delta update -zefram Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* minitest fixesZefram2009-11-192-3/+4
| | | | | | | | Attached patch fixes two small bugs that interfere with minitest. -zefram Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Add a few more distribution versus module name exceptionsLeon Brocard2009-11-181-1/+4
|
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadLeon Brocard2009-11-181-46/+50
|\
| * {camel,dromedary}.booking.com names are gone, so update them to ↵Vincent Pit2009-11-181-46/+50
| | | | | | | | | | | | {,users.}per5.git.perl.org And run podtidy.
* | Add the 5.11.2 releaseLeon Brocard2009-11-181-0/+1
|/
* Module::CoreList updated for 5.11.2Leon Brocard2009-11-181-1/+641
|
* Fix two spelling errorsLeon Brocard2009-11-181-1/+1
|
* Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) ↵Leon Brocard2009-11-1820-127/+127
| | | | hardcoded
* Updated CPAN path for Module::CoreList in Maintainers.plChris Williams2009-11-181-1/+1
|
* Fix minor typo in commentLeon Brocard2009-11-181-1/+1
|
* Skip the scope name checks if PL_scopestack_name is NULL.Nicholas Clark2009-11-181-4/+7
| | | | | | It's possible that someone has built a module with -DDEBUGGING, but they're using it against a perl built non-DEBUGGING, in which case PL_scopestack_name will be NULL. Better to skip the checks than to SEGV.
* PL_scopestack_name needs to be present, -DDEBUGGING or not.Nicholas Clark2009-11-181-3/+3
| | | | | | -DDEBUGGING and not need to be binary compatible with each other. Fixes the test failures in ext/re caused by d343c3ef45381352 for threaded builds without -DDEBUGGING.
* Update CPANPLUS::Dist::Build to cpan version 0.44Chris Williams2009-11-183-13/+18
| | | | | | | | | Changes for 0.44 ================ Make the prereq resolving fallback to _build/ querying if the 'prereq_data' action fails. The edge-case of a distribution that is bundling an older version of Module::Build exposed this flaw. Thanks to Johan Vromans for questioning the test report for EekBoek.
* Correct the arguments to MBTest->tmpdir() to reflect implementation changes.Nicholas Clark2009-11-181-1/+1
|
* Updated Module::Build to 0.35_08David Golden2009-11-1879-1558/+4256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.35_08 - Mon Nov 16 22:38:28 EST 2009 Bug fixes: - Multiple tests were failing due to dependency problems. Author dependencies have been largely removed from core 'requires' into optional features. Feature prereq detection and messaging have been expanded and bugs on older Perls have been removed. 0.35_07 - Sat Nov 14 17:14:39 EST 2009 Bug fixes: - Auto-detection of abstract and author fixed for mixed-case POD headers (RT#51117) [David Wheeler] - resume() was not restoring additions to @INC added in Build.PL (RT#50145) [David Golden] - When tarball paths are less than 100 characters, disables 'prefix' mode of Archive::Tar for maximum compatibility (RT#50571) [David Golden] 0.35_06 - Fri Nov 13 14:51:28 EST 2009 Enhancements: - Added experimental inc/ bundling; see Module::Build::Bundling for details. [David Golden and Eric Wilhelm] - Clarified that 'apache' in the license attribute indicates the Apache License 2.0 and added 'apache_1_1' for the older version of the license (RT#50614) [David Golden] Bug fixes: - Merging 'requires' and 'build_requires' in Module::Build::Compat could lead to duplicate PREREQ_PM entries; now the highest version is used for PREREQ_PM. (RT#50948) [David Golden] - Module::Build::Compat will now die with an error if advanced, non-numeric prerequisites are given, as these are not supported by ExtUtils::MakeMaker in PREREQ_PM [David Golden] - Made MYMETA generation non-fatal if fields required for META.yml are missing [David Golden] - Added Pod::Simple to requirements for manpage support; avoids problems if a user has a broken Pod::Man/Pod::Simple. (RT#50081) [David Golden] - Won't die if installed Pod::Readme is broken [David Golden] Other: - Fixed Module::Build::Notes POD [David Golden] - Some commands had become silent by default, so added a few short status messages so users know something actually happened [David Golden] - Cleaned up Changes file formatting [David Golden] - Removed most PERL_CORE customizations from test files due to reorganization of dual-life modules in core (RT#49522) [David Golden] 0.35_05 - Wed Oct 28 17:20:59 EDT 2009 Bug fixes: - Fix test failure in t/actions/installdeps.t when $^X is not the default perl [David Golden] - Work around $VERSION numbers in ActiveState with multiple underscores that prevent Module::Build from installing on Win32 [David Golden] - Fix bug cleaning compatibility Makefile when older ExtUtils::Manifest is installed [David Golden with help from David Cantrell] Other: - Suppressed more warnings from tests [David Golden] - Add provisional support for 'package NAME VERSION' syntax added in Perl 5.11.1 [David Golden] 0.35_04 - Fri Oct 23 11:20:41 EDT 2009 Bug fixes: - Fix test failure if IPC::Cmd isn't installed [David Golden] Other: - Suppressed warning messages from various tests [David Golden] 0.35_03 - Wed Oct 21 21:20:59 EDT 2009 *** API CHANGE *** - The prepare_metadata() method used to take a YAML::Node object as an argument for modification. The method now takes no arguments and just returns a hash reference of metadata. [David Golden] Enhancements - Command line options may be set via the PERL_MB_OPT environment variable (similar to PERL_MM_OPT in ExtUtils::MakeMaker) Bug fixes: - Updated PPM generation to PPM v4 (RT#49600) [Olivier Mengue] - When c_source is specified, the directory scan will include additional, less-common C++ extensions (RT49298) [David Golden] - When module_name is not supplied, no packlist was being written; fixed by guessing module_name from dist_version_from or the directory name (just like ExtUtils::Manifest does without NAME) [David Golden] - Bumped IO::File prereq to fix binmode failures in PPMMaker on Perl prior to 5.8.8 [David Golden] Other: - Replaced use of YAML.pm with YAML::Tiny; Module::Build::YAML is now based on YAML::Tiny as well [David Golden] - Reduced amount of console output under normal operation (use --verbose to see all output) [David Golden] 0.35_02 - Mon Sep 7 22:37:42 EDT 2009 Enhancements: - Added 'needs_compiler' property. Defaults to true if XS or c_source exist. If true, ExtUtils::CBuilder is also added to build_requires. [David Golden] - File::ShareDir automatically added to 'requires' if 'share_dir' is set [David Golden] - Added 'Build installdeps' action to install needed dependencies via a user-configurable command line program. (Defaults to 'cpan'.) [Eric Wilhelm] Bug fixes: - Failure to detect a compiler will now warn during Build.PL and be a fatal error when trying to compile during Build. (RT#48918) [David Golden] - Fixed directory sorting failure in share_dir.t [David Golden] - Property defaults that are data structures were being assigned as references to new objects. Changed so that defaults are cloned instead. (This mostly affects testing, which often creates multiple objects in the same process) [David Golden] - Simplified error message on exit under use_tap_harness [suggested by David Wheeler] - Fixed typemap search to use a dist-level typemap if a typemap is not found in the directory with the *.xs file; (was manifesting as warnings in Perl 5.6 tests) [David Golden] Other: - Replaced guts of new_from_context(). Build.PL is now executed in a separate process before resume() is called. (This is generally only of interest to Module::Build or toolchain developers) (RT#49350) [David Golden, Eric Wilhelm, Ken Williams] - Revised test helper classes to fix potential bugs and add new features to make writing tests simpler and easier. Changes incorporated into t/README.pod and t/sample.t as examples for new testing. [David Golden] 0.35_01 - Mon Aug 31 12:11:10 EDT 2009 Enhancements: - Generates MYMETA.yml during Build.PL (new standard protocol for communicating configuration results between toolchain components) [David Golden] - Added 'share_dir' property to provide File::ShareDir support; set automatically if a directory called 'share' exists [David Golden] Bug fixes: - Fix the t/destinations.t fix. [David Golden, with thanks to Eric Wilhelm] - Fix recursive test files in generated Makefile.PL (RT#49254) [Sawyer X] - Guard against trying :utf8 when :utf8 isn't available - The "test" action now dies when using the 'use_tap_harness' option and tests fail, matching the behavior under Test::Harness. (RT#49080) [initial patch from David Wheeler; revised by David Golden] Other: - Added t/README.pod and t/sample.t to guide developers writing new tests [David Golden, with some code from Eric Wilhelm] - Module::Build::Compat 'passthrough' style has been deprecated. Using 'passthrough' will issue warnings on Makefile.PL generation. See Module::Build::Compat documentation for rationale.
* Typo fixAbigail2009-11-171-1/+1
|
* Correctly check that functions flagged as documented do have documentation.Nicholas Clark2009-11-171-1/+1
|
* Correct the flags for 3 functions that don't actually have documentation.Nicholas Clark2009-11-171-3/+3
|
* Remove dead preprocessor code from toke.cJan Dubois2009-11-161-13/+0
| | | | | | The symbol FTELL_FOR_PIPE_IS_BROKEN is no longer being used and should have been removed with the commit 4c84d7f2, which removed the -P option.
* Fix crash in refactored lexer internalsJan Dubois2009-11-161-1/+1
| | | | | | | | | | | | Commit f0e67a1d29102aa9905aecf2b0f98449697d5af3 changed the control flow so that PerlIO_tell(PL_rsfp) could be called when PL_rsfp was NULL, which produces a crash at least on Windows with the MSVCRT runtime. This change moves the detection if PL_rsfp is NULL or not closer to the location where is is actually tested, which gets rid of the crashes. I however have *not* verified if the changes in control flow in f0e67a1d are otherwise correct or not.
* add op class assertions to newXXXOP functionsGerard Goossen2009-11-161-0/+37
|
* Document SIGPIPE when printing to closed socketDavid Golden2009-11-161-0/+3
|
* Patches to Encode 2.38 to match current test layoutJesse Vincent2009-11-163-12/+0
|
* Updated Encode to CPAN release 2.38Jesse Vincent2009-11-1624-66/+135
|
* Update CPANPLUS::Dist::Build to cpan version 0.42Chris Williams2009-11-153-3/+3
|
* Update IPC::Cmd to cpan version 0.54Chris Williams2009-11-152-7/+6
| | | | | | Changes for 0.54 Sun Nov 15 21:43:51 GMT 2009 ================================================= * Fixed issues on older perls requiring Time::HiRes
* Inline PL_no_symref_sv into its users. Deprecate the visible global variable.Nicholas Clark2009-11-152-4/+9
| | | | | | | | | As the core no longer needs this fixed string outside of pp.c, it seems daft to make it public just in case any module wants to use it. Modules that do should provide their own inline copy in future. Also restore the visible global PL_no_symref_sv back to the original format specificiation (of 5.10.0 and earlier).
* Inline PL_no_symref into pp_entersub. Deprecate the visible global variable.Nicholas Clark2009-11-153-3/+4
| | | | | | | | | | | As the core no longer needs this fixed string in more than one place, it seems daft to go to the overhead (and cost) of making it public in case any module wants to use it. Modules that do want to use it should provide their own inline copy in future. Also restore the visible global PL_no_symref back to the original format specification (of 5.10.0 and earlier), as an extra %s has the potential to cause SEGVs or worse if not spotted at compile time.
* lexer APIZefram2009-11-1513-312/+941
| | | | | | | | | Attached is a patch that adds a public API for the lowest layers of lexing. This is meant to provide a solid foundation for the parsing that Devel::Declare and similar modules do, and it complements the pluggable keyword mechanism. The API consists of some existing variables combined with some new functions, all marked as experimental (which making them public certainly is).
* Make the style of pad_add_name's flags consistent with pad_new's and pad_tidy's.Nicholas Clark2009-11-153-12/+12
|
* Change S_pad_check_dup()'s arguments from char*/STRLEN to SV *.Nicholas Clark2009-11-154-19/+12
| | | | Within the function, use sv_eq() rather than strcmp().