use native traits instead of MXAH
[p5sagit/Devel-REPL.git] / lib / Devel /
2012-10-31 Justin Hunter use native traits instead of MXAH
2012-05-19 Chris Marshall Update version for 1.003013 release
2012-05-19 Chris Marshall Revert "Fixed minor logic inverson in MultiLine/PPI.pm"
2011-02-14 Chris Marshall Apply patch 4 of 4 by Caleb
2011-02-14 Chris Marshall Apply Caleb patch 3 of 4 (expanded plugin list)
2011-02-14 Chris Marshall Add new more friendly Default profile
2011-02-14 Chris Marshall Apply rt.cpan.org patch 1o4 (#421899)
2011-02-12 Chris Marshall Fixed minor logic inverson in MultiLine/PPI.pm
2010-09-27 Jesse Luehrs version bump
2010-09-27 Jesse Luehrs this is unnecessary, and will warn on next moose release
2010-07-31 Chris Marshall Add patch submitted for rt.cpan.org #59888
2010-06-13 Chris Marshall Add Completion docs re filename expansion default
2010-06-13 Chris Marshall Default for Completion is *no* filename completion
2010-06-13 Chris Marshall Fixed History to work with ReadLineHistory
2010-06-13 Chris Marshall Update Changes and README
2010-06-12 Chris Marshall Add ReadLine file completion if no other matches
2010-06-12 Chris Marshall Add a bit more description of Turtle plugin.
2010-06-12 Chris Marshall Fix RT bug #43151 where _-> completion had error
2010-06-10 Chris Marshall Update version to 1.003010_01 for development
2010-06-04 Chris Marshall Add docs on quoting and history expansion
2010-05-23 Arthur Axel 'fREW... release 1.3.10
2010-05-14 Chris Marshall Add exit_repl attribute for clean REPL exits
2010-05-13 Chris Marshall Increment VERSION to 1.3.9_01 marking development
2010-05-13 Chris Marshall Add [Read|Write]History for Term::ReadLine::Perl
2010-05-12 Chris Marshall Fix typo in ReadLineHistory plugin
2010-05-08 Chris Marshall Term::ReadLine::Perl support to ReadLineHistory
2010-05-02 Arthur Axel 'fREW... RT57113: Easier to support completion
2010-03-08 Dave Houston Taking credit for a one-line hack. 1.3.9
2010-03-08 Dave Houston Dirty fix; checks for ->isa('Devel::REPL') after apply().
2010-02-10 Arthur Axel 'fREW... DDC Plugin
2010-02-10 Arthur Axel 'fREW... doc patches
2010-02-09 Norbert Buchmuller Moved my name from Interrupt.pm to REPL.pm.
2010-02-08 Norbert Buchmuller SIGINT does not quit the REPL.
2009-10-09 naquad Added overview for beginners page (lib/Devel/REPL/Overv...
2009-07-01 t0m Bump versions
2009-05-30 oliver resolve rt.cpan#44919 fix deprecated use of compute_all...
2009-04-10 oliver had to cut a new release, missing some M::I files ...
2009-04-09 oliver version bumps and Changes edit for new release
2009-04-09 oliver resolve rt.cpan#43807 three Completion drivers not...
2009-04-09 oliver resolve rt.cpan#43808 infinite recursion on Plugin...
2009-04-09 oliver resolve rt.cpan#44902 warning due to deprecated use...
2009-03-23 acmoore small fix to paste_title attribute of Nopaste plugin
2009-03-23 acmoore Adding comment formatting option to the nopaste plugin
2009-03-22 acmoore Adding #pastetitle command to Nopaste plugin
2009-02-18 Sartak r80228@onn: sartak | 2009-02-17 19:59:17 -0500
2009-02-18 Sartak r80226@onn: sartak | 2009-02-17 19:58:22 -0500
2009-02-15 oliver resolve rt.cpan#43109 Missing deps for Default Profile...
2009-02-07 oliver resolve rt.cpan#42904 Nopaste plugin handle undef error...
2009-02-07 oliver make ReadLineHistory history file location portable
2009-02-06 Sartak r79775@onn: sartak | 2009-02-06 15:56:59 -0500
2009-01-21 oliver make plugins be M::I features so dependencies are optional
2009-01-18 oliver make plugins be M::I features so dependencies are optional
2009-01-08 oliver Couple of mistakes in the manifest which was last commi...
2009-01-06 oliver add distro files
2008-12-16 Sartak r77573@onn: sartak | 2008-12-16 17:10:11 -0500
2008-08-12 Sartak r69376@onn: sartak | 2008-08-12 17:10:55 -0400
2008-08-12 Sartak r69325@onn: sartak | 2008-08-12 06:34:42 -0400
2008-07-29 ilmari Allow exception objects.
2008-06-25 Sartak r63228@onn: sartak | 2008-06-25 05:01:43 -0400
2008-06-20 matthewt fix from Sartak for end-of-line comment bug reported...
2008-06-09 oliver add expanded documentation
2008-06-09 oliver add expanded documentation
2008-06-02 Sartak r61423@onn: sartak | 2008-06-02 16:00:33 -0400
2008-05-31 Sartak r61346@onn: sartak | 2008-05-31 12:56:47 -0400
2008-05-31 Sartak r61342@onn: sartak | 2008-05-31 12:21:47 -0400
2008-05-31 nothingmuch use namespaace::clean in turtles completion driver
2008-05-31 Sartak r61340@onn: sartak | 2008-05-31 12:17:19 -0400
2008-05-31 Sartak r61338@onn: sartak | 2008-05-31 11:57:10 -0400
2008-05-27 Sartak r61093@onn: sartak | 2008-05-26 21:37:55 -0400
2008-05-27 Sartak r61091@onn: sartak | 2008-05-26 21:32:50 -0400
2008-05-27 Sartak r61086@onn: sartak | 2008-05-26 21:31:16 -0400
2008-05-26 Sartak Tweaks to complete package names and variables
2008-05-26 Sartak Return a reference to the correct lexical variable...
2008-05-26 Sartak Have LexEnv wrap find_variable to first look at lexical...
2008-05-26 Sartak Have Methods completion driver use FindVariable to...
2008-05-26 Sartak FindVariable plugin, which returns a reference to a...
2008-05-26 Sartak Back out previous change. requires doesn't work for...
2008-05-26 Sartak Use requires lexical_environment instead of manually...
2008-05-25 Sartak Avoid completing keywords on $foo-> ...
2008-05-25 Sartak CompletionDriver::Methods which currently only works...
2008-05-25 Sartak Add a PPI plugin for #ppi CODE
2008-05-25 Sartak Devel::REPL::Plugin::CompletionDriver::Globals
2008-05-25 Sartak Comment on what each piece of the INC driver is doing
2008-05-25 Sartak Various improvements and cleanups in CompletionDriver...
2008-05-25 Sartak Fully recurse so that we can complete more precisely
2008-05-25 Sartak If we complete to a subdirectory, add the final ::
2008-05-25 Sartak Add the @INC completion driver. Needs some tweaking...
2008-05-25 Sartak Refactor the finding of the last element of the documen...
2008-05-14 nothingmuch r80567@dhcp117: nothingmuch | 2008-05-14 19:51:22...
2008-05-14 nothingmuch r80566@dhcp117: nothingmuch | 2008-05-14 19:50:52...
2008-05-07 nothingmuch make mangling optional in B::Concise plugin
2008-05-06 Sartak Refactor to make it easier to add print/warn to the...
2008-05-06 Sartak Add a Nopaste plugin. #nopaste will publish your curren...
2008-05-06 Sartak Add the appropriate newlines from MultiLine::PPI
2008-05-06 Sartak Update Packages so that it won't explode on comments...
2008-05-06 nothingmuch Devel::REPL::Error
2008-05-06 nothingmuch Add CompletionDriver::Turtles
2008-05-05 nothingmuch update Plugin::Peek for error object
2008-05-05 nothingmuch update B::Concise plugin for error handling
2008-05-05 nothingmuch Devel::REPL::Plugin::B::Concise
next