Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mktables not run unless needed | Karl Williamson | 2009-11-24 | 5 | -41/+35 |
| | |||||
* | record version of Intel C during configure | Tony Cook | 2009-11-24 | 1 | -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 perlebcdic | brian d foy | 2009-11-23 | 1 | -3/+3 |
| | |||||
* | * Convert some pod files to UTF-8 (like all of the other pod files) | brian d foy | 2009-11-23 | 5 | -10/+10 |
| | |||||
* | * Reword the sentence about checking unlink failures | brian d foy | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | Fix code-before-declaration error on Win32 with recent VC++ compilers | Steve Hay | 2009-11-23 | 1 | -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.75 | Jerry D. Hedden | 2009-11-23 | 6 | -13/+17 |
| | |||||
* | Don't suggest Mail::Send isn't availble if we're ignoring it | Abigail | 2009-11-23 | 1 | -1/+7 |
| | |||||
* | Move change c35076938c7236fb into embed.fnc, from the generated file proto.h | Nicholas Clark | 2009-11-23 | 3 | -1/+13 |
| | |||||
* | Added a perltodo about enabling/disabling individual warnings | Jesse Vincent | 2009-11-23 | 1 | -0/+5 |
| | |||||
* | Fix mktables calls in Win32 makefiles | Nicholas Clark | 2009-11-23 | 2 | -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 default | Karl Williamson | 2009-11-23 | 5 | -23/+24 |
| | |||||
* | disable Module::Build bundle_inc.t | David Golden | 2009-11-23 | 1 | -1/+4 |
| | |||||
* | More info about camel in perlrepository.pod | Dennis Kaarsemaker | 2009-11-23 | 1 | -9/+18 |
| | | | | Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl> | ||||
* | fix logic for a workaround in POSIX.xs | Stepan Kasal | 2009-11-23 | 1 | -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 points | Karl Williamson | 2009-11-23 | 1 | -1/+10 |
| | |||||
* | Add also mktables.lst to gitignore, since it's generated | Rafael Garcia-Suarez | 2009-11-22 | 1 | -0/+1 |
| | |||||
* | Add new pod file to various lists and makefiles | Rafael Garcia-Suarez | 2009-11-22 | 5 | -4/+15 |
| | |||||
* | Simplify title of perluniprops | Rafael Garcia-Suarez | 2009-11-22 | 2 | -4/+2 |
| | | | | The man standard requires the title to be on one line. | ||||
* | Add deprecation of goto to inner scopes to perldelta | Rafael Garcia-Suarez | 2009-11-22 | 1 | -2/+4 |
| | |||||
* | Add Karl's text describing his Unicode property changes to perldelta | Rafael Garcia-Suarez | 2009-11-22 | 1 | -0/+100 |
| | |||||
* | Merge branch 'mktables' into blead | Rafael Garcia-Suarez | 2009-11-22 | 13 | -2978/+88463 |
|\ | |||||
| * | Remove mktables.lst, since it's generated | Rafael Garcia-Suarez | 2009-11-22 | 2 | -830/+0 |
| | | |||||
| * | Add new generated file lib/unicore/Heavy.pl to gitignore | Rafael Garcia-Suarez | 2009-11-22 | 1 | -2/+1 |
| | | | | | | | | Also remove from there files that are no longer generated by mktables. | ||||
| * | Fix plan syntax in TAP output | Rafael Garcia-Suarez | 2009-11-22 | 1 | -1/+1 |
| | | |||||
| * | mktables revamp | Karl Williamson | 2009-11-21 | 12 | -2930/+89246 |
| | | |||||
* | | Fix unindented code in perlfunc after 5ed4f2ecec5b66feed399b9a24471aeac4242cdb | Vincent Pit | 2009-11-21 | 1 | -154/+154 |
|/ | |||||
* | Resort MANIFEST - Latest Module::Build MANIFEST update broke sorting. | Jesse Vincent | 2009-11-21 | 1 | -1/+1 |
| | |||||
* | Add new warning introduced by last patch in perldiag. | Rafael Garcia-Suarez | 2009-11-21 | 2 | -2/+7 |
| | |||||
* | deprecate "goto" to jump into a construct | Gerard Goossen | 2009-11-21 | 4 | -16/+40 |
| | |||||
* | Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ↵ | Gerard Goossen | 2009-11-21 | 3 | -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 Goossen | 2009-11-21 | 1 | -2/+4 |
| | |||||
* | Make -UDEBUGGING the default on VMS for 5.12.0. | Craig A. Berry | 2009-11-21 | 1 | -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. Berry | 2009-11-21 | 1 | -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. Berry | 2009-11-21 | 1 | -1/+2 |
| | | | | | Don't use register storage class for something we later take the address of. | ||||
* | Update generated Module::Build::ConfigData | David Golden | 2009-11-20 | 2 | -24/+43 |
| | |||||
* | Avoid logical name conflicts in File::Path::_rmtree on VMS. | Craig A. Berry | 2009-11-20 | 1 | -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 Dubois | 2009-11-20 | 6 | -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::VMS | David Golden | 2009-11-20 | 1 | -12/+13 |
| | |||||
* | Update count | Abigail | 2009-11-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead | Abigail | 2009-11-20 | 34 | -1086/+2185 |
|\ | |||||
| * | Parse embed.fnc first, then cross-check consistency between it and =for apidoc | Nicholas Clark | 2009-11-20 | 1 | -49/+90 |
| | | |||||
| * | Synchronise "may change"/"experimental" flags between embed.fnc and =for apidoc | Nicholas Clark | 2009-11-20 | 1 | -11/+11 |
| | | |||||
| * | Merge near-duplicate code for 'api' and 'guts'. | Nicholas Clark | 2009-11-20 | 1 | -11/+9 |
| | | |||||
| * | Merge %apidocs and %gutsdocs into $docs{api} and $docs{guts}. | Nicholas Clark | 2009-11-20 | 1 | -8/+7 |
| | | |||||
| * | Clarify docs for implicit "next" on all "when" blocks | Moritz Lenz | 2009-11-20 | 1 | -1/+1 |
| | | |||||
| * | Missing static storage class for some new static functions | Rafael Garcia-Suarez | 2009-11-20 | 2 | -3/+3 |
| | | |||||
| * | Fix up the NAME in perl5112delta.pod | Nicholas Clark | 2009-11-20 | 1 | -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 Clark | 2009-11-20 | 1 | -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 release | Chris Williams | 2009-11-20 | 2 | -1/+4 |
| | |