summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Record another known problem in perldeltav5.13.5Steve Hay2010-09-191-1/+9
| | | | | | Testers on IRC have also discovered that the upgrade to ExtUtils-MakeMaker-6.57_05 has resulted in some Module-Install tests failing
* Record a known problem in perldeltaSteve Hay2010-09-191-0/+12
| | | | | Testers on IRC have discovered that the upgrade to Encode-2.40 has resulted in some libwww-perl tests failing
* Don't use wildcards in Porting/exec-bit.txtSteve Hay2010-09-191-3/+34
| | | | | | | The *.SH wildcard wrongly matched *.sh files on Windows's case-insensitive filesystem, leading to an exec bit getting set where it shouldn't have been Thanks to rafl and vincent for spotting the problem and the cause
* Final update to perldelta.pod for Perl 5.13.5Steve Hay2010-09-191-1/+17
|
* Record Perl 5.13.5 in perlhistSteve Hay2010-09-191-0/+1
|
* Update Module::CoreList for Perl 5.13.5Steve Hay2010-09-193-20/+663
|
* Update Changes for 5.13.5Steve Hay2010-09-191-2/+2
|
* Bump version to 5.13.5Steve Hay2010-09-1920-142/+142
|
* Update perldelta for 5.13.5Steve Hay2010-09-191-9/+42
| | | | Hopefully the last-but-one update
* Bump VERSIONs in XS-APItest and XS-APItest-KeywordRPNSteve Hay2010-09-192-2/+2
| | | | | Not strictly necessary for these modules since they don't get installed anyway, but their XS files have been changed since 5.13.4
* Bump VERSION in PerlIO-scalarSteve Hay2010-09-191-1/+1
| | | | The XS file has been changed since 5.13.4
* Bump VERSION in threads-sharedSteve Hay2010-09-191-1/+1
| | | | The XS file has been changed since 5.13.4
* Update perldelta for 5.13.5 tomorrow (err, later today)Steve Hay2010-09-191-304/+110
| | | | | Not finished yet, but nearly there already thanks to the efforts of rafl over the last month :-)
* Fix Porting/cmpVERSION.pl to work on Win32Steve Hay2010-09-191-3/+5
|
* Various perldelta tweaksFlorian Ragwitz2010-09-181-20/+33
| | | | Fixes some minor typos, and adds more links, mostly to rt.perl.org.
* perldelta recent module upgradesFlorian Ragwitz2010-09-181-2/+6
|
* Upgrade Encode from 2.39 to 2.40Steve Hay2010-09-1815-35/+211
|
* Upgrade B-Debug from 1.14 to 1.16Steve Hay2010-09-183-79/+57
|
* Silence compiler warningsSteve Hay2010-09-183-3/+3
|
* Update the perl distribution's abstractFlorian Ragwitz2010-09-182-2/+6
| | | | | | | | Commit d27f2b2f9d9e8675f5b63a1453279409ca22f8b6 changed the abstract in the main pod file. This does the same thing for the abstract in META.yml. Also update our no_index directories for some moved dual-life modules, while we're at it.
* Fix inconsistency in perlpodFlorian Ragwitz2010-09-181-1/+1
|
* perldelta up to ebeb11aFlorian Ragwitz2010-09-171-6/+11
|
* * Fix 'a keys' question title in perlfaq4brian d foy2010-09-172-2/+2
|
* Explicitly disable unicode for non-unicode tests in t/op/warn.tTony Cook2010-09-171-2/+2
| | | | These would fail when smokes tested under unicode locales.
* PATCH: perldelta entry for [\8] [perl #76840] fix.Karl Williamson2010-09-171-0/+8
|
* reftype() used without checking for undefChas. Owens2010-09-161-3/+5
| | | | | | | | | Hash::Util used "reftype($v) eq 'HASH'" without checking for undefinendness. This patch rectifies that. Also bumps Hash::Util version. Original patch and detective work by Chas. Owens. Modified by Steffen Mueller.
* Back out the mauve module and related changesFlorian Ragwitz2010-09-1611-812/+28
| | | | | | | | | | | | | | | | | | | | | It's was intended as a temporary namespace only, and we really don't want to ship it in any release until we've figured out what it should really look like. This reverts commit 05c0d6bbe3ec5cc9af99d105b8648ad02ed7cc95, "add sv_reftype_len() and make sv_reftype() be a wrapper for it" commit 792477b9c2e4c75cb03d07bd6d25dc7e1fdf448e, "create the "mauve" temporary namespace for things like reftype" commit 8df6b97c1de8326d50ac9c8cae4bf716393b45bb, "mauve.t needs access to %Config, make sure it's available" commit cfe9162d0d593cd12a979c73df82c7509b324343, "use more efficient sv_reftype_len() interface" and commit 47b13905e23c2a72acdde8bb4669e25e5eaefec4 "add more tests to lib/mauve.t so it tests also that mauve::reftype can return "LVALUE"" There's a `mauve' branch still containing all the code for the temporary mauve namespace. That should be used to work on it until it's mostly ready to be released, and only then merged to blead. Alternatively, it should be deleted if another way to provide mauve's features in the core is found.
* Fix /[\8]/ to not match NULL; give correct warningKarl Williamson2010-09-165-8/+42
| | | | | | | | | | 8 and 9 are not treated as alphas in parsing as opposed to illegal octals. This also adds tests to verify that 1-3 digits work in char classes. I created an isOCTAL macro in case that lookup gets moved to a bit field, as I plan to do later, for speed.
* Fix "Wide character in warn" warningFather Chrysostomos2010-09-162-2/+9
|
* Fix warn to respect utf8-encoded scalars [perl #45549]Father Chrysostomos2010-09-162-4/+26
|
* change warn.t to use test.plFather Chrysostomos2010-09-161-11/+13
|
* Add info regarding AIX 7.1Rainer Tammer2010-09-161-32/+34
|
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-1612-14/+114
|
* 'make regen' really shouldn't be specialJim Cromie2010-09-161-11/+0
| | | | | Revert 'make regen' special case advice of 94e892a68016a417b1b324213d39309b8b744d0e, leave the minor whitespace cleanup.
* Fix a pod link I brokeFlorian Ragwitz2010-09-161-2/+3
| | | | Oooops!
* if.pm is upstream bleadFlorian Ragwitz2010-09-164-4/+4
|
* CPAN is UPSTREAM for Digest and Digest-MD5Gisle Aas2010-09-151-2/+2
|
* Add Rob to AUTHORSFlorian Ragwitz2010-09-151-0/+1
|
* Update AUTOLOAD section in perlsubRob Hoelz2010-09-151-1/+5
| | | | | AUTOLOAD documentation didn't mention that if AUTOLOAD is implemented as an XSUB, $AUTOLOAD is not populated.
* perlunicode.pod: Clarify user-defined casing.Karl Williamson2010-09-151-30/+45
| | | | | | I ran some experiments and found out that the user-defined casing worked in ways that were surprises to me. And thus, this brutally lays out its shortcomings.
* PATCH: regex longjmp flawsKarl Williamson2010-09-152-2/+6
| | | | | | | | The netbsd - 5.0.2 compiler pointed out that the recent changes to add longjmps to speed up some regex compilations can result in clobbering a few values. These depend on the compiled code, and so didn't show up in other compiler's warnings. This patch reinitializes them after a longjmp.
* Add new_ok() to create and test objects. From Test::More.Michael G. Schwern2010-09-151-0/+27
|
* Add note() to put informational notes into the TAP (from Test::More)Michael G. Schwern2010-09-151-4/+14
|
* Add done_testing from Test::MoreMichael G. Schwern2010-09-151-0/+11
|
* Shut up "used only once" warnings.Michael G. Schwern2010-09-151-2/+6
| | | | Not very elegant, but it avoids using $^W or warnings.pm.
* Merge branch 'briandfoy/perlfaq' of ssh://perl5.git.perl.org/perl into ↵brian d foy2010-09-150-0/+0
|\ | | | | | | briandfoy/perlfaq
| * Merge branch 'briandfoy/perlfaq' of ssh://perl5.git.perl.org/perl into ↵brian d foy2010-09-140-0/+0
| |\ | | | | | | | | | briandfoy/perlfaq
| | * * Add multilevel hash exists() to perlfaq4brian d foy2010-09-142-15/+90
| | | | | | | | | | | | | | | | | | | | | How can I check if a keys exists in a multilevel hash? How is it we got this far without ever answering this FAQ? :)
| | * * Added a smart match example to perlfaq6brian d foy2010-09-141-30/+36
| | | | | | | | | | | | | | | | | | | | | How do I efficiently match many regular expressions at once? It's almost trivial with smart matching. Barely worth asking anymore.
| | * More whitespace cleanupsbrian d foy2010-09-121-30/+30
| | |