summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* utf8_heavy.pl: Remove unused variable declarationMichael Parker2011-01-072-1/+1
|
* Update the policy on doc patches to maintJesse Vincent2011-01-081-1/+3
|
* In Perl_swash_init(), use call_sv() directly instead of call_method().Nicholas Clark2011-01-071-1/+1
| | | | | | This gives a small space saving on this platform, likely due to code being shared with the other call to call_sv(). (It also removes a level of function call at runtime.)
* In Perl_swash_init(), reuse any non-NULL return value from Perl_gv_fetchmeth().Nicholas Clark2011-01-071-2/+7
| | | | | | | | | Historically Perl_swash_init() called Perl_gv_fetchmeth() simply to determine if the requested package was loaded, and if not, attempt to load it. However, Perl_gv_fetchmeth() is actually making the same lookup as Perl_call_method() uses to get a pointer to the relevant method. Hence if we get a non-NULL return from Perl_gv_fetchmeth() we can pass it directly to Perl_call_sv(), and save duplicated work.
* Last typo missed in regenH.Merijn Brand2011-01-071-1/+1
|
* Re-generated Configure after the spell-check fixes from Peter J. AcklamH.Merijn Brand2011-01-073-1275/+1401
| | | | | | | 1. re-generate Configure and config_h.SH 2. update Porting/config_H, which was very outdated Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Run make regen after 486ec47ab73770ab updated regcomp.sym.Nicholas Clark2011-01-071-1/+1
|
* Fix typos (spelling errors) in hints/*.Peter J. Acklam) (via RT2011-01-0716-20/+20
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81884] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81884 > Signed-off-by: Abigail <abigail@abigail.be>
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadAbigail2011-01-0749-103/+104
|\
| * Fix typos (spelling errors) in cpan/Params-Check/*.Peter J. Acklam2011-01-072-5/+5
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81844] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81844 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
| * Fix typos (spelling errors) in cpan/Archive*.Peter J. Acklam2011-01-074-19/+19
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81776] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81776 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
| * Fix typos (spelling errors) in cpan/Term-UI/*.Peter J. Acklam2011-01-071-1/+1
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81862] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81862 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
| * Fix typos (spelling errors) in cpan/Object-Accessor/*.Peter J. Acklam2011-01-072-7/+7
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81842] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81842 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
| * Fix typos (spelling errors) in cpan/Module-Load-Conditional/*.Peter J. Acklam2011-01-072-3/+3
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81836] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81836 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
| * Fix typos (spelling errors) in cpan/Log-Message/*.Peter J. Acklam2011-01-072-2/+2
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81828] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81828 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
| * Fix typos (spelling errors) in cpan/IPC-Cmd/*.Peter J. Acklam2011-01-073-12/+12
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81814] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81814 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
| * Fix typos (spelling errors) in cpan/File-Fetch/*.Peter J. Acklam2011-01-071-4/+4
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81802] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81802 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
| * Fix typos (spelling errors) in cpan/CPANPLUS-Dist-Build/*.Peter J. Acklam2011-01-072-4/+4
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81790] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81790 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
| * Fix typos (spelling errors) in cpan/CPANPLUS/*.Peter J. Acklam2011-01-0730-46/+47
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81788] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81788 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* | Fix typos (spelling errors) in utils/*.Peter J. Acklam) (via RT2011-01-075-8/+8
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81914] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81914 > Signed-off-by: Abigail <abigail@abigail.be>
* | Fix typos (spelling errors) in qnx/*.Peter J. Acklam) (via RT2011-01-071-1/+1
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81908] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81908 > Signed-off-by: Abigail <abigail@abigail.be>
* | Fix typos (spelling errors) in Cross/*.Peter J. Acklam) (via RT2011-01-075-6/+6
|/ | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81880] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81880 > Signed-off-by: Abigail <abigail@abigail.be>
* Fix typos (spelling errors) in Porting/*.Peter J. Acklam) (via RT2011-01-0715-57/+57
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81910] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81910 > Signed-off-by: Abigail <abigail@abigail.be>
* Fix typos (spelling errors) in os2/*.Peter J. Acklam) (via RT2011-01-077-17/+17
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81900] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81900 > Signed-off-by: Abigail <abigail@abigail.be>
* Fix typos (spelling errors) in install files.Peter J. Acklam) (via RT2011-01-073-3/+3
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81886] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81886 > Signed-off-by: Abigail <abigail@abigail.be>
* Fix typos (spelling errors) in lib/*Peter J. Acklam) (via RT2011-01-0726-63/+63
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81890] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81890 > Signed-off-by: Abigail <abigail@abigail.be>
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadAbigail2011-01-071-3/+3
|\
| * [PATCH] Minor problem in cookie.tRainer Tammer2011-01-071-3/+3
| | | | | | | | Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* | Fix typos (spelling errors) in misc. files.Peter J. Acklam) (via RT2011-01-072-4/+4
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81894] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81894 > Signed-off-by: Abigail <abigail@abigail.be>
* | Fix typos (spelling errors) in MANIFEST.Peter J. Acklam) (via RT2011-01-071-8/+8
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81892] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81892 > Signed-off-by: Abigail <abigail@abigail.be>
* | Fix typos (spelling errors) in dist/*Peter J. Acklam) (via RT2011-01-0779-197/+197
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81888] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81888 > Signed-off-by: Abigail <abigail@abigail.be>
* | Fix typos (spelling errors) in x2p/*.Peter J. Acklam) (via RT2011-01-071-2/+2
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81920] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81920 > Signed-off-by: Abigail <abigail@abigail.be>
* | Fix typos (spelling errors) in vms/*.Peter J. Acklam) (via RT2011-01-073-16/+16
| | | | | | | | | | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81918] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81918 > Signed-off-by: Abigail <abigail@abigail.be>
* | Fix typos in pod/*Peter J. Acklam) (via RT2011-01-0727-49/+49
|/ | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81906] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81906 >
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-0749-69/+69
| | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81916] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81916 >
* Fix typos (spelling errors) in README*.Peter J. Acklam) (via RT2011-01-0714-19/+19
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81912] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81912 > Signed-off-by: Abigail <abigail@abigail.be>
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-0739-123/+123
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81904] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81904 > Signed-off-by: Abigail <abigail@abigail.be>
* Fix typos (spelling errors) in plan9/*.Peter J. Acklam) (via RT2011-01-073-11/+11
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81902] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81902 > Signed-off-by: Abigail <abigail@abigail.be>
* Fix typos (spelling errors) in NetWare/*.Peter J. Acklam) (via RT2011-01-076-12/+12
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81898] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81898 > Signed-off-by: Abigail <abigail@abigail.be>
* Fix typos (spelling errors) in mpeix/*.Peter J. Acklam) (via RT2011-01-071-2/+2
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81896] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81896 > Signed-off-by: Abigail <abigail@abigail.be>
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-0731-37/+37
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81882] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81882 > Signed-off-by: Abigail <abigail@abigail.be>
* Fix typos (spelling errors) in beos/*.Peter J. Acklam) (via RT2011-01-071-1/+1
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81746] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81746 > Signed-off-by: Abigail <abigail@abigail.be>
* Update Module::Metadata to 1.000003David Golden2011-01-063-10/+6
|
* Add Module::Metadata as a dual-life core moduleDavid Golden2011-01-069-0/+2561
| | | | | | | | This commit adds Module::Metadata 1.000002 as a dual-life module. It gathers package and POD information from Perl module files. It is a standalone module based on Module::Build::ModuleInfo for use by other module installation toolchain components. Module::Build::ModuleInfo has been deprecated in favor of this module instead.
* update version.pm in Maintainers.plDavid Golden2011-01-061-1/+1
|
* Sync with version 0.88 on CPANJohn Peacock2011-01-062-3/+3
|
* Update to Win32-0.42 from CPANJan Dubois2011-01-065-5/+9
|
* Update K&R-style function declarations in dl_vms.xs.Craig A. Berry2011-01-061-6/+2
|
* Build json_pp.com on VMS.Craig A. Berry2011-01-061-1/+4
|
* Make newline on last record explicit.Craig A. Berry2011-01-051-4/+4
| | | | | | | | | | On VMS, the last line written to a file will get a trailing newline willy nilly. This has its advantages insofar as you never get the "no newline at end of file" warnings from various utilities, but reality conflicts with expectations when you explicitly test for the last (or only) line *not* ending with newline, which is what the recent addtion to ref.t (5e3072707906cc4cb8a364c4cf7c487df0300caa) was doing. Adding an explicit newline makes everyone happy.