Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the perl version to 5.13.4 | Florian Ragwitz | 2010-08-20 | 21 | -143/+143 |
| | |||||
* | Improve perldelta formatting | Florian Ragwitz | 2010-08-20 | 1 | -7/+7 |
| | |||||
* | Finish up perl5134delta | Florian Ragwitz | 2010-08-20 | 1 | -2/+8 |
| | |||||
* | Fix stack corruption by unsupported filetests | Jan Dubois | 2010-08-19 | 1 | -5/+8 |
| | | | | | | | | | | | Commit c410dd6ad7 indiscriminately pops elements from the stack even when nothing has been pushed: file tests without arguments (testing $_) and stacked filetests don't have anything on the stack that needs to be removed. The general idea is that we need to have the same side effects as if we had called my_stat_flags(), so we shall only call POPs under the same conditions as the code in my_stat_flags(). | ||||
* | We break Switch | Florian Ragwitz | 2010-08-20 | 1 | -0/+5 |
| | |||||
* | HTML::Parser is fixed already | Florian Ragwitz | 2010-08-20 | 1 | -2/+2 |
| | |||||
* | perldelta t/re/overload.t | Florian Ragwitz | 2010-08-20 | 1 | -0/+5 |
| | |||||
* | Add t/re/overload.t to MANIFEST | Florian Ragwitz | 2010-08-20 | 1 | -0/+1 |
| | |||||
* | *.t and test.pl don't need to be executable | Florian Ragwitz | 2010-08-19 | 1 | -5/+1 |
| | |||||
* | Test for +x bits for all the files in exec-bit.txt | Florian Ragwitz | 2010-08-19 | 1 | -4/+4 |
| | | | | The globbing only works when done in the right directory. | ||||
* | Make everything exec-bit.txt lists executable | Florian Ragwitz | 2010-08-19 | 34 | -0/+0 |
| | | | | | | | All these files used to be executable in the release tarballs. Apparently things also work without that in the repository, but I'd rather add this possibly unecessary change to blead instead of breaking the upcoming release. This should probably be looked into again afterwards. | ||||
* | Silence a warning in time64.c. Need to downgrade a const char * | Steve Peters | 2010-08-19 | 1 | -1/+1 |
| | | | | to a char *. | ||||
* | Moved prototype check to XS code, allowing the .pm file change from yesterday | Steve Peters | 2010-08-19 | 2 | -5/+2 |
| | | | | to be removed. Thanks to Rafael for pointing out prototypes in XS. | ||||
* | Added a test for bug #77084. | Abigail | 2010-08-19 | 1 | -0/+39 |
| | |||||
* | Some nits picked on the 5.13.4 delta. | Steve Peters | 2010-08-19 | 1 | -4/+4 |
| | |||||
* | Update META.yml | Florian Ragwitz | 2010-08-19 | 1 | -0/+3 |
| | |||||
* | Porting/mergelog is no more | Florian Ragwitz | 2010-08-19 | 1 | -12/+0 |
| | | | | We're using cherrymaint on camel now. | ||||
* | CoreList, not Corelist | Florian Ragwitz | 2010-08-19 | 1 | -2/+2 |
| | |||||
* | Get perl5134delta into a mostly finished state | Florian Ragwitz | 2010-08-19 | 1 | -233/+34 |
| | |||||
* | perldelta up to 41f69a9 | Florian Ragwitz | 2010-08-19 | 1 | -1/+17 |
| | |||||
* | Revert "Version bump Module-CoreList to 2.37 for a CPAN release" | Chris 'BinGOs' Williams | 2010-08-18 | 2 | -2/+2 |
| | | | | | | This reverts commit d98a0e0610723630e3a6cf6f1de20f87701b22bc. Yeah, I'm an idiot. | ||||
* | Version bump Module-CoreList to 2.37 for a CPAN release | Chris 'BinGOs' Williams | 2010-08-18 | 2 | -2/+2 |
| | |||||
* | Ensure Filespec wont't show up in Module::Corelist | Florian Ragwitz | 2010-08-18 | 1 | -1/+4 |
| | |||||
* | There never was a `Filespec.pm' | Florian Ragwitz | 2010-08-18 | 1 | -26/+26 |
| | | | | | | | A bug in Porting/corelist.pl made Module::Corelist think the VMS::Filespec module was called Filespec. This bug was fixed in f4ccb67a0c5b6089da1ebe8b42943cf67d6c087a. This change updates all the old corelist entries accordingly. | ||||
* | fix 'might be used uninitialized' in PerlIO_tmpfile | David Mitchell | 2010-08-18 | 1 | -1/+1 |
| | | | | | sv can't actually be used uninitialized, but set it to zero to shut up stupid compilers | ||||
* | fix 'might be used uninitialized' in S_regmatch | David Mitchell | 2010-08-18 | 1 | -1/+1 |
| | | | | | | Strictly speaking charid would only get used uninitialized in debugging output with a trie state machine that has no entries, but initialise it to zero just to keep everyone happy. | ||||
* | It's `VMS::Filespec', not `Filespec' | Florian Ragwitz | 2010-08-18 | 1 | -1/+2 |
| | |||||
* | Ignore xsubpp temp files | Florian Ragwitz | 2010-08-18 | 1 | -0/+1 |
| | |||||
* | Make perl is not enough | Florian Ragwitz | 2010-08-18 | 1 | -1/+1 |
| | | | | corelist.pl also needs a few modules that aren't built by just `make perl'. | ||||
* | Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/perl into blead | Steve Peters | 2010-08-18 | 1 | -11/+2 |
|\ | |||||
| * | Karl convinced me this isn't revelant | Florian Ragwitz | 2010-08-18 | 1 | -9/+0 |
| | | | | | | | | They've always been sort of private, even tho the symbols are exported. | ||||
| * | perldelta up to ff7894f | Florian Ragwitz | 2010-08-18 | 1 | -2/+2 |
| | | |||||
* | | Make I18N::Langinfo::langinfo take $_ as an argument if none is specified as | Steve Peters | 2010-08-18 | 2 | -2/+6 |
|/ | | | | its documentation advertises. Bump version for this change. | ||||
* | Update Archive-Tar to CPAN version 1.68 | Chris 'BinGOs' Williams | 2010-08-18 | 5 | -4/+18 |
| | | | | | | | | | | | [DELTA] * important changes in version 1.68 17/08/2010 - Apply a patch from Colin Newell that checks whether long files can be created or not in 02_methods.t. Hopefully resolves RT #57312 and RT #56163 Most importantly it should resolve test failures when building on encrypted filesystems. | ||||
* | Note the HTML::Parser breakage | Florian Ragwitz | 2010-08-18 | 1 | -2/+4 |
| | | | | Also fix a link to substr(). | ||||
* | Ignore *.old files | Florian Ragwitz | 2010-08-18 | 1 | -5/+1 |
| | | | | | We already ignored a couple of them, but there's many more of them showing up every now and then, especially because of some of the porting tools. | ||||
* | Steal some rewording from perl5122delta | Florian Ragwitz | 2010-08-18 | 1 | -5/+12 |
| | |||||
* | perldelta up to a8a2f4f | Florian Ragwitz | 2010-08-18 | 1 | -4/+21 |
| | |||||
* | Re-sort MANIFEST and use tabs for new entry. | George Greer | 2010-08-17 | 1 | -1/+1 |
| | | | | | MANIFEST is in "dictionary order" (ignore-case and consider whitespace and alphanumeric only) so it can be surprising at times | ||||
* | Make sure the stack is balanced in the case that we fake the result of ↵ | Andy Armstrong | 2010-08-17 | 3 | -3/+29 |
| | | | | | | | | unsupported filetests. This time with an appropriate comment on the test. And with that I'll attempt to stop spamming P5P, at least for today, and go and do something less risky. Running with scissors perhaps. | ||||
* | Move POSIX.pm to lib/POSIX.pm to fix autosplitter problem | Jerry D. Hedden | 2010-08-17 | 4 | -3/+4 |
| | |||||
* | Fix building with PERL_GLOBAL_STRUCT defined. | Nicholas Clark | 2010-08-17 | 1 | -1/+4 |
| | | | | | Presumably this compilation option was broken when Perl_clone_params_del and Perl_clone_params_new were added in f7abe70be985cb91. | ||||
* | Add an -X option to expand-macro.pl to show how XSUBs see the macro. | Nicholas Clark | 2010-08-17 | 1 | -6/+18 |
| | | | | The default is to show macros as seen by the core. | ||||
* | perldelta Eric's lvalue/TARG changes | Florian Ragwitz | 2010-08-17 | 1 | -1/+8 |
| | |||||
* | Remove DATE section from README.aix | Florian Ragwitz | 2010-08-17 | 1 | -5/+1 |
| | | | | | | | | The date in there requires a manual edit for every release, which seems silly for a bit of information that's also in various other places like perlhist. Instead, only mention the perl version the document refers to somewhere at the top. Porting/bump-perl-version can update that automatically for us. | ||||
* | PERL_API_* doesn't need to be maintained manually | Florian Ragwitz | 2010-08-17 | 1 | -7/+11 |
| | |||||
* | Release managers need to be careful in INSTALL | Florian Ragwitz | 2010-08-17 | 1 | -0/+5 |
| | | | | | Everything is binary incompatible with each other, except for maint releases from the same maint branch. | ||||
* | Update INSTALL regarding binary compatibility | Florian Ragwitz | 2010-08-17 | 1 | -2/+2 |
| | |||||
* | perldelta up to d5da2b2 | Florian Ragwitz | 2010-08-17 | 1 | -1/+5 |
| | |||||
* | Bump $feature::VERSION | Florian Ragwitz | 2010-08-17 | 1 | -1/+1 |
| | | | | | It hasn't seen many changes since 5.13.3, but it was changed slightly in the docs, and cmpVERSION.pl kindly asked me to bump the verion even for that. |