r69376@onn: sartak | 2008-08-12 17:10:55 -0400
[p5sagit/Devel-REPL.git] / lib /
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
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