summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Disable regeneration of regcharclass.h on win32v5.13.4Florian Ragwitz2010-08-202-8/+0
| | | | | | | There's really no need to do this on the user side, as regcharclass.h is a real file in the repository. Having this rule, while maybe handy for regexp developers working on win32, otherwise only causes trouble if regcharclass.pl changes in a way that doesn't require regcharclass.h to change.
* Add 5.13.4 to perlhistFlorian Ragwitz2010-08-201-0/+1
|
* Update Module::Corelist for 5.13.4Florian Ragwitz2010-08-203-31/+671
|
* Update Changes for 5.13.4Florian Ragwitz2010-08-201-4/+4
|
* Bump the perl version to 5.13.4Florian Ragwitz2010-08-2021-143/+143
|
* Improve perldelta formattingFlorian Ragwitz2010-08-201-7/+7
|
* Finish up perl5134deltaFlorian Ragwitz2010-08-201-2/+8
|
* Fix stack corruption by unsupported filetestsJan Dubois2010-08-191-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 SwitchFlorian Ragwitz2010-08-201-0/+5
|
* HTML::Parser is fixed alreadyFlorian Ragwitz2010-08-201-2/+2
|
* perldelta t/re/overload.tFlorian Ragwitz2010-08-201-0/+5
|
* Add t/re/overload.t to MANIFESTFlorian Ragwitz2010-08-201-0/+1
|
* *.t and test.pl don't need to be executableFlorian Ragwitz2010-08-191-5/+1
|
* Test for +x bits for all the files in exec-bit.txtFlorian Ragwitz2010-08-191-4/+4
| | | | The globbing only works when done in the right directory.
* Make everything exec-bit.txt lists executableFlorian Ragwitz2010-08-1934-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 Peters2010-08-191-1/+1
| | | | to a char *.
* Moved prototype check to XS code, allowing the .pm file change from yesterdaySteve Peters2010-08-192-5/+2
| | | | to be removed. Thanks to Rafael for pointing out prototypes in XS.
* Added a test for bug #77084.Abigail2010-08-191-0/+39
|
* Some nits picked on the 5.13.4 delta.Steve Peters2010-08-191-4/+4
|
* Update META.ymlFlorian Ragwitz2010-08-191-0/+3
|
* Porting/mergelog is no moreFlorian Ragwitz2010-08-191-12/+0
| | | | We're using cherrymaint on camel now.
* CoreList, not CorelistFlorian Ragwitz2010-08-191-2/+2
|
* Get perl5134delta into a mostly finished stateFlorian Ragwitz2010-08-191-233/+34
|
* perldelta up to 41f69a9Florian Ragwitz2010-08-191-1/+17
|
* Revert "Version bump Module-CoreList to 2.37 for a CPAN release"Chris 'BinGOs' Williams2010-08-182-2/+2
| | | | | | This reverts commit d98a0e0610723630e3a6cf6f1de20f87701b22bc. Yeah, I'm an idiot.
* Version bump Module-CoreList to 2.37 for a CPAN releaseChris 'BinGOs' Williams2010-08-182-2/+2
|
* Ensure Filespec wont't show up in Module::CorelistFlorian Ragwitz2010-08-181-1/+4
|
* There never was a `Filespec.pm'Florian Ragwitz2010-08-181-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_tmpfileDavid Mitchell2010-08-181-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_regmatchDavid Mitchell2010-08-181-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 Ragwitz2010-08-181-1/+2
|
* Ignore xsubpp temp filesFlorian Ragwitz2010-08-181-0/+1
|
* Make perl is not enoughFlorian Ragwitz2010-08-181-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 bleadSteve Peters2010-08-181-11/+2
|\
| * Karl convinced me this isn't revelantFlorian Ragwitz2010-08-181-9/+0
| | | | | | | | They've always been sort of private, even tho the symbols are exported.
| * perldelta up to ff7894fFlorian Ragwitz2010-08-181-2/+2
| |
* | Make I18N::Langinfo::langinfo take $_ as an argument if none is specified asSteve Peters2010-08-182-2/+6
|/ | | | its documentation advertises. Bump version for this change.
* Update Archive-Tar to CPAN version 1.68Chris 'BinGOs' Williams2010-08-185-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 breakageFlorian Ragwitz2010-08-181-2/+4
| | | | Also fix a link to substr().
* Ignore *.old filesFlorian Ragwitz2010-08-181-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 perl5122deltaFlorian Ragwitz2010-08-181-5/+12
|
* perldelta up to a8a2f4fFlorian Ragwitz2010-08-181-4/+21
|
* Re-sort MANIFEST and use tabs for new entry.George Greer2010-08-171-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 Armstrong2010-08-173-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 problemJerry D. Hedden2010-08-174-3/+4
|
* Fix building with PERL_GLOBAL_STRUCT defined.Nicholas Clark2010-08-171-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 Clark2010-08-171-6/+18
| | | | The default is to show macros as seen by the core.
* perldelta Eric's lvalue/TARG changesFlorian Ragwitz2010-08-171-1/+8
|
* Remove DATE section from README.aixFlorian Ragwitz2010-08-171-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 manuallyFlorian Ragwitz2010-08-171-7/+11
|