Add CompletionDriver::Turtles
[p5sagit/Devel-REPL.git] / lib / Devel /
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
2008-05-05 nothingmuch Devel::REPL::Plugin::Peek
2008-05-05 nothingmuch make compile return a single value, use is_error to...
2008-05-05 nothingmuch refactor formatting/printing shit, introduce error...
2008-05-05 nothingmuch print a warning when Completion is loaded but the Term...
2008-05-05 nothingmuch Cleanup Plugin::Packages
2008-05-05 nothingmuch 5.008001 instead of 5.8.1
2008-05-05 nothingmuch even turtles hate PPI
2008-05-05 Sartak Turn MultiLine::PPI's needs_continuation into a method...
2008-03-01 Sartak OutputCache: If sub _ is already defined, then warn...
2008-02-25 matthewt 1.002001
2008-02-18 Sartak Bump to 1.2.0, releasing to CPAN
2008-01-25 matthewt use alias_method instead of trying to bolt in the MOP...
2007-11-29 Sartak Add the OutputCache plugin, which stores the most recen...
2007-11-08 matthewt fix REPL.pm to obsolete NewlineHack, commit changes...
2007-11-03 Sartak Add a Timing plugin to report how long each eval takes
2007-11-02 Sartak Add an Interrupt plugin for better handling of ^C
2007-09-26 Sartak Add LexEnv completion plugin. I still owe mst a refacto...
2007-09-23 Sartak Rewrite the Completion plugin using PPI. It's much...
2007-09-22 Sartak Remove -e switch, but refactor load_rcfile to make...
2007-09-21 Sartak FancyPrompt plugin for user-defined prompts, and an...
2007-09-21 Sartak You can now use re.pl -e 1.pl -e 2.pl to run 1.pl 2...
2007-09-21 Sartak grep /^${var}$/ is a little silly, just use $_ eq $var
2007-09-21 Sartak Color compile-time warnings
2007-09-21 Sartak 'Colors' plugin to colorize return values and errors...
2007-09-21 Sartak Add MultiLine::PPI to the default profile
2007-09-21 Sartak Add contributors section
2007-09-21 Sartak Add documentation/copyright
2007-09-21 Sartak Add Devel::REPL::Plugin::MutliLine::PPI
2007-09-21 Sartak Bulletproof the namespace grabbing
2007-09-15 matthewt profile class assertion
2007-09-04 matthewt remove Refresh from default plugins list
2007-08-24 sukria new plugin for refreshing loaded modules that changes...
2007-08-20 sukria Add variable names to the completion list by using...
2007-08-20 sukria Adding the Compeltion plugin
2007-06-27 matthewt plugin metaclass, profiles, commands plugi
2007-06-18 matthewt quick test, update deps, add DDS plugin
2007-06-01 matthewt rewritten working with no regexps
2007-05-28 matthewt basic packaging code
2007-05-21 matthewt DumpHistory plugin from mgrimes
2007-04-26 epitaph Added D:R:P:Packages,pm. For experimentation only!
2007-04-25 matthewt add LexEnv plugin, rename $REPL to $_REPL to avoid...
2007-04-22 epitaph Added ReadlineHistory plugin - does history using readl...
2007-04-22 matthewt rejig to provide $REPL instead of $self, fix namespace...
2007-04-22 epitaph Added Plugin/NewlineHack, simple plugin to print a...
2007-04-16 matthewt Moved execute to $REPL
2007-04-16 matthewt history plugin for Devel::REPL
2007-04-13 stevan adding in some plugins
2007-04-10 matthewt switch Devel::REPL to sub {} generation and split funct...
2007-04-09 matthewt initial Devel::REPL implementation