summaryrefslogtreecommitdiff
path: root/pod/perlexperiment.pod
Commit message (Collapse)AuthorAgeFilesLines
...
* perlexperiment mentions features a lot, refer to the feature moduleAlberto Simões2014-07-231-0/+4
|
* perlexperiment: link to postderef ticketRicardo Signes2013-10-091-0/+10
|
* perlexperiment: add rt.perl.org link for lexsubsRicardo Signes2013-10-021-0/+3
|
* perlexperiment: Unicode on EBCDIC is not backtrackingRicardo Signes2013-08-241-2/+0
|
* perlexperiment: ticket for pluggable keywordsRicardo Signes2013-08-241-0/+3
|
* perlexperiment: ticket for :win32 pseudolayerRicardo Signes2013-08-241-0/+3
|
* perlexperiment: ticket link for regex_setsRicardo Signes2013-08-241-0/+3
|
* perlexperiment: add ticket link for autoderefRicardo Signes2013-08-221-0/+3
|
* perlexperiment: link to tracking ticket for installhtmlRicardo Signes2013-08-151-0/+3
|
* perlexperiment: link to tracking ticket for my $_Ricardo Signes2013-08-151-0/+3
|
* perlexperiment: link to tracking ticket for smartmatchRicardo Signes2013-08-151-0/+3
|
* perlexperiment: link to tracking ticket for :uniqueRicardo Signes2013-08-151-0/+3
|
* perlexperiment: embedded code in regex not experimentalRicardo Signes2013-08-151-2/+0
| | | | | This was sorted out by 83f32abae and the thread found at http://www.nntp.perl.org/group/perl.perl5.porters/2013/06/msg203129.html
* remove API experiments from perlexperimentRicardo Signes2013-08-151-92/+0
| | | | | As we discussed on p5p, these experiments are too many, too undifferentiated, and already marked in the perlapi documentation.
* perlexperiment: Sun Studio on Linux: not experimentalRicardo Signes2013-07-141-4/+0
| | | | see <20130708133005.GA8284@cancer.codesimply.com>
* perlexperiment: the M flag is not a useful thing to point outRicardo Signes2013-07-141-4/+0
| | | | see <20130708142509.GA8504@cancer.codesimply.com>
* perlexperiment: linux abstract domains socketsRicardo Signes2013-07-081-6/+9
| | | | ...now they are upstream-cpan and supported
* perlexperiment: MLDBM is not part of coreRicardo Signes2013-07-081-4/+0
|
* perlexperiment: mark :pop layer as acceptedRicardo Signes2013-06-271-4/+6
|
* perlexperiment: mark lvalue subroutines acceptedRicardo Signes2013-06-231-6/+8
|
* perlexperiment: (?{}) and (??{}) are not experimentalRicardo Signes2013-06-231-6/+8
| | | | | | ...but we need some more explanation of its limitations. This text was provided by Yves Orton on perl5-porters in message <CANgJU+UXO7tKZgOvbwufFxAjupOcKVPdDBNkRrT7DWKdv9tBgw@mail.gmail.com>
* perlexperiment: mark regexp backtracking verbs as acceptedRicardo Signes2013-06-231-6/+8
|
* note that \s matching \cK is marked experimentalRicardo Signes2013-06-141-0/+3
|
* perlexperiment: version of acceptance for \N{name}Ricardo Signes2013-06-141-1/+3
|
* perlexperiment: ithreads seemed accepted in 5.8.0Ricardo Signes2013-06-141-4/+6
|
* perlexperiment: long doubles are not experimentalRicardo Signes2013-06-141-4/+6
|
* reorder experiments by version (mostly)Ricardo Signes2013-06-141-100/+98
|
* remove reference to experimental code never in coreRicardo Signes2013-06-131-4/+0
| | | | ...at least not anywhere I can find it
* note warning categories in perlexperimentRicardo Signes2013-06-131-0/+12
|
* update perlexperimentSebastien Aperghis-Tramoni2013-05-171-78/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed a typo (%H instead of %^H) - removed mention of Unicode support, which is so deep that I doubt that it could ever be removed - added the following items to the "Current experiments" section - alloccopstash - cop_store_label - gv_fetchmethod_*_flags - op_scope - op_lvalue - Smart match (~~) - Lexical $_ - Array and hash container functions accept references - Regular Expression Set Operations - moved the following items to the "Accepted features" section - fork() emulation - Weak references - Internal file glob - 64-bit support - die accepts a reference - DB module - moved the following items to the "Removed features" section - GetOpt::Long Options - 5.005-style threading - Test::Harness::Straps - perlcc - Assertions - The pseudo-hash data type I tried to add the corresponding Perl versions of when features were added and accepted or removed, but used the stable versions as I searched in the perldelta's.
* \N is no longer experimentalKarl Williamson2013-02-271-10/+7
|
* Document lexical subsFather Chrysostomos2012-09-151-0/+6
|
* perlexperiment.pod clarificationsReini Urban2012-08-031-3/+3
| | | | | Removed in Perl is misleading. Those modules just moved to CPAN and are not deprecated. threads are now ithreads since multiplicity.
* remove the rest of pod/perlcompile.podReini Urban2011-08-141-2/+0
| | | | | | perlcompile.pod is now maintained with B::C, and much more complete there. [Subsequent build and test fixes by the committer]
* Fix typos in pod/perlexperiment.podKeith Thompson2011-08-021-3/+3
|
* A few tweaks to the new perlexperiment.podFather Chrysostomos2011-08-021-8/+4
| | | | | | • The :unique attribute has been deprecated already. • The fields pragma has never been experimental and still exists. • Grammar
* Add perlexperiment to detail experimental featuresbrian d foy2011-08-021-0/+311
nearly all this work merged from brian d foy's briandfoy/perlexperiment branch, tidied up and squished by rjbs