Tweak configure.sh script to pick up newest version of configure classes.
[jnode:svn-mirror.git] / shell / src /
2008-06-29 crawleyStyle fixes
2008-06-29 crawleyImplement completion for "file:" URL arguments (in...
2008-06-29 crawleyChange URLArgument from an Argument<String> to an Argum...
2008-06-29 crawleyBug fix to make file completion to behave consistently...
2008-06-28 crawley1) Added the <verb> syntax constructs for command synta...
2008-06-21 fduminycheckstyle fixes
2008-06-19 fduminycheckstyle fixes
2008-06-19 fduminyoptimizations of TextScreen(Console) operations (sync...
2008-06-10 crawleySimplify ... based on the fact that you can switch...
2008-06-09 crawleyRemove noise about the invoker & interpreter when Comma...
2008-06-09 crawleyAdded some class-level javadocs
2008-06-09 crawleyFixed 2 bugs with filename completion: 1) FileArgument...
2008-06-07 crawleyTweak code to work around CheckStyle crashes
2008-06-05 crawleyCheckStyle changes
2008-06-05 crawleyCheckStyle corrections
2008-06-04 crawleyCheckstyle changes
2008-06-04 lsanthaCode style fixes.
2008-06-02 lsanthaReformatted.
2008-06-01 crawleyConverted FdiskCommand, tidied up and fixed some minor...
2008-05-31 lsanthaMoved nanoxml to endrosed sources.
2008-05-18 crawleyMake OptionSet syntax "eager" so that all options will...
2008-05-12 crawleyTidy up the toString() method
2008-05-12 crawleyBug fix: the doAccept method was throwing the wrong...
2008-05-11 crawleyAdded another Argument class.
2008-05-10 crawleyConstructor must be protected for Argument subclasses...
2008-05-09 crawleyConverting this class will be a big job. Later ...
2008-05-09 crawleyFix indentation
2008-05-08 crawleyConverted SuiteCommand ... but see the bug I'm going...
2008-05-06 crawleyConverted TestCommand (aka utest)
2008-05-06 crawleyRemoved the hacky 'main' method from the Vm class and...
2008-05-06 crawleyConverted LsIRQCommand (was LsIRQ)
2008-05-05 crawleyChanged the abstract 'doAccept(Token)' method to return...
2008-05-05 crawleyFixed a bug that caused completion to throw an exception
2008-05-05 crawleyOnly do flag combination if there are multiple FlagArgu...
2008-05-05 crawleyConverted KdbCommand
2008-05-05 crawleyConverted PluginCommand ... but I cannot figure out...
2008-05-05 crawleyConverted HaltCommand and RebootCommand
2008-05-05 crawleyMore improvements to Log4jCommand. Level arguments...
2008-05-05 crawleyMappedArgument is a new base class for arguments with...
2008-05-05 crawleyTidied imports
2008-05-04 crawleyConverted and enhanced Log4jCommand
2008-05-04 crawleyConverted SMBusCommand, and moved it from the
2008-05-04 crawleyConverted AcpiCommand. (Seems to work, but ACPI is...
2008-05-03 crawleyConverted ConsoleCommand
2008-05-03 crawleyConverted ClearConsoleCommand
2008-05-03 crawleyTidy imports in DeviceCommand
2008-05-03 crawleyConverted DeviceCommand
2008-05-03 crawleyImplemented the Argument class for devices
2008-05-02 crawleyOverhaul 'udpout' (now 'remoteout') to support TCP...
2008-05-02 crawleyChanged low level console out/err streams from PrintStr...
2008-05-02 crawleyAn output stream that fans out output to multiple outpu...
2008-04-29 crawleyImplemented another Argument class
2008-04-27 crawleyReformated to standard indentation
2008-04-27 crawleyConverted DebugCommand. (It doesn't work though: see...
2008-04-27 crawleyThe ProcletCommandInvoker leaked ProcletContexts into...
2008-04-26 crawleyConverted BshCommand
2008-04-26 crawleyConverted and tidied up ThreadCommand
2008-04-26 crawleyAdded yet another Argument class
2008-04-25 crawleyConverted OnheapCommand
2008-04-25 crawleyImplemented another Argument class
2008-04-25 crawleyConverted NamepaceCommand.
2008-04-25 crawleyConverted MemoryCommand
2008-04-25 crawleyConverted LocaleCommand, and added the "--list" option...
2008-04-25 crawleyRemove test for a construction-time constraint that...
2008-04-25 crawleyOptimize the case of a MuAlternates with just one alter...
2008-04-24 crawleyImplemented a new Syntax class
2008-04-24 crawleyConverted LoadkeysCommand
2008-04-24 crawleyImplemented two more Argument classes
2008-04-24 crawleyTidy imports
2008-04-24 crawleyConverted KillCommand. Note that 'kill' is currently...
2008-04-23 crawleyMore tweaking of error handling
2008-04-23 crawleyConverted JavaCommand and tidied up the error detection...
2008-04-22 crawleyConvert RunCommand
2008-04-22 crawleyExpose the method for running a command file in the...
2008-04-22 hagar-wizechange test on # of alternatives from >1 to >0
2008-04-22 crawleyConverted HistoryCommand
2008-04-22 crawleyFixed nasty bug in which completion of integers could...
2008-04-22 crawleyRemoved a 'clever' optimization that actually resulted...
2008-04-21 crawleyConverted HelpCommand
2008-04-21 crawleyCosmetic: delete unnecessary import
2008-04-21 crawleyConverted GrepCommand
2008-04-19 crawleyImplement a mechanism for setting and clearing heap...
2008-04-19 crawleyImplement completion for EnumArgument
2008-04-19 crawleyChanged EnumArgument so that applications must create...
2008-04-19 crawleyBug fix DefaultHelp didn't print usage for a new-style...
2008-04-19 crawleyConverted 'GcCommand'
2008-04-19 crawleyConverted ExitCommand
2008-04-18 crawleyConverted ExecCommand to new syntax
2008-04-18 crawleyRemoved an unnecessary 'suppress' annotation
2008-04-18 crawleyConverted EnvCommand to new syntax
2008-04-18 crawleyMore help improvements: 1) specify cell layouts using...
2008-04-17 crawleyChange Help APIs to take a PrintStream param, instead...
2008-04-16 crawleyOops ... I shouldn't have checked that it.
2008-04-16 crawleyFixed bugs that manifest when you dump a syntax using...
2008-04-16 crawleyIntroduce SyntaxBundle to represent all syntaxes for...
2008-04-14 crawleyConverted 'echo' command to new syntax
2008-04-14 crawleyBug fix for the no argument form of the 'syntax' command
2008-04-14 crawleyJavadoc correction
2008-04-13 crawleyAdded "clear" command by Jacob Kosod.
2008-04-13 crawleyConditionality cannot be implemented in this simplistic...
next