Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename lvalue references | Father Chrysostomos | 2014-10-17 | 1 | -2/+2 |
| | | | | | Also correct the description of lvref magic. When it was first added, it was for list assignments only, but that soon changed. | ||||
* | Document lvalue references | Father Chrysostomos | 2014-10-11 | 1 | -0/+12 |
| | |||||
* | perlexperiment: add signatures to experimental features | Ricardo Signes | 2014-09-27 | 1 | -0/+10 |
| | |||||
* | perlexperiment mentions features a lot, refer to the feature module | Alberto Simões | 2014-07-23 | 1 | -0/+4 |
| | |||||
* | perlexperiment: link to postderef ticket | Ricardo Signes | 2013-10-09 | 1 | -0/+10 |
| | |||||
* | perlexperiment: add rt.perl.org link for lexsubs | Ricardo Signes | 2013-10-02 | 1 | -0/+3 |
| | |||||
* | perlexperiment: Unicode on EBCDIC is not backtracking | Ricardo Signes | 2013-08-24 | 1 | -2/+0 |
| | |||||
* | perlexperiment: ticket for pluggable keywords | Ricardo Signes | 2013-08-24 | 1 | -0/+3 |
| | |||||
* | perlexperiment: ticket for :win32 pseudolayer | Ricardo Signes | 2013-08-24 | 1 | -0/+3 |
| | |||||
* | perlexperiment: ticket link for regex_sets | Ricardo Signes | 2013-08-24 | 1 | -0/+3 |
| | |||||
* | perlexperiment: add ticket link for autoderef | Ricardo Signes | 2013-08-22 | 1 | -0/+3 |
| | |||||
* | perlexperiment: link to tracking ticket for installhtml | Ricardo Signes | 2013-08-15 | 1 | -0/+3 |
| | |||||
* | perlexperiment: link to tracking ticket for my $_ | Ricardo Signes | 2013-08-15 | 1 | -0/+3 |
| | |||||
* | perlexperiment: link to tracking ticket for smartmatch | Ricardo Signes | 2013-08-15 | 1 | -0/+3 |
| | |||||
* | perlexperiment: link to tracking ticket for :unique | Ricardo Signes | 2013-08-15 | 1 | -0/+3 |
| | |||||
* | perlexperiment: embedded code in regex not experimental | Ricardo Signes | 2013-08-15 | 1 | -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 perlexperiment | Ricardo Signes | 2013-08-15 | 1 | -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 experimental | Ricardo Signes | 2013-07-14 | 1 | -4/+0 |
| | | | | see <20130708133005.GA8284@cancer.codesimply.com> | ||||
* | perlexperiment: the M flag is not a useful thing to point out | Ricardo Signes | 2013-07-14 | 1 | -4/+0 |
| | | | | see <20130708142509.GA8504@cancer.codesimply.com> | ||||
* | perlexperiment: linux abstract domains sockets | Ricardo Signes | 2013-07-08 | 1 | -6/+9 |
| | | | | ...now they are upstream-cpan and supported | ||||
* | perlexperiment: MLDBM is not part of core | Ricardo Signes | 2013-07-08 | 1 | -4/+0 |
| | |||||
* | perlexperiment: mark :pop layer as accepted | Ricardo Signes | 2013-06-27 | 1 | -4/+6 |
| | |||||
* | perlexperiment: mark lvalue subroutines accepted | Ricardo Signes | 2013-06-23 | 1 | -6/+8 |
| | |||||
* | perlexperiment: (?{}) and (??{}) are not experimental | Ricardo Signes | 2013-06-23 | 1 | -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 accepted | Ricardo Signes | 2013-06-23 | 1 | -6/+8 |
| | |||||
* | note that \s matching \cK is marked experimental | Ricardo Signes | 2013-06-14 | 1 | -0/+3 |
| | |||||
* | perlexperiment: version of acceptance for \N{name} | Ricardo Signes | 2013-06-14 | 1 | -1/+3 |
| | |||||
* | perlexperiment: ithreads seemed accepted in 5.8.0 | Ricardo Signes | 2013-06-14 | 1 | -4/+6 |
| | |||||
* | perlexperiment: long doubles are not experimental | Ricardo Signes | 2013-06-14 | 1 | -4/+6 |
| | |||||
* | reorder experiments by version (mostly) | Ricardo Signes | 2013-06-14 | 1 | -100/+98 |
| | |||||
* | remove reference to experimental code never in core | Ricardo Signes | 2013-06-13 | 1 | -4/+0 |
| | | | | ...at least not anywhere I can find it | ||||
* | note warning categories in perlexperiment | Ricardo Signes | 2013-06-13 | 1 | -0/+12 |
| | |||||
* | update perlexperiment | Sebastien Aperghis-Tramoni | 2013-05-17 | 1 | -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 experimental | Karl Williamson | 2013-02-27 | 1 | -10/+7 |
| | |||||
* | Document lexical subs | Father Chrysostomos | 2012-09-15 | 1 | -0/+6 |
| | |||||
* | perlexperiment.pod clarifications | Reini Urban | 2012-08-03 | 1 | -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.pod | Reini Urban | 2011-08-14 | 1 | -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.pod | Keith Thompson | 2011-08-02 | 1 | -3/+3 |
| | |||||
* | A few tweaks to the new perlexperiment.pod | Father Chrysostomos | 2011-08-02 | 1 | -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 features | brian d foy | 2011-08-02 | 1 | -0/+311 |
nearly all this work merged from brian d foy's briandfoy/perlexperiment branch, tidied up and squished by rjbs |