summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump to v5.17.10Chris 'BinGOs' Williams2013-02-2020-131/+131
|
* New perldelta template for v5.17.10Chris 'BinGOs' Williams2013-02-2010-463/+851
|
* Update epigraphs with the one for v5.17.9Chris 'BinGOs' Williams2013-02-201-0/+22
|
* Finalise perldelta with updated module informationv5.17.9Chris 'BinGOs' Williams2013-02-201-11/+167
|
* Add new release to perlhistChris 'BinGOs' Williams2013-02-201-0/+1
|
* Updated Module::CoreList for v5.17.9Chris 'BinGOs' Williams2013-02-203-5/+179
|
* Updated ACKNOWLEDGEMENTS in perldeltaChris 'BinGOs' Williams2013-02-201-19/+28
|
* suppress "experimental" warnings for my $_Ricardo Signes2013-02-2015-25/+25
|
* put an experimental warning on lexical topicRicardo Signes2013-02-208-12/+53
|
* update release schedule for a volunteerRicardo Signes2013-02-201-1/+1
|
* Remove more perldelta boilerplateChris 'BinGOs' Williams2013-02-201-37/+0
|
* Perldelta note for undeprecating my $_Rafael Garcia-Suarez2013-02-201-0/+2
|
* Un-deprecate the support for lexical $_Rafael Garcia-Suarez2013-02-204-35/+1
|
* Remove boilerplate from perldeltaChris 'BinGOs' Williams2013-02-201-124/+0
|
* [perl #72892] Perl should support PERLmmnnLIB environment variableAndy Dougherty2013-02-201-3/+7
| | | | | | | | This patch to perlrun.pod expands the documentation of the directory hierarchy searched under the locations specified by PERL5LIB. It now explicitly mentions the version- and architecture-specific directories added, and also notes that $Config{inc_version_list} directories are added. These additions were suggested by Damon Atkins.
* Silence irrelevant stderr output from op/magic.tSteve Hay2013-02-201-1/+1
| | | | | | Some 'set' commands in this test are intended to verify that an environment variable is not set, which causes the command to send a warning message to stderr.
* Fix failing op/magic.t test 157Steve Hay2013-02-201-1/+1
| | | | | | | Change 888a67f6b9 added manipulation of __NoNeSuCh2, but it gets accidentally picked up by the 'set' command looking for __NoNeSuCh in test 157 because 'set' will display the value of *all* variables whose prefix matches the name given to the command.
* Eliminate 'swap' from struct regexp_internal.Nicholas Clark2013-02-203-15/+0
| | | | It's been unused since commit e9105d30edfbaa7f in July 2009.
* Remove the check for SVt_BIND from SvOK().Nicholas Clark2013-02-201-5/+1
| | | | | | | | | | | The original plan to use SVt_BIND to implement read-only aliases to read-write values is unlikely to happen. More importantly, it's not going to happen within a maint branch, so there's no reason to have the code "just in case" it does. The code can easily be re-instated in blead if it is needed in future. Nothing on CPAN is relying on this code. (Almost no code on CPAN even references SVt_BIND.) This effectively reverts part of commit 1cb9cd5016282146 from Dec 2006.
* [perl #116865] Upgrade to Thread::Queue 3.02Jerry D. Hedden2013-02-194-4/+140
| | | | | | | | | | Attached patch updates Thread::Queue to v3.0.2 in preparation for a CPAN release. Adds a new method to Thread::Queue to dequeue items with a timeout feature. This addition was suggested by Andreas Huber. Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* re/charset.t, re/fold_grind.t: Note C locale can match 128-255Karl Williamson2013-02-192-8/+12
| | | | | | | Craig Berry pointed out that an implementation can have the C locale give meanings to the above-ASCII code points. (I had thought this was an error.) Change label name and comments in these .t files correspondingly.
* re/charset.t: Make sure locale is loaded at compile timeKarl Williamson2013-02-191-2/+5
| | | | | | | | | | | | | Commit 569f7fc5d4ec06501b46a72075ff434fe1bf4332 caused this test file to start failing on VMS. The reason is that the test for locale became run-time. This patch restores the test to compile time, by using the 'if' module. The reason 'if' wasn't used in the original patch was to reduce reliance on possibly untested modules, but it makes things easier. We hope to get a resolution on p5p on which test groups in the suite can use things like 'if', but since 5.17.9 is due out momentarily, I'm using 'if' for now so that VMS will pass its tests again.
* Update Win32 to CPAN version 0.46Jan Dubois2013-02-194-8/+27
| | | | | | | | [DELTA] 0.46 [2013-02-19] - add Win2012/Win8 detection (thanks to Michiel Beijen) [rt#82572] [perl#116352]
* Add some text on the interoperability of Moose & Moo to perlootutDave Rolsky2013-02-191-0/+9
|
* Add a note to the future that they should read the latest perlootutDave Rolsky2013-02-191-1/+7
|
* Run podtidy on perlootutDave Rolsky2013-02-191-8/+9
|
* Rename PL_interp_size_5_16_0 to PL_interp_size_5_18_0.Nicholas Clark2013-02-194-6/+6
|
* Re-order intrpvar.h to minimise holes in the interpreter struct.Nicholas Clark2013-02-191-4/+6
| | | | | | | | | | Holes were created by commit f59909ab8dad6ceb (April 2012) which removed PL_reginterp_cnt, commit 7dc8663964c66a69 (Nov 2012) which removed PL_rehash_seed_set, and commit 8936b48a49448f4e (Dec 2012) which removed PL_glob_index. There is still an unavoidable U16 sized hole on the default threaded configuration on x86_64. (U8 if PERL_SAWAMPERSAND is defined).
* Fix [perl #116523] Configure is confused by '=' in output from uname -aAndy Dougherty2013-02-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | Previously, Configure used to try to post-process the output of uname -a. This was to support Xenix, which gave output like this: sysname=XENIX nodename=whatever release=2.3.2 .. etc... Configure attempted to parse that output and build up a $myuname variable that resembled those generated on traditional Unix systems. More recently, a user reported uname -a output on a CVS checkout of NetBSD that also included information such as root=username@hostname:/dirname module=src branch=HEAD The Configure code misparsed that and ended up throwing most of it away. This patch takes the simplest approach and just skips the attempt to process the Xenix output. This is based on commit 05a827803ab3908a795df94f6ed3890e24a6df2 in the metaconfig repository.
* Silence encoding.pm deprecation warnings in the core test suiteRafael Garcia-Suarez2013-02-199-0/+9
|
* Updated Changes for Module-CoreListChris 'BinGOs' Williams2013-02-191-0/+5
|
* perldelta for #116322 and #112244Karl Williamson2013-02-181-0/+9
|
* dist/IO/IO.xs: Silence compiler warningKarl Williamson2013-02-181-2/+0
| | | | This variable is unused, doesn't need to be declared.
* Tests for [perl #116322]Karl Williamson2013-02-181-1/+12
|
* PATCH: [perl #116322]: getc() and ungetc() with unicode failureChristian Hansen2013-02-182-5/+29
| | | | | | | ungetc() had no knowledge of UTF-8. This patch adds it. The committer fleshed out the author's code to make a patch, making a few small changes.
* Some tests for [perl #112244]Karl Williamson2013-02-181-1/+13
| | | | | | Leon Timmermans is short of tuits right now, so I added these tests for his patch. Since I don't really know what I'm doing here, other tests should eventually be added by someone who does know.
* PATCH [perl #112244]Leon Timmermans2013-02-181-0/+2
| | | | | | | | | | :crlf currently doesn't fall back on :pending the way :perlio does when the unread data doesn't fit into its own buffer. Instead it just rejects them. This patch resolves that. Tests are coming in a future commit The committer added a cast to get it to compile on Win32, and silence a gcc warning on Linux
* start making entries for 5.19 releasesRicardo Signes2013-02-181-1/+13
|
* Document d8a821fe in perldeltaChris 'BinGOs' Williams2013-02-181-0/+5
|
* [perl #116809] Upstream status in corelistAlexandr Ciornii2013-02-181-2/+19
| | | | | | | | | | | First patch explains in corelist output that deprecation means that module will be CPAN-only. Second patch adds new option, -u (upstream information). Shows if module is primarily maintained in perl core or on CPAN and bug tracker URL. Module::CoreList already contains this data, only output will be added. Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Document 721fe537 in perldeltaChris 'BinGOs' Williams2013-02-181-0/+6
|
* Document 0f87678 in perldeltaChris 'BinGOs' Williams2013-02-181-9/+4
|
* Document encoding deprecation in perldeltaChris 'BinGOs' Williams2013-02-181-0/+12
|
* Update Encode to CPAN version 2.48Chris 'BinGOs' Williams2013-02-1820-30/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] $Revision: 2.48 $ $Date: 2013/02/18 02:23:56 $ ! encoding.pm t/Mod_EUCJP.pm t/enc_data.t t/enc_eucjp.t t/enc_module.t t/enc_utf8.t t/encoding.t t/jperl.t [PATCH] Deprecate encoding.pm https://rt.cpan.org/Ticket/Display.html?id=81255 ! Encode/Supported.pod Fixed: Pod errors https://rt.cpan.org/Ticket/Display.html?id=81426 ! Encode.pm t/Encode.t [PATCH] Fix for shared hash key scalars https://rt.cpan.org/Ticket/Display.html?id=80608 ! Encode.pm Fixed: Uninitialized value warning from Encode->encodings() https://rt.cpan.org/Ticket/Display.html?id=80181 ! Makefile.PL Install to 'site' instead of 'perl' when perl version is 5.11+ https://rt.cpan.org/Ticket/Display.html?id=78917 ! Encode/Makefile_PL.e2x find enc2xs.bat if it works on windows. https://github.com/dankogai/p5-encode/pull/7 ! t/piconv.t Fix finding piconv in t/piconv.t https://github.com/dankogai/p5-encode/pull/6
* Remove two spaces after periods to keep the document consistentDave Rolsky2013-02-171-5/+5
|
* Remove two superfluous commas in perlobjDave Rolsky2013-02-171-2/+2
|
* Very small tweak to perlobj in dereferencing method call exampleDave Rolsky2013-02-171-1/+1
|
* Replace Mouse with Moo in perlootutDave Rolsky2013-02-171-18/+11
|
* utf8_heavy.pl: Add 'use re "/aa"'Karl Williamson2013-02-171-0/+2
| | | | | | | | This would speed up compilation and execution by a trivial amount, but makes sure that no regular expression even tries to compile in Unicode, which could cause recursive invocation of this. Before this construct was invented, special care had to be taken to keep that from happening; those measures remain in effect, but this gives added insurance.
* Add Kent Fredric to AUTHORSFather Chrysostomos2013-02-171-0/+1
|