summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mktables not run unless neededKarl Williamson2009-11-245-41/+35
|
* record version of Intel C during configureTony Cook2009-11-241-0/+5
| | | | | | | | | Currently building with icc records an empty ccversion, the attached change fixes that. Tony Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* * Remove some end-of-line whitespace from perlebcdicbrian d foy2009-11-231-3/+3
|
* * Convert some pod files to UTF-8 (like all of the other pod files)brian d foy2009-11-235-10/+10
|
* * Reword the sentence about checking unlink failuresbrian d foy2009-11-231-1/+1
|
* Fix code-before-declaration error on Win32 with recent VC++ compilersSteve Hay2009-11-231-10/+10
| | | | | (We only #define SET_INVALID_PARAMETER_HANDLER for VC2005 and later, so users of earlier compilers will not have seen this error)
* Upgrade to threads 1.75Jerry D. Hedden2009-11-236-13/+17
|
* Don't suggest Mail::Send isn't availble if we're ignoring itAbigail2009-11-231-1/+7
|
* Move change c35076938c7236fb into embed.fnc, from the generated file proto.hNicholas Clark2009-11-233-1/+13
|
* Added a perltodo about enabling/disabling individual warningsJesse Vincent2009-11-231-0/+5
|
* Fix mktables calls in Win32 makefilesNicholas Clark2009-11-232-2/+2
| | | | | | Subject: Re: Smoke [5.11.2] v5.11.2-42-g02b203e FAIL(M) MSWin32 WinXP/.Net SP3 (x86/2 cpu) Date: Mon, 23 Nov 2009 11:02:17 +0000 Message-ID: <20091123110217.GU2582@plum.flirble.org>
* Make unicode semantics the defaultKarl Williamson2009-11-235-23/+24
|
* disable Module::Build bundle_inc.tDavid Golden2009-11-231-1/+4
|
* More info about camel in perlrepository.podDennis Kaarsemaker2009-11-231-9/+18
| | | | Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* fix logic for a workaround in POSIX.xsStepan Kasal2009-11-231-2/+2
| | | | | | | | There is the assignment "RETVAL = 0" to silence the compiler in case it incorrectly reports return of an undefined value. This assignment should be present whenever *any* of the symbols is not defined. But the code was written so that the assignment was compiled only when *none* of the symbols was defined.
* Use hex instead of octal for larger code pointsKarl Williamson2009-11-231-1/+10
|
* Add also mktables.lst to gitignore, since it's generatedRafael Garcia-Suarez2009-11-221-0/+1
|
* Add new pod file to various lists and makefilesRafael Garcia-Suarez2009-11-225-4/+15
|
* Simplify title of perlunipropsRafael Garcia-Suarez2009-11-222-4/+2
| | | | The man standard requires the title to be on one line.
* Add deprecation of goto to inner scopes to perldeltaRafael Garcia-Suarez2009-11-221-2/+4
|
* Add Karl's text describing his Unicode property changes to perldeltaRafael Garcia-Suarez2009-11-221-0/+100
|
* Merge branch 'mktables' into bleadRafael Garcia-Suarez2009-11-2213-2978/+88463
|\
| * Remove mktables.lst, since it's generatedRafael Garcia-Suarez2009-11-222-830/+0
| |
| * Add new generated file lib/unicore/Heavy.pl to gitignoreRafael Garcia-Suarez2009-11-221-2/+1
| | | | | | | | Also remove from there files that are no longer generated by mktables.
| * Fix plan syntax in TAP outputRafael Garcia-Suarez2009-11-221-1/+1
| |
| * mktables revampKarl Williamson2009-11-2112-2930/+89246
| |
* | Fix unindented code in perlfunc after 5ed4f2ecec5b66feed399b9a24471aeac4242cdbVincent Pit2009-11-211-154/+154
|/
* Resort MANIFEST - Latest Module::Build MANIFEST update broke sorting.Jesse Vincent2009-11-211-1/+1
|
* Add new warning introduced by last patch in perldiag.Rafael Garcia-Suarez2009-11-212-2/+7
|
* deprecate "goto" to jump into a constructGerard Goossen2009-11-214-16/+40
|
* Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ↵Gerard Goossen2009-11-213-20/+5
| | | | become void context. Fixes problem with require not always being in scalar context.
* Add a TODO test for "require" always being in scalar context.Gerard Goossen2009-11-211-2/+4
|
* Make -UDEBUGGING the default on VMS for 5.12.0.Craig A. Berry2009-11-211-4/+4
| | | | | | | Like it has been everywhere else for ages and ages. Also make command-line selection of -UDEBUGGING and -DDEBUGGING work in configure.com; before the only way to turn it off was by saying no in answer to the interactive question.
* Perl_pad_sv and Perl_hv_assert don't exist without -DDEBUGGING.Craig A. Berry2009-11-211-0/+4
| | | | So let's not make them part of the API when they don't exist.
* Declaration nit in vms.c's Perl_my_fwrite.Craig A. Berry2009-11-211-1/+2
| | | | | Don't use register storage class for something we later take the address of.
* Update generated Module::Build::ConfigDataDavid Golden2009-11-202-24/+43
|
* Avoid logical name conflicts in File::Path::_rmtree on VMS.Craig A. Berry2009-11-201-3/+2
| | | | | | already submitted upstream at: http://rt.cpan.org/Public/Bug/Display.html?id=51588
* Always add a manifest resource to perl.exe to specify the <trustInfo>Jan Dubois2009-11-206-10/+65
| | | | | | | | | | | | | | | | | | settings for Windows Vista and later. Without this setting Windows will treat perl.exe as a legacy application and apply various heuristics like redirecting access to protected file system areas (like the "Program Files" folder) to the users "VirtualStore" instead of generating a proper "permission denied" error. For VC8 and VC9 this manifest setting is automatically generated by the compiler/linker (together with the binding information for their respective runtime libraries); for all other compilers we need to embed the manifest resource explicitly in the external resource file. This change also requests the Microsoft Common-Controls version 6.0 (themed controls introduced in Windows XP) via the dependency list in the assembly manifest. For VC8 and VC9 this is specified using the /manifestdependency linker commandline option instead.
* quick-fix broken Module::Build::Platforms::VMSDavid Golden2009-11-201-12/+13
|
* Update countAbigail2009-11-201-1/+1
|
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadAbigail2009-11-2034-1086/+2185
|\
| * Parse embed.fnc first, then cross-check consistency between it and =for apidocNicholas Clark2009-11-201-49/+90
| |
| * Synchronise "may change"/"experimental" flags between embed.fnc and =for apidocNicholas Clark2009-11-201-11/+11
| |
| * Merge near-duplicate code for 'api' and 'guts'.Nicholas Clark2009-11-201-11/+9
| |
| * Merge %apidocs and %gutsdocs into $docs{api} and $docs{guts}.Nicholas Clark2009-11-201-8/+7
| |
| * Clarify docs for implicit "next" on all "when" blocksMoritz Lenz2009-11-201-1/+1
| |
| * Missing static storage class for some new static functionsRafael Garcia-Suarez2009-11-202-3/+3
| |
| * Fix up the NAME in perl5112delta.podNicholas Clark2009-11-201-1/+1
| | | | | | | | | | (It needs to be this way to make search.cpan.org generate the right links) This step is already described in release_managers_guide.pod.
| * Always bless filehandles into IO::Handle:: - don't try for FileHandle:: first.Nicholas Clark2009-11-201-5/+1
| | | | | | | | | | Given that FileHandle "is now a front-end to the IO::* classes" it seems wasted effort to indirect through it.
| * Updated Module::CoreList Changes etc for a CPAN releaseChris Williams2009-11-202-1/+4
| |